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

📄 form_repairphase.designer.cs

📁 以前为一家4S店开发的维修管理及客户管理的软件,C#开发!
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.namevalue.Location = new System.Drawing.Point(280, 35);
            this.namevalue.Name = "namevalue";
            this.namevalue.Size = new System.Drawing.Size(77, 21);
            this.namevalue.TabIndex = 3;
            // 
            // state1
            // 
            this.state1.AutoSize = true;
            this.state1.Location = new System.Drawing.Point(372, 144);
            this.state1.Name = "state1";
            this.state1.Size = new System.Drawing.Size(113, 16);
            this.state1.TabIndex = 71;
            this.state1.TabStop = true;
            this.state1.Text = "不需要保养车辆 ";
            this.state1.UseVisualStyleBackColor = true;
            // 
            // state
            // 
            this.state.AutoSize = true;
            this.state.Checked = true;
            this.state.Location = new System.Drawing.Point(278, 144);
            this.state.Name = "state";
            this.state.Size = new System.Drawing.Size(95, 16);
            this.state.TabIndex = 70;
            this.state.TabStop = true;
            this.state.Text = "需要保养车辆";
            this.state.UseVisualStyleBackColor = true;
            // 
            // youbian
            // 
            this.youbian.AutoSize = true;
            this.youbian.Location = new System.Drawing.Point(208, 73);
            this.youbian.Name = "youbian";
            this.youbian.Size = new System.Drawing.Size(65, 12);
            this.youbian.TabIndex = 3;
            this.youbian.Text = "车 牌 号:";
            // 
            // modifytimevalue1
            // 
            this.modifytimevalue1.Location = new System.Drawing.Point(368, 172);
            this.modifytimevalue1.Name = "modifytimevalue1";
            this.modifytimevalue1.Size = new System.Drawing.Size(77, 21);
            this.modifytimevalue1.TabIndex = 66;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.ForeColor = System.Drawing.Color.Red;
            this.label2.Location = new System.Drawing.Point(357, 177);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(11, 12);
            this.label2.TabIndex = 68;
            this.label2.Text = "-";
            // 
            // address
            // 
            this.address.AutoSize = true;
            this.address.Location = new System.Drawing.Point(172, 110);
            this.address.Name = "address";
            this.address.Size = new System.Drawing.Size(101, 12);
            this.address.TabIndex = 4;
            this.address.Text = "业务员(部门):";
            // 
            // xieli
            // 
            this.xieli.AutoSize = true;
            this.xieli.Location = new System.Drawing.Point(208, 145);
            this.xieli.Name = "xieli";
            this.xieli.Size = new System.Drawing.Size(65, 12);
            this.xieli.TabIndex = 5;
            this.xieli.Text = "统计类别:";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.ForeColor = System.Drawing.Color.Red;
            this.label1.Location = new System.Drawing.Point(448, 178);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(101, 12);
            this.label1.TabIndex = 67;
            this.label1.Text = "格式:1982-3-15 ";
            // 
            // modifytimevalue
            // 
            this.modifytimevalue.Location = new System.Drawing.Point(279, 172);
            this.modifytimevalue.Name = "modifytimevalue";
            this.modifytimevalue.Size = new System.Drawing.Size(77, 21);
            this.modifytimevalue.TabIndex = 65;
            // 
            // costmortype
            // 
            this.costmortype.AutoSize = true;
            this.costmortype.Location = new System.Drawing.Point(208, 38);
            this.costmortype.Name = "costmortype";
            this.costmortype.Size = new System.Drawing.Size(65, 12);
            this.costmortype.TabIndex = 18;
            this.costmortype.Text = "客户姓名:";
            // 
            // ybvalue
            // 
            this.ybvalue.Location = new System.Drawing.Point(280, 70);
            this.ybvalue.Name = "ybvalue";
            this.ybvalue.Size = new System.Drawing.Size(77, 21);
            this.ybvalue.TabIndex = 4;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(260, 244);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(65, 12);
            this.label4.TabIndex = 73;
            this.label4.Text = "维修日期:";
            // 
            // companyvalue
            // 
            this.companyvalue.Location = new System.Drawing.Point(278, 107);
            this.companyvalue.Name = "companyvalue";
            this.companyvalue.Size = new System.Drawing.Size(115, 21);
            this.companyvalue.TabIndex = 73;
            // 
            // Form_repairphase
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.ClientSize = new System.Drawing.Size(792, 563);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.dataGridView1);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.button2);
            this.Controls.Add(this.groupBox2);
            this.Name = "Form_repairphase";
            this.Controls.SetChildIndex(this.groupBox2, 0);
            this.Controls.SetChildIndex(this.button2, 0);
            this.Controls.SetChildIndex(this.button1, 0);
            this.Controls.SetChildIndex(this.dataGridView1, 0);
            this.Controls.SetChildIndex(this.label4, 0);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.DataGridView dataGridView1;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.RadioButton state2;
        private System.Windows.Forms.TextBox namevalue;
        private System.Windows.Forms.RadioButton state1;
        private System.Windows.Forms.RadioButton state;
        private System.Windows.Forms.Label youbian;
        private System.Windows.Forms.TextBox modifytimevalue1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label address;
        private System.Windows.Forms.Label xieli;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox modifytimevalue;
        private System.Windows.Forms.Label costmortype;
        private System.Windows.Forms.TextBox ybvalue;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.TextBox companyvalue;
    }
}

⌨️ 快捷键说明

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