📄 form_repair_materials.designer.cs
字号:
namespace RepairCRM
{
partial class Form_repair_materials
{
/// <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()
{
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.button1 = new System.Windows.Forms.Button();
this.cancal = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label2 = new System.Windows.Forms.Label();
this.carnumber = new System.Windows.Forms.TextBox();
this.bookvalue = new System.Windows.Forms.DataGridView();
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.getbooknumber = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.carjnumber = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.costmorname = new System.Windows.Forms.TextBox();
this.person = new System.Windows.Forms.Label();
this.vipnumber = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.seviceperson = new System.Windows.Forms.TextBox();
this.name = new System.Windows.Forms.Label();
this.inputvalue = new System.Windows.Forms.TextBox();
this.dataGridView2 = new System.Windows.Forms.DataGridView();
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.groupBox2.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.bookvalue)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
this.SuspendLayout();
//
// 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.Column4,
this.Column5,
this.Column6});
this.dataGridView1.Location = new System.Drawing.Point(39, 167);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(716, 112);
this.dataGridView1.TabIndex = 84;
//
// 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;
//
// Column4
//
this.Column4.HeaderText = "付款类型";
this.Column4.Name = "Column4";
this.Column4.ReadOnly = true;
this.Column4.Width = 130;
//
// Column5
//
this.Column5.HeaderText = "开始时间";
this.Column5.Name = "Column5";
this.Column5.ReadOnly = true;
this.Column5.Width = 120;
//
// Column6
//
this.Column6.HeaderText = "结束时间";
this.Column6.Name = "Column6";
this.Column6.ReadOnly = true;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.button1);
this.groupBox2.Controls.Add(this.cancal);
this.groupBox2.Location = new System.Drawing.Point(302, 427);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(211, 46);
this.groupBox2.TabIndex = 83;
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 = 11;
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 = 9;
this.cancal.Text = "退出";
this.cancal.UseVisualStyleBackColor = true;
this.cancal.Click += new System.EventHandler(this.cancal_Click);
//
// 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(52, 11);
this.groupBox1.Name = "groupBox1";
this.groupBox1.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.groupBox1.Size = new System.Drawing.Size(688, 152);
this.groupBox1.TabIndex = 82;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "维修领料单";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(444, 61);
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, 57);
this.carnumber.Name = "carnumber";
this.carnumber.Size = new System.Drawing.Size(100, 21);
this.carnumber.TabIndex = 86;
//
// 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, 43);
this.bookvalue.Name = "bookvalue";
this.bookvalue.ReadOnly = true;
this.bookvalue.RowTemplate.Height = 23;
this.bookvalue.Size = new System.Drawing.Size(131, 103);
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
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -