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

📄 form_customer_showmain.designer.cs

📁 以前为一家4S店开发的维修管理及客户管理的软件,C#开发!
💻 CS
📖 第 1 页 / 共 3 页
字号:
            // dorecall
            // 
            this.dorecall.Location = new System.Drawing.Point(452, 431);
            this.dorecall.Name = "dorecall";
            this.dorecall.Size = new System.Drawing.Size(90, 23);
            this.dorecall.TabIndex = 70;
            this.dorecall.Text = "执行客户回访";
            this.dorecall.UseVisualStyleBackColor = true;
            this.dorecall.Visible = false;
            // 
            // docostmorsafe
            // 
            this.docostmorsafe.Location = new System.Drawing.Point(356, 431);
            this.docostmorsafe.Name = "docostmorsafe";
            this.docostmorsafe.Size = new System.Drawing.Size(90, 23);
            this.docostmorsafe.TabIndex = 69;
            this.docostmorsafe.Text = "执行客户保险";
            this.docostmorsafe.UseVisualStyleBackColor = true;
            this.docostmorsafe.Visible = false;
            // 
            // safeinfo
            // 
            this.safeinfo.Location = new System.Drawing.Point(260, 431);
            this.safeinfo.Name = "safeinfo";
            this.safeinfo.Size = new System.Drawing.Size(90, 23);
            this.safeinfo.TabIndex = 68;
            this.safeinfo.Text = "客户保险信息";
            this.safeinfo.UseVisualStyleBackColor = true;
            this.safeinfo.Visible = false;
            // 
            // costmorinfo
            // 
            this.costmorinfo.Location = new System.Drawing.Point(164, 431);
            this.costmorinfo.Name = "costmorinfo";
            this.costmorinfo.Size = new System.Drawing.Size(90, 23);
            this.costmorinfo.TabIndex = 67;
            this.costmorinfo.Text = "客户详细信息";
            this.costmorinfo.UseVisualStyleBackColor = true;
            this.costmorinfo.Visible = false;
            // 
            // 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.dataGridView1.ContextMenuStrip = this.contextMenuStrip1;
            this.dataGridView1.Location = new System.Drawing.Point(0, 261);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.ReadOnly = true;
            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 = "编号";
            this.Column1.Name = "Column1";
            this.Column1.ReadOnly = true;
            this.Column1.Width = 60;
            // 
            // 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;
            this.Column7.Width = 110;
            // 
            // Column8
            // 
            this.Column8.HeaderText = "材料费";
            this.Column8.Name = "Column8";
            this.Column8.ReadOnly = true;
            // 
            // Column9
            // 
            this.Column9.HeaderText = "工时费";
            this.Column9.Name = "Column9";
            this.Column9.ReadOnly = true;
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.客户详细信息ToolStripMenuItem,
            this.客户保险信息ToolStripMenuItem,
            this.执行客户保险ToolStripMenuItem,
            this.执行客户回访ToolStripMenuItem,
            this.删除客户信息ToolStripMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(147, 114);
            // 
            // 客户详细信息ToolStripMenuItem
            // 
            this.客户详细信息ToolStripMenuItem.Name = "客户详细信息ToolStripMenuItem";
            this.客户详细信息ToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
            this.客户详细信息ToolStripMenuItem.Text = "客户详细信息";
            // 
            // 客户保险信息ToolStripMenuItem
            // 
            this.客户保险信息ToolStripMenuItem.Name = "客户保险信息ToolStripMenuItem";
            this.客户保险信息ToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
            this.客户保险信息ToolStripMenuItem.Text = "客户保险信息";
            // 
            // 执行客户保险ToolStripMenuItem
            // 
            this.执行客户保险ToolStripMenuItem.Name = "执行客户保险ToolStripMenuItem";
            this.执行客户保险ToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
            this.执行客户保险ToolStripMenuItem.Text = "执行客户保险";
            // 
            // 执行客户回访ToolStripMenuItem
            // 
            this.执行客户回访ToolStripMenuItem.Name = "执行客户回访ToolStripMenuItem";
            this.执行客户回访ToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
            this.执行客户回访ToolStripMenuItem.Text = "执行客户回访";
            // 
            // 删除客户信息ToolStripMenuItem
            // 
            this.删除客户信息ToolStripMenuItem.Name = "删除客户信息ToolStripMenuItem";
            this.删除客户信息ToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
            this.删除客户信息ToolStripMenuItem.Text = "删除客户信息";
            // 
            // Form_customer_showmain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.ClientSize = new System.Drawing.Size(792, 471);
            this.Controls.Add(this.lastmodifytime);
            this.Location = new System.Drawing.Point(0, 0);
            this.Name = "Form_customer_showmain";
            this.Text = "客户资料查询";
            this.lastmodifytime.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.cartypedate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.salerdate)).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.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 cartype1;
        private System.Windows.Forms.Label name;
        private System.Windows.Forms.Label modifytime;
        private System.Windows.Forms.Button cancal;
        private System.Windows.Forms.ComboBox companyvlaue;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Button dorecall;
        private System.Windows.Forms.Button docostmorsafe;
        private System.Windows.Forms.Button safeinfo;
        private System.Windows.Forms.Button costmorinfo;
        private System.Windows.Forms.DataGridView dataGridView1;
        private System.Windows.Forms.Button deletecostmorinfo;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
        private System.Windows.Forms.ToolStripMenuItem 客户详细信息ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 客户保险信息ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 执行客户保险ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 执行客户回访ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 删除客户信息ToolStripMenuItem;
        private System.Windows.Forms.DataGridView salerdate;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
        private System.Windows.Forms.Button saler;
        private System.Windows.Forms.DataGridView cartypedate;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
        private System.Windows.Forms.Button cartype;
        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.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;


    }
}

⌨️ 快捷键说明

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