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

📄 form_customershow_main.designer.cs

📁 以前为一家4S店开发的维修管理及客户管理的软件,C#开发!
💻 CS
📖 第 1 页 / 共 2 页
字号:
            // modifytimevalue1
            // 
            this.modifytimevalue1.Location = new System.Drawing.Point(202, 170);
            this.modifytimevalue1.Name = "modifytimevalue1";
            this.modifytimevalue1.Size = new System.Drawing.Size(77, 21);
            this.modifytimevalue1.TabIndex = 6;
            // 
            // phonevalue
            // 
            this.phonevalue.Location = new System.Drawing.Point(113, 102);
            this.phonevalue.Name = "phonevalue";
            this.phonevalue.Size = new System.Drawing.Size(77, 21);
            this.phonevalue.TabIndex = 3;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.ForeColor = System.Drawing.Color.Red;
            this.label2.Location = new System.Drawing.Point(191, 175);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(11, 12);
            this.label2.TabIndex = 61;
            this.label2.Text = "-";
            // 
            // caridvalue
            // 
            this.caridvalue.Location = new System.Drawing.Point(113, 136);
            this.caridvalue.Name = "caridvalue";
            this.caridvalue.Size = new System.Drawing.Size(104, 21);
            this.caridvalue.TabIndex = 4;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.ForeColor = System.Drawing.Color.Red;
            this.label5.Location = new System.Drawing.Point(282, 176);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(101, 12);
            this.label5.TabIndex = 60;
            this.label5.Text = "格式:1982-3-15 ";
            // 
            // personvalue
            // 
            this.personvalue.Location = new System.Drawing.Point(465, 33);
            this.personvalue.Name = "personvalue";
            this.personvalue.Size = new System.Drawing.Size(100, 21);
            this.personvalue.TabIndex = 7;
            // 
            // modifytimevalue
            // 
            this.modifytimevalue.Location = new System.Drawing.Point(113, 170);
            this.modifytimevalue.Name = "modifytimevalue";
            this.modifytimevalue.Size = new System.Drawing.Size(77, 21);
            this.modifytimevalue.TabIndex = 5;
            // 
            // positionvalue
            // 
            this.positionvalue.Location = new System.Drawing.Point(465, 101);
            this.positionvalue.Name = "positionvalue";
            this.positionvalue.Size = new System.Drawing.Size(125, 21);
            this.positionvalue.TabIndex = 9;
            // 
            // modifytime
            // 
            this.modifytime.AutoSize = true;
            this.modifytime.Location = new System.Drawing.Point(17, 175);
            this.modifytime.Name = "modifytime";
            this.modifytime.Size = new System.Drawing.Size(89, 12);
            this.modifytime.TabIndex = 58;
            this.modifytime.Text = "上次维修日期:";
            // 
            // mountvlaue
            // 
            this.mountvlaue.Location = new System.Drawing.Point(465, 136);
            this.mountvlaue.Name = "mountvlaue";
            this.mountvlaue.Size = new System.Drawing.Size(48, 21);
            this.mountvlaue.TabIndex = 10;
            // 
            // button7
            // 
            this.button7.Location = new System.Drawing.Point(548, 456);
            this.button7.Name = "button7";
            this.button7.Size = new System.Drawing.Size(90, 23);
            this.button7.TabIndex = 71;
            this.button7.Text = "删除客户信息";
            this.button7.UseVisualStyleBackColor = true;
            this.button7.Visible = false;
            // 
            // button5
            // 
            this.button5.Location = new System.Drawing.Point(452, 456);
            this.button5.Name = "button5";
            this.button5.Size = new System.Drawing.Size(90, 23);
            this.button5.TabIndex = 70;
            this.button5.Text = "执行客户回访";
            this.button5.UseVisualStyleBackColor = true;
            this.button5.Visible = false;
            // 
            // button6
            // 
            this.button6.Location = new System.Drawing.Point(356, 456);
            this.button6.Name = "button6";
            this.button6.Size = new System.Drawing.Size(90, 23);
            this.button6.TabIndex = 69;
            this.button6.Text = "执行客户保险";
            this.button6.UseVisualStyleBackColor = true;
            this.button6.Visible = false;
            // 
            // button4
            // 
            this.button4.Location = new System.Drawing.Point(260, 456);
            this.button4.Name = "button4";
            this.button4.Size = new System.Drawing.Size(90, 23);
            this.button4.TabIndex = 68;
            this.button4.Text = "客户保险信息";
            this.button4.UseVisualStyleBackColor = true;
            this.button4.Visible = false;
            // 
            // button3
            // 
            this.button3.Location = new System.Drawing.Point(164, 456);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(90, 23);
            this.button3.TabIndex = 67;
            this.button3.Text = "客户详细信息";
            this.button3.UseVisualStyleBackColor = true;
            this.button3.Visible = false;
            // 
            // dataGridView1
            // 
            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, 282);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.Size = new System.Drawing.Size(789, 164);
            this.dataGridView1.TabIndex = 66;
            this.dataGridView1.Visible = false;
            // 
            // Column1
            // 
            this.Column1.HeaderText = "Column1";
            this.Column1.Name = "Column1";
            // 
            // Column2
            // 
            this.Column2.HeaderText = "Column2";
            this.Column2.Name = "Column2";
            // 
            // Column3
            // 
            this.Column3.HeaderText = "Column3";
            this.Column3.Name = "Column3";
            // 
            // Column4
            // 
            this.Column4.HeaderText = "Column4";
            this.Column4.Name = "Column4";
            // 
            // Column5
            // 
            this.Column5.HeaderText = "Column5";
            this.Column5.Name = "Column5";
            // 
            // Column6
            // 
            this.Column6.HeaderText = "Column6";
            this.Column6.Name = "Column6";
            // 
            // Column7
            // 
            this.Column7.HeaderText = "Column7";
            this.Column7.Name = "Column7";
            // 
            // Column8
            // 
            this.Column8.HeaderText = "Column8";
            this.Column8.Name = "Column8";
            // 
            // Column9
            // 
            this.Column9.HeaderText = "Column9";
            this.Column9.Name = "Column9";
            // 
            // Form_customershow_main
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.ClientSize = new System.Drawing.Size(792, 563);
            this.Controls.Add(this.lastmodifytime);
            this.Name = "Form_customershow_main";
            this.Controls.SetChildIndex(this.lastmodifytime, 0);
            this.lastmodifytime.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Panel lastmodifytime;
        private System.Windows.Forms.Button findsome;
        private System.Windows.Forms.TextBox mountvlaue;
        private System.Windows.Forms.TextBox positionvalue;
        private System.Windows.Forms.TextBox personvalue;
        private System.Windows.Forms.TextBox caridvalue;
        private System.Windows.Forms.TextBox phonevalue;
        private System.Windows.Forms.TextBox cartypevlaue;
        private System.Windows.Forms.TextBox namevalue;
        private System.Windows.Forms.Label bz;
        private System.Windows.Forms.Label position;
        private System.Windows.Forms.Label company;
        private System.Windows.Forms.Label person;
        private System.Windows.Forms.Label carid;
        private System.Windows.Forms.Label phone;
        private System.Windows.Forms.Label cartype;
        private System.Windows.Forms.Label name;
        private System.Windows.Forms.Label modifytime;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.TextBox modifytimevalue;
        private System.Windows.Forms.TextBox modifytimevalue1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Button cancal;
        private System.Windows.Forms.ComboBox companyvlaue;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Button button5;
        private System.Windows.Forms.Button button6;
        private System.Windows.Forms.Button button4;
        private System.Windows.Forms.Button button3;
        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.Button button7;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.GroupBox groupBox2;


    }
}

⌨️ 快捷键说明

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