📄 editform.designer.cs
字号:
this.txtPhone.TabIndex = 68;
//
// txtName
//
this.txtName.Location = new System.Drawing.Point(90, 46);
this.txtName.Name = "txtName";
this.txtName.Size = new System.Drawing.Size(100, 21);
this.txtName.TabIndex = 61;
//
// cobSex
//
this.cobSex.FormattingEnabled = true;
this.cobSex.Items.AddRange(new object[] {
"男",
"女"});
this.cobSex.Location = new System.Drawing.Point(90, 72);
this.cobSex.Name = "cobSex";
this.cobSex.Size = new System.Drawing.Size(55, 20);
this.cobSex.TabIndex = 60;
this.cobSex.Text = "男";
this.cobSex.SelectedValueChanged += new System.EventHandler(this.cobSex_SelectedValueChanged);
//
// txtAddr
//
this.txtAddr.Location = new System.Drawing.Point(90, 147);
this.txtAddr.Name = "txtAddr";
this.txtAddr.Size = new System.Drawing.Size(244, 21);
this.txtAddr.TabIndex = 59;
//
// lblID
//
this.lblID.AutoSize = true;
this.lblID.Location = new System.Drawing.Point(88, 25);
this.lblID.Name = "lblID";
this.lblID.Size = new System.Drawing.Size(41, 12);
this.lblID.TabIndex = 58;
this.lblID.Text = "label5";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(22, 25);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(59, 12);
this.label2.TabIndex = 55;
this.label2.Text = "序 号:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(22, 150);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(59, 12);
this.label3.TabIndex = 54;
this.label3.Text = "地 址:";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(22, 200);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(59, 12);
this.label10.TabIndex = 53;
this.label10.Text = "职 位:";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(22, 175);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(59, 12);
this.label12.TabIndex = 52;
this.label12.Text = "所在公司:";
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(22, 250);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(59, 12);
this.label14.TabIndex = 51;
this.label14.Text = "个人主页:";
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(22, 225);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(59, 12);
this.label16.TabIndex = 50;
this.label16.Text = "电子邮件:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(22, 125);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(59, 12);
this.label6.TabIndex = 49;
this.label6.Text = "联系电话:";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(22, 100);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(59, 12);
this.label8.TabIndex = 48;
this.label8.Text = "出生年月:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(22, 75);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(59, 12);
this.label4.TabIndex = 47;
this.label4.Text = "性 别:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(22, 50);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(59, 12);
this.label1.TabIndex = 46;
this.label1.Text = "姓 名:";
//
// linkLabel1
//
this.linkLabel1.AutoSize = true;
this.linkLabel1.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
this.linkLabel1.LinkColor = System.Drawing.Color.Navy;
this.linkLabel1.Location = new System.Drawing.Point(379, 158);
this.linkLabel1.Name = "linkLabel1";
this.linkLabel1.Size = new System.Drawing.Size(53, 12);
this.linkLabel1.TabIndex = 45;
this.linkLabel1.TabStop = true;
this.linkLabel1.Text = "上传图片";
//
// myPictureBox
//
this.myPictureBox.Location = new System.Drawing.Point(349, 20);
this.myPictureBox.Name = "myPictureBox";
this.myPictureBox.Size = new System.Drawing.Size(111, 135);
this.myPictureBox.TabIndex = 44;
this.myPictureBox.TabStop = false;
//
// EditForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.BackColor = System.Drawing.Color.Azure;
this.ClientSize = new System.Drawing.Size(500, 339);
this.Controls.Add(this.btnEdit);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnClear);
this.Controls.Add(this.groupBox1);
this.ForeColor = System.Drawing.Color.Navy;
this.MaximizeBox = false;
this.Name = "EditForm";
this.Text = "编辑记录";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.myPictureBox)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnEdit;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnClear;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label lblNameValidate;
private System.Windows.Forms.ComboBox cobType;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txtPage;
private System.Windows.Forms.TextBox txtEmail;
private System.Windows.Forms.TextBox txtJop;
private System.Windows.Forms.TextBox txtCorp;
private System.Windows.Forms.TextBox txtPhone;
private System.Windows.Forms.TextBox txtName;
private System.Windows.Forms.ComboBox cobSex;
private System.Windows.Forms.TextBox txtAddr;
private System.Windows.Forms.Label lblID;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.LinkLabel linkLabel1;
private System.Windows.Forms.PictureBox myPictureBox;
private System.Windows.Forms.TextBox txtBirthday;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -