📄 main_staff.designer.cs
字号:
// radioSex2
//
this.radioSex2.AutoSize = true;
this.radioSex2.Location = new System.Drawing.Point(142, 109);
this.radioSex2.Name = "radioSex2";
this.radioSex2.Size = new System.Drawing.Size(35, 16);
this.radioSex2.TabIndex = 4;
this.radioSex2.TabStop = true;
this.radioSex2.Text = "女";
this.radioSex2.UseVisualStyleBackColor = true;
this.radioSex2.CheckedChanged += new System.EventHandler(this.radioSex2_CheckedChanged);
//
// radioSex1
//
this.radioSex1.AutoSize = true;
this.radioSex1.Location = new System.Drawing.Point(77, 109);
this.radioSex1.Name = "radioSex1";
this.radioSex1.Size = new System.Drawing.Size(35, 16);
this.radioSex1.TabIndex = 3;
this.radioSex1.TabStop = true;
this.radioSex1.Text = "男";
this.radioSex1.UseVisualStyleBackColor = true;
this.radioSex1.CheckedChanged += new System.EventHandler(this.radioSex1_CheckedChanged);
//
// textDesc
//
this.textDesc.Location = new System.Drawing.Point(77, 230);
this.textDesc.Multiline = true;
this.textDesc.Name = "textDesc";
this.textDesc.Size = new System.Drawing.Size(179, 115);
this.textDesc.TabIndex = 7;
//
// textPhone
//
this.textPhone.Location = new System.Drawing.Point(77, 182);
this.textPhone.Name = "textPhone";
this.textPhone.Size = new System.Drawing.Size(100, 21);
this.textPhone.TabIndex = 6;
//
// textPost
//
this.textPost.Location = new System.Drawing.Point(77, 146);
this.textPost.Name = "textPost";
this.textPost.Size = new System.Drawing.Size(100, 21);
this.textPost.TabIndex = 5;
//
// textAge
//
this.textAge.Location = new System.Drawing.Point(77, 64);
this.textAge.Name = "textAge";
this.textAge.Size = new System.Drawing.Size(100, 21);
this.textAge.TabIndex = 2;
//
// textName
//
this.textName.Location = new System.Drawing.Point(77, 20);
this.textName.Name = "textName";
this.textName.Size = new System.Drawing.Size(100, 21);
this.textName.TabIndex = 1;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(6, 233);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(41, 12);
this.label6.TabIndex = 5;
this.label6.Text = "备注:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(6, 155);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(41, 12);
this.label5.TabIndex = 4;
this.label5.Text = "职位:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(6, 191);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 12);
this.label4.TabIndex = 3;
this.label4.Text = "手机号码:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(6, 111);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 2;
this.label3.Text = "性别:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(6, 73);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 1;
this.label2.Text = "年龄:";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(6, 26);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(41, 12);
this.label9.TabIndex = 0;
this.label9.Text = "姓名:";
this.label9.Click += new System.EventHandler(this.label9_Click);
//
// buttonClear
//
this.buttonClear.Location = new System.Drawing.Point(498, 400);
this.buttonClear.Name = "buttonClear";
this.buttonClear.Size = new System.Drawing.Size(75, 23);
this.buttonClear.TabIndex = 8;
this.buttonClear.TabStop = false;
this.buttonClear.Text = "清空";
this.buttonClear.UseVisualStyleBackColor = true;
this.buttonClear.Click += new System.EventHandler(this.buttonClear_Click);
//
// Main_staff
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(710, 442);
this.Controls.Add(this.buttonClear);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.label1);
this.Controls.Add(this.buttonAdd);
this.Controls.Add(this.buttonDel);
this.Controls.Add(this.staffList);
this.Controls.Add(this.groupList);
this.Controls.Add(this.label8);
this.Controls.Add(this.label0);
this.Controls.Add(this.modList);
this.Name = "Main_staff";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "系统人员管理";
this.Load += new System.EventHandler(this.Main_staff_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ListBox modList;
private System.Windows.Forms.Label label0;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Button buttonDel;
private System.Windows.Forms.Button buttonAdd;
private System.Windows.Forms.ListBox groupList;
private System.Windows.Forms.ListBox staffList;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.RadioButton radioSex2;
private System.Windows.Forms.RadioButton radioSex1;
private System.Windows.Forms.TextBox textDesc;
private System.Windows.Forms.TextBox textPhone;
private System.Windows.Forms.TextBox textPost;
private System.Windows.Forms.TextBox textAge;
private System.Windows.Forms.TextBox textName;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Button buttonClear;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -