📄 form_customer_showmain.designer.cs
字号:
//
this.dataGridViewTextBoxColumn5.HeaderText = "型号及颜色";
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
this.dataGridViewTextBoxColumn5.ReadOnly = true;
//
// selectdatavalue2
//
this.selectdatavalue2.Location = new System.Drawing.Point(207, 22);
this.selectdatavalue2.Name = "selectdatavalue2";
this.selectdatavalue2.TabIndex = 92;
this.selectdatavalue2.Visible = false;
this.selectdatavalue2.DateSelected += new System.Windows.Forms.DateRangeEventHandler(this.selectdatavalue2_DateSelected);
//
// cartype
//
this.cartype.Location = new System.Drawing.Point(243, 63);
this.cartype.Name = "cartype";
this.cartype.Size = new System.Drawing.Size(25, 20);
this.cartype.TabIndex = 3;
this.cartype.Text = "....";
this.cartype.UseVisualStyleBackColor = true;
this.cartype.Click += new System.EventHandler(this.cartype_Click);
//
// salerdate
//
this.salerdate.AllowUserToAddRows = false;
this.salerdate.AllowUserToDeleteRows = false;
this.salerdate.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.salerdate.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn1,
this.dataGridViewTextBoxColumn2});
this.salerdate.Location = new System.Drawing.Point(465, 48);
this.salerdate.Name = "salerdate";
this.salerdate.ReadOnly = true;
this.salerdate.RowTemplate.Height = 23;
this.salerdate.Size = new System.Drawing.Size(162, 138);
this.salerdate.TabIndex = 84;
this.salerdate.UseWaitCursor = true;
this.salerdate.Visible = false;
//
// dataGridViewTextBoxColumn1
//
this.dataGridViewTextBoxColumn1.HeaderText = "序号";
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
this.dataGridViewTextBoxColumn1.ReadOnly = true;
this.dataGridViewTextBoxColumn1.Width = 60;
//
// dataGridViewTextBoxColumn2
//
this.dataGridViewTextBoxColumn2.HeaderText = "名称";
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
this.dataGridViewTextBoxColumn2.ReadOnly = true;
this.dataGridViewTextBoxColumn2.Width = 60;
//
// saler
//
this.saler.Cursor = System.Windows.Forms.Cursors.WaitCursor;
this.saler.Location = new System.Drawing.Point(571, 28);
this.saler.Name = "saler";
this.saler.Size = new System.Drawing.Size(25, 20);
this.saler.TabIndex = 11;
this.saler.Text = "...";
this.saler.UseVisualStyleBackColor = true;
this.saler.UseWaitCursor = true;
this.saler.Click += new System.EventHandler(this.saler_Click);
//
// namevalue
//
this.namevalue.Location = new System.Drawing.Point(113, 27);
this.namevalue.Name = "namevalue";
this.namevalue.Size = new System.Drawing.Size(77, 21);
this.namevalue.TabIndex = 1;
//
// name
//
this.name.AutoSize = true;
this.name.Location = new System.Drawing.Point(42, 31);
this.name.Name = "name";
this.name.Size = new System.Drawing.Size(65, 12);
this.name.TabIndex = 42;
this.name.Text = "姓 名:";
//
// cartype1
//
this.cartype1.AutoSize = true;
this.cartype1.Location = new System.Drawing.Point(42, 66);
this.cartype1.Name = "cartype1";
this.cartype1.Size = new System.Drawing.Size(65, 12);
this.cartype1.TabIndex = 43;
this.cartype1.Text = "车辆类型:";
//
// phone
//
this.phone.AutoSize = true;
this.phone.Location = new System.Drawing.Point(42, 99);
this.phone.Name = "phone";
this.phone.Size = new System.Drawing.Size(65, 12);
this.phone.TabIndex = 44;
this.phone.Text = "电 话:";
//
// carid
//
this.carid.AutoSize = true;
this.carid.Location = new System.Drawing.Point(42, 134);
this.carid.Name = "carid";
this.carid.Size = new System.Drawing.Size(65, 12);
this.carid.TabIndex = 45;
this.carid.Text = "车 牌 号:";
//
// person
//
this.person.AutoSize = true;
this.person.Location = new System.Drawing.Point(394, 31);
this.person.Name = "person";
this.person.Size = new System.Drawing.Size(65, 12);
this.person.TabIndex = 46;
this.person.Text = "业 务 员:";
//
// company
//
this.company.AutoSize = true;
this.company.Location = new System.Drawing.Point(394, 65);
this.company.Name = "company";
this.company.Size = new System.Drawing.Size(65, 12);
this.company.TabIndex = 47;
this.company.Text = "保险公司:";
//
// companyvlaue
//
this.companyvlaue.FormattingEnabled = true;
this.companyvlaue.Location = new System.Drawing.Point(465, 61);
this.companyvlaue.Name = "companyvlaue";
this.companyvlaue.Size = new System.Drawing.Size(121, 20);
this.companyvlaue.TabIndex = 12;
//
// position
//
this.position.AutoSize = true;
this.position.Location = new System.Drawing.Point(394, 100);
this.position.Name = "position";
this.position.Size = new System.Drawing.Size(65, 12);
this.position.TabIndex = 48;
this.position.Text = "地 址:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.ForeColor = System.Drawing.Color.Red;
this.label3.Location = new System.Drawing.Point(514, 135);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(17, 12);
this.label3.TabIndex = 64;
this.label3.Text = "KM";
//
// bz
//
this.bz.AutoSize = true;
this.bz.Location = new System.Drawing.Point(358, 135);
this.bz.Name = "bz";
this.bz.Size = new System.Drawing.Size(101, 12);
this.bz.TabIndex = 49;
this.bz.Text = "每天使用公里数:";
//
// cartypevlaue
//
this.cartypevlaue.Location = new System.Drawing.Point(113, 62);
this.cartypevlaue.Name = "cartypevlaue";
this.cartypevlaue.Size = new System.Drawing.Size(125, 21);
this.cartypevlaue.TabIndex = 2;
//
// modifytimevalue1
//
this.modifytimevalue1.Location = new System.Drawing.Point(236, 164);
this.modifytimevalue1.Name = "modifytimevalue1";
this.modifytimevalue1.Size = new System.Drawing.Size(77, 21);
this.modifytimevalue1.TabIndex = 8;
//
// phonevalue
//
this.phonevalue.Location = new System.Drawing.Point(113, 96);
this.phonevalue.Name = "phonevalue";
this.phonevalue.Size = new System.Drawing.Size(77, 21);
this.phonevalue.TabIndex = 4;
//
// label2
//
this.label2.AutoSize = true;
this.label2.ForeColor = System.Drawing.Color.Red;
this.label2.Location = new System.Drawing.Point(225, 169);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(11, 12);
this.label2.TabIndex = 61;
this.label2.Text = "-";
//
// caridvalue
//
this.caridvalue.Location = new System.Drawing.Point(113, 130);
this.caridvalue.Name = "caridvalue";
this.caridvalue.Size = new System.Drawing.Size(104, 21);
this.caridvalue.TabIndex = 5;
//
// personvalue
//
this.personvalue.Location = new System.Drawing.Point(465, 27);
this.personvalue.Name = "personvalue";
this.personvalue.Size = new System.Drawing.Size(100, 21);
this.personvalue.TabIndex = 10;
//
// modifytimevalue
//
this.modifytimevalue.Location = new System.Drawing.Point(113, 164);
this.modifytimevalue.Name = "modifytimevalue";
this.modifytimevalue.Size = new System.Drawing.Size(77, 21);
this.modifytimevalue.TabIndex = 6;
//
// positionvalue
//
this.positionvalue.Location = new System.Drawing.Point(465, 95);
this.positionvalue.Name = "positionvalue";
this.positionvalue.Size = new System.Drawing.Size(125, 21);
this.positionvalue.TabIndex = 13;
//
// modifytime
//
this.modifytime.AutoSize = true;
this.modifytime.Location = new System.Drawing.Point(17, 169);
this.modifytime.Name = "modifytime";
this.modifytime.Size = new System.Drawing.Size(89, 12);
this.modifytime.TabIndex = 58;
this.modifytime.Text = "上次维修日期:";
//
// mountvlaue
//
this.mountvlaue.Location = new System.Drawing.Point(465, 130);
this.mountvlaue.Name = "mountvlaue";
this.mountvlaue.Size = new System.Drawing.Size(48, 21);
this.mountvlaue.TabIndex = 14;
//
// deletecostmorinfo
//
this.deletecostmorinfo.Location = new System.Drawing.Point(548, 431);
this.deletecostmorinfo.Name = "deletecostmorinfo";
this.deletecostmorinfo.Size = new System.Drawing.Size(90, 23);
this.deletecostmorinfo.TabIndex = 71;
this.deletecostmorinfo.Text = "删除客户信息";
this.deletecostmorinfo.UseVisualStyleBackColor = true;
this.deletecostmorinfo.Visible = false;
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -