📄 addform.designer.cs
字号:
namespace 通讯录
{
partial class AddForm
{
/// <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.lblNameValidate = new System.Windows.Forms.Label();
this.cobType = new System.Windows.Forms.ComboBox();
this.label5 = new System.Windows.Forms.Label();
this.txtPage = new System.Windows.Forms.TextBox();
this.txtEmail = new System.Windows.Forms.TextBox();
this.txtJop = new System.Windows.Forms.TextBox();
this.txtCorp = new System.Windows.Forms.TextBox();
this.txtPhone = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.cobDay = new System.Windows.Forms.ComboBox();
this.cobMonth = new System.Windows.Forms.ComboBox();
this.cobYear = new System.Windows.Forms.ComboBox();
this.txtName = new System.Windows.Forms.TextBox();
this.cobSex = new System.Windows.Forms.ComboBox();
this.txtAddr = new System.Windows.Forms.TextBox();
this.lblID = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
this.myPictureBox = new System.Windows.Forms.PictureBox();
this.btnClear = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.btnAdd = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.myPictureBox)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.lblNameValidate);
this.groupBox1.Controls.Add(this.cobType);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.txtPage);
this.groupBox1.Controls.Add(this.txtEmail);
this.groupBox1.Controls.Add(this.txtJop);
this.groupBox1.Controls.Add(this.txtCorp);
this.groupBox1.Controls.Add(this.txtPhone);
this.groupBox1.Controls.Add(this.label11);
this.groupBox1.Controls.Add(this.label9);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.cobDay);
this.groupBox1.Controls.Add(this.cobMonth);
this.groupBox1.Controls.Add(this.cobYear);
this.groupBox1.Controls.Add(this.txtName);
this.groupBox1.Controls.Add(this.cobSex);
this.groupBox1.Controls.Add(this.txtAddr);
this.groupBox1.Controls.Add(this.lblID);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label10);
this.groupBox1.Controls.Add(this.label12);
this.groupBox1.Controls.Add(this.label14);
this.groupBox1.Controls.Add(this.label16);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.label8);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.linkLabel1);
this.groupBox1.Controls.Add(this.myPictureBox);
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(475, 281);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "个人资料信息";
//
// lblNameValidate
//
this.lblNameValidate.AutoSize = true;
this.lblNameValidate.ForeColor = System.Drawing.Color.Red;
this.lblNameValidate.Location = new System.Drawing.Point(202, 50);
this.lblNameValidate.Name = "lblNameValidate";
this.lblNameValidate.Size = new System.Drawing.Size(95, 12);
this.lblNameValidate.TabIndex = 75;
this.lblNameValidate.Text = "lblNameValidate";
this.lblNameValidate.Visible = false;
//
// cobType
//
this.cobType.FormattingEnabled = true;
this.cobType.Items.AddRange(new object[] {
"同事",
"朋友",
"同学",
"家人",
"其他"});
this.cobType.Location = new System.Drawing.Point(239, 72);
this.cobType.Name = "cobType";
this.cobType.Size = new System.Drawing.Size(55, 20);
this.cobType.TabIndex = 74;
this.cobType.Text = "朋友";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(174, 75);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(59, 12);
this.label5.TabIndex = 73;
this.label5.Text = "类 型:";
//
// txtPage
//
this.txtPage.Location = new System.Drawing.Point(90, 247);
this.txtPage.Name = "txtPage";
this.txtPage.Size = new System.Drawing.Size(244, 21);
this.txtPage.TabIndex = 72;
//
// txtEmail
//
this.txtEmail.Location = new System.Drawing.Point(90, 222);
this.txtEmail.Name = "txtEmail";
this.txtEmail.Size = new System.Drawing.Size(244, 21);
this.txtEmail.TabIndex = 71;
//
// txtJop
//
this.txtJop.Location = new System.Drawing.Point(90, 197);
this.txtJop.Name = "txtJop";
this.txtJop.Size = new System.Drawing.Size(100, 21);
this.txtJop.TabIndex = 70;
//
// txtCorp
//
this.txtCorp.Location = new System.Drawing.Point(90, 172);
this.txtCorp.Name = "txtCorp";
this.txtCorp.Size = new System.Drawing.Size(244, 21);
this.txtCorp.TabIndex = 69;
//
// txtPhone
//
this.txtPhone.Location = new System.Drawing.Point(90, 122);
this.txtPhone.Name = "txtPhone";
this.txtPhone.Size = new System.Drawing.Size(244, 21);
this.txtPhone.TabIndex = 68;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(280, 101);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(17, 12);
this.label11.TabIndex = 67;
this.label11.Text = "年";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(216, 101);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(17, 12);
this.label9.TabIndex = 66;
this.label9.Text = "年";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(152, 101);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(17, 12);
this.label7.TabIndex = 65;
this.label7.Text = "年";
//
// cobDay
//
this.cobDay.FormattingEnabled = true;
this.cobDay.Location = new System.Drawing.Point(239, 98);
this.cobDay.Name = "cobDay";
this.cobDay.Size = new System.Drawing.Size(35, 20);
this.cobDay.TabIndex = 64;
this.cobDay.Text = "1";
//
// cobMonth
//
this.cobMonth.FormattingEnabled = true;
this.cobMonth.Location = new System.Drawing.Point(175, 97);
this.cobMonth.Name = "cobMonth";
this.cobMonth.Size = new System.Drawing.Size(35, 20);
this.cobMonth.TabIndex = 63;
this.cobMonth.Text = "1";
//
// cobYear
//
this.cobYear.FormattingEnabled = true;
this.cobYear.Location = new System.Drawing.Point(90, 97);
this.cobYear.Name = "cobYear";
this.cobYear.Size = new System.Drawing.Size(56, 20);
this.cobYear.TabIndex = 62;
this.cobYear.Text = "1990";
//
// txtName
//
this.txtName.Location = new System.Drawing.Point(90, 46);
this.txtName.Name = "txtName";
this.txtName.Size = new System.Drawing.Size(100, 21);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -