📄 form_customerinput.designer.cs
字号:
// loadpicture
//
this.loadpicture.AutoSize = true;
this.loadpicture.Location = new System.Drawing.Point(385, 183);
this.loadpicture.Name = "loadpicture";
this.loadpicture.Size = new System.Drawing.Size(65, 12);
this.loadpicture.TabIndex = 16;
this.loadpicture.Text = "上传图片:";
//
// bzvlaue
//
this.bzvlaue.Location = new System.Drawing.Point(456, 143);
this.bzvlaue.Name = "bzvlaue";
this.bzvlaue.Size = new System.Drawing.Size(77, 21);
this.bzvlaue.TabIndex = 13;
//
// pdate
//
this.pdate.AutoSize = true;
this.pdate.Location = new System.Drawing.Point(385, 221);
this.pdate.Name = "pdate";
this.pdate.Size = new System.Drawing.Size(65, 12);
this.pdate.TabIndex = 17;
this.pdate.Text = "特殊日期:";
//
// positionvalue
//
this.positionvalue.Location = new System.Drawing.Point(456, 106);
this.positionvalue.Name = "positionvalue";
this.positionvalue.Size = new System.Drawing.Size(125, 21);
this.positionvalue.TabIndex = 12;
//
// costmortype
//
this.costmortype.AutoSize = true;
this.costmortype.Location = new System.Drawing.Point(30, 37);
this.costmortype.Name = "costmortype";
this.costmortype.Size = new System.Drawing.Size(65, 12);
this.costmortype.TabIndex = 18;
this.costmortype.Text = "客户类型:";
//
// companyvlaue
//
this.companyvlaue.Location = new System.Drawing.Point(456, 70);
this.companyvlaue.Name = "companyvlaue";
this.companyvlaue.Size = new System.Drawing.Size(100, 21);
this.companyvlaue.TabIndex = 11;
//
// ybvalue
//
this.ybvalue.Location = new System.Drawing.Point(101, 69);
this.ybvalue.Name = "ybvalue";
this.ybvalue.Size = new System.Drawing.Size(77, 21);
this.ybvalue.TabIndex = 4;
//
// brithdayvalue
//
this.brithdayvalue.Location = new System.Drawing.Point(456, 34);
this.brithdayvalue.Name = "brithdayvalue";
this.brithdayvalue.Size = new System.Drawing.Size(83, 21);
this.brithdayvalue.TabIndex = 10;
//
// addressvalue
//
this.addressvalue.Location = new System.Drawing.Point(101, 105);
this.addressvalue.Name = "addressvalue";
this.addressvalue.Size = new System.Drawing.Size(157, 21);
this.addressvalue.TabIndex = 5;
//
// emailvalue
//
this.emailvalue.Location = new System.Drawing.Point(101, 246);
this.emailvalue.Name = "emailvalue";
this.emailvalue.Size = new System.Drawing.Size(157, 21);
this.emailvalue.TabIndex = 9;
//
// xielivalue
//
this.xielivalue.FormattingEnabled = true;
this.xielivalue.Items.AddRange(new object[] {
"中学",
"高中",
"大专",
"本科",
"硕士"});
this.xielivalue.Location = new System.Drawing.Point(101, 141);
this.xielivalue.Name = "xielivalue";
this.xielivalue.Size = new System.Drawing.Size(77, 20);
this.xielivalue.TabIndex = 6;
//
// moblervalue
//
this.moblervalue.Location = new System.Drawing.Point(101, 211);
this.moblervalue.Name = "moblervalue";
this.moblervalue.Size = new System.Drawing.Size(157, 21);
this.moblervalue.TabIndex = 8;
//
// icvalue
//
this.icvalue.Location = new System.Drawing.Point(101, 176);
this.icvalue.Name = "icvalue";
this.icvalue.Size = new System.Drawing.Size(157, 21);
this.icvalue.TabIndex = 7;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.name);
this.groupBox1.Controls.Add(this.namevalue);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.phonevlaue);
this.groupBox1.Controls.Add(this.phone);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Location = new System.Drawing.Point(61, 67);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(688, 63);
this.groupBox1.TabIndex = 45;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "客户基本信息";
this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter);
//
// name
//
this.name.AutoSize = true;
this.name.Location = new System.Drawing.Point(30, 31);
this.name.Name = "name";
this.name.Size = new System.Drawing.Size(65, 12);
this.name.TabIndex = 0;
this.name.Text = "姓 名:";
//
// namevalue
//
this.namevalue.Location = new System.Drawing.Point(101, 27);
this.namevalue.Name = "namevalue";
this.namevalue.Size = new System.Drawing.Size(100, 21);
this.namevalue.TabIndex = 1;
//
// label2
//
this.label2.AutoSize = true;
this.label2.ForeColor = System.Drawing.Color.Red;
this.label2.Location = new System.Drawing.Point(207, 31);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(11, 12);
this.label2.TabIndex = 35;
this.label2.Text = "*";
//
// phonevlaue
//
this.phonevlaue.Location = new System.Drawing.Point(456, 27);
this.phonevlaue.Name = "phonevlaue";
this.phonevlaue.Size = new System.Drawing.Size(125, 21);
this.phonevlaue.TabIndex = 2;
//
// phone
//
this.phone.AutoSize = true;
this.phone.Location = new System.Drawing.Point(385, 31);
this.phone.Name = "phone";
this.phone.Size = new System.Drawing.Size(65, 12);
this.phone.TabIndex = 1;
this.phone.Text = "电 话:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.ForeColor = System.Drawing.Color.Red;
this.label3.Location = new System.Drawing.Point(587, 31);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(11, 12);
this.label3.TabIndex = 36;
this.label3.Text = "*";
//
// cancal
//
this.cancal.Location = new System.Drawing.Point(111, 15);
this.cancal.Name = "cancal";
this.cancal.Size = new System.Drawing.Size(75, 23);
this.cancal.TabIndex = 44;
this.cancal.Text = "取消";
this.cancal.UseVisualStyleBackColor = true;
this.cancal.Click += new System.EventHandler(this.button3_Click);
//
// save
//
this.save.Location = new System.Drawing.Point(16, 15);
this.save.Name = "save";
this.save.Size = new System.Drawing.Size(75, 23);
this.save.TabIndex = 41;
this.save.Text = "保存";
this.save.UseVisualStyleBackColor = true;
this.save.Click += new System.EventHandler(this.save_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(91, 30);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(167, 12);
this.label1.TabIndex = 34;
this.label1.Text = "注意:带“*”的为必填的内容";
//
// openFileDialog1
//
this.openFileDialog1.FileName = "openFileDialog1";
//
// groupBox3
//
this.groupBox3.Controls.Add(this.save);
this.groupBox3.Controls.Add(this.cancal);
this.groupBox3.Location = new System.Drawing.Point(311, 427);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(200, 46);
this.groupBox3.TabIndex = 74;
this.groupBox3.TabStop = false;
//
// Form_customerinput
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.ClientSize = new System.Drawing.Size(792, 563);
this.Controls.Add(this.panel1);
this.Name = "Form_customerinput";
this.Load += new System.EventHandler(this.Form_customerinput_Load);
this.Controls.SetChildIndex(this.panel1, 0);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.picture)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label name;
private System.Windows.Forms.Label phone;
private System.Windows.Forms.Label bz;
private System.Windows.Forms.Label position;
private System.Windows.Forms.Label company;
private System.Windows.Forms.Label birthday;
private System.Windows.Forms.Label email;
private System.Windows.Forms.Label mobler;
private System.Windows.Forms.Label ic;
private System.Windows.Forms.Label xieli;
private System.Windows.Forms.Label address;
private System.Windows.Forms.Label youbian;
private System.Windows.Forms.Label costmortype;
private System.Windows.Forms.Label pdate;
private System.Windows.Forms.Label loadpicture;
private System.Windows.Forms.TextBox namevalue;
private System.Windows.Forms.TextBox addressvalue;
private System.Windows.Forms.TextBox ybvalue;
private System.Windows.Forms.TextBox phonevlaue;
private System.Windows.Forms.TextBox moblervalue;
private System.Windows.Forms.TextBox icvalue;
private System.Windows.Forms.ComboBox xielivalue;
private System.Windows.Forms.TextBox bzvlaue;
private System.Windows.Forms.TextBox positionvalue;
private System.Windows.Forms.TextBox companyvlaue;
private System.Windows.Forms.TextBox brithdayvalue;
private System.Windows.Forms.TextBox emailvalue;
private System.Windows.Forms.TextBox costmortypevalue;
private System.Windows.Forms.TextBox pdatevalue;
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 label1;
private System.Windows.Forms.Button picturevalue;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Button save;
private System.Windows.Forms.PictureBox picture;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
private System.Windows.Forms.Button cancal;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.GroupBox groupBox3;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -