📄 customerinfo.designer.cs
字号:
namespace GoodsReportManage.BaseRecord
{
partial class CustomerInfo
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CustomerInfo));
this.toolAmend = new System.Windows.Forms.ToolStripButton();
this.toolAdd = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.toolDelete = new System.Windows.Forms.ToolStripButton();
this.dgvCustomerInfo = new System.Windows.Forms.DataGridView();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.toolCancel = new System.Windows.Forms.ToolStripButton();
this.toolSave = new System.Windows.Forms.ToolStripButton();
this.labCondation = new System.Windows.Forms.ToolStripLabel();
this.toolExit = new System.Windows.Forms.ToolStripButton();
this.labK = new System.Windows.Forms.ToolStripLabel();
this.toolrefesh = new System.Windows.Forms.ToolStripButton();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.cbxCondition = new System.Windows.Forms.ToolStripComboBox();
this.txtKeyWord = new System.Windows.Forms.ToolStripTextBox();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.txtOK = new System.Windows.Forms.ToolStripButton();
this.txtAddress = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.txtPhoneM = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.txtPhoneH = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.txtRemark = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.dtBirthday = new System.Windows.Forms.DateTimePicker();
this.label1 = new System.Windows.Forms.Label();
this.labSex = new System.Windows.Forms.Label();
this.cbxSex = new System.Windows.Forms.ComboBox();
this.txtName = new System.Windows.Forms.TextBox();
this.labName = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.dgvCustomerInfo)).BeginInit();
this.groupBox2.SuspendLayout();
this.toolStrip1.SuspendLayout();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// toolAmend
//
this.toolAmend.Image = ((System.Drawing.Image)(resources.GetObject("toolAmend.Image")));
this.toolAmend.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolAmend.Name = "toolAmend";
this.toolAmend.Size = new System.Drawing.Size(49, 22);
this.toolAmend.Tag = "4";
this.toolAmend.Text = "修改";
this.toolAmend.Click += new System.EventHandler(this.toolAmend_Click);
//
// toolAdd
//
this.toolAdd.Image = ((System.Drawing.Image)(resources.GetObject("toolAdd.Image")));
this.toolAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolAdd.Name = "toolAdd";
this.toolAdd.Size = new System.Drawing.Size(49, 22);
this.toolAdd.Tag = "3";
this.toolAdd.Text = "添加";
this.toolAdd.Click += new System.EventHandler(this.toolAdd_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
//
// toolDelete
//
this.toolDelete.Image = ((System.Drawing.Image)(resources.GetObject("toolDelete.Image")));
this.toolDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolDelete.Name = "toolDelete";
this.toolDelete.Size = new System.Drawing.Size(49, 22);
this.toolDelete.Tag = "5";
this.toolDelete.Text = "删除";
this.toolDelete.Click += new System.EventHandler(this.toolDelete_Click);
//
// dgvCustomerInfo
//
this.dgvCustomerInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvCustomerInfo.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvCustomerInfo.Location = new System.Drawing.Point(3, 17);
this.dgvCustomerInfo.Name = "dgvCustomerInfo";
this.dgvCustomerInfo.ReadOnly = true;
this.dgvCustomerInfo.RowTemplate.Height = 20;
this.dgvCustomerInfo.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvCustomerInfo.Size = new System.Drawing.Size(646, 218);
this.dgvCustomerInfo.TabIndex = 0;
this.dgvCustomerInfo.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvCustomerInfo_CellClick);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.dgvCustomerInfo);
this.groupBox2.Location = new System.Drawing.Point(16, 164);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(652, 238);
this.groupBox2.TabIndex = 4;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "客户信息显示";
//
// toolCancel
//
this.toolCancel.Enabled = false;
this.toolCancel.Image = ((System.Drawing.Image)(resources.GetObject("toolCancel.Image")));
this.toolCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolCancel.Name = "toolCancel";
this.toolCancel.Size = new System.Drawing.Size(49, 22);
this.toolCancel.Tag = "2";
this.toolCancel.Text = "取消";
this.toolCancel.Click += new System.EventHandler(this.toolCancel_Click);
//
// toolSave
//
this.toolSave.Enabled = false;
this.toolSave.Image = ((System.Drawing.Image)(resources.GetObject("toolSave.Image")));
this.toolSave.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolSave.Name = "toolSave";
this.toolSave.Size = new System.Drawing.Size(49, 22);
this.toolSave.Tag = "1";
this.toolSave.Text = "保存";
this.toolSave.Click += new System.EventHandler(this.toolSave_Click);
//
// labCondation
//
this.labCondation.Name = "labCondation";
this.labCondation.Size = new System.Drawing.Size(59, 22);
this.labCondation.Text = "查询条件:";
//
// toolExit
//
this.toolExit.Image = ((System.Drawing.Image)(resources.GetObject("toolExit.Image")));
this.toolExit.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolExit.Name = "toolExit";
this.toolExit.Size = new System.Drawing.Size(49, 22);
this.toolExit.Tag = "7";
this.toolExit.Text = "退出";
this.toolExit.Click += new System.EventHandler(this.toolExit_Click);
//
// labK
//
this.labK.Name = "labK";
this.labK.Size = new System.Drawing.Size(29, 22);
this.labK.Text = " ";
//
// toolrefesh
//
this.toolrefesh.Image = ((System.Drawing.Image)(resources.GetObject("toolrefesh.Image")));
this.toolrefesh.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolrefesh.Name = "toolrefesh";
this.toolrefesh.Size = new System.Drawing.Size(49, 22);
this.toolrefesh.Text = "刷新";
this.toolrefesh.Click += new System.EventHandler(this.toolrefesh_Click);
//
// toolStrip1
//
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolSave,
this.toolCancel,
this.toolAdd,
this.toolAmend,
this.toolDelete,
this.toolrefesh,
this.toolStripSeparator1,
this.labCondation,
this.cbxCondition,
this.txtKeyWord,
this.toolStripSeparator2,
this.txtOK,
this.labK,
this.toolExit});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(687, 25);
this.toolStrip1.TabIndex = 5;
this.toolStrip1.Text = "toolStrip1";
//
// cbxCondition
//
this.cbxCondition.Items.AddRange(new object[] {
"客户姓名",
"客户性别",
"手机号码"});
this.cbxCondition.Name = "cbxCondition";
this.cbxCondition.Size = new System.Drawing.Size(75, 25);
//
// txtKeyWord
//
this.txtKeyWord.Name = "txtKeyWord";
this.txtKeyWord.Size = new System.Drawing.Size(100, 25);
//
// toolStripSeparator2
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -