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

📄 form_customer_carshow.designer.cs

📁 以前为一家4S店开发的维修管理及客户管理的软件,C#开发!
💻 CS
📖 第 1 页 / 共 2 页
字号:
            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);
            this.costmorvlaue.Name = "costmorvlaue";
            this.costmorvlaue.Size = new System.Drawing.Size(77, 21);
            this.costmorvlaue.TabIndex = 2;
            // 
            // modifytimevalue1
            // 
            this.modifytimevalue1.Location = new System.Drawing.Point(230, 132);
            this.modifytimevalue1.Name = "modifytimevalue1";
            this.modifytimevalue1.Size = new System.Drawing.Size(77, 21);
            this.modifytimevalue1.TabIndex = 6;
            // 
            // caruservalue
            // 
            this.caruservalue.Location = new System.Drawing.Point(110, 99);
            this.caruservalue.Name = "caruservalue";
            this.caruservalue.Size = new System.Drawing.Size(123, 21);
            this.caruservalue.TabIndex = 3;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.ForeColor = System.Drawing.Color.Red;
            this.label2.Location = new System.Drawing.Point(219, 137);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(11, 12);
            this.label2.TabIndex = 61;
            this.label2.Text = "-";
            // 
            // carnumber1value
            // 
            this.carnumber1value.Location = new System.Drawing.Point(462, 30);
            this.carnumber1value.Name = "carnumber1value";
            this.carnumber1value.Size = new System.Drawing.Size(100, 21);
            this.carnumber1value.TabIndex = 8;
            // 
            // cattype1value
            // 
            this.cattype1value.Location = new System.Drawing.Point(462, 98);
            this.cattype1value.Name = "cattype1value";
            this.cattype1value.Size = new System.Drawing.Size(125, 21);
            this.cattype1value.TabIndex = 11;
            // 
            // 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.Column9});
            this.dataGridView1.Location = new System.Drawing.Point(0, 281);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.ReadOnly = true;
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.Size = new System.Drawing.Size(789, 192);
            this.dataGridView1.TabIndex = 66;
            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;
            this.Column6.Width = 120;
            // 
            // Column7
            // 
            this.Column7.HeaderText = "上次维修日期";
            this.Column7.Name = "Column7";
            this.Column7.ReadOnly = true;
            this.Column7.Width = 130;
            // 
            // Column8
            // 
            this.Column8.HeaderText = "材料费";
            this.Column8.Name = "Column8";
            this.Column8.ReadOnly = true;
            // 
            // Column9
            // 
            this.Column9.HeaderText = "工时费";
            this.Column9.Name = "Column9";
            this.Column9.ReadOnly = true;
            // 
            // carfind
            // 
            this.carfind.Location = new System.Drawing.Point(673, 121);
            this.carfind.Name = "carfind";
            this.carfind.Size = new System.Drawing.Size(30, 20);
            this.carfind.TabIndex = 79;
            this.carfind.Text = "....";
            this.carfind.UseVisualStyleBackColor = true;
            this.carfind.Click += new System.EventHandler(this.carfind_Click);
            // 
            // cartypedate
            // 
            this.cartypedate.AllowUserToAddRows = false;
            this.cartypedate.AllowUserToDeleteRows = false;
            this.cartypedate.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.cartypedate.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.dataGridViewTextBoxColumn1,
            this.dataGridViewTextBoxColumn2,
            this.dataGridViewTextBoxColumn3});
            this.cartypedate.Location = new System.Drawing.Point(543, 139);
            this.cartypedate.Name = "cartypedate";
            this.cartypedate.ReadOnly = true;
            this.cartypedate.RowTemplate.Height = 23;
            this.cartypedate.Size = new System.Drawing.Size(162, 91);
            this.cartypedate.TabIndex = 80;
            this.cartypedate.Visible = false;
            // 
            // dataGridViewTextBoxColumn1
            // 
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewTextBoxColumn1.FillWeight = 50F;
            this.dataGridViewTextBoxColumn1.HeaderText = "序号";
            this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
            this.dataGridViewTextBoxColumn1.ReadOnly = true;
            this.dataGridViewTextBoxColumn1.Width = 60;
            // 
            // dataGridViewTextBoxColumn2
            // 
            this.dataGridViewTextBoxColumn2.HeaderText = "商品名称";
            this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
            this.dataGridViewTextBoxColumn2.ReadOnly = true;
            this.dataGridViewTextBoxColumn2.Width = 90;
            // 
            // dataGridViewTextBoxColumn3
            // 
            this.dataGridViewTextBoxColumn3.HeaderText = "型号及颜色";
            this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
            this.dataGridViewTextBoxColumn3.ReadOnly = true;
            // 
            // Form_customer_carshow
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.ClientSize = new System.Drawing.Size(792, 497);
            this.Controls.Add(this.lastmodifytime);
            this.Location = new System.Drawing.Point(0, 0);
            this.Name = "Form_customer_carshow";
            this.Text = "车辆信息查询";
            this.lastmodifytime.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.salerdate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cartypedate)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Panel lastmodifytime;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.TextBox carnumbervalue;
        private System.Windows.Forms.Label name;
        private System.Windows.Forms.Label cartype;
        private System.Windows.Forms.Label phone;
        private System.Windows.Forms.Label carid;
        private System.Windows.Forms.Label person;
        private System.Windows.Forms.Label company;
        private System.Windows.Forms.Label position;
        private System.Windows.Forms.TextBox costmorvlaue;
        private System.Windows.Forms.TextBox modifytimevalue1;
        private System.Windows.Forms.TextBox caruservalue;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TextBox carnumber1value;
        private System.Windows.Forms.TextBox modifytimevalue;
        private System.Windows.Forms.TextBox cattype1value;
        private System.Windows.Forms.DataGridView dataGridView1;
        private System.Windows.Forms.Button cancal;
        private System.Windows.Forms.Button findsome;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox salervalue;
        private System.Windows.Forms.GroupBox groupBox2;
        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.DataGridViewTextBoxColumn Column9;
        private System.Windows.Forms.DataGridView cartypedate;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
        private System.Windows.Forms.Button carfind;
        private System.Windows.Forms.DataGridView salerdate;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
        private System.Windows.Forms.Button salerfind;
        private System.Windows.Forms.MonthCalendar selectdatavalue2;
        private System.Windows.Forms.Button selectdata2;
        private System.Windows.Forms.MonthCalendar selectdatavalue;
        private System.Windows.Forms.Button selectdata;
    }
}

⌨️ 快捷键说明

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