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

📄 form_carshow.designer.cs

📁 以前为一家4S店开发的维修管理及客户管理的软件,C#开发!
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace RepairCRM
{
    partial class Form_carshow
    {
        /// <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.lastmodifytime = new System.Windows.Forms.Panel();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.salervalue = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.carnumbervalue = new System.Windows.Forms.TextBox();
            this.name = new System.Windows.Forms.Label();
            this.modifytimevalue = new System.Windows.Forms.TextBox();
            this.cartype = new System.Windows.Forms.Label();
            this.phone = new System.Windows.Forms.Label();
            this.carid = new System.Windows.Forms.Label();
            this.person = new System.Windows.Forms.Label();
            this.company = new System.Windows.Forms.Label();
            this.position = new System.Windows.Forms.Label();
            this.costmorvlaue = new System.Windows.Forms.TextBox();
            this.modifytimevalue1 = new System.Windows.Forms.TextBox();
            this.caruservalue = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.carnumber1value = new System.Windows.Forms.TextBox();
            this.cattype1value = new System.Windows.Forms.TextBox();
            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.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.cancal = new System.Windows.Forms.Button();
            this.findsome = new System.Windows.Forms.Button();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.lastmodifytime.SuspendLayout();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.groupBox2.SuspendLayout();
            this.SuspendLayout();
            // 
            // lastmodifytime
            // 
            this.lastmodifytime.Controls.Add(this.groupBox2);
            this.lastmodifytime.Controls.Add(this.groupBox1);
            this.lastmodifytime.Controls.Add(this.dataGridView1);
            this.lastmodifytime.Location = new System.Drawing.Point(0, 52);
            this.lastmodifytime.Name = "lastmodifytime";
            this.lastmodifytime.Size = new System.Drawing.Size(792, 486);
            this.lastmodifytime.TabIndex = 4;
            this.lastmodifytime.Paint += new System.Windows.Forms.PaintEventHandler(this.lastmodifytime_Paint);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.salervalue);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.carnumbervalue);
            this.groupBox1.Controls.Add(this.name);
            this.groupBox1.Controls.Add(this.modifytimevalue);
            this.groupBox1.Controls.Add(this.cartype);
            this.groupBox1.Controls.Add(this.phone);
            this.groupBox1.Controls.Add(this.carid);
            this.groupBox1.Controls.Add(this.person);
            this.groupBox1.Controls.Add(this.company);
            this.groupBox1.Controls.Add(this.position);
            this.groupBox1.Controls.Add(this.costmorvlaue);
            this.groupBox1.Controls.Add(this.modifytimevalue1);
            this.groupBox1.Controls.Add(this.caruservalue);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.carnumber1value);
            this.groupBox1.Controls.Add(this.cattype1value);
            this.groupBox1.Location = new System.Drawing.Point(81, 21);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(626, 175);
            this.groupBox1.TabIndex = 72;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "客户资料查询";
            // 
            // salervalue
            // 
            this.salervalue.Location = new System.Drawing.Point(462, 64);
            this.salervalue.Name = "salervalue";
            this.salervalue.Size = new System.Drawing.Size(100, 21);
            this.salervalue.TabIndex = 7;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.ForeColor = System.Drawing.Color.Red;
            this.label1.Location = new System.Drawing.Point(189, 69);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(113, 12);
            this.label1.TabIndex = 66;
            this.label1.Text = "查空客户请用\"Null\"";
            // 
            // carnumbervalue
            // 
            this.carnumbervalue.Location = new System.Drawing.Point(110, 30);
            this.carnumbervalue.Name = "carnumbervalue";
            this.carnumbervalue.Size = new System.Drawing.Size(89, 21);
            this.carnumbervalue.TabIndex = 1;
            // 
            // name
            // 
            this.name.AutoSize = true;
            this.name.Location = new System.Drawing.Point(39, 34);
            this.name.Name = "name";
            this.name.Size = new System.Drawing.Size(65, 12);
            this.name.TabIndex = 42;
            this.name.Text = "车 牌 号:";
            // 
            // modifytimevalue
            // 
            this.modifytimevalue.Location = new System.Drawing.Point(110, 132);
            this.modifytimevalue.Name = "modifytimevalue";
            this.modifytimevalue.Size = new System.Drawing.Size(77, 21);
            this.modifytimevalue.TabIndex = 4;
            // 
            // cartype
            // 
            this.cartype.AutoSize = true;
            this.cartype.Location = new System.Drawing.Point(39, 69);
            this.cartype.Name = "cartype";
            this.cartype.Size = new System.Drawing.Size(65, 12);
            this.cartype.TabIndex = 43;
            this.cartype.Text = "客户姓名:";
            // 
            // phone
            // 
            this.phone.AutoSize = true;
            this.phone.Location = new System.Drawing.Point(39, 102);
            this.phone.Name = "phone";
            this.phone.Size = new System.Drawing.Size(65, 12);
            this.phone.TabIndex = 44;
            this.phone.Text = "车辆用途:";
            // 
            // carid
            // 
            this.carid.AutoSize = true;
            this.carid.Location = new System.Drawing.Point(39, 137);
            this.carid.Name = "carid";
            this.carid.Size = new System.Drawing.Size(65, 12);
            this.carid.TabIndex = 45;
            this.carid.Text = "记录日期:";
            // 
            // person
            // 
            this.person.AutoSize = true;
            this.person.Location = new System.Drawing.Point(391, 34);
            this.person.Name = "person";
            this.person.Size = new System.Drawing.Size(65, 12);
            this.person.TabIndex = 46;
            this.person.Text = "车 架 号:";
            // 
            // company
            // 
            this.company.AutoSize = true;
            this.company.Location = new System.Drawing.Point(391, 68);
            this.company.Name = "company";
            this.company.Size = new System.Drawing.Size(65, 12);
            this.company.TabIndex = 47;
            this.company.Text = "销 售 员:";
            // 
            // position
            // 
            this.position.AutoSize = true;
            this.position.Location = new System.Drawing.Point(391, 103);
            this.position.Name = "position";
            this.position.Size = new System.Drawing.Size(65, 12);
            this.position.TabIndex = 48;
            this.position.Text = "车型类别:";
            // 
            // costmorvlaue
            // 
            this.costmorvlaue.Location = new System.Drawing.Point(110, 65);

⌨️ 快捷键说明

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