⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmitembrowser.designer.cs

📁 OPC CLIENT开发包
💻 CS
字号:
//[Microsoft.VisualBasic.CompilerServices.DesignerGenerated()]
partial class frmItemBrowser
{
	#region "Windows ´°ÌåÉè¼ÆÆ÷Éú³ÉµÄ´úÂë "
	[System.Diagnostics.DebuggerNonUserCode()]
	public frmItemBrowser() : base()
	{
		//´Ëµ÷ÓÃÊÇ Windows ´°ÌåÉè¼ÆÆ÷Ëù±ØÐèµÄ¡£
		InitializeComponent();
	}
	//´°ÌåÖØÐ´ÊÍ·Å£¬ÒÔÇåÀí×é¼þÁÐ±í¡£
	[System.Diagnostics.DebuggerNonUserCode()]
	protected override void Dispose(bool Disposing)
	{
		if (Disposing)
		{
			if ((components != null))
			{
				components.Dispose();
			}
		}
		base.Dispose(Disposing);
	}
	//Windows ´°ÌåÉè¼ÆÆ÷Ëù±ØÐèµÄ
	private System.ComponentModel.IContainer components;
	public System.Windows.Forms.ToolTip ToolTip1;
	public System.Windows.Forms.Button Command1;
	public System.Windows.Forms.TextBox Text1;
	public System.Windows.Forms.ListBox listItem;
	public System.Windows.Forms.TextBox txtItemName;
	public System.Windows.Forms.Button CancelButton_Renamed;
	public System.Windows.Forms.Button AddItem;
	public System.Windows.Forms.TreeView TreeView1;
	public System.Windows.Forms.Label Label3;
	public System.Windows.Forms.Label Label2;
	public System.Windows.Forms.Label Label1;
	//×¢Òâ: ÒÔϹý³ÌÊÇ Windows ´°ÌåÉè¼ÆÆ÷Ëù±ØÐèµÄ
	//¿ÉÒÔʹÓà Windows ´°ÌåÉè¼ÆÆ÷À´ÐÞ¸ÄËü¡£
	//²»ÒªÊ¹ÓôúÂë±à¼­Æ÷ÐÞ¸ÄËü¡£
	[System.Diagnostics.DebuggerStepThrough()]
	private void InitializeComponent()
	{
        this.components = new System.ComponentModel.Container();
        this.ToolTip1 = new System.Windows.Forms.ToolTip(this.components);
        this.Command1 = new System.Windows.Forms.Button();
        this.Text1 = new System.Windows.Forms.TextBox();
        this.listItem = new System.Windows.Forms.ListBox();
        this.txtItemName = new System.Windows.Forms.TextBox();
        this.CancelButton_Renamed = new System.Windows.Forms.Button();
        this.AddItem = new System.Windows.Forms.Button();
        this.TreeView1 = new System.Windows.Forms.TreeView();
        this.Label3 = new System.Windows.Forms.Label();
        this.Label2 = new System.Windows.Forms.Label();
        this.Label1 = new System.Windows.Forms.Label();
        this.SuspendLayout();
        // 
        // Command1
        // 
        this.Command1.BackColor = System.Drawing.SystemColors.Control;
        this.Command1.Cursor = System.Windows.Forms.Cursors.Default;
        this.Command1.ForeColor = System.Drawing.SystemColors.ControlText;
        this.Command1.Location = new System.Drawing.Point(288, 56);
        this.Command1.Name = "Command1";
        this.Command1.RightToLeft = System.Windows.Forms.RightToLeft.No;
        this.Command1.Size = new System.Drawing.Size(105, 24);
        this.Command1.TabIndex = 9;
        this.Command1.Text = "Item Properties";
        this.Command1.UseVisualStyleBackColor = false;
        this.Command1.Click += new System.EventHandler(this.Command1_Click);
        // 
        // Text1
        // 
        this.Text1.AcceptsReturn = true;
        this.Text1.BackColor = System.Drawing.SystemColors.Window;
        this.Text1.Cursor = System.Windows.Forms.Cursors.IBeam;
        this.Text1.ForeColor = System.Drawing.SystemColors.WindowText;
        this.Text1.Location = new System.Drawing.Point(88, 40);
        this.Text1.MaxLength = 0;
        this.Text1.Name = "Text1";
        this.Text1.RightToLeft = System.Windows.Forms.RightToLeft.No;
        this.Text1.Size = new System.Drawing.Size(185, 21);
        this.Text1.TabIndex = 6;
        // 
        // listItem
        // 
        this.listItem.BackColor = System.Drawing.SystemColors.Window;
        this.listItem.Cursor = System.Windows.Forms.Cursors.Default;
        this.listItem.ForeColor = System.Drawing.SystemColors.WindowText;
        this.listItem.ItemHeight = 12;
        this.listItem.Location = new System.Drawing.Point(216, 88);
        this.listItem.Name = "listItem";
        this.listItem.RightToLeft = System.Windows.Forms.RightToLeft.No;
        this.listItem.Size = new System.Drawing.Size(177, 160);
        this.listItem.TabIndex = 5;
        this.listItem.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listItem_MouseDoubleClick);
        this.listItem.SelectedIndexChanged += new System.EventHandler(this.listItem_SelectedIndexChanged);
        // 
        // txtItemName
        // 
        this.txtItemName.AcceptsReturn = true;
        this.txtItemName.BackColor = System.Drawing.SystemColors.Window;
        this.txtItemName.Cursor = System.Windows.Forms.Cursors.IBeam;
        this.txtItemName.ForeColor = System.Drawing.SystemColors.WindowText;
        this.txtItemName.Location = new System.Drawing.Point(88, 16);
        this.txtItemName.MaxLength = 0;
        this.txtItemName.Name = "txtItemName";
        this.txtItemName.RightToLeft = System.Windows.Forms.RightToLeft.No;
        this.txtItemName.Size = new System.Drawing.Size(185, 21);
        this.txtItemName.TabIndex = 3;
        // 
        // CancelButton_Renamed
        // 
        this.CancelButton_Renamed.BackColor = System.Drawing.SystemColors.Control;
        this.CancelButton_Renamed.Cursor = System.Windows.Forms.Cursors.Default;
        this.CancelButton_Renamed.ForeColor = System.Drawing.SystemColors.ControlText;
        this.CancelButton_Renamed.Location = new System.Drawing.Point(288, 32);
        this.CancelButton_Renamed.Name = "CancelButton_Renamed";
        this.CancelButton_Renamed.RightToLeft = System.Windows.Forms.RightToLeft.No;
        this.CancelButton_Renamed.Size = new System.Drawing.Size(105, 23);
        this.CancelButton_Renamed.TabIndex = 1;
        this.CancelButton_Renamed.Text = "&Done";
        this.CancelButton_Renamed.UseVisualStyleBackColor = false;
        this.CancelButton_Renamed.Click += new System.EventHandler(this.CancelButton_Renamed_Click);
        // 
        // AddItem
        // 
        this.AddItem.BackColor = System.Drawing.SystemColors.Control;
        this.AddItem.Cursor = System.Windows.Forms.Cursors.Default;
        this.AddItem.ForeColor = System.Drawing.SystemColors.ControlText;
        this.AddItem.Location = new System.Drawing.Point(288, 8);
        this.AddItem.Name = "AddItem";
        this.AddItem.RightToLeft = System.Windows.Forms.RightToLeft.No;
        this.AddItem.Size = new System.Drawing.Size(105, 23);
        this.AddItem.TabIndex = 0;
        this.AddItem.Text = "&Add Item";
        this.AddItem.UseVisualStyleBackColor = false;
        this.AddItem.Click += new System.EventHandler(this.AddItem_Click);
        // 
        // TreeView1
        // 
        this.TreeView1.LabelEdit = true;
        this.TreeView1.Location = new System.Drawing.Point(16, 88);
        this.TreeView1.Name = "TreeView1";
        this.TreeView1.Size = new System.Drawing.Size(201, 163);
        this.TreeView1.TabIndex = 4;

        this.TreeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.TreeView1_AfterSelect);
        this.TreeView1.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.TreeView1_NodeMouseClick);
        // 
        // Label3
        // 
        this.Label3.BackColor = System.Drawing.SystemColors.Control;
        this.Label3.Cursor = System.Windows.Forms.Cursors.Default;
        this.Label3.ForeColor = System.Drawing.SystemColors.ControlText;
        this.Label3.Location = new System.Drawing.Point(16, 64);
        this.Label3.Name = "Label3";
        this.Label3.RightToLeft = System.Windows.Forms.RightToLeft.No;
        this.Label3.Size = new System.Drawing.Size(97, 17);
        this.Label3.TabIndex = 8;
        this.Label3.Text = "Item Tree";
        // 
        // Label2
        // 
        this.Label2.BackColor = System.Drawing.SystemColors.Control;
        this.Label2.Cursor = System.Windows.Forms.Cursors.Default;
        this.Label2.ForeColor = System.Drawing.SystemColors.ControlText;
        this.Label2.Location = new System.Drawing.Point(16, 40);
        this.Label2.Name = "Label2";
        this.Label2.RightToLeft = System.Windows.Forms.RightToLeft.No;
        this.Label2.Size = new System.Drawing.Size(81, 17);
        this.Label2.TabIndex = 7;
        this.Label2.Text = "Access Path";
        // 
        // Label1
        // 
        this.Label1.BackColor = System.Drawing.SystemColors.Control;
        this.Label1.Cursor = System.Windows.Forms.Cursors.Default;
        this.Label1.ForeColor = System.Drawing.SystemColors.ControlText;
        this.Label1.Location = new System.Drawing.Point(16, 16);
        this.Label1.Name = "Label1";
        this.Label1.RightToLeft = System.Windows.Forms.RightToLeft.No;
        this.Label1.Size = new System.Drawing.Size(65, 17);
        this.Label1.TabIndex = 2;
        this.Label1.Text = "Item Name";
        // 
        // frmItemBrowser
        // 
        this.AcceptButton = this.AddItem;
        this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
        this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
        this.BackColor = System.Drawing.SystemColors.Control;
        this.ClientSize = new System.Drawing.Size(410, 264);
        this.Controls.Add(this.Command1);
        this.Controls.Add(this.Text1);
        this.Controls.Add(this.listItem);
        this.Controls.Add(this.txtItemName);
        this.Controls.Add(this.CancelButton_Renamed);
        this.Controls.Add(this.AddItem);
        this.Controls.Add(this.TreeView1);
        this.Controls.Add(this.Label3);
        this.Controls.Add(this.Label2);
        this.Controls.Add(this.Label1);
        this.Cursor = System.Windows.Forms.Cursors.Default;
        this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
        this.Location = new System.Drawing.Point(184, 250);
        this.MaximizeBox = false;
        this.MinimizeBox = false;
        this.Name = "frmItemBrowser";
        this.RightToLeft = System.Windows.Forms.RightToLeft.No;
        this.ShowInTaskbar = false;
        this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
        this.Text = "Item Browser";
        this.Load += new System.EventHandler(this.frmItemBrowser_Load);
        this.ResumeLayout(false);
        this.PerformLayout();

	}
	#endregion
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -