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

📄 form_customer_vistshow.designer.cs

📁 以前为一家4S店开发的维修管理及客户管理的软件,C#开发!
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.phone.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.phone.Location = new System.Drawing.Point(72, 100);
            this.phone.Name = "phone";
            this.phone.Size = new System.Drawing.Size(65, 12);
            this.phone.TabIndex = 44;
            this.phone.Text = "访问日期:";
            // 
            // state3
            // 
            this.state3.AutoSize = true;
            this.state3.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.state3.Location = new System.Drawing.Point(379, 132);
            this.state3.Name = "state3";
            this.state3.Size = new System.Drawing.Size(71, 16);
            this.state3.TabIndex = 11;
            this.state3.TabStop = true;
            this.state3.Text = "所有状态";
            this.state3.UseVisualStyleBackColor = true;
            // 
            // carid
            // 
            this.carid.AutoSize = true;
            this.carid.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.carid.Location = new System.Drawing.Point(72, 134);
            this.carid.Name = "carid";
            this.carid.Size = new System.Drawing.Size(65, 12);
            this.carid.TabIndex = 45;
            this.carid.Text = "预约状态:";
            // 
            // state2
            // 
            this.state2.AutoSize = true;
            this.state2.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.state2.Location = new System.Drawing.Point(293, 132);
            this.state2.Name = "state2";
            this.state2.Size = new System.Drawing.Size(83, 16);
            this.state2.TabIndex = 10;
            this.state2.TabStop = true;
            this.state2.Text = "已取消预约";
            this.state2.UseVisualStyleBackColor = true;
            // 
            // person
            // 
            this.person.AutoSize = true;
            this.person.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.person.Location = new System.Drawing.Point(424, 29);
            this.person.Name = "person";
            this.person.Size = new System.Drawing.Size(65, 12);
            this.person.TabIndex = 46;
            this.person.Text = "地    址:";
            // 
            // state1
            // 
            this.state1.AutoSize = true;
            this.state1.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.state1.Location = new System.Drawing.Point(219, 132);
            this.state1.Name = "state1";
            this.state1.Size = new System.Drawing.Size(71, 16);
            this.state1.TabIndex = 9;
            this.state1.TabStop = true;
            this.state1.Text = "未到预约";
            this.state1.UseVisualStyleBackColor = true;
            // 
            // company
            // 
            this.company.AutoSize = true;
            this.company.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.company.Location = new System.Drawing.Point(424, 65);
            this.company.Name = "company";
            this.company.Size = new System.Drawing.Size(65, 12);
            this.company.TabIndex = 47;
            this.company.Text = "电    话:";
            // 
            // state
            // 
            this.state.AutoSize = true;
            this.state.Checked = true;
            this.state.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.state.Location = new System.Drawing.Point(142, 132);
            this.state.Name = "state";
            this.state.Size = new System.Drawing.Size(71, 16);
            this.state.TabIndex = 8;
            this.state.TabStop = true;
            this.state.Text = "已到预约";
            this.state.UseVisualStyleBackColor = true;
            // 
            // costmornamevalue
            // 
            this.costmornamevalue.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.costmornamevalue.Location = new System.Drawing.Point(143, 27);
            this.costmornamevalue.Name = "costmornamevalue";
            this.costmornamevalue.Size = new System.Drawing.Size(100, 21);
            this.costmornamevalue.TabIndex = 1;
            // 
            // carvlaue
            // 
            this.carvlaue.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.carvlaue.Location = new System.Drawing.Point(143, 62);
            this.carvlaue.Name = "carvlaue";
            this.carvlaue.Size = new System.Drawing.Size(125, 21);
            this.carvlaue.TabIndex = 2;
            // 
            // addressvalue
            // 
            this.addressvalue.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.addressvalue.Location = new System.Drawing.Point(495, 25);
            this.addressvalue.Name = "addressvalue";
            this.addressvalue.Size = new System.Drawing.Size(100, 21);
            this.addressvalue.TabIndex = 9;
            // 
            // phonevlaue
            // 
            this.phonevlaue.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.phonevlaue.Location = new System.Drawing.Point(495, 60);
            this.phonevlaue.Name = "phonevlaue";
            this.phonevlaue.Size = new System.Drawing.Size(100, 21);
            this.phonevlaue.TabIndex = 12;
            // 
            // 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.ContextMenuStrip = this.contextMenuStrip1;
            this.dataGridView1.Location = new System.Drawing.Point(0, 247);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.ReadOnly = true;
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.Size = new System.Drawing.Size(789, 199);
            this.dataGridView1.TabIndex = 68;
            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;
            this.Column4.Width = 120;
            // 
            // Column5
            // 
            this.Column5.HeaderText = "客户服务评分";
            this.Column5.Name = "Column5";
            this.Column5.ReadOnly = true;
            this.Column5.Width = 120;
            // 
            // 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 = 120;
            // 
            // Column8
            // 
            this.Column8.HeaderText = "下次预约日期";
            this.Column8.Name = "Column8";
            this.Column8.ReadOnly = true;
            this.Column8.Width = 120;
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.执行回访ToolStripMenuItem,
            this.明细ToolStripMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(123, 48);
            // 
            // 执行回访ToolStripMenuItem
            // 
            this.执行回访ToolStripMenuItem.Name = "执行回访ToolStripMenuItem";
            this.执行回访ToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
            this.执行回访ToolStripMenuItem.Text = "执行回访";
            // 
            // 明细ToolStripMenuItem
            // 
            this.明细ToolStripMenuItem.Name = "明细ToolStripMenuItem";
            this.明细ToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
            this.明细ToolStripMenuItem.Text = "明细";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(121, 30);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(0, 12);
            this.label1.TabIndex = 34;
            // 
            // Form_customer_vistshow
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.ClientSize = new System.Drawing.Size(792, 461);
            this.Controls.Add(this.lastmodifytime);
            this.Location = new System.Drawing.Point(0, 0);
            this.Name = "Form_customer_vistshow";
            this.Text = "客户回访信息";
            this.lastmodifytime.ResumeLayout(false);
            this.lastmodifytime.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.cardate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            this.contextMenuStrip1.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Panel lastmodifytime;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
        private System.Windows.Forms.ToolStripMenuItem 执行回访ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 明细ToolStripMenuItem;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.Button findsome;
        private System.Windows.Forms.Button cancal;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.DataGridView cardate;
        private System.Windows.Forms.Button cartypefind;
        private System.Windows.Forms.Label name;
        private System.Windows.Forms.Label cartype1;
        private System.Windows.Forms.Label phone;
        private System.Windows.Forms.RadioButton state3;
        private System.Windows.Forms.Label carid;
        private System.Windows.Forms.RadioButton state2;
        private System.Windows.Forms.Label person;
        private System.Windows.Forms.RadioButton state1;
        private System.Windows.Forms.Label company;
        private System.Windows.Forms.RadioButton state;
        private System.Windows.Forms.TextBox costmornamevalue;
        private System.Windows.Forms.TextBox carvlaue;
        private System.Windows.Forms.TextBox addressvalue;
        private System.Windows.Forms.TextBox phonevlaue;
        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.MonthCalendar selectdatavalue;
        private System.Windows.Forms.Button selectdata;
        private System.Windows.Forms.MonthCalendar selectdatavalue2;
        private System.Windows.Forms.Button selectdata2;
        private System.Windows.Forms.TextBox modifytimevalue1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TextBox modifytimevalue;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
    }
}

⌨️ 快捷键说明

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