📄 form_repair_v_mater.designer.cs
字号:
// dataGridViewTextBoxColumn5
//
this.dataGridViewTextBoxColumn5.HeaderText = "名称";
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
this.dataGridViewTextBoxColumn5.ReadOnly = true;
this.dataGridViewTextBoxColumn5.Width = 60;
//
// cancal
//
this.cancal.Location = new System.Drawing.Point(105, 15);
this.cancal.Name = "cancal";
this.cancal.Size = new System.Drawing.Size(75, 23);
this.cancal.TabIndex = 9;
this.cancal.Text = "退出";
this.cancal.UseVisualStyleBackColor = true;
this.cancal.Click += new System.EventHandler(this.cancal_Click);
//
// inputvalue
//
this.inputvalue.Location = new System.Drawing.Point(87, 22);
this.inputvalue.Name = "inputvalue";
this.inputvalue.Size = new System.Drawing.Size(105, 21);
this.inputvalue.TabIndex = 89;
//
// find
//
this.find.Location = new System.Drawing.Point(195, 22);
this.find.Name = "find";
this.find.Size = new System.Drawing.Size(30, 20);
this.find.TabIndex = 83;
this.find.Text = "....";
this.find.UseVisualStyleBackColor = true;
this.find.Click += new System.EventHandler(this.find_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(23, 27);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 88;
this.label3.Text = "服务顾问:";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.cancal);
this.groupBox2.Controls.Add(this.findsome);
this.groupBox2.Location = new System.Drawing.Point(323, 171);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(200, 46);
this.groupBox2.TabIndex = 82;
this.groupBox2.TabStop = false;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.selectdatavalue2);
this.groupBox1.Controls.Add(this.selectdata);
this.groupBox1.Controls.Add(this.selectdatavalue);
this.groupBox1.Controls.Add(this.selectdata2);
this.groupBox1.Controls.Add(this.modifytimevalue);
this.groupBox1.Controls.Add(this.modifytimevalue1);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.date);
this.groupBox1.Controls.Add(this.inputvalue);
this.groupBox1.Controls.Add(this.find);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.name);
this.groupBox1.Location = new System.Drawing.Point(91, 15);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(626, 153);
this.groupBox1.TabIndex = 81;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "维修统计";
//
// selectdatavalue2
//
this.selectdatavalue2.Location = new System.Drawing.Point(280, 8);
this.selectdatavalue2.Name = "selectdatavalue2";
this.selectdatavalue2.TabIndex = 111;
this.selectdatavalue2.Visible = false;
this.selectdatavalue2.DateSelected += new System.Windows.Forms.DateRangeEventHandler(this.selectdatavalue2_DateSelected);
//
// selectdata
//
this.selectdata.Location = new System.Drawing.Point(429, 23);
this.selectdata.Name = "selectdata";
this.selectdata.Size = new System.Drawing.Size(30, 20);
this.selectdata.TabIndex = 116;
this.selectdata.Text = "....";
this.selectdata.UseVisualStyleBackColor = true;
this.selectdata.Click += new System.EventHandler(this.selectdata_Click);
//
// selectdatavalue
//
this.selectdatavalue.Location = new System.Drawing.Point(159, 8);
this.selectdatavalue.Name = "selectdatavalue";
this.selectdatavalue.TabIndex = 113;
this.selectdatavalue.Visible = false;
this.selectdatavalue.DateSelected += new System.Windows.Forms.DateRangeEventHandler(this.selectdatavalue_DateSelected);
//
// selectdata2
//
this.selectdata2.Location = new System.Drawing.Point(550, 24);
this.selectdata2.Name = "selectdata2";
this.selectdata2.Size = new System.Drawing.Size(30, 20);
this.selectdata2.TabIndex = 115;
this.selectdata2.Text = "....";
this.selectdata2.UseVisualStyleBackColor = true;
this.selectdata2.Click += new System.EventHandler(this.selectdata2_Click);
//
// modifytimevalue
//
this.modifytimevalue.Location = new System.Drawing.Point(350, 23);
this.modifytimevalue.Name = "modifytimevalue";
this.modifytimevalue.Size = new System.Drawing.Size(77, 21);
this.modifytimevalue.TabIndex = 110;
//
// modifytimevalue1
//
this.modifytimevalue1.Location = new System.Drawing.Point(470, 23);
this.modifytimevalue1.Name = "modifytimevalue1";
this.modifytimevalue1.Size = new System.Drawing.Size(77, 21);
this.modifytimevalue1.TabIndex = 112;
//
// label2
//
this.label2.AutoSize = true;
this.label2.ForeColor = System.Drawing.Color.Red;
this.label2.Location = new System.Drawing.Point(459, 28);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(11, 12);
this.label2.TabIndex = 114;
this.label2.Text = "-";
//
// name
//
this.name.AutoSize = true;
this.name.Location = new System.Drawing.Point(286, 28);
this.name.Name = "name";
this.name.Size = new System.Drawing.Size(65, 12);
this.name.TabIndex = 0;
this.name.Text = "筛选日期:";
//
// Form_repair_v_mater
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.ClientSize = new System.Drawing.Size(792, 473);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.groupBox1);
this.Location = new System.Drawing.Point(0, 0);
this.Name = "Form_repair_v_mater";
this.Text = "维修统计";
this.Load += new System.EventHandler(this.Form_repair_v_mater_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.contextMenuStrip1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.date)).EndInit();
this.groupBox2.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button findsome;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.DataGridView date;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem 查看明细ToolStripMenuItem;
private System.Windows.Forms.Button cancal;
private System.Windows.Forms.TextBox inputvalue;
private System.Windows.Forms.Button find;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label name;
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.DataGridViewTextBoxColumn Column10;
private System.Windows.Forms.Button selectdata;
private System.Windows.Forms.Button selectdata2;
private System.Windows.Forms.TextBox modifytimevalue;
private System.Windows.Forms.TextBox modifytimevalue1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.MonthCalendar selectdatavalue2;
private System.Windows.Forms.MonthCalendar selectdatavalue;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -