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

📄 form_basic_repairitem.designer.cs

📁 以前为一家4S店开发的维修管理及客户管理的软件,C#开发!
💻 CS
📖 第 1 页 / 共 3 页
字号:
            // returnButt
            // 
            this.returnButt.Location = new System.Drawing.Point(421, 154);
            this.returnButt.Name = "returnButt";
            this.returnButt.Size = new System.Drawing.Size(73, 23);
            this.returnButt.TabIndex = 49;
            this.returnButt.Text = "返回";
            this.returnButt.UseVisualStyleBackColor = true;
            // 
            // lab13
            // 
            this.lab13.AutoSize = true;
            this.lab13.Location = new System.Drawing.Point(429, 180);
            this.lab13.Name = "lab13";
            this.lab13.Size = new System.Drawing.Size(65, 12);
            this.lab13.TabIndex = 50;
            this.lab13.Text = "维修项目:";
            // 
            // findbutt
            // 
            this.findbutt.Location = new System.Drawing.Point(605, 177);
            this.findbutt.Name = "findbutt";
            this.findbutt.Size = new System.Drawing.Size(48, 20);
            this.findbutt.TabIndex = 51;
            this.findbutt.Text = "查询";
            this.findbutt.UseVisualStyleBackColor = true;
            // 
            // dataGridView1
            // 
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.idColumn,
            this.repairnameColumn,
            this.dictColumn,
            this.repairpayColumn,
            this.chenbenColumn,
            this.repairtimeColumn,
            this.cartypeColumn,
            this.wordtypeColumn});
            this.dataGridView1.Location = new System.Drawing.Point(27, 204);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.Size = new System.Drawing.Size(722, 117);
            this.dataGridView1.TabIndex = 52;
            // 
            // idColumn
            // 
            this.idColumn.HeaderText = "序号";
            this.idColumn.Name = "idColumn";
            this.idColumn.Width = 50;
            // 
            // repairnameColumn
            // 
            this.repairnameColumn.HeaderText = "维修项目";
            this.repairnameColumn.Name = "repairnameColumn";
            // 
            // dictColumn
            // 
            this.dictColumn.HeaderText = "别名";
            this.dictColumn.Name = "dictColumn";
            // 
            // repairpayColumn
            // 
            this.repairpayColumn.HeaderText = "工时费";
            this.repairpayColumn.Name = "repairpayColumn";
            // 
            // chenbenColumn
            // 
            this.chenbenColumn.HeaderText = "成本费";
            this.chenbenColumn.Name = "chenbenColumn";
            // 
            // repairtimeColumn
            // 
            this.repairtimeColumn.HeaderText = "维修时间";
            this.repairtimeColumn.Name = "repairtimeColumn";
            // 
            // cartypeColumn
            // 
            this.cartypeColumn.HeaderText = "车辆类型";
            this.cartypeColumn.Name = "cartypeColumn";
            // 
            // wordtypeColumn
            // 
            this.wordtypeColumn.HeaderText = "工种";
            this.wordtypeColumn.Name = "wordtypeColumn";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(462, 109);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(17, 12);
            this.label2.TabIndex = 53;
            this.label2.Text = "$";
            // 
            // lab14
            // 
            this.lab14.AutoSize = true;
            this.lab14.Location = new System.Drawing.Point(212, 82);
            this.lab14.Name = "lab14";
            this.lab14.Size = new System.Drawing.Size(29, 12);
            this.lab14.TabIndex = 54;
            this.lab14.Text = "工时";
            // 
            // wxlab
            // 
            this.wxlab.AutoSize = true;
            this.wxlab.Location = new System.Drawing.Point(169, 78);
            this.wxlab.Name = "wxlab";
            this.wxlab.Size = new System.Drawing.Size(65, 12);
            this.wxlab.TabIndex = 33;
            this.wxlab.Text = "维修项目:";
            // 
            // labe4
            // 
            this.labe4.AutoSize = true;
            this.labe4.Location = new System.Drawing.Point(432, 98);
            this.labe4.Name = "labe4";
            this.labe4.Size = new System.Drawing.Size(41, 12);
            this.labe4.TabIndex = 41;
            this.labe4.Text = "工种:";
            // 
            // retuButt
            // 
            this.retuButt.Location = new System.Drawing.Point(469, 183);
            this.retuButt.Name = "retuButt";
            this.retuButt.Size = new System.Drawing.Size(52, 21);
            this.retuButt.TabIndex = 63;
            this.retuButt.Text = "返回";
            this.retuButt.UseVisualStyleBackColor = true;
            // 
            // showDataGridView
            // 
            this.showDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.showDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.dataGridViewTextBoxColumn1,
            this.repairitemColumn,
            this.cartypeColumn2,
            this.repairtimeColumn2,
            this.worktypeColumn2,
            this.repairconstColumn,
            this.basicconstColumn});
            this.showDataGridView.Location = new System.Drawing.Point(32, 265);
            this.showDataGridView.Name = "showDataGridView";
            this.showDataGridView.RowTemplate.Height = 23;
            this.showDataGridView.Size = new System.Drawing.Size(730, 188);
            this.showDataGridView.TabIndex = 61;
            // 
            // labe9
            // 
            this.labe9.AutoSize = true;
            this.labe9.Location = new System.Drawing.Point(133, 149);
            this.labe9.Name = "labe9";
            this.labe9.Size = new System.Drawing.Size(101, 12);
            this.labe9.TabIndex = 38;
            this.labe9.Text = "厂家索赔工时费:";
            // 
            // labe11
            // 
            this.labe11.AutoSize = true;
            this.labe11.Location = new System.Drawing.Point(372, 149);
            this.labe11.Name = "labe11";
            this.labe11.Size = new System.Drawing.Size(101, 12);
            this.labe11.TabIndex = 39;
            this.labe11.Text = "保险索赔工时费:";
            // 
            // wxTxt
            // 
            this.wxTxt.Location = new System.Drawing.Point(249, 75);
            this.wxTxt.Name = "wxTxt";
            this.wxTxt.Size = new System.Drawing.Size(109, 21);
            this.wxTxt.TabIndex = 47;
            // 
            // okbutton
            // 
            this.okbutton.Location = new System.Drawing.Point(308, 183);
            this.okbutton.Name = "okbutton";
            this.okbutton.Size = new System.Drawing.Size(50, 21);
            this.okbutton.TabIndex = 62;
            this.okbutton.Text = "提交";
            this.okbutton.UseVisualStyleBackColor = true;
            // 
            // cusnamTxt
            // 
            this.cusnamTxt.Location = new System.Drawing.Point(490, 122);
            this.cusnamTxt.Name = "cusnamTxt";
            this.cusnamTxt.Size = new System.Drawing.Size(112, 21);
            this.cusnamTxt.TabIndex = 50;
            // 
            // mileTxt
            // 
            this.mileTxt.Location = new System.Drawing.Point(567, 238);
            this.mileTxt.Name = "mileTxt";
            this.mileTxt.Size = new System.Drawing.Size(93, 21);
            this.mileTxt.TabIndex = 56;
            // 
            // labe2
            // 
            this.labe2.AutoSize = true;
            this.labe2.Location = new System.Drawing.Point(193, 101);
            this.labe2.Name = "labe2";
            this.labe2.Size = new System.Drawing.Size(41, 12);
            this.labe2.TabIndex = 35;
            this.labe2.Text = "工时:";
            // 
            // oilsTxt
            // 
            this.oilsTxt.Location = new System.Drawing.Point(490, 98);
            this.oilsTxt.Name = "oilsTxt";
            this.oilsTxt.Size = new System.Drawing.Size(112, 21);
            this.oilsTxt.TabIndex = 55;
            // 
            // phoneTxt
            // 
            this.phoneTxt.Location = new System.Drawing.Point(249, 122);
            this.phoneTxt.Name = "phoneTxt";
            this.phoneTxt.Size = new System.Drawing.Size(109, 21);
            this.phoneTxt.TabIndex = 51;
            // 
            // labe5
            // 
            this.labe5.AutoSize = true;
            this.labe5.Location = new System.Drawing.Point(181, 125);
            this.labe5.Name = "labe5";
            this.labe5.Size = new System.Drawing.Size(53, 12);
            this.labe5.TabIndex = 36;
            this.labe5.Text = "工时费:";
            // 
            // comTxt
            // 
            this.comTxt.Location = new System.Drawing.Point(249, 98);
            this.comTxt.Name = "comTxt";
            this.comTxt.Size = new System.Drawing.Size(81, 21);
            this.comTxt.TabIndex = 49;
            // 
            // labe7
            // 
            this.labe7.AutoSize = true;
            this.labe7.Location = new System.Drawing.Point(420, 125);
            this.labe7.Name = "labe7";
            this.labe7.Size = new System.Drawing.Size(53, 12);
            this.labe7.TabIndex = 37;
            this.labe7.Text = "成本费:";
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(490, 75);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(112, 21);
            this.textBox1.TabIndex = 54;
            // 
            // coloTxt
            // 
            this.coloTxt.Location = new System.Drawing.Point(490, 146);
            this.coloTxt.Name = "coloTxt";
            this.coloTxt.Size = new System.Drawing.Size(112, 21);
            this.coloTxt.TabIndex = 53;
            // 
            // carnoTxt
            // 
            this.carnoTxt.Location = new System.Drawing.Point(249, 146);
            this.carnoTxt.Name = "carnoTxt";
            this.carnoTxt.Size = new System.Drawing.Size(109, 21);

⌨️ 快捷键说明

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