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

📄 form_repair_repairinput.designer.cs

📁 以前为一家4S店开发的维修管理及客户管理的软件,C#开发!
💻 CS
📖 第 1 页 / 共 3 页
字号:
            this.label3.TabIndex = 27;
            this.label3.Text = "车牌号:";
            // 
            // groupBox4
            // 
            this.groupBox4.Controls.Add(this.button_select);
            this.groupBox4.Controls.Add(this.month_select);
            this.groupBox4.Controls.Add(this.label5);
            this.groupBox4.Controls.Add(this.dataGridView1);
            this.groupBox4.Controls.Add(this.button_getprice);
            this.groupBox4.Controls.Add(this.text_display);
            this.groupBox4.Controls.Add(this.dislab);
            this.groupBox4.Controls.Add(this.text_outdate);
            this.groupBox4.Controls.Add(this.label13);
            this.groupBox4.Controls.Add(this.text_suggest);
            this.groupBox4.Controls.Add(this.label14);
            this.groupBox4.Location = new System.Drawing.Point(29, 274);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(729, 185);
            this.groupBox4.TabIndex = 37;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "维修详细信息";
            // 
            // button_select
            // 
            this.button_select.Location = new System.Drawing.Point(212, 143);
            this.button_select.Name = "button_select";
            this.button_select.Size = new System.Drawing.Size(28, 23);
            this.button_select.TabIndex = 43;
            this.button_select.Text = ">>";
            this.button_select.UseVisualStyleBackColor = true;
            this.button_select.Click += new System.EventHandler(this.button_select_Click);
            // 
            // month_select
            // 
            this.month_select.Location = new System.Drawing.Point(40, -5);
            this.month_select.Name = "month_select";
            this.month_select.TabIndex = 42;
            this.month_select.Visible = false;
            this.month_select.DateSelected += new System.Windows.Forms.DateRangeEventHandler(this.month_select_DateSelected);
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(342, 26);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(65, 12);
            this.label5.TabIndex = 39;
            this.label5.Text = "维修项目:";
            // 
            // dataGridView1
            // 
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.维修项目,
            this.付款类型,
            this.索赔比率});
            this.dataGridView1.Location = new System.Drawing.Point(342, 42);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.Size = new System.Drawing.Size(361, 131);
            this.dataGridView1.TabIndex = 38;
            // 
            // 维修项目
            // 
            this.维修项目.HeaderText = "维修项目";
            this.维修项目.Name = "维修项目";
            this.维修项目.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.维修项目.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            // 
            // 付款类型
            // 
            dataGridViewCellStyle1.NullValue = "客户付款";
            this.付款类型.DefaultCellStyle = dataGridViewCellStyle1;
            this.付款类型.HeaderText = "付款类型";
            this.付款类型.Items.AddRange(new object[] {
            "客户付款",
            "厂家索赔",
            "保险索赔"});
            this.付款类型.Name = "付款类型";
            // 
            // 索赔比率
            // 
            dataGridViewCellStyle2.NullValue = "0";
            this.索赔比率.DefaultCellStyle = dataGridViewCellStyle2;
            this.索赔比率.HeaderText = "索赔比率";
            this.索赔比率.Name = "索赔比率";
            // 
            // button_getprice
            // 
            this.button_getprice.Location = new System.Drawing.Point(89, 68);
            this.button_getprice.Name = "button_getprice";
            this.button_getprice.Size = new System.Drawing.Size(75, 23);
            this.button_getprice.TabIndex = 34;
            this.button_getprice.Text = "维修估价";
            this.button_getprice.UseVisualStyleBackColor = true;
            // 
            // button_ok
            // 
            this.button_ok.Location = new System.Drawing.Point(373, 465);
            this.button_ok.Name = "button_ok";
            this.button_ok.Size = new System.Drawing.Size(75, 23);
            this.button_ok.TabIndex = 38;
            this.button_ok.Text = "确定";
            this.button_ok.UseVisualStyleBackColor = true;
            this.button_ok.Click += new System.EventHandler(this.button_ok_Click);
            // 
            // button_print
            // 
            this.button_print.Location = new System.Drawing.Point(467, 465);
            this.button_print.Name = "button_print";
            this.button_print.Size = new System.Drawing.Size(75, 23);
            this.button_print.TabIndex = 39;
            this.button_print.Text = "打印";
            this.button_print.UseVisualStyleBackColor = true;
            // 
            // button_reset
            // 
            this.button_reset.Location = new System.Drawing.Point(559, 465);
            this.button_reset.Name = "button_reset";
            this.button_reset.Size = new System.Drawing.Size(75, 23);
            this.button_reset.TabIndex = 40;
            this.button_reset.Text = "重新填写";
            this.button_reset.UseVisualStyleBackColor = true;
            this.button_reset.Click += new System.EventHandler(this.button_reset_Click);
            // 
            // button_close
            // 
            this.button_close.Location = new System.Drawing.Point(657, 465);
            this.button_close.Name = "button_close";
            this.button_close.Size = new System.Drawing.Size(75, 23);
            this.button_close.TabIndex = 41;
            this.button_close.Text = "关闭";
            this.button_close.UseVisualStyleBackColor = true;
            this.button_close.Click += new System.EventHandler(this.button_close_Click);
            // 
            // Form_repair_repairinput
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.ClientSize = new System.Drawing.Size(792, 493);
            this.Controls.Add(this.button_close);
            this.Controls.Add(this.button_reset);
            this.Controls.Add(this.button_print);
            this.Controls.Add(this.button_ok);
            this.Controls.Add(this.groupBox4);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox3);
            this.Name = "Form_repair_repairinput";
            this.Text = "普通维修接待";
            this.Load += new System.EventHandler(this.Form_repair_repairinput_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            this.groupBox4.ResumeLayout(false);
            this.groupBox4.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Label wxlab;
        private System.Windows.Forms.Label empnamelab;
        private System.Windows.Forms.Label complab;
        private System.Windows.Forms.Label pholab;
        private System.Windows.Forms.Label cusnmlab;
        private System.Windows.Forms.Label carnolab;
        private System.Windows.Forms.Label carcololab;
        private System.Windows.Forms.Label cartypelab;
        private System.Windows.Forms.Label oilslab;
        private System.Windows.Forms.Label mileslab;
        private System.Windows.Forms.Label insurenolab;
        private System.Windows.Forms.Label dislab;
        private System.Windows.Forms.Label label13;
        private System.Windows.Forms.Label label14;
        private System.Windows.Forms.TextBox text_prerepairid;
        private System.Windows.Forms.TextBox text_companyname;
        private System.Windows.Forms.TextBox text_customername;
        private System.Windows.Forms.TextBox text_customertel;
        private System.Windows.Forms.TextBox text_carno;
        private System.Windows.Forms.TextBox text_carcolor;
        private System.Windows.Forms.TextBox text_carmodel;
        private System.Windows.Forms.TextBox text_caroils;
        private System.Windows.Forms.TextBox text_carmile;
        private System.Windows.Forms.TextBox text_carinsure;
        private System.Windows.Forms.RichTextBox text_display;
        private System.Windows.Forms.RichTextBox text_suggest;
        private System.Windows.Forms.TextBox text_outdate;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.GroupBox groupBox3;
        private System.Windows.Forms.GroupBox groupBox4;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TextBox text_vip;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox text_address;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox text_carrack;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Button button_getprice;
        private System.Windows.Forms.DataGridView dataGridView1;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Button button_ok;
        private System.Windows.Forms.Button button_print;
        private System.Windows.Forms.Button button_reset;
        private System.Windows.Forms.Button button_close;
        private System.Windows.Forms.TextBox text_employname;
        private System.Windows.Forms.Button button_load;
        private System.Windows.Forms.DataGridViewComboBoxColumn 维修项目;
        private System.Windows.Forms.DataGridViewComboBoxColumn 付款类型;
        private System.Windows.Forms.DataGridViewTextBoxColumn 索赔比率;
        private System.Windows.Forms.MonthCalendar month_select;
        private System.Windows.Forms.Button button_select;

    }
}

⌨️ 快捷键说明

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