📄 formyggl.designer.cs
字号:
namespace _10901BS
{
partial class formYggl
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.cb_Zw = new System.Windows.Forms.ComboBox();
this.cb_Bm = new System.Windows.Forms.ComboBox();
this.cb_Sex = new System.Windows.Forms.ComboBox();
this.txtygYuexin = new System.Windows.Forms.TextBox();
this.txtbeiZhu = new System.Windows.Forms.TextBox();
this.txtygName = new System.Windows.Forms.TextBox();
this.txtygID = new System.Windows.Forms.TextBox();
this.butygYuexin = new System.Windows.Forms.Button();
this.butbeiZhu = new System.Windows.Forms.Button();
this.butzhiWu = new System.Windows.Forms.Button();
this.butbuMen = new System.Windows.Forms.Button();
this.butygSex = new System.Windows.Forms.Button();
this.butygName = new System.Windows.Forms.Button();
this.butygID = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.查询 = new System.Windows.Forms.Button();
this.bt_Xx = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.cb_Zw);
this.groupBox1.Controls.Add(this.cb_Bm);
this.groupBox1.Controls.Add(this.cb_Sex);
this.groupBox1.Controls.Add(this.txtygYuexin);
this.groupBox1.Controls.Add(this.txtbeiZhu);
this.groupBox1.Controls.Add(this.txtygName);
this.groupBox1.Controls.Add(this.txtygID);
this.groupBox1.Controls.Add(this.butygYuexin);
this.groupBox1.Controls.Add(this.butbeiZhu);
this.groupBox1.Controls.Add(this.butzhiWu);
this.groupBox1.Controls.Add(this.butbuMen);
this.groupBox1.Controls.Add(this.butygSex);
this.groupBox1.Controls.Add(this.butygName);
this.groupBox1.Controls.Add(this.butygID);
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(542, 155);
this.groupBox1.TabIndex = 1;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "员工记录表";
//
// cb_Zw
//
this.cb_Zw.FormattingEnabled = true;
this.cb_Zw.Items.AddRange(new object[] {
"经理",
"职员",
"营业员"});
this.cb_Zw.Location = new System.Drawing.Point(273, 76);
this.cb_Zw.Name = "cb_Zw";
this.cb_Zw.Size = new System.Drawing.Size(77, 20);
this.cb_Zw.TabIndex = 9;
this.cb_Zw.Text = "营业员";
this.cb_Zw.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtygSex_KeyPress);
//
// cb_Bm
//
this.cb_Bm.FormattingEnabled = true;
this.cb_Bm.Items.AddRange(new object[] {
"进货部",
"库存部",
"销售部",
"行政部"});
this.cb_Bm.Location = new System.Drawing.Point(95, 76);
this.cb_Bm.Name = "cb_Bm";
this.cb_Bm.Size = new System.Drawing.Size(77, 20);
this.cb_Bm.TabIndex = 9;
this.cb_Bm.Text = "销售部";
this.cb_Bm.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtygSex_KeyPress);
//
// cb_Sex
//
this.cb_Sex.FormattingEnabled = true;
this.cb_Sex.Items.AddRange(new object[] {
"男",
"女"});
this.cb_Sex.Location = new System.Drawing.Point(448, 33);
this.cb_Sex.Name = "cb_Sex";
this.cb_Sex.Size = new System.Drawing.Size(77, 20);
this.cb_Sex.TabIndex = 8;
this.cb_Sex.Text = "男";
this.cb_Sex.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtygSex_KeyPress);
//
// txtygYuexin
//
this.txtygYuexin.Location = new System.Drawing.Point(448, 73);
this.txtygYuexin.Name = "txtygYuexin";
this.txtygYuexin.Size = new System.Drawing.Size(77, 21);
this.txtygYuexin.TabIndex = 5;
this.txtygYuexin.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtygYuexin_KeyPress);
//
// txtbeiZhu
//
this.txtbeiZhu.Location = new System.Drawing.Point(95, 116);
this.txtbeiZhu.Name = "txtbeiZhu";
this.txtbeiZhu.Size = new System.Drawing.Size(430, 21);
this.txtbeiZhu.TabIndex = 6;
//
// txtygName
//
this.txtygName.Location = new System.Drawing.Point(273, 32);
this.txtygName.Name = "txtygName";
this.txtygName.Size = new System.Drawing.Size(77, 21);
this.txtygName.TabIndex = 1;
this.txtygName.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtygName_KeyPress);
//
// txtygID
//
this.txtygID.Location = new System.Drawing.Point(95, 32);
this.txtygID.MaxLength = 4;
this.txtygID.Name = "txtygID";
this.txtygID.Size = new System.Drawing.Size(77, 21);
this.txtygID.TabIndex = 0;
this.txtygID.Leave += new System.EventHandler(this.txtygID_Leave);
this.txtygID.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtygID_KeyPress);
//
// butygYuexin
//
this.butygYuexin.AutoSize = true;
this.butygYuexin.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.butygYuexin.Location = new System.Drawing.Point(368, 73);
this.butygYuexin.Name = "butygYuexin";
this.butygYuexin.Size = new System.Drawing.Size(74, 24);
this.butygYuexin.TabIndex = 7;
this.butygYuexin.Text = "员工月薪";
this.butygYuexin.UseVisualStyleBackColor = true;
//
// butbeiZhu
//
this.butbeiZhu.AutoSize = true;
this.butbeiZhu.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.butbeiZhu.Location = new System.Drawing.Point(15, 116);
this.butbeiZhu.Name = "butbeiZhu";
this.butbeiZhu.Size = new System.Drawing.Size(74, 24);
this.butbeiZhu.TabIndex = 7;
this.butbeiZhu.Text = "备 注";
this.butbeiZhu.UseVisualStyleBackColor = true;
//
// butzhiWu
//
this.butzhiWu.AutoSize = true;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -