📄 form_customer_repairphase.designer.cs
字号:
namespace RepairCRM
{
partial class Form_customer_repairphase
{
/// <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.groupBox1 = new System.Windows.Forms.GroupBox();
this.findsome = new System.Windows.Forms.Button();
this.cancal = new System.Windows.Forms.Button();
this.ct = new System.Windows.Forms.GroupBox();
this.selectdatavalue2 = new System.Windows.Forms.MonthCalendar();
this.selectdatavalue = new System.Windows.Forms.MonthCalendar();
this.salerdate = new System.Windows.Forms.DataGridView();
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.showvalue = new System.Windows.Forms.Button();
this.selectdata2 = new System.Windows.Forms.Button();
this.selectdata = new System.Windows.Forms.Button();
this.modifytimevalue1 = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.modifytimevalue = new System.Windows.Forms.TextBox();
this.ot = new System.Windows.Forms.RadioButton();
this.radioButton1 = new System.Windows.Forms.RadioButton();
this.company = new System.Windows.Forms.TextBox();
this.carnumber = new System.Windows.Forms.TextBox();
this.costmorname = new System.Windows.Forms.TextBox();
this.youbian = new System.Windows.Forms.Label();
this.address = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.costmortype = new System.Windows.Forms.Label();
this.xieli = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.groupBox1.SuspendLayout();
this.ct.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.salerdate)).BeginInit();
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(2, 289);
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;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.findsome);
this.groupBox1.Controls.Add(this.cancal);
this.groupBox1.Location = new System.Drawing.Point(308, 233);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(202, 49);
this.groupBox1.TabIndex = 80;
this.groupBox1.TabStop = false;
//
// findsome
//
this.findsome.Location = new System.Drawing.Point(19, 16);
this.findsome.Name = "findsome";
this.findsome.Size = new System.Drawing.Size(75, 23);
this.findsome.TabIndex = 12;
this.findsome.Text = "查询";
this.findsome.UseVisualStyleBackColor = true;
this.findsome.Click += new System.EventHandler(this.findsome_Click_1);
//
// cancal
//
this.cancal.Location = new System.Drawing.Point(110, 16);
this.cancal.Name = "cancal";
this.cancal.Size = new System.Drawing.Size(75, 23);
this.cancal.TabIndex = 13;
this.cancal.Text = "退出";
this.cancal.UseVisualStyleBackColor = true;
this.cancal.Click += new System.EventHandler(this.cancal_Click_1);
//
// ct
//
this.ct.Controls.Add(this.selectdatavalue2);
this.ct.Controls.Add(this.selectdatavalue);
this.ct.Controls.Add(this.salerdate);
this.ct.Controls.Add(this.showvalue);
this.ct.Controls.Add(this.selectdata2);
this.ct.Controls.Add(this.selectdata);
this.ct.Controls.Add(this.modifytimevalue1);
this.ct.Controls.Add(this.label2);
this.ct.Controls.Add(this.modifytimevalue);
this.ct.Controls.Add(this.ot);
this.ct.Controls.Add(this.radioButton1);
this.ct.Controls.Add(this.company);
this.ct.Controls.Add(this.carnumber);
this.ct.Controls.Add(this.costmorname);
this.ct.Controls.Add(this.youbian);
this.ct.Controls.Add(this.address);
this.ct.Controls.Add(this.label4);
this.ct.Controls.Add(this.costmortype);
this.ct.Controls.Add(this.xieli);
this.ct.Location = new System.Drawing.Point(25, 13);
this.ct.Name = "ct";
this.ct.Size = new System.Drawing.Size(715, 218);
this.ct.TabIndex = 81;
this.ct.TabStop = false;
this.ct.Text = "维修职员统计";
//
// selectdatavalue2
//
this.selectdatavalue2.Location = new System.Drawing.Point(398, 7);
this.selectdatavalue2.Name = "selectdatavalue2";
this.selectdatavalue2.TabIndex = 100;
this.selectdatavalue2.Visible = false;
this.selectdatavalue2.DateSelected += new System.Windows.Forms.DateRangeEventHandler(this.selectdatavalue2_DateSelected_1);
//
// selectdatavalue
//
this.selectdatavalue.Location = new System.Drawing.Point(273, 7);
this.selectdatavalue.Name = "selectdatavalue";
this.selectdatavalue.TabIndex = 99;
this.selectdatavalue.Visible = false;
this.selectdatavalue.DateSelected += new System.Windows.Forms.DateRangeEventHandler(this.selectdatavalue_DateSelected_1);
//
// salerdate
//
this.salerdate.AllowUserToAddRows = false;
this.salerdate.AllowUserToDeleteRows = false;
this.salerdate.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.salerdate.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn4,
this.dataGridViewTextBoxColumn5});
this.salerdate.Location = new System.Drawing.Point(308, 109);
this.salerdate.Name = "salerdate";
this.salerdate.ReadOnly = true;
this.salerdate.RowTemplate.Height = 23;
this.salerdate.Size = new System.Drawing.Size(162, 109);
this.salerdate.TabIndex = 102;
this.salerdate.Visible = false;
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -