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

📄 form_basic_repairitem.designer.cs

📁 以前为一家4S店开发的维修管理及客户管理的软件,C#开发!
💻 CS
📖 第 1 页 / 共 3 页
字号:
            this.carnoTxt.TabIndex = 52;
            // 
            // labe1
            // 
            this.labe1.AutoSize = true;
            this.labe1.Location = new System.Drawing.Point(408, 78);
            this.labe1.Name = "labe1";
            this.labe1.Size = new System.Drawing.Size(65, 12);
            this.labe1.TabIndex = 40;
            this.labe1.Text = "车辆类型:";
            // 
            // mileslab
            // 
            this.mileslab.AutoSize = true;
            this.mileslab.Location = new System.Drawing.Point(489, 288);
            this.mileslab.Name = "mileslab";
            this.mileslab.Size = new System.Drawing.Size(71, 12);
            this.mileslab.TabIndex = 42;
            this.mileslab.Text = " 维修项目:";
            // 
            // labe3
            // 
            this.labe3.AutoSize = true;
            this.labe3.Location = new System.Drawing.Point(329, 101);
            this.labe3.Name = "labe3";
            this.labe3.Size = new System.Drawing.Size(29, 12);
            this.labe3.TabIndex = 64;
            this.labe3.Text = "小时";
            // 
            // labe8
            // 
            this.labe8.AutoSize = true;
            this.labe8.Location = new System.Drawing.Point(467, 125);
            this.labe8.Name = "labe8";
            this.labe8.Size = new System.Drawing.Size(17, 12);
            this.labe8.TabIndex = 65;
            this.labe8.Text = "¥";
            // 
            // labe6
            // 
            this.labe6.AutoSize = true;
            this.labe6.Location = new System.Drawing.Point(226, 125);
            this.labe6.Name = "labe6";
            this.labe6.Size = new System.Drawing.Size(17, 12);
            this.labe6.TabIndex = 66;
            this.labe6.Text = "¥";
            // 
            // labe10
            // 
            this.labe10.AutoSize = true;
            this.labe10.Location = new System.Drawing.Point(226, 149);
            this.labe10.Name = "labe10";
            this.labe10.Size = new System.Drawing.Size(17, 12);
            this.labe10.TabIndex = 67;
            this.labe10.Text = "¥";
            // 
            // labe12
            // 
            this.labe12.AutoSize = true;
            this.labe12.Location = new System.Drawing.Point(467, 149);
            this.labe12.Name = "labe12";
            this.labe12.Size = new System.Drawing.Size(17, 12);
            this.labe12.TabIndex = 68;
            this.labe12.Text = "¥";
            // 
            // findbutton
            // 
            this.findbutton.Location = new System.Drawing.Point(680, 238);
            this.findbutton.Name = "findbutton";
            this.findbutton.Size = new System.Drawing.Size(39, 21);
            this.findbutton.TabIndex = 69;
            this.findbutton.Text = "查询";
            this.findbutton.UseVisualStyleBackColor = true;
            // 
            // labe13
            // 
            this.labe13.AutoSize = true;
            this.labe13.Location = new System.Drawing.Point(496, 241);
            this.labe13.Name = "labe13";
            this.labe13.Size = new System.Drawing.Size(65, 12);
            this.labe13.TabIndex = 70;
            this.labe13.Text = "维修项目:";
            // 
            // dataGridViewTextBoxColumn1
            // 
            this.dataGridViewTextBoxColumn1.HeaderText = "序号";
            this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
            this.dataGridViewTextBoxColumn1.Width = 40;
            // 
            // repairitemColumn
            // 
            this.repairitemColumn.HeaderText = "维修项目";
            this.repairitemColumn.Name = "repairitemColumn";
            this.repairitemColumn.Width = 150;
            // 
            // cartypeColumn2
            // 
            this.cartypeColumn2.HeaderText = "车辆类型";
            this.cartypeColumn2.Name = "cartypeColumn2";
            // 
            // repairtimeColumn2
            // 
            this.repairtimeColumn2.HeaderText = "维修时间";
            this.repairtimeColumn2.Name = "repairtimeColumn2";
            // 
            // worktypeColumn2
            // 
            this.worktypeColumn2.HeaderText = "工种";
            this.worktypeColumn2.Name = "worktypeColumn2";
            // 
            // repairconstColumn
            // 
            this.repairconstColumn.HeaderText = "工时费";
            this.repairconstColumn.Name = "repairconstColumn";
            // 
            // basicconstColumn
            // 
            this.basicconstColumn.HeaderText = "成本费";
            this.basicconstColumn.Name = "basicconstColumn";
            // 
            // Form_repair_basicitem
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.ClientSize = new System.Drawing.Size(792, 563);
            this.Controls.Add(this.labe13);
            this.Controls.Add(this.findbutton);
            this.Controls.Add(this.labe12);
            this.Controls.Add(this.labe10);
            this.Controls.Add(this.labe6);
            this.Controls.Add(this.labe8);
            this.Controls.Add(this.labe3);
            this.Controls.Add(this.wxlab);
            this.Controls.Add(this.labe4);
            this.Controls.Add(this.retuButt);
            this.Controls.Add(this.showDataGridView);
            this.Controls.Add(this.labe9);
            this.Controls.Add(this.labe11);
            this.Controls.Add(this.wxTxt);
            this.Controls.Add(this.okbutton);
            this.Controls.Add(this.cusnamTxt);
            this.Controls.Add(this.mileTxt);
            this.Controls.Add(this.labe2);
            this.Controls.Add(this.oilsTxt);
            this.Controls.Add(this.phoneTxt);
            this.Controls.Add(this.labe5);
            this.Controls.Add(this.comTxt);
            this.Controls.Add(this.labe7);
            this.Controls.Add(this.textBox1);
            this.Controls.Add(this.coloTxt);
            this.Controls.Add(this.carnoTxt);
            this.Controls.Add(this.labe1);
            this.Controls.Add(this.mileslab);
            this.Name = "Form_repair_basicitem";
            this.Controls.SetChildIndex(this.mileslab, 0);
            this.Controls.SetChildIndex(this.labe1, 0);
            this.Controls.SetChildIndex(this.carnoTxt, 0);
            this.Controls.SetChildIndex(this.coloTxt, 0);
            this.Controls.SetChildIndex(this.textBox1, 0);
            this.Controls.SetChildIndex(this.labe7, 0);
            this.Controls.SetChildIndex(this.comTxt, 0);
            this.Controls.SetChildIndex(this.labe5, 0);
            this.Controls.SetChildIndex(this.phoneTxt, 0);
            this.Controls.SetChildIndex(this.oilsTxt, 0);
            this.Controls.SetChildIndex(this.labe2, 0);
            this.Controls.SetChildIndex(this.mileTxt, 0);
            this.Controls.SetChildIndex(this.cusnamTxt, 0);
            this.Controls.SetChildIndex(this.okbutton, 0);
            this.Controls.SetChildIndex(this.wxTxt, 0);
            this.Controls.SetChildIndex(this.labe11, 0);
            this.Controls.SetChildIndex(this.labe9, 0);
            this.Controls.SetChildIndex(this.showDataGridView, 0);
            this.Controls.SetChildIndex(this.retuButt, 0);
            this.Controls.SetChildIndex(this.labe4, 0);
            this.Controls.SetChildIndex(this.wxlab, 0);
            this.Controls.SetChildIndex(this.labe3, 0);
            this.Controls.SetChildIndex(this.labe8, 0);
            this.Controls.SetChildIndex(this.labe6, 0);
            this.Controls.SetChildIndex(this.labe10, 0);
            this.Controls.SetChildIndex(this.labe12, 0);
            this.Controls.SetChildIndex(this.findbutton, 0);
            this.Controls.SetChildIndex(this.labe13, 0);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.showDataGridView)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label lab1;
        private System.Windows.Forms.Label lab9;
        private System.Windows.Forms.Label lab6;
        private System.Windows.Forms.Label lab7;
        private System.Windows.Forms.TextBox repairitemTxt;
        private System.Windows.Forms.TextBox repairconstTxt;
        private System.Windows.Forms.TextBox searchitemTxt;
        private System.Windows.Forms.Label lab3;
        private System.Windows.Forms.TextBox worktypeTxt;
        private System.Windows.Forms.TextBox basicconstTxt;
        private System.Windows.Forms.Label lab5;
        private System.Windows.Forms.TextBox repairtimeTxt;
        private System.Windows.Forms.TextBox dictTxt;
        private System.Windows.Forms.Label lab4;
        private System.Windows.Forms.TextBox typTxt;
        private System.Windows.Forms.Label lab2;
        private System.Windows.Forms.TextBox repairconst_iTxt;
        private System.Windows.Forms.TextBox repairconst_fTxt;
        private System.Windows.Forms.Label lab8;
        private System.Windows.Forms.Button subButt;
        private System.Windows.Forms.Button returnButt;
        private System.Windows.Forms.Label lab13;
        private System.Windows.Forms.Button findbutt;
        private System.Windows.Forms.DataGridView dataGridView1;
        private System.Windows.Forms.DataGridViewTextBoxColumn idColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn repairnameColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn dictColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn repairpayColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn chenbenColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn repairtimeColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn cartypeColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn wordtypeColumn;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label lab14;
        private System.Windows.Forms.Label wxlab;
        private System.Windows.Forms.Label labe4;
        private System.Windows.Forms.Button retuButt;
        private System.Windows.Forms.DataGridView showDataGridView;
        private System.Windows.Forms.Label labe9;
        private System.Windows.Forms.Label labe11;
        private System.Windows.Forms.TextBox wxTxt;
        private System.Windows.Forms.Button okbutton;
        private System.Windows.Forms.TextBox cusnamTxt;
        private System.Windows.Forms.TextBox mileTxt;
        private System.Windows.Forms.Label labe2;
        private System.Windows.Forms.TextBox oilsTxt;
        private System.Windows.Forms.TextBox phoneTxt;
        private System.Windows.Forms.Label labe5;
        private System.Windows.Forms.TextBox comTxt;
        private System.Windows.Forms.Label labe7;
        private System.Windows.Forms.TextBox textBox1;
        private System.Windows.Forms.TextBox coloTxt;
        private System.Windows.Forms.TextBox carnoTxt;
        private System.Windows.Forms.Label labe1;
        private System.Windows.Forms.Label mileslab;
        private System.Windows.Forms.Label labe3;
        private System.Windows.Forms.Label labe8;
        private System.Windows.Forms.Label labe6;
        private System.Windows.Forms.Label labe10;
        private System.Windows.Forms.Label labe12;
        private System.Windows.Forms.Button findbutton;
        private System.Windows.Forms.Label labe13;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
        private System.Windows.Forms.DataGridViewTextBoxColumn repairitemColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn cartypeColumn2;
        private System.Windows.Forms.DataGridViewTextBoxColumn repairtimeColumn2;
        private System.Windows.Forms.DataGridViewTextBoxColumn worktypeColumn2;
        private System.Windows.Forms.DataGridViewTextBoxColumn repairconstColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn basicconstColumn;
    }
}

⌨️ 快捷键说明

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