⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 form_repair_datafac_in.designer.cs

📁 以前为一家4S店开发的维修管理及客户管理的软件,C#开发!
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.cusnmlab.Name = "cusnmlab";
            this.cusnmlab.Size = new System.Drawing.Size(53, 12);
            this.cusnmlab.TabIndex = 37;
            this.cusnmlab.Text = "联系人:";
            // 
            // typTxt
            // 
            this.typTxt.Location = new System.Drawing.Point(583, 85);
            this.typTxt.Name = "typTxt";
            this.typTxt.Size = new System.Drawing.Size(104, 21);
            this.typTxt.TabIndex = 54;
            // 
            // empnamelab
            // 
            this.empnamelab.AutoSize = true;
            this.empnamelab.Location = new System.Drawing.Point(474, 27);
            this.empnamelab.Name = "empnamelab";
            this.empnamelab.Size = new System.Drawing.Size(65, 12);
            this.empnamelab.TabIndex = 34;
            this.empnamelab.Text = "服务顾问:";
            // 
            // coloTxt
            // 
            this.coloTxt.Location = new System.Drawing.Point(393, 85);
            this.coloTxt.Name = "coloTxt";
            this.coloTxt.Size = new System.Drawing.Size(93, 21);
            this.coloTxt.TabIndex = 53;
            // 
            // carnoTxt
            // 
            this.carnoTxt.Location = new System.Drawing.Point(221, 85);
            this.carnoTxt.Name = "carnoTxt";
            this.carnoTxt.Size = new System.Drawing.Size(88, 21);
            this.carnoTxt.TabIndex = 52;
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Location = new System.Drawing.Point(126, 176);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(89, 12);
            this.label13.TabIndex = 45;
            this.label13.Text = "维修初步意见:";
            // 
            // cartypelab
            // 
            this.cartypelab.AutoSize = true;
            this.cartypelab.Location = new System.Drawing.Point(512, 88);
            this.cartypelab.Name = "cartypelab";
            this.cartypelab.Size = new System.Drawing.Size(65, 12);
            this.cartypelab.TabIndex = 40;
            this.cartypelab.Text = "车辆型号:";
            // 
            // mileslab
            // 
            this.mileslab.AutoSize = true;
            this.mileslab.Location = new System.Drawing.Point(338, 110);
            this.mileslab.Name = "mileslab";
            this.mileslab.Size = new System.Drawing.Size(53, 12);
            this.mileslab.TabIndex = 42;
            this.mileslab.Text = "公里数:";
            // 
            // outdatetxt
            // 
            this.outdatetxt.Location = new System.Drawing.Point(221, 213);
            this.outdatetxt.Name = "outdatetxt";
            this.outdatetxt.Size = new System.Drawing.Size(116, 21);
            this.outdatetxt.TabIndex = 64;
            // 
            // label14
            // 
            this.label14.AutoSize = true;
            this.label14.Location = new System.Drawing.Point(126, 216);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(89, 12);
            this.label14.TabIndex = 63;
            this.label14.Text = "预计完成时间:";
            // 
            // dataGridView1
            // 
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.dataGridViewTextBoxColumn1,
            this.dataGridViewTextBoxColumn2,
            this.dataGridViewTextBoxColumn3,
            this.carnoColumn,
            this.displayColumn,
            this.presugestColumn,
            this.dataGridViewTextBoxColumn4,
            this.dataGridViewTextBoxColumn5,
            this.empColumn,
            this.dataGridViewTextBoxColumn6});
            this.dataGridView1.Location = new System.Drawing.Point(35, 270);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.Size = new System.Drawing.Size(730, 188);
            this.dataGridView1.TabIndex = 66;
            // 
            // dataGridViewTextBoxColumn1
            // 
            this.dataGridViewTextBoxColumn1.HeaderText = "序号";
            this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
            this.dataGridViewTextBoxColumn1.Width = 40;
            // 
            // dataGridViewTextBoxColumn2
            // 
            this.dataGridViewTextBoxColumn2.HeaderText = "委托书号";
            this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
            // 
            // dataGridViewTextBoxColumn3
            // 
            this.dataGridViewTextBoxColumn3.HeaderText = "客户名称";
            this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
            // 
            // carnoColumn
            // 
            this.carnoColumn.HeaderText = "车架号";
            this.carnoColumn.Name = "carnoColumn";
            // 
            // displayColumn
            // 
            this.displayColumn.HeaderText = "故障描述";
            this.displayColumn.Name = "displayColumn";
            // 
            // presugestColumn
            // 
            this.presugestColumn.HeaderText = "初步意见";
            this.presugestColumn.Name = "presugestColumn";
            // 
            // dataGridViewTextBoxColumn4
            // 
            this.dataGridViewTextBoxColumn4.HeaderText = "索赔厂家";
            this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
            this.dataGridViewTextBoxColumn4.Width = 60;
            // 
            // dataGridViewTextBoxColumn5
            // 
            this.dataGridViewTextBoxColumn5.HeaderText = "录单时间";
            this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
            // 
            // empColumn
            // 
            this.empColumn.HeaderText = "服务顾问";
            this.empColumn.Name = "empColumn";
            // 
            // dataGridViewTextBoxColumn6
            // 
            this.dataGridViewTextBoxColumn6.HeaderText = "预计完成时间";
            this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
            // 
            // Form_repair_datafac_in
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.ClientSize = new System.Drawing.Size(792, 461);
            this.Controls.Add(this.dataGridView1);
            this.Controls.Add(this.outdatetxt);
            this.Controls.Add(this.label14);
            this.Controls.Add(this.wxlab);
            this.Controls.Add(this.oilslab);
            this.Controls.Add(this.showButt);
            this.Controls.Add(this.carnolab);
            this.Controls.Add(this.carcololab);
            this.Controls.Add(this.wxTxt);
            this.Controls.Add(this.subButt);
            this.Controls.Add(this.surefacTxt);
            this.Controls.Add(this.displayTxt);
            this.Controls.Add(this.cusnamTxt);
            this.Controls.Add(this.mileTxt);
            this.Controls.Add(this.complab);
            this.Controls.Add(this.oilsTxt);
            this.Controls.Add(this.phoneTxt);
            this.Controls.Add(this.insurenolab);
            this.Controls.Add(this.pholab);
            this.Controls.Add(this.presugestTxt);
            this.Controls.Add(this.dislab);
            this.Controls.Add(this.comTxt);
            this.Controls.Add(this.empnameTxt);
            this.Controls.Add(this.cusnmlab);
            this.Controls.Add(this.typTxt);
            this.Controls.Add(this.empnamelab);
            this.Controls.Add(this.coloTxt);
            this.Controls.Add(this.carnoTxt);
            this.Controls.Add(this.label13);
            this.Controls.Add(this.cartypelab);
            this.Controls.Add(this.mileslab);
            this.Location = new System.Drawing.Point(0, 0);
            this.Name = "Form_repair_datafac_in";
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label wxlab;
        private System.Windows.Forms.Label oilslab;
        private System.Windows.Forms.Button showButt;
        private System.Windows.Forms.Label carnolab;
        private System.Windows.Forms.Label carcololab;
        private System.Windows.Forms.TextBox wxTxt;
        private System.Windows.Forms.Button subButt;
        private System.Windows.Forms.TextBox surefacTxt;
        private System.Windows.Forms.RichTextBox displayTxt;
        private System.Windows.Forms.TextBox cusnamTxt;
        private System.Windows.Forms.TextBox mileTxt;
        private System.Windows.Forms.Label complab;
        private System.Windows.Forms.TextBox oilsTxt;
        private System.Windows.Forms.TextBox phoneTxt;
        private System.Windows.Forms.Label insurenolab;
        private System.Windows.Forms.Label pholab;
        private System.Windows.Forms.RichTextBox presugestTxt;
        private System.Windows.Forms.Label dislab;
        private System.Windows.Forms.TextBox comTxt;
        private System.Windows.Forms.TextBox empnameTxt;
        private System.Windows.Forms.Label cusnmlab;
        private System.Windows.Forms.TextBox typTxt;
        private System.Windows.Forms.Label empnamelab;
        private System.Windows.Forms.TextBox coloTxt;
        private System.Windows.Forms.TextBox carnoTxt;
        private System.Windows.Forms.Label label13;
        private System.Windows.Forms.Label cartypelab;
        private System.Windows.Forms.Label mileslab;
        private System.Windows.Forms.TextBox outdatetxt;
        private System.Windows.Forms.Label label14;
        private System.Windows.Forms.DataGridView dataGridView1;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
        private System.Windows.Forms.DataGridViewTextBoxColumn carnoColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn displayColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn presugestColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
        private System.Windows.Forms.DataGridViewTextBoxColumn empColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;

    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -