📄 frmequipmentclearfind.designer.cs
字号:
this.toolStripButton1.AccessibleName = null;
resources.ApplyResources(this.toolStripButton1, "toolStripButton1");
this.toolStripButton1.BackgroundImage = null;
this.toolStripButton1.Name = "toolStripButton1";
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
//
// toolStripSeparator5
//
this.toolStripSeparator5.AccessibleDescription = null;
this.toolStripSeparator5.AccessibleName = null;
resources.ApplyResources(this.toolStripSeparator5, "toolStripSeparator5");
this.toolStripSeparator5.Name = "toolStripSeparator5";
//
// toolStripSeparator8
//
this.toolStripSeparator8.AccessibleDescription = null;
this.toolStripSeparator8.AccessibleName = null;
resources.ApplyResources(this.toolStripSeparator8, "toolStripSeparator8");
this.toolStripSeparator8.Name = "toolStripSeparator8";
//
// toolStripButton2
//
this.toolStripButton2.AccessibleDescription = null;
this.toolStripButton2.AccessibleName = null;
resources.ApplyResources(this.toolStripButton2, "toolStripButton2");
this.toolStripButton2.BackgroundImage = null;
this.toolStripButton2.Name = "toolStripButton2";
this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
//
// toolStripSeparator6
//
this.toolStripSeparator6.AccessibleDescription = null;
this.toolStripSeparator6.AccessibleName = null;
resources.ApplyResources(this.toolStripSeparator6, "toolStripSeparator6");
this.toolStripSeparator6.Name = "toolStripSeparator6";
//
// toolStripSeparator9
//
this.toolStripSeparator9.AccessibleDescription = null;
this.toolStripSeparator9.AccessibleName = null;
resources.ApplyResources(this.toolStripSeparator9, "toolStripSeparator9");
this.toolStripSeparator9.Name = "toolStripSeparator9";
//
// toolStripButton3
//
this.toolStripButton3.AccessibleDescription = null;
this.toolStripButton3.AccessibleName = null;
resources.ApplyResources(this.toolStripButton3, "toolStripButton3");
this.toolStripButton3.BackgroundImage = null;
this.toolStripButton3.Name = "toolStripButton3";
this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
//
// toolStripSeparator7
//
this.toolStripSeparator7.AccessibleDescription = null;
this.toolStripSeparator7.AccessibleName = null;
resources.ApplyResources(this.toolStripSeparator7, "toolStripSeparator7");
this.toolStripSeparator7.Name = "toolStripSeparator7";
//
// toolStripSeparator12
//
this.toolStripSeparator12.AccessibleDescription = null;
this.toolStripSeparator12.AccessibleName = null;
resources.ApplyResources(this.toolStripSeparator12, "toolStripSeparator12");
this.toolStripSeparator12.Name = "toolStripSeparator12";
//
// toolStripButton4
//
this.toolStripButton4.AccessibleDescription = null;
this.toolStripButton4.AccessibleName = null;
resources.ApplyResources(this.toolStripButton4, "toolStripButton4");
this.toolStripButton4.BackgroundImage = null;
this.toolStripButton4.Name = "toolStripButton4";
this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_Click);
//
// toolStripSeparator10
//
this.toolStripSeparator10.AccessibleDescription = null;
this.toolStripSeparator10.AccessibleName = null;
resources.ApplyResources(this.toolStripSeparator10, "toolStripSeparator10");
this.toolStripSeparator10.Name = "toolStripSeparator10";
//
// toolStripSeparator11
//
this.toolStripSeparator11.AccessibleDescription = null;
this.toolStripSeparator11.AccessibleName = null;
resources.ApplyResources(this.toolStripSeparator11, "toolStripSeparator11");
this.toolStripSeparator11.Name = "toolStripSeparator11";
//
// dgvEquipment
//
this.dgvEquipment.AccessibleDescription = null;
this.dgvEquipment.AccessibleName = null;
this.dgvEquipment.AllowUserToDeleteRows = false;
resources.ApplyResources(this.dgvEquipment, "dgvEquipment");
this.dgvEquipment.BackgroundImage = null;
this.dgvEquipment.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvEquipment.Font = null;
this.dgvEquipment.Name = "dgvEquipment";
this.dgvEquipment.RowTemplate.Height = 23;
this.dgvEquipment.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvEquipment.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvEquipment_CellClick);
//
// frmEquipmentClearFind
//
this.AccessibleDescription = null;
this.AccessibleName = null;
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = null;
this.Controls.Add(this.dgvEquipment);
this.Controls.Add(this.toolStrip1);
this.Font = null;
this.Icon = null;
this.Name = "frmEquipmentClearFind";
this.Load += new System.EventHandler(this.frmEquipmentClearFind_Load);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvEquipment)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripLabel toolStripLabel1;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripComboBox tlcmbFind;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripTextBox tltxtContent;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
private System.Windows.Forms.ToolStripButton toolStripButton1;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
private System.Windows.Forms.ToolStripButton toolStripButton2;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator8;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
private System.Windows.Forms.ToolStripButton toolStripButton3;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
private System.Windows.Forms.ToolStripButton toolStripButton4;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator9;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator12;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator10;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator11;
private System.Windows.Forms.DataGridView dgvEquipment;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -