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

📄 form_repair_show.designer.cs

📁 以前为一家4S店开发的维修管理及客户管理的软件,C#开发!
💻 CS
📖 第 1 页 / 共 2 页
字号:
            // 
            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, 138);
            this.phone.Name = "phone";
            this.phone.Size = new System.Drawing.Size(65, 12);
            this.phone.TabIndex = 44;
            this.phone.Text = "录单时间:";
            // 
            // person
            // 
            this.person.AutoSize = true;
            this.person.Location = new System.Drawing.Point(39, 103);
            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, 35);
            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, 70);
            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;
            // 
            // inputtimevalue
            // 
            this.inputtimevalue.Location = new System.Drawing.Point(110, 133);
            this.inputtimevalue.Name = "inputtimevalue";
            this.inputtimevalue.Size = new System.Drawing.Size(100, 21);
            this.inputtimevalue.TabIndex = 3;
            // 
            // carcjidvalue
            // 
            this.carcjidvalue.Location = new System.Drawing.Point(110, 99);
            this.carcjidvalue.Name = "carcjidvalue";
            this.carcjidvalue.Size = new System.Drawing.Size(100, 21);
            this.carcjidvalue.TabIndex = 6;
            // 
            // catidvalue
            // 
            this.catidvalue.Location = new System.Drawing.Point(462, 65);
            this.catidvalue.Name = "catidvalue";
            this.catidvalue.Size = new System.Drawing.Size(125, 21);
            this.catidvalue.TabIndex = 8;
            // 
            // 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.Column10,
            this.Column11,
            this.Column12});
            this.dataGridView1.Location = new System.Drawing.Point(0, 248);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.ReadOnly = true;
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.Size = new System.Drawing.Size(789, 209);
            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;
            // 
            // Column10
            // 
            this.Column10.HeaderText = "成本合计";
            this.Column10.Name = "Column10";
            this.Column10.ReadOnly = true;
            // 
            // Column11
            // 
            this.Column11.HeaderText = "利润合计";
            this.Column11.Name = "Column11";
            this.Column11.ReadOnly = true;
            // 
            // Column12
            // 
            this.Column12.HeaderText = "Column12";
            this.Column12.Name = "Column12";
            this.Column12.ReadOnly = true;
            // 
            // Form_repair_show
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.ClientSize = new System.Drawing.Size(792, 473);
            this.Controls.Add(this.lastmodifytime);
            this.Location = new System.Drawing.Point(0, 0);
            this.Name = "Form_repair_show";
            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();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Panel lastmodifytime;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.Button cancal;
        private System.Windows.Forms.Button findsome;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.DataGridView salerdate;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
        private System.Windows.Forms.Button servcefind;
        private System.Windows.Forms.TextBox servcevalue;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox wtvalue;
        private System.Windows.Forms.Label name;
        private System.Windows.Forms.Label cartype;
        private System.Windows.Forms.Label phone;
        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 inputtimevalue;
        private System.Windows.Forms.TextBox carcjidvalue;
        private System.Windows.Forms.TextBox catidvalue;
        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.DataGridViewTextBoxColumn Column9;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column10;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column11;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column12;
        private System.Windows.Forms.Button selectdata;
        private System.Windows.Forms.MonthCalendar selectdatavalue;
    }
}

⌨️ 快捷键说明

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