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

📄 form_repair_datasure_in.designer.cs

📁 以前为一家4S店开发的维修管理及客户管理的软件,C#开发!
💻 CS
📖 第 1 页 / 共 2 页
字号:
            // 
            // cusnmlab
            // 
            this.cusnmlab.AutoSize = true;
            this.cusnmlab.Location = new System.Drawing.Point(335, 73);
            this.cusnmlab.Name = "cusnmlab";
            this.cusnmlab.Size = new System.Drawing.Size(53, 12);
            this.cusnmlab.TabIndex = 34;
            this.cusnmlab.Text = "联系人:";
            // 
            // typTxt
            // 
            this.typTxt.Location = new System.Drawing.Point(580, 92);
            this.typTxt.Name = "typTxt";
            this.typTxt.Size = new System.Drawing.Size(104, 21);
            this.typTxt.TabIndex = 51;
            // 
            // empnamelab
            // 
            this.empnamelab.AutoSize = true;
            this.empnamelab.Location = new System.Drawing.Point(471, 34);
            this.empnamelab.Name = "empnamelab";
            this.empnamelab.Size = new System.Drawing.Size(65, 12);
            this.empnamelab.TabIndex = 31;
            this.empnamelab.Text = "服务顾问:";
            // 
            // coloTxt
            // 
            this.coloTxt.Location = new System.Drawing.Point(390, 92);
            this.coloTxt.Name = "coloTxt";
            this.coloTxt.Size = new System.Drawing.Size(93, 21);
            this.coloTxt.TabIndex = 50;
            // 
            // carnoTxt
            // 
            this.carnoTxt.Location = new System.Drawing.Point(218, 92);
            this.carnoTxt.Name = "carnoTxt";
            this.carnoTxt.Size = new System.Drawing.Size(88, 21);
            this.carnoTxt.TabIndex = 49;
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Location = new System.Drawing.Point(485, 147);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(89, 12);
            this.label13.TabIndex = 42;
            this.label13.Text = "维修初步意见:";
            // 
            // cartypelab
            // 
            this.cartypelab.AutoSize = true;
            this.cartypelab.Location = new System.Drawing.Point(509, 95);
            this.cartypelab.Name = "cartypelab";
            this.cartypelab.Size = new System.Drawing.Size(65, 12);
            this.cartypelab.TabIndex = 37;
            this.cartypelab.Text = "车辆型号:";
            // 
            // mileslab
            // 
            this.mileslab.AutoSize = true;
            this.mileslab.Location = new System.Drawing.Point(335, 117);
            this.mileslab.Name = "mileslab";
            this.mileslab.Size = new System.Drawing.Size(53, 12);
            this.mileslab.TabIndex = 39;
            this.mileslab.Text = "公里数:";
            // 
            // showButt
            // 
            this.showButt.Location = new System.Drawing.Point(502, 234);
            this.showButt.Name = "showButt";
            this.showButt.Size = new System.Drawing.Size(52, 21);
            this.showButt.TabIndex = 60;
            this.showButt.Text = "显示";
            this.showButt.UseVisualStyleBackColor = true;
            // 
            // showDataGridView
            // 
            this.showDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.showDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.idColumn,
            this.wxColumn,
            this.custmColumn,
            this.carnoColumn,
            this.milesColumn,
            this.indateColumn,
            this.empColumn,
            this.outdateColumn});
            this.showDataGridView.Location = new System.Drawing.Point(35, 261);
            this.showDataGridView.Name = "showDataGridView";
            this.showDataGridView.RowTemplate.Height = 23;
            this.showDataGridView.Size = new System.Drawing.Size(730, 188);
            this.showDataGridView.TabIndex = 58;
            // 
            // idColumn
            // 
            this.idColumn.HeaderText = "序号";
            this.idColumn.Name = "idColumn";
            this.idColumn.Width = 40;
            // 
            // wxColumn
            // 
            this.wxColumn.HeaderText = "委托书号";
            this.wxColumn.Name = "wxColumn";
            // 
            // custmColumn
            // 
            this.custmColumn.HeaderText = "客户名称";
            this.custmColumn.Name = "custmColumn";
            // 
            // carnoColumn
            // 
            this.carnoColumn.HeaderText = "车架号";
            this.carnoColumn.Name = "carnoColumn";
            // 
            // milesColumn
            // 
            this.milesColumn.HeaderText = "保单号";
            this.milesColumn.Name = "milesColumn";
            this.milesColumn.Width = 60;
            // 
            // indateColumn
            // 
            this.indateColumn.HeaderText = "录单时间";
            this.indateColumn.Name = "indateColumn";
            // 
            // empColumn
            // 
            this.empColumn.HeaderText = "服务顾问";
            this.empColumn.Name = "empColumn";
            // 
            // outdateColumn
            // 
            this.outdateColumn.HeaderText = "预计完成时间";
            this.outdateColumn.Name = "outdateColumn";
            // 
            // subButt
            // 
            this.subButt.Location = new System.Drawing.Point(256, 234);
            this.subButt.Name = "subButt";
            this.subButt.Size = new System.Drawing.Size(50, 21);
            this.subButt.TabIndex = 59;
            this.subButt.Text = "提交";
            this.subButt.UseVisualStyleBackColor = true;
            // 
            // Form_repair_datasure_in
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.ClientSize = new System.Drawing.Size(792, 461);
            this.Controls.Add(this.showButt);
            this.Controls.Add(this.showDataGridView);
            this.Controls.Add(this.subButt);
            this.Controls.Add(this.wxlab);
            this.Controls.Add(this.oilslab);
            this.Controls.Add(this.carnolab);
            this.Controls.Add(this.carcololab);
            this.Controls.Add(this.wxTxt);
            this.Controls.Add(this.insureTxt);
            this.Controls.Add(this.displayTxt);
            this.Controls.Add(this.cusnamTxt);
            this.Controls.Add(this.registTxt);
            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.label14);
            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_datasure_in";
            ((System.ComponentModel.ISupportInitialize)(this.showDataGridView)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label wxlab;
        private System.Windows.Forms.Label oilslab;
        private System.Windows.Forms.Label carnolab;
        private System.Windows.Forms.Label carcololab;
        private System.Windows.Forms.TextBox wxTxt;
        private System.Windows.Forms.TextBox insureTxt;
        private System.Windows.Forms.RichTextBox displayTxt;
        private System.Windows.Forms.TextBox cusnamTxt;
        private System.Windows.Forms.RichTextBox registTxt;
        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 label14;
        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.Button showButt;
        private System.Windows.Forms.DataGridView showDataGridView;
        private System.Windows.Forms.Button subButt;
        private System.Windows.Forms.DataGridViewTextBoxColumn idColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn wxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn custmColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn carnoColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn milesColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn indateColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn empColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn outdateColumn;
    }
}

⌨️ 快捷键说明

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