📄 editform.designer.cs
字号:
namespace 通讯录
{
partial class EditForm
{
/// <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.btnEdit = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.btnClear = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.txtBirthday = new System.Windows.Forms.TextBox();
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.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.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.myPictureBox)).BeginInit();
this.SuspendLayout();
//
// btnEdit
//
this.btnEdit.BackColor = System.Drawing.Color.Azure;
this.btnEdit.Location = new System.Drawing.Point(413, 299);
this.btnEdit.Name = "btnEdit";
this.btnEdit.Size = new System.Drawing.Size(75, 34);
this.btnEdit.TabIndex = 10;
this.btnEdit.Text = "修改记录";
this.btnEdit.UseVisualStyleBackColor = false;
this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
//
// btnCancel
//
this.btnCancel.BackColor = System.Drawing.Color.Azure;
this.btnCancel.Location = new System.Drawing.Point(93, 299);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 34);
this.btnCancel.TabIndex = 9;
this.btnCancel.Text = "取 消";
this.btnCancel.UseVisualStyleBackColor = false;
//
// btnClear
//
this.btnClear.BackColor = System.Drawing.Color.Azure;
this.btnClear.Location = new System.Drawing.Point(12, 299);
this.btnClear.Name = "btnClear";
this.btnClear.Size = new System.Drawing.Size(75, 34);
this.btnClear.TabIndex = 8;
this.btnClear.Text = "清 空";
this.btnClear.UseVisualStyleBackColor = false;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.txtBirthday);
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.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 = 7;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "个人资料信息";
//
// txtBirthday
//
this.txtBirthday.Location = new System.Drawing.Point(90, 95);
this.txtBirthday.Name = "txtBirthday";
this.txtBirthday.Size = new System.Drawing.Size(244, 21);
this.txtBirthday.TabIndex = 76;
//
// 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);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -