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

📄 form_customer_carkeepshow.designer.cs

📁 以前为一家4S店开发的维修管理及客户管理的软件,C#开发!
💻 CS
📖 第 1 页 / 共 2 页
字号:
            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;
            this.xieli.Text = "车辆保养状态:";
            // 
            // modifytimevalue
            // 
            this.modifytimevalue.Location = new System.Drawing.Point(280, 105);
            this.modifytimevalue.Name = "modifytimevalue";
            this.modifytimevalue.Size = new System.Drawing.Size(77, 21);
            this.modifytimevalue.TabIndex = 3;
            // 
            // 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, 68);
            this.ybvalue.Name = "ybvalue";
            this.ybvalue.Size = new System.Drawing.Size(77, 21);
            this.ybvalue.TabIndex = 2;
            // 
            // exit
            // 
            this.exit.Location = new System.Drawing.Point(109, 15);
            this.exit.Name = "exit";
            this.exit.Size = new System.Drawing.Size(75, 23);
            this.exit.TabIndex = 11;
            this.exit.Text = "取消";
            this.exit.UseVisualStyleBackColor = true;
            this.exit.Click += new System.EventHandler(this.exit_Click);
            // 
            // findsome
            // 
            this.findsome.Location = new System.Drawing.Point(18, 15);
            this.findsome.Name = "findsome";
            this.findsome.Size = new System.Drawing.Size(75, 23);
            this.findsome.TabIndex = 10;
            this.findsome.Text = "查询";
            this.findsome.UseVisualStyleBackColor = true;
            this.findsome.Click += new System.EventHandler(this.findsome_Click);
            // 
            // dataGridView1
            // 
            this.dataGridView1.AllowUserToAddRows = false;
            this.dataGridView1.AllowUserToDeleteRows = false;
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.Column1,
            this.Column2,
            this.Column3,
            this.Column4,
            this.Column5,
            this.Column6,
            this.Column7,
            this.Column8});
            this.dataGridView1.Location = new System.Drawing.Point(1, 252);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.ReadOnly = true;
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.Size = new System.Drawing.Size(792, 215);
            this.dataGridView1.TabIndex = 75;
            this.dataGridView1.Visible = false;
            // 
            // Column1
            // 
            this.Column1.HeaderText = "序号";
            this.Column1.Name = "Column1";
            this.Column1.ReadOnly = true;
            // 
            // Column2
            // 
            this.Column2.HeaderText = "车架号";
            this.Column2.Name = "Column2";
            this.Column2.ReadOnly = true;
            // 
            // Column3
            // 
            this.Column3.HeaderText = "车牌号";
            this.Column3.Name = "Column3";
            this.Column3.ReadOnly = true;
            // 
            // Column4
            // 
            this.Column4.HeaderText = "车型类别";
            this.Column4.Name = "Column4";
            this.Column4.ReadOnly = true;
            // 
            // Column5
            // 
            this.Column5.HeaderText = "车辆用途";
            this.Column5.Name = "Column5";
            this.Column5.ReadOnly = true;
            // 
            // Column6
            // 
            this.Column6.HeaderText = "合格证号";
            this.Column6.Name = "Column6";
            this.Column6.ReadOnly = true;
            // 
            // Column7
            // 
            this.Column7.HeaderText = "客户姓名";
            this.Column7.Name = "Column7";
            this.Column7.ReadOnly = true;
            // 
            // Column8
            // 
            this.Column8.HeaderText = "记录日期";
            this.Column8.Name = "Column8";
            this.Column8.ReadOnly = true;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.exit);
            this.groupBox1.Controls.Add(this.findsome);
            this.groupBox1.Location = new System.Drawing.Point(283, 194);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(200, 47);
            this.groupBox1.TabIndex = 76;
            this.groupBox1.TabStop = false;
            // 
            // Form_customer_carkeepshow
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.ClientSize = new System.Drawing.Size(792, 478);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.dataGridView1);
            this.Controls.Add(this.groupBox2);
            this.Location = new System.Drawing.Point(0, 0);
            this.Name = "Form_customer_carkeepshow";
            this.Text = "车辆保养信息快速查询";
            this.Load += new System.EventHandler(this.Form_carkeepshow_Load);
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.TextBox namevalue;
        private System.Windows.Forms.Label youbian;
        private System.Windows.Forms.Label address;
        private System.Windows.Forms.Label xieli;
        private System.Windows.Forms.Label costmortype;
        private System.Windows.Forms.TextBox ybvalue;
        private System.Windows.Forms.TextBox modifytimevalue1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TextBox modifytimevalue;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.RadioButton state2;
        private System.Windows.Forms.RadioButton state1;
        private System.Windows.Forms.RadioButton state;
        private System.Windows.Forms.Button exit;
        private System.Windows.Forms.Button findsome;
        private System.Windows.Forms.DataGridView dataGridView1;
        private System.Windows.Forms.GroupBox groupBox1;
        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.MonthCalendar selectdatavalue;
        private System.Windows.Forms.Button selectdata;
        private System.Windows.Forms.MonthCalendar selectdatavalue2;
        private System.Windows.Forms.Button selectdata2;
    }
}

⌨️ 快捷键说明

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