📄 frmequipmentclearfind.designer.cs
字号:
namespace EquipmentMS.Equipment
{
partial class frmEquipmentClearFind
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmEquipmentClearFind));
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.tlcmbFind = new System.Windows.Forms.ToolStripComboBox();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.tltxtContent = new System.Windows.Forms.ToolStripTextBox();
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripSeparator12 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator();
this.dgvEquipment = new System.Windows.Forms.DataGridView();
this.toolStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvEquipment)).BeginInit();
this.SuspendLayout();
//
// toolStrip1
//
this.toolStrip1.AccessibleDescription = null;
this.toolStrip1.AccessibleName = null;
resources.ApplyResources(this.toolStrip1, "toolStrip1");
this.toolStrip1.BackgroundImage = null;
this.toolStrip1.Font = null;
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripSeparator1,
this.toolStripLabel1,
this.toolStripSeparator2,
this.tlcmbFind,
this.toolStripSeparator3,
this.tltxtContent,
this.toolStripSeparator4,
this.toolStripButton1,
this.toolStripSeparator5,
this.toolStripSeparator8,
this.toolStripButton2,
this.toolStripSeparator6,
this.toolStripSeparator9,
this.toolStripButton3,
this.toolStripSeparator7,
this.toolStripSeparator12,
this.toolStripButton4,
this.toolStripSeparator10,
this.toolStripSeparator11});
this.toolStrip1.Name = "toolStrip1";
//
// toolStripSeparator1
//
this.toolStripSeparator1.AccessibleDescription = null;
this.toolStripSeparator1.AccessibleName = null;
resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1");
this.toolStripSeparator1.Name = "toolStripSeparator1";
//
// toolStripLabel1
//
this.toolStripLabel1.AccessibleDescription = null;
this.toolStripLabel1.AccessibleName = null;
resources.ApplyResources(this.toolStripLabel1, "toolStripLabel1");
this.toolStripLabel1.BackgroundImage = null;
this.toolStripLabel1.Name = "toolStripLabel1";
//
// toolStripSeparator2
//
this.toolStripSeparator2.AccessibleDescription = null;
this.toolStripSeparator2.AccessibleName = null;
resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2");
this.toolStripSeparator2.Name = "toolStripSeparator2";
//
// tlcmbFind
//
this.tlcmbFind.AccessibleDescription = null;
this.tlcmbFind.AccessibleName = null;
resources.ApplyResources(this.tlcmbFind, "tlcmbFind");
this.tlcmbFind.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.tlcmbFind.Items.AddRange(new object[] {
resources.GetString("tlcmbFind.Items"),
resources.GetString("tlcmbFind.Items1"),
resources.GetString("tlcmbFind.Items2"),
resources.GetString("tlcmbFind.Items3"),
resources.GetString("tlcmbFind.Items4"),
resources.GetString("tlcmbFind.Items5"),
resources.GetString("tlcmbFind.Items6")});
this.tlcmbFind.Name = "tlcmbFind";
this.tlcmbFind.SelectedIndexChanged += new System.EventHandler(this.tlcmbFind_SelectedIndexChanged);
this.tlcmbFind.TextChanged += new System.EventHandler(this.tlcmbFind_TextChanged);
//
// toolStripSeparator3
//
this.toolStripSeparator3.AccessibleDescription = null;
this.toolStripSeparator3.AccessibleName = null;
resources.ApplyResources(this.toolStripSeparator3, "toolStripSeparator3");
this.toolStripSeparator3.Name = "toolStripSeparator3";
//
// tltxtContent
//
this.tltxtContent.AccessibleDescription = null;
this.tltxtContent.AccessibleName = null;
resources.ApplyResources(this.tltxtContent, "tltxtContent");
this.tltxtContent.Name = "tltxtContent";
//
// toolStripSeparator4
//
this.toolStripSeparator4.AccessibleDescription = null;
this.toolStripSeparator4.AccessibleName = null;
resources.ApplyResources(this.toolStripSeparator4, "toolStripSeparator4");
this.toolStripSeparator4.Name = "toolStripSeparator4";
//
// toolStripButton1
//
this.toolStripButton1.AccessibleDescription = null;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -