📄 form_repair_checkout.designer.cs
字号:
this.carjnumber.TabIndex = 6;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(444, 56);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 85;
this.label2.Text = "车 牌 号:";
//
// carnumber
//
this.carnumber.Location = new System.Drawing.Point(515, 52);
this.carnumber.Name = "carnumber";
this.carnumber.Size = new System.Drawing.Size(100, 21);
this.carnumber.TabIndex = 7;
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column1,
this.Column2,
this.Column3,
this.Column10,
this.Column4,
this.Column5,
this.Column6,
this.Column11,
this.Column12});
this.dataGridView1.Location = new System.Drawing.Point(-1, 144);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(795, 103);
this.dataGridView1.TabIndex = 88;
//
// Column1
//
this.Column1.HeaderText = "序号";
this.Column1.Name = "Column1";
this.Column1.ReadOnly = true;
//
// Column2
//
this.Column2.HeaderText = "维修项目";
this.Column2.Name = "Column2";
this.Column2.ReadOnly = true;
//
// Column3
//
this.Column3.HeaderText = "派工";
this.Column3.Name = "Column3";
this.Column3.ReadOnly = true;
this.Column3.Width = 130;
//
// Column10
//
this.Column10.HeaderText = "优惠";
this.Column10.Name = "Column10";
this.Column10.ReadOnly = true;
//
// Column4
//
this.Column4.HeaderText = "含税工时费";
this.Column4.Name = "Column4";
this.Column4.ReadOnly = true;
//
// Column5
//
this.Column5.HeaderText = "附加费";
this.Column5.Name = "Column5";
this.Column5.ReadOnly = true;
//
// Column6
//
this.Column6.HeaderText = "开始时间";
this.Column6.Name = "Column6";
this.Column6.ReadOnly = true;
//
// Column11
//
this.Column11.HeaderText = "结束时间";
this.Column11.Name = "Column11";
this.Column11.ReadOnly = true;
//
// Column12
//
this.Column12.HeaderText = "付款类型";
this.Column12.Name = "Column12";
this.Column12.ReadOnly = true;
//
// bookvalue
//
this.bookvalue.AllowUserToAddRows = false;
this.bookvalue.AllowUserToDeleteRows = false;
this.bookvalue.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.bookvalue.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn4,
this.dataGridViewTextBoxColumn5});
this.bookvalue.Location = new System.Drawing.Point(106, 37);
this.bookvalue.Name = "bookvalue";
this.bookvalue.ReadOnly = true;
this.bookvalue.RowTemplate.Height = 23;
this.bookvalue.Size = new System.Drawing.Size(131, 97);
this.bookvalue.TabIndex = 84;
this.bookvalue.Visible = false;
//
// dataGridViewTextBoxColumn4
//
this.dataGridViewTextBoxColumn4.HeaderText = "序号";
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
this.dataGridViewTextBoxColumn4.ReadOnly = true;
this.dataGridViewTextBoxColumn4.Width = 60;
//
// dataGridViewTextBoxColumn5
//
this.dataGridViewTextBoxColumn5.HeaderText = "名称";
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
this.dataGridViewTextBoxColumn5.ReadOnly = true;
this.dataGridViewTextBoxColumn5.Width = 60;
//
// getbooknumber
//
this.getbooknumber.Location = new System.Drawing.Point(207, 19);
this.getbooknumber.Name = "getbooknumber";
this.getbooknumber.Size = new System.Drawing.Size(30, 20);
this.getbooknumber.TabIndex = 2;
this.getbooknumber.Text = "....";
this.getbooknumber.UseVisualStyleBackColor = true;
this.getbooknumber.Click += new System.EventHandler(this.getbooknumber_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(247, 56);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 8;
this.label3.Text = "车 架 号:";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.carnumber);
this.groupBox1.Controls.Add(this.bookvalue);
this.groupBox1.Controls.Add(this.getbooknumber);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.carjnumber);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.costmorname);
this.groupBox1.Controls.Add(this.person);
this.groupBox1.Controls.Add(this.vipnumber);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.seviceperson);
this.groupBox1.Controls.Add(this.name);
this.groupBox1.Controls.Add(this.inputvalue);
this.groupBox1.Location = new System.Drawing.Point(54, 5);
this.groupBox1.Name = "groupBox1";
this.groupBox1.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.groupBox1.Size = new System.Drawing.Size(688, 134);
this.groupBox1.TabIndex = 86;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "维修结算单";
this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter);
//
// groupBox3
//
this.groupBox3.Controls.Add(this.companyvalue);
this.groupBox3.Controls.Add(this.label8);
this.groupBox3.Controls.Add(this.income);
this.groupBox3.Controls.Add(this.skvalue);
this.groupBox3.Controls.Add(this.spvalue);
this.groupBox3.Controls.Add(this.button4);
this.groupBox3.Controls.Add(this.button3);
this.groupBox3.Controls.Add(this.groupBox2);
this.groupBox3.Controls.Add(this.label7);
this.groupBox3.Controls.Add(this.sk);
this.groupBox3.Controls.Add(this.button2);
this.groupBox3.Controls.Add(this.label6);
this.groupBox3.Controls.Add(this.sp);
this.groupBox3.Controls.Add(this.label5);
this.groupBox3.Controls.Add(this.company);
this.groupBox3.Location = new System.Drawing.Point(12, 353);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(768, 124);
this.groupBox3.TabIndex = 90;
this.groupBox3.TabStop = false;
//
// companyvalue
//
this.companyvalue.AllowUserToAddRows = false;
this.companyvalue.AllowUserToDeleteRows = false;
this.companyvalue.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.companyvalue.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn9,
this.dataGridViewTextBoxColumn10});
this.companyvalue.Location = new System.Drawing.Point(133, 38);
this.companyvalue.Name = "companyvalue";
this.companyvalue.ReadOnly = true;
this.companyvalue.RowTemplate.Height = 23;
this.companyvalue.Size = new System.Drawing.Size(136, 86);
this.companyvalue.TabIndex = 88;
this.companyvalue.Visible = false;
//
// dataGridViewTextBoxColumn9
//
this.dataGridViewTextBoxColumn9.HeaderText = "序号";
this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
this.dataGridViewTextBoxColumn9.ReadOnly = true;
this.dataGridViewTextBoxColumn9.Width = 60;
//
// dataGridViewTextBoxColumn10
//
this.dataGridViewTextBoxColumn10.HeaderText = "名称";
this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
this.dataGridViewTextBoxColumn10.ReadOnly = true;
this.dataGridViewTextBoxColumn10.Width = 60;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(14, 55);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(131, 12);
this.label8.TabIndex = 98;
this.label8.Text = "应收:¥0.00 实收:¥";
//
// income
//
this.income.Location = new System.Drawing.Point(148, 52);
this.income.Name = "income";
this.income.Size = new System.Drawing.Size(100, 21);
this.income.TabIndex = 14;
this.income.TextChanged += new System.EventHandler(this.textBox4_TextChanged);
//
// skvalue
//
this.skvalue.AllowUserToAddRows = false;
this.skvalue.AllowUserToDeleteRows = false;
this.skvalue.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.skvalue.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn13,
this.dataGridViewTextBoxColumn14});
this.skvalue.Location = new System.Drawing.Point(533, 38);
this.skvalue.Name = "skvalue";
this.skvalue.ReadOnly = true;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -