📄 frmcustomerupdate.designer.cs
字号:
//
this.label9.AutoSize = true;
this.label9.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label9.Location = new System.Drawing.Point(176, 95);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(77, 14);
this.label9.TabIndex = 42;
this.label9.Text = "公司地址:";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label8.Location = new System.Drawing.Point(176, 136);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(77, 14);
this.label8.TabIndex = 41;
this.label8.Text = "客户电话:";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label7.Location = new System.Drawing.Point(454, 138);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(77, 14);
this.label7.TabIndex = 40;
this.label7.Text = "办公电话:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label6.Location = new System.Drawing.Point(176, 276);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(56, 14);
this.label6.TabIndex = 39;
this.label6.Text = "Email:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.Location = new System.Drawing.Point(454, 57);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(77, 14);
this.label5.TabIndex = 38;
this.label5.Text = "重要程度:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.Location = new System.Drawing.Point(176, 177);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(77, 14);
this.label4.TabIndex = 37;
this.label4.Text = "客户状态:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(455, 180);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(77, 14);
this.label3.TabIndex = 36;
this.label3.Text = "所属行业:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(176, 57);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(77, 14);
this.label2.TabIndex = 35;
this.label2.Text = "客户姓名:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(176, 17);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(77, 14);
this.label1.TabIndex = 34;
this.label1.Text = "客户编号:";
//
// treeView1
//
this.treeView1.Location = new System.Drawing.Point(12, 12);
this.treeView1.Name = "treeView1";
this.treeView1.Size = new System.Drawing.Size(162, 309);
this.treeView1.TabIndex = 62;
this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
//
// cmbkuChangPi
//
this.cmbkuChangPi.Location = new System.Drawing.Point(260, 217);
this.cmbkuChangPi.Name = "cmbkuChangPi";
this.cmbkuChangPi.Size = new System.Drawing.Size(138, 21);
this.cmbkuChangPi.TabIndex = 63;
//
// button1
//
this.button1.Location = new System.Drawing.Point(402, 217);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(36, 23);
this.button1.TabIndex = 64;
this.button1.Text = "..";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// imageList1
//
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
this.imageList1.Images.SetKeyName(0, "1.bmp");
this.imageList1.Images.SetKeyName(1, "2.bmp");
//
// bntUpdate
//
this.bntUpdate.Location = new System.Drawing.Point(340, 315);
this.bntUpdate.Name = "bntUpdate";
this.bntUpdate.Size = new System.Drawing.Size(98, 23);
this.bntUpdate.TabIndex = 65;
this.bntUpdate.Text = "修改(&F)";
this.bntUpdate.UseVisualStyleBackColor = true;
this.bntUpdate.Click += new System.EventHandler(this.bntUpdate_Click);
//
// bntDelete
//
this.bntDelete.Location = new System.Drawing.Point(480, 315);
this.bntDelete.Name = "bntDelete";
this.bntDelete.Size = new System.Drawing.Size(98, 23);
this.bntDelete.TabIndex = 66;
this.bntDelete.Text = "删除(&G)";
this.bntDelete.UseVisualStyleBackColor = true;
this.bntDelete.Click += new System.EventHandler(this.bntDelete_Click);
//
// frmCustomerUpdate
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(746, 362);
this.Controls.Add(this.bntDelete);
this.Controls.Add(this.bntUpdate);
this.Controls.Add(this.button1);
this.Controls.Add(this.cmbkuChangPi);
this.Controls.Add(this.treeView1);
this.Controls.Add(this.bntEsce);
this.Controls.Add(this.bntOK);
this.Controls.Add(this.txtkuEmploy);
this.Controls.Add(this.txtEmail);
this.Controls.Add(this.txtkuSum);
this.Controls.Add(this.cmbkhType);
this.Controls.Add(this.cmbkhHandye);
this.Controls.Add(this.cmbkhState);
this.Controls.Add(this.txtOfficeTel);
this.Controls.Add(this.txtkhTel);
this.Controls.Add(this.txtkuAddress);
this.Controls.Add(this.txtkhPi);
this.Controls.Add(this.txtName);
this.Controls.Add(this.txtId);
this.Controls.Add(this.label13);
this.Controls.Add(this.label16);
this.Controls.Add(this.label11);
this.Controls.Add(this.label10);
this.Controls.Add(this.label9);
this.Controls.Add(this.label8);
this.Controls.Add(this.label7);
this.Controls.Add(this.label6);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Name = "frmCustomerUpdate";
this.Text = "修改客户信息";
this.Load += new System.EventHandler(this.frmCustomerUpdate_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button bntEsce;
private System.Windows.Forms.Button bntOK;
private System.Windows.Forms.TextBox txtkuEmploy;
private System.Windows.Forms.TextBox txtEmail;
private System.Windows.Forms.TextBox txtkuSum;
private System.Windows.Forms.ComboBox cmbkhType;
private System.Windows.Forms.ComboBox cmbkhHandye;
private System.Windows.Forms.ComboBox cmbkhState;
private System.Windows.Forms.TextBox txtOfficeTel;
private System.Windows.Forms.TextBox txtkhTel;
private System.Windows.Forms.TextBox txtkuAddress;
private System.Windows.Forms.TextBox txtkhPi;
private System.Windows.Forms.TextBox txtName;
private System.Windows.Forms.TextBox txtId;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
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 label1;
private System.Windows.Forms.TreeView treeView1;
private System.Windows.Forms.Button button1;
public System.Windows.Forms.ImageList imageList1;
public System.Windows.Forms.TextBox cmbkuChangPi;
private System.Windows.Forms.Button bntUpdate;
private System.Windows.Forms.Button bntDelete;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -