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

📄 form_carkeepshow.designer.cs

📁 以前为一家4S店开发的维修管理及客户管理的软件,C#开发!
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace RepairCRM
{
    partial class Form_carkeepshow
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗体设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.label3 = new System.Windows.Forms.Label();
            this.state2 = new System.Windows.Forms.RadioButton();
            this.namevalue = new System.Windows.Forms.TextBox();
            this.state1 = new System.Windows.Forms.RadioButton();
            this.state = new System.Windows.Forms.RadioButton();
            this.youbian = new System.Windows.Forms.Label();
            this.modifytimevalue1 = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.address = new System.Windows.Forms.Label();
            this.xieli = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.modifytimevalue = new System.Windows.Forms.TextBox();
            this.costmortype = new System.Windows.Forms.Label();
            this.ybvalue = new System.Windows.Forms.TextBox();
            this.cancal = new System.Windows.Forms.Button();
            this.findsome = new System.Windows.Forms.Button();
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.groupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.label3);
            this.groupBox2.Controls.Add(this.state2);
            this.groupBox2.Controls.Add(this.namevalue);
            this.groupBox2.Controls.Add(this.state1);
            this.groupBox2.Controls.Add(this.state);
            this.groupBox2.Controls.Add(this.youbian);
            this.groupBox2.Controls.Add(this.modifytimevalue1);
            this.groupBox2.Controls.Add(this.label2);
            this.groupBox2.Controls.Add(this.address);
            this.groupBox2.Controls.Add(this.xieli);
            this.groupBox2.Controls.Add(this.label1);
            this.groupBox2.Controls.Add(this.modifytimevalue);
            this.groupBox2.Controls.Add(this.costmortype);
            this.groupBox2.Controls.Add(this.ybvalue);
            this.groupBox2.Location = new System.Drawing.Point(52, 74);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(688, 185);
            this.groupBox2.TabIndex = 47;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "车辆保养信息快速查询";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.ForeColor = System.Drawing.Color.Red;
            this.label3.Location = new System.Drawing.Point(359, 75);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(17, 12);
            this.label3.TabIndex = 69;
            this.label3.Text = "KM";
            // 
            // state2
            // 
            this.state2.AutoSize = true;
            this.state2.Location = new System.Drawing.Point(478, 144);
            this.state2.Name = "state2";
            this.state2.Size = new System.Drawing.Size(95, 16);
            this.state2.TabIndex = 72;
            this.state2.TabStop = true;
            this.state2.Text = "所有状态车辆";
            this.state2.UseVisualStyleBackColor = true;
            // 
            // namevalue
            // 
            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(172, 73);
            this.youbian.Name = "youbian";
            this.youbian.Size = new System.Drawing.Size(101, 12);
            this.youbian.TabIndex = 3;
            this.youbian.Text = "保养剩余公里数:";
            // 
            // modifytimevalue1
            // 
            this.modifytimevalue1.Location = new System.Drawing.Point(368, 105);
            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, 110);
            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(184, 110);
            this.address.Name = "address";
            this.address.Size = new System.Drawing.Size(89, 12);
            this.address.TabIndex = 4;
            this.address.Text = "上次保养日期:";
            // 
            // xieli
            // 
            this.xieli.AutoSize = true;
            this.xieli.Location = new System.Drawing.Point(184, 145);
            this.xieli.Name = "xieli";
            this.xieli.Size = new System.Drawing.Size(89, 12);
            this.xieli.TabIndex = 5;

⌨️ 快捷键说明

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