namespace NGToolsPC { partial class frmJdygl { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.Button3 = new System.Windows.Forms.Button(); this.Button1 = new System.Windows.Forms.Button(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.button2 = new System.Windows.Forms.Button(); this.textBox1 = new System.Windows.Forms.TextBox(); this.textBox2 = new System.Windows.Forms.TextBox(); this.textBox3 = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.SuspendLayout(); // // Button3 // this.Button3.Location = new System.Drawing.Point(164, 273); this.Button3.Name = "Button3"; this.Button3.Size = new System.Drawing.Size(92, 29); this.Button3.TabIndex = 22; this.Button3.Text = "删除(&D)"; this.Button3.UseVisualStyleBackColor = true; this.Button3.Click += new System.EventHandler(this.Button3_Click); // // Button1 // this.Button1.Location = new System.Drawing.Point(21, 273); this.Button1.Name = "Button1"; this.Button1.Size = new System.Drawing.Size(80, 29); this.Button1.TabIndex = 20; this.Button1.Text = "保存(&S)"; this.Button1.UseVisualStyleBackColor = true; this.Button1.Click += new System.EventHandler(this.Button1_Click); // // dataGridView1 // this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Location = new System.Drawing.Point(12, 12); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.RowTemplate.Height = 23; this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridView1.Size = new System.Drawing.Size(172, 237); this.dataGridView1.TabIndex = 16; this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick); this.dataGridView1.Click += new System.EventHandler(this.dataGridView1_Click); // // button2 // this.button2.Location = new System.Drawing.Point(202, 220); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(105, 29); this.button2.TabIndex = 23; this.button2.Text = "修改密码(&M)"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // textBox1 // this.textBox1.Location = new System.Drawing.Point(200, 40); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(100, 21); this.textBox1.TabIndex = 24; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(202, 105); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(100, 21); this.textBox2.TabIndex = 24; // // textBox3 // this.textBox3.Location = new System.Drawing.Point(200, 178); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(100, 21); this.textBox3.TabIndex = 24; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(200, 18); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(41, 12); this.label1.TabIndex = 25; this.label1.Text = "旧密码"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(200, 83); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(41, 12); this.label2.TabIndex = 26; this.label2.Text = "新密码"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(200, 151); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(65, 12); this.label3.TabIndex = 26; this.label3.Text = "确认新密码"; // // frmJdygl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(334, 322); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.textBox3); this.Controls.Add(this.textBox2); this.Controls.Add(this.textBox1); this.Controls.Add(this.button2); this.Controls.Add(this.Button3); this.Controls.Add(this.Button1); this.Controls.Add(this.dataGridView1); this.Name = "frmJdygl"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "检定员管理"; this.TopMost = true; this.Load += new System.EventHandler(this.frmJdygl_Load); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion internal System.Windows.Forms.Button Button3; internal System.Windows.Forms.Button Button1; private System.Windows.Forms.DataGridView dataGridView1; internal System.Windows.Forms.Button button2; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.TextBox textBox3; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; } }