📄 customerinfo.designer.cs
字号:
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
//
// txtOK
//
this.txtOK.Image = ((System.Drawing.Image)(resources.GetObject("txtOK.Image")));
this.txtOK.ImageTransparentColor = System.Drawing.Color.Magenta;
this.txtOK.Name = "txtOK";
this.txtOK.Size = new System.Drawing.Size(49, 22);
this.txtOK.Tag = "6";
this.txtOK.Text = "查找";
this.txtOK.Click += new System.EventHandler(this.txtOK_Click);
//
// txtAddress
//
this.txtAddress.Location = new System.Drawing.Point(441, 54);
this.txtAddress.MaxLength = 200;
this.txtAddress.Name = "txtAddress";
this.txtAddress.Size = new System.Drawing.Size(195, 21);
this.txtAddress.TabIndex = 15;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(377, 62);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(59, 12);
this.label6.TabIndex = 14;
this.label6.Text = "家庭住址:";
//
// txtPhoneM
//
this.txtPhoneM.Location = new System.Drawing.Point(248, 55);
this.txtPhoneM.MaxLength = 20;
this.txtPhoneM.Name = "txtPhoneM";
this.txtPhoneM.Size = new System.Drawing.Size(123, 21);
this.txtPhoneM.TabIndex = 13;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(184, 63);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(59, 12);
this.label5.TabIndex = 12;
this.label5.Text = "手机号码:";
//
// txtPhoneH
//
this.txtPhoneH.Location = new System.Drawing.Point(72, 55);
this.txtPhoneH.MaxLength = 20;
this.txtPhoneH.Name = "txtPhoneH";
this.txtPhoneH.Size = new System.Drawing.Size(100, 21);
this.txtPhoneH.TabIndex = 11;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(8, 63);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(59, 12);
this.label4.TabIndex = 10;
this.label4.Text = "家庭电话:";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.txtRemark);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.txtAddress);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.txtPhoneM);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.txtPhoneH);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.dtBirthday);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.labSex);
this.groupBox1.Controls.Add(this.cbxSex);
this.groupBox1.Controls.Add(this.txtName);
this.groupBox1.Controls.Add(this.labName);
this.groupBox1.Enabled = false;
this.groupBox1.Location = new System.Drawing.Point(16, 38);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(653, 120);
this.groupBox1.TabIndex = 3;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "客户记录项";
//
// txtRemark
//
this.txtRemark.Location = new System.Drawing.Point(72, 87);
this.txtRemark.MaxLength = 200;
this.txtRemark.Name = "txtRemark";
this.txtRemark.Size = new System.Drawing.Size(564, 21);
this.txtRemark.TabIndex = 17;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(8, 95);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 16;
this.label2.Text = " 备 注 :";
//
// dtBirthday
//
this.dtBirthday.Location = new System.Drawing.Point(441, 24);
this.dtBirthday.Name = "dtBirthday";
this.dtBirthday.Size = new System.Drawing.Size(195, 21);
this.dtBirthday.TabIndex = 5;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(377, 32);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(59, 12);
this.label1.TabIndex = 4;
this.label1.Text = "出生日期:";
//
// labSex
//
this.labSex.AutoSize = true;
this.labSex.Location = new System.Drawing.Point(184, 32);
this.labSex.Name = "labSex";
this.labSex.Size = new System.Drawing.Size(59, 12);
this.labSex.TabIndex = 3;
this.labSex.Text = "客户性别:";
//
// cbxSex
//
this.cbxSex.FormattingEnabled = true;
this.cbxSex.IntegralHeight = false;
this.cbxSex.Items.AddRange(new object[] {
"男",
"女"});
this.cbxSex.Location = new System.Drawing.Point(248, 24);
this.cbxSex.Name = "cbxSex";
this.cbxSex.Size = new System.Drawing.Size(123, 20);
this.cbxSex.TabIndex = 2;
//
// txtName
//
this.txtName.Location = new System.Drawing.Point(72, 24);
this.txtName.MaxLength = 20;
this.txtName.Name = "txtName";
this.txtName.Size = new System.Drawing.Size(100, 21);
this.txtName.TabIndex = 1;
//
// labName
//
this.labName.AutoSize = true;
this.labName.Location = new System.Drawing.Point(8, 32);
this.labName.Name = "labName";
this.labName.Size = new System.Drawing.Size(59, 12);
this.labName.TabIndex = 0;
this.labName.Text = "客户姓名:";
//
// CustomerInfo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(687, 416);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.groupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.Name = "CustomerInfo";
this.Text = "客户基本信息";
this.Load += new System.EventHandler(this.CustomerInfo_Load);
((System.ComponentModel.ISupportInitialize)(this.dgvCustomerInfo)).EndInit();
this.groupBox2.ResumeLayout(false);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStripButton toolAmend;
private System.Windows.Forms.ToolStripButton toolAdd;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripButton toolDelete;
private System.Windows.Forms.DataGridView dgvCustomerInfo;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.ToolStripButton toolCancel;
private System.Windows.Forms.ToolStripButton toolSave;
private System.Windows.Forms.ToolStripLabel labCondation;
private System.Windows.Forms.ToolStripButton toolExit;
private System.Windows.Forms.ToolStripLabel labK;
private System.Windows.Forms.ToolStripButton toolrefesh;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripComboBox cbxCondition;
private System.Windows.Forms.ToolStripTextBox txtKeyWord;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripButton txtOK;
private System.Windows.Forms.TextBox txtAddress;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox txtPhoneM;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txtPhoneH;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.DateTimePicker dtBirthday;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label labSex;
private System.Windows.Forms.ComboBox cbxSex;
private System.Windows.Forms.TextBox txtName;
private System.Windows.Forms.Label labName;
private System.Windows.Forms.TextBox txtRemark;
private System.Windows.Forms.Label label2;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -