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

📄 form_customer_repairtotal.designer.cs

📁 以前为一家4S店开发的维修管理及客户管理的软件,C#开发!
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace RepairCRM
{
    partial class Form_customer_repairtotal
    {
        /// <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.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.groupBox2 = new System.Windows.Forms.GroupBox();
            this.selectdatavalue2 = new System.Windows.Forms.MonthCalendar();
            this.selectdatavalue = new System.Windows.Forms.MonthCalendar();
            this.salerdarpdate = new System.Windows.Forms.DataGridView();
            this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.selectdata2 = new System.Windows.Forms.Button();
            this.selectdata = new System.Windows.Forms.Button();
            this.salerdarp = new System.Windows.Forms.Button();
            this.modifytimevalue1 = new System.Windows.Forms.TextBox();
            this.modifytimevalue = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.companynumber = new System.Windows.Forms.TextBox();
            this.namevalue = new System.Windows.Forms.TextBox();
            this.youbian = new System.Windows.Forms.Label();
            this.address = new System.Windows.Forms.Label();
            this.xieli = new System.Windows.Forms.Label();
            this.costmortype = new System.Windows.Forms.Label();
            this.carnumbervalue = new System.Windows.Forms.TextBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.findsome = new System.Windows.Forms.Button();
            this.cancal = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.groupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.salerdarpdate)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // 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.dataGridView1.Location = new System.Drawing.Point(1, 279);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.ReadOnly = true;
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.Size = new System.Drawing.Size(792, 190);
            this.dataGridView1.TabIndex = 79;
            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;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.selectdatavalue2);
            this.groupBox2.Controls.Add(this.selectdatavalue);
            this.groupBox2.Controls.Add(this.salerdarpdate);
            this.groupBox2.Controls.Add(this.selectdata2);
            this.groupBox2.Controls.Add(this.selectdata);
            this.groupBox2.Controls.Add(this.salerdarp);
            this.groupBox2.Controls.Add(this.modifytimevalue1);
            this.groupBox2.Controls.Add(this.modifytimevalue);
            this.groupBox2.Controls.Add(this.label3);
            this.groupBox2.Controls.Add(this.companynumber);
            this.groupBox2.Controls.Add(this.namevalue);
            this.groupBox2.Controls.Add(this.youbian);
            this.groupBox2.Controls.Add(this.address);
            this.groupBox2.Controls.Add(this.xieli);
            this.groupBox2.Controls.Add(this.costmortype);
            this.groupBox2.Controls.Add(this.carnumbervalue);
            this.groupBox2.Location = new System.Drawing.Point(53, 9);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(688, 216);
            this.groupBox2.TabIndex = 76;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "客户消费统计";
            // 
            // selectdatavalue2
            // 
            this.selectdatavalue2.Cursor = System.Windows.Forms.Cursors.WaitCursor;
            this.selectdatavalue2.Location = new System.Drawing.Point(376, -7);
            this.selectdatavalue2.Name = "selectdatavalue2";
            this.selectdatavalue2.TabIndex = 98;
            this.selectdatavalue2.UseWaitCursor = true;
            this.selectdatavalue2.Visible = false;
            // 
            // selectdatavalue
            // 
            this.selectdatavalue.Cursor = System.Windows.Forms.Cursors.WaitCursor;
            this.selectdatavalue.Location = new System.Drawing.Point(209, -6);
            this.selectdatavalue.Name = "selectdatavalue";
            this.selectdatavalue.TabIndex = 97;
            this.selectdatavalue.UseWaitCursor = true;
            this.selectdatavalue.Visible = false;
            // 
            // salerdarpdate
            // 
            this.salerdarpdate.AllowUserToAddRows = false;
            this.salerdarpdate.AllowUserToDeleteRows = false;
            this.salerdarpdate.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.salerdarpdate.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.dataGridViewTextBoxColumn3,
            this.dataGridViewTextBoxColumn4});
            this.salerdarpdate.Cursor = System.Windows.Forms.Cursors.WaitCursor;
            this.salerdarpdate.Location = new System.Drawing.Point(279, 123);
            this.salerdarpdate.Name = "salerdarpdate";
            this.salerdarpdate.ReadOnly = true;
            this.salerdarpdate.RowTemplate.Height = 23;
            this.salerdarpdate.Size = new System.Drawing.Size(162, 88);
            this.salerdarpdate.TabIndex = 95;
            this.salerdarpdate.UseWaitCursor = true;
            this.salerdarpdate.Visible = false;
            // 
            // dataGridViewTextBoxColumn3
            // 
            this.dataGridViewTextBoxColumn3.HeaderText = "序号";
            this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
            this.dataGridViewTextBoxColumn3.ReadOnly = true;
            this.dataGridViewTextBoxColumn3.Width = 60;
            // 
            // dataGridViewTextBoxColumn4
            // 
            this.dataGridViewTextBoxColumn4.HeaderText = "名称";
            this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
            this.dataGridViewTextBoxColumn4.ReadOnly = true;
            this.dataGridViewTextBoxColumn4.Width = 60;
            // 
            // selectdata2
            // 

⌨️ 快捷键说明

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