📄 formyggl.designer.cs
字号:
this.butzhiWu.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.butzhiWu.Location = new System.Drawing.Point(193, 73);
this.butzhiWu.Name = "butzhiWu";
this.butzhiWu.Size = new System.Drawing.Size(74, 24);
this.butzhiWu.TabIndex = 7;
this.butzhiWu.Text = "职 务";
this.butzhiWu.UseVisualStyleBackColor = true;
//
// butbuMen
//
this.butbuMen.AutoSize = true;
this.butbuMen.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.butbuMen.Location = new System.Drawing.Point(15, 73);
this.butbuMen.Name = "butbuMen";
this.butbuMen.Size = new System.Drawing.Size(74, 24);
this.butbuMen.TabIndex = 7;
this.butbuMen.Text = "部 门";
this.butbuMen.UseVisualStyleBackColor = true;
//
// butygSex
//
this.butygSex.AutoSize = true;
this.butygSex.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.butygSex.Location = new System.Drawing.Point(368, 32);
this.butygSex.Name = "butygSex";
this.butygSex.Size = new System.Drawing.Size(74, 24);
this.butygSex.TabIndex = 7;
this.butygSex.Text = "员工性别";
this.butygSex.UseVisualStyleBackColor = true;
//
// butygName
//
this.butygName.AutoSize = true;
this.butygName.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.butygName.Location = new System.Drawing.Point(193, 32);
this.butygName.Name = "butygName";
this.butygName.Size = new System.Drawing.Size(74, 24);
this.butygName.TabIndex = 7;
this.butygName.Text = "员工姓名";
this.butygName.UseVisualStyleBackColor = true;
//
// butygID
//
this.butygID.AutoSize = true;
this.butygID.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.butygID.Location = new System.Drawing.Point(15, 32);
this.butygID.Name = "butygID";
this.butygID.Size = new System.Drawing.Size(74, 24);
this.butygID.TabIndex = 7;
this.butygID.Text = "员工编号";
this.butygID.UseVisualStyleBackColor = true;
//
// groupBox2
//
this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox2.Controls.Add(this.dataGridView1);
this.groupBox2.Location = new System.Drawing.Point(12, 231);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(542, 196);
this.groupBox2.TabIndex = 0;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "员工显示表";
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView1.Location = new System.Drawing.Point(3, 17);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(536, 176);
this.dataGridView1.TabIndex = 2;
this.dataGridView1.SelectionChanged += new System.EventHandler(this.dataGridView1_SelectionChanged);
//
// 查询
//
this.查询.Location = new System.Drawing.Point(462, 184);
this.查询.Name = "查询";
this.查询.Size = new System.Drawing.Size(75, 30);
this.查询.TabIndex = 2;
this.查询.Text = "查 询";
this.查询.UseVisualStyleBackColor = true;
this.查询.Click += new System.EventHandler(this.查询_Click);
//
// bt_Xx
//
this.bt_Xx.Location = new System.Drawing.Point(357, 184);
this.bt_Xx.Name = "bt_Xx";
this.bt_Xx.Size = new System.Drawing.Size(75, 30);
this.bt_Xx.TabIndex = 4;
this.bt_Xx.Text = "刷 新";
this.bt_Xx.UseVisualStyleBackColor = true;
this.bt_Xx.Click += new System.EventHandler(this.bt_Xx_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(27, 184);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 30);
this.button1.TabIndex = 5;
this.button1.Text = "添 加";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.tsl_Tj_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(135, 184);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 30);
this.button2.TabIndex = 5;
this.button2.Text = "删 除";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.tsl_Sc_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(247, 184);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(75, 30);
this.button3.TabIndex = 5;
this.button3.Text = "修 改";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.tsl_xg_Click);
//
// formYggl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(567, 439);
this.Controls.Add(this.button3);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.bt_Xx);
this.Controls.Add(this.查询);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Name = "formYggl";
this.Text = "员工表";
this.Load += new System.EventHandler(this.ygBiao_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox txtygYuexin;
private System.Windows.Forms.TextBox txtbeiZhu;
private System.Windows.Forms.TextBox txtygName;
private System.Windows.Forms.TextBox txtygID;
private System.Windows.Forms.Button butygYuexin;
private System.Windows.Forms.Button butbeiZhu;
private System.Windows.Forms.Button butzhiWu;
private System.Windows.Forms.Button butbuMen;
private System.Windows.Forms.Button butygSex;
private System.Windows.Forms.Button butygName;
private System.Windows.Forms.Button butygID;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.Button 查询;
private System.Windows.Forms.Button bt_Xx;
private System.Windows.Forms.ComboBox cb_Sex;
private System.Windows.Forms.ComboBox cb_Zw;
private System.Windows.Forms.ComboBox cb_Bm;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -