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

📄 form_vistshow.designer.cs

📁 以前为一家4S店开发的维修管理及客户管理的软件,C#开发!
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace RepairCRM
{
    partial class Form_vistshow
    {
        /// <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.name = new System.Windows.Forms.Label();
            this.cartype = new System.Windows.Forms.Label();
            this.phone = new System.Windows.Forms.Label();
            this.state3 = new System.Windows.Forms.RadioButton();
            this.carid = new System.Windows.Forms.Label();
            this.state2 = new System.Windows.Forms.RadioButton();
            this.person = new System.Windows.Forms.Label();
            this.state1 = new System.Windows.Forms.RadioButton();
            this.company = new System.Windows.Forms.Label();
            this.state = new System.Windows.Forms.RadioButton();
            this.costmornamevalue = new System.Windows.Forms.TextBox();
            this.modifytimevalue2 = new System.Windows.Forms.TextBox();
            this.carvlaue = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.addressvalue = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.phonevlaue = new System.Windows.Forms.TextBox();
            this.modifytimevalue1 = 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.button1 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.lastmodifytime.SuspendLayout();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.SuspendLayout();
            // 
            // lastmodifytime
            // 
            this.lastmodifytime.Controls.Add(this.groupBox1);
            this.lastmodifytime.Controls.Add(this.dataGridView1);
            this.lastmodifytime.Controls.Add(this.button1);
            this.lastmodifytime.Controls.Add(this.button2);
            this.lastmodifytime.Controls.Add(this.label1);
            this.lastmodifytime.Location = new System.Drawing.Point(0, 52);
            this.lastmodifytime.Name = "lastmodifytime";
            this.lastmodifytime.Size = new System.Drawing.Size(792, 483);
            this.lastmodifytime.TabIndex = 4;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.name);
            this.groupBox1.Controls.Add(this.cartype);
            this.groupBox1.Controls.Add(this.phone);
            this.groupBox1.Controls.Add(this.state3);
            this.groupBox1.Controls.Add(this.carid);
            this.groupBox1.Controls.Add(this.state2);
            this.groupBox1.Controls.Add(this.person);
            this.groupBox1.Controls.Add(this.state1);
            this.groupBox1.Controls.Add(this.company);
            this.groupBox1.Controls.Add(this.state);
            this.groupBox1.Controls.Add(this.costmornamevalue);
            this.groupBox1.Controls.Add(this.modifytimevalue2);
            this.groupBox1.Controls.Add(this.carvlaue);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.addressvalue);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.phonevlaue);
            this.groupBox1.Controls.Add(this.modifytimevalue1);
            this.groupBox1.Location = new System.Drawing.Point(55, 30);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(688, 167);
            this.groupBox1.TabIndex = 46;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "维修客户回访";
            // 
            // name
            // 
            this.name.AutoSize = true;
            this.name.Location = new System.Drawing.Point(72, 31);
            this.name.Name = "name";
            this.name.Size = new System.Drawing.Size(65, 12);
            this.name.TabIndex = 42;
            this.name.Text = "客户姓名:";
            // 
            // cartype
            // 
            this.cartype.AutoSize = true;
            this.cartype.Location = new System.Drawing.Point(72, 66);
            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(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.Location = new System.Drawing.Point(379, 132);
            this.state3.Name = "state3";
            this.state3.Size = new System.Drawing.Size(71, 16);
            this.state3.TabIndex = 8;
            this.state3.TabStop = true;
            this.state3.Text = "所有状态";
            this.state3.UseVisualStyleBackColor = true;
            // 
            // carid
            // 
            this.carid.AutoSize = true;
            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.Location = new System.Drawing.Point(293, 132);
            this.state2.Name = "state2";
            this.state2.Size = new System.Drawing.Size(83, 16);
            this.state2.TabIndex = 7;
            this.state2.TabStop = true;
            this.state2.Text = "已取消预约";
            this.state2.UseVisualStyleBackColor = true;
            // 
            // person
            // 
            this.person.AutoSize = true;
            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.Location = new System.Drawing.Point(219, 132);
            this.state1.Name = "state1";
            this.state1.Size = new System.Drawing.Size(71, 16);
            this.state1.TabIndex = 6;
            this.state1.TabStop = true;
            this.state1.Text = "未到预约";
            this.state1.UseVisualStyleBackColor = true;
            // 
            // company
            // 
            this.company.AutoSize = true;
            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.Location = new System.Drawing.Point(142, 132);
            this.state.Name = "state";
            this.state.Size = new System.Drawing.Size(71, 16);
            this.state.TabIndex = 5;
            this.state.TabStop = true;
            this.state.Text = "已到预约";
            this.state.UseVisualStyleBackColor = true;
            // 
            // costmornamevalue
            // 

⌨️ 快捷键说明

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