📄 form_repair_v_main.designer.cs
字号:
namespace RepairCRM
{
partial class Form_repair_v_main
{
/// <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.components = new System.ComponentModel.Container();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.selectdatavalue2 = new System.Windows.Forms.MonthCalendar();
this.selectdata = new System.Windows.Forms.Button();
this.selectdatavalue = new System.Windows.Forms.MonthCalendar();
this.selectdata2 = new System.Windows.Forms.Button();
this.modifytimevalue = new System.Windows.Forms.TextBox();
this.modifytimevalue1 = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.date = new System.Windows.Forms.DataGridView();
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.inputvalue = new System.Windows.Forms.TextBox();
this.find = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.name = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.cancal = new System.Windows.Forms.Button();
this.findsome = new System.Windows.Forms.Button();
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.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.查看明细ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.date)).BeginInit();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.contextMenuStrip1.SuspendLayout();
this.SuspendLayout();
//
// 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(92, 13);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(626, 157);
this.groupBox1.TabIndex = 74;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "维修统计";
//
// selectdatavalue2
//
this.selectdatavalue2.Location = new System.Drawing.Point(288, 5);
this.selectdatavalue2.Name = "selectdatavalue2";
this.selectdatavalue2.TabIndex = 104;
this.selectdatavalue2.Visible = false;
this.selectdatavalue2.DateSelected += new System.Windows.Forms.DateRangeEventHandler(this.selectdatavalue2_DateSelected);
//
// selectdata
//
this.selectdata.Location = new System.Drawing.Point(429, 22);
this.selectdata.Name = "selectdata";
this.selectdata.Size = new System.Drawing.Size(30, 20);
this.selectdata.TabIndex = 109;
this.selectdata.Text = "....";
this.selectdata.UseVisualStyleBackColor = true;
this.selectdata.Click += new System.EventHandler(this.selectdata_Click);
//
// selectdatavalue
//
this.selectdatavalue.Location = new System.Drawing.Point(158, 6);
this.selectdatavalue.Name = "selectdatavalue";
this.selectdatavalue.TabIndex = 106;
this.selectdatavalue.Visible = false;
this.selectdatavalue.DateSelected += new System.Windows.Forms.DateRangeEventHandler(this.selectdatavalue_DateSelected);
//
// selectdata2
//
this.selectdata2.Location = new System.Drawing.Point(550, 23);
this.selectdata2.Name = "selectdata2";
this.selectdata2.Size = new System.Drawing.Size(30, 20);
this.selectdata2.TabIndex = 108;
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, 22);
this.modifytimevalue.Name = "modifytimevalue";
this.modifytimevalue.Size = new System.Drawing.Size(77, 21);
this.modifytimevalue.TabIndex = 103;
//
// modifytimevalue1
//
this.modifytimevalue1.Location = new System.Drawing.Point(470, 22);
this.modifytimevalue1.Name = "modifytimevalue1";
this.modifytimevalue1.Size = new System.Drawing.Size(77, 21);
this.modifytimevalue1.TabIndex = 105;
//
// label2
//
this.label2.AutoSize = true;
this.label2.ForeColor = System.Drawing.Color.Red;
this.label2.Location = new System.Drawing.Point(459, 27);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(11, 12);
this.label2.TabIndex = 107;
this.label2.Text = "-";
//
// date
//
this.date.AllowUserToAddRows = false;
this.date.AllowUserToDeleteRows = false;
this.date.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.date.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn4,
this.dataGridViewTextBoxColumn5});
this.date.Location = new System.Drawing.Point(88, 41);
this.date.Name = "date";
this.date.ReadOnly = true;
this.date.RowTemplate.Height = 23;
this.date.Size = new System.Drawing.Size(162, 92);
this.date.TabIndex = 84;
this.date.Visible = false;
//
// dataGridViewTextBoxColumn4
//
this.dataGridViewTextBoxColumn4.HeaderText = "序号";
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
this.dataGridViewTextBoxColumn4.ReadOnly = true;
this.dataGridViewTextBoxColumn4.Width = 60;
//
// dataGridViewTextBoxColumn5
//
this.dataGridViewTextBoxColumn5.HeaderText = "名称";
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
this.dataGridViewTextBoxColumn5.ReadOnly = true;
this.dataGridViewTextBoxColumn5.Width = 60;
//
// 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);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -