📄 form_repair_checkout.designer.cs
字号:
this.skvalue.RowTemplate.Height = 23;
this.skvalue.Size = new System.Drawing.Size(136, 86);
this.skvalue.TabIndex = 97;
this.skvalue.Visible = false;
//
// dataGridViewTextBoxColumn13
//
this.dataGridViewTextBoxColumn13.HeaderText = "序号";
this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13";
this.dataGridViewTextBoxColumn13.ReadOnly = true;
this.dataGridViewTextBoxColumn13.Width = 60;
//
// dataGridViewTextBoxColumn14
//
this.dataGridViewTextBoxColumn14.HeaderText = "名称";
this.dataGridViewTextBoxColumn14.Name = "dataGridViewTextBoxColumn14";
this.dataGridViewTextBoxColumn14.ReadOnly = true;
this.dataGridViewTextBoxColumn14.Width = 60;
//
// spvalue
//
this.spvalue.AllowUserToAddRows = false;
this.spvalue.AllowUserToDeleteRows = false;
this.spvalue.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.spvalue.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn11,
this.dataGridViewTextBoxColumn12});
this.spvalue.Location = new System.Drawing.Point(334, 38);
this.spvalue.Name = "spvalue";
this.spvalue.ReadOnly = true;
this.spvalue.RowTemplate.Height = 23;
this.spvalue.Size = new System.Drawing.Size(136, 86);
this.spvalue.TabIndex = 95;
this.spvalue.Visible = false;
//
// dataGridViewTextBoxColumn11
//
this.dataGridViewTextBoxColumn11.HeaderText = "序号";
this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
this.dataGridViewTextBoxColumn11.ReadOnly = true;
this.dataGridViewTextBoxColumn11.Width = 60;
//
// dataGridViewTextBoxColumn12
//
this.dataGridViewTextBoxColumn12.HeaderText = "名称";
this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
this.dataGridViewTextBoxColumn12.ReadOnly = true;
this.dataGridViewTextBoxColumn12.Width = 60;
//
// button4
//
this.button4.Location = new System.Drawing.Point(637, 19);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(49, 20);
this.button4.TabIndex = 13;
this.button4.Text = "选帐户";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(437, 19);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(30, 20);
this.button3.TabIndex = 11;
this.button3.Text = "....";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.button1);
this.groupBox2.Controls.Add(this.cancal);
this.groupBox2.Location = new System.Drawing.Point(281, 69);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(211, 46);
this.groupBox2.TabIndex = 93;
this.groupBox2.TabStop = false;
//
// button1
//
this.button1.Location = new System.Drawing.Point(30, 15);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 15;
this.button1.Text = "单据过帐";
this.button1.UseVisualStyleBackColor = true;
//
// cancal
//
this.cancal.Location = new System.Drawing.Point(111, 15);
this.cancal.Name = "cancal";
this.cancal.Size = new System.Drawing.Size(75, 23);
this.cancal.TabIndex = 16;
this.cancal.Text = "退出";
this.cancal.UseVisualStyleBackColor = true;
this.cancal.Click += new System.EventHandler(this.cancal_Click);
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(470, 22);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(65, 12);
this.label7.TabIndex = 91;
this.label7.Text = "收款帐户:";
//
// sk
//
this.sk.Location = new System.Drawing.Point(533, 18);
this.sk.Name = "sk";
this.sk.Size = new System.Drawing.Size(100, 21);
this.sk.TabIndex = 12;
//
// button2
//
this.button2.Location = new System.Drawing.Point(239, 19);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(30, 20);
this.button2.TabIndex = 9;
this.button2.Text = "....";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(269, 22);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(65, 12);
this.label6.TabIndex = 89;
this.label6.Text = "索赔保险:";
//
// sp
//
this.sp.Location = new System.Drawing.Point(334, 18);
this.sp.Name = "sp";
this.sp.Size = new System.Drawing.Size(100, 21);
this.sp.TabIndex = 10;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(68, 22);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 12);
this.label5.TabIndex = 87;
this.label5.Text = "索赔厂家:";
//
// company
//
this.company.Location = new System.Drawing.Point(136, 18);
this.company.Name = "company";
this.company.Size = new System.Drawing.Size(100, 21);
this.company.TabIndex = 8;
//
// Form_repair_checkout
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.ClientSize = new System.Drawing.Size(792, 483);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.dataGridView2);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.groupBox1);
this.Location = new System.Drawing.Point(0, 0);
this.Name = "Form_repair_checkout";
this.Text = "维修结算";
this.Load += new System.EventHandler(this.Form_repair_checkout_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bookvalue)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.companyvalue)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.skvalue)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.spvalue)).EndInit();
this.groupBox2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataGridView dataGridView2;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox costmorname;
private System.Windows.Forms.Label person;
private System.Windows.Forms.TextBox vipnumber;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox seviceperson;
private System.Windows.Forms.Label name;
private System.Windows.Forms.TextBox inputvalue;
private System.Windows.Forms.TextBox carjnumber;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox carnumber;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.DataGridView bookvalue;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
private System.Windows.Forms.Button getbooknumber;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
private System.Windows.Forms.DataGridViewTextBoxColumn Column9;
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
private System.Windows.Forms.DataGridViewTextBoxColumn Column10;
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
private System.Windows.Forms.DataGridViewTextBoxColumn Column11;
private System.Windows.Forms.DataGridViewTextBoxColumn Column12;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox company;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox sk;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox sp;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button cancal;
private System.Windows.Forms.DataGridView companyvalue;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.DataGridView skvalue;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn14;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.DataGridView spvalue;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox income;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -