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

📄 frmmain.designer.cs

📁 OPC CLIENT开发包
💻 CS
📖 第 1 页 / 共 2 页
字号:
//[Microsoft.VisualBasic.CompilerServices.DesignerGenerated()]
partial class frmMain
{
	#region "Windows ´°ÌåÉè¼ÆÆ÷Éú³ÉµÄ´úÂë "
	[System.Diagnostics.DebuggerNonUserCode()]
	public frmMain() : 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.ListBox lstProcess;
	public System.Windows.Forms.ColumnHeader _lvListView_ColumnHeader_1;
	public System.Windows.Forms.ColumnHeader _lvListView_ColumnHeader_2;
	public System.Windows.Forms.ColumnHeader _lvListView_ColumnHeader_3;
	public System.Windows.Forms.ColumnHeader _lvListView_ColumnHeader_4;
	public System.Windows.Forms.ColumnHeader _lvListView_ColumnHeader_5;
	public System.Windows.Forms.ListView lvListView;
	public System.Windows.Forms.ToolStripStatusLabel _sbStatusBar_Panel1;
	public System.Windows.Forms.ToolStripStatusLabel _sbStatusBar_Panel2;
	public System.Windows.Forms.ToolStripStatusLabel _sbStatusBar_Panel3;
	public System.Windows.Forms.StatusStrip sbStatusBar;
	public System.Windows.Forms.OpenFileDialog dlgCommonDialogOpen;
	public System.Windows.Forms.SaveFileDialog dlgCommonDialogSave;
	public System.Windows.Forms.ToolStripMenuItem menuOpen;
	public System.Windows.Forms.ToolStripMenuItem menuSaveAs;
	public System.Windows.Forms.ToolStripMenuItem menuSetup;
	public System.Windows.Forms.ToolStripMenuItem mnuExit;
	public System.Windows.Forms.ToolStripMenuItem mnuFile;
	public System.Windows.Forms.ToolStripMenuItem mnuConnect;
	public System.Windows.Forms.ToolStripMenuItem mnuDisconnect;
	public System.Windows.Forms.ToolStripMenuItem mnuServerStatus;
	public System.Windows.Forms.ToolStripSeparator mnuSplit2;
	public System.Windows.Forms.ToolStripMenuItem mnuGroupStatus;
	public System.Windows.Forms.ToolStripMenuItem mnuGroupRefresh;
	public System.Windows.Forms.ToolStripSeparator mnuSplit;
	public System.Windows.Forms.ToolStripMenuItem mnuAddItem;
	public System.Windows.Forms.ToolStripMenuItem mnuRemoveItem;
	public System.Windows.Forms.ToolStripMenuItem mnuReadItem;
	public System.Windows.Forms.ToolStripMenuItem mnuWriteItem;
	public System.Windows.Forms.ToolStripMenuItem mnuItemStatus;
	public System.Windows.Forms.ToolStripMenuItem mnuOpc;
	public System.Windows.Forms.ToolStripMenuItem mnuHelpAbout;
	public System.Windows.Forms.ToolStripMenuItem mnuHelp;
	public System.Windows.Forms.MenuStrip MainMenu1;
	//×¢Òâ: ÒÔϹý³ÌÊÇ Windows ´°ÌåÉè¼ÆÆ÷Ëù±ØÐèµÄ
	//¿ÉÒÔʹÓà Windows ´°ÌåÉè¼ÆÆ÷À´ÐÞ¸ÄËü¡£
	//²»ÒªÊ¹ÓôúÂë±à¼­Æ÷ÐÞ¸ÄËü¡£
	[System.Diagnostics.DebuggerStepThrough()]
	private void InitializeComponent()
	{
        this.components = new System.ComponentModel.Container();
        this.ToolTip1 = new System.Windows.Forms.ToolTip(this.components);
        this.lstProcess = new System.Windows.Forms.ListBox();
        this.lvListView = new System.Windows.Forms.ListView();
        this._lvListView_ColumnHeader_1 = new System.Windows.Forms.ColumnHeader();
        this._lvListView_ColumnHeader_2 = new System.Windows.Forms.ColumnHeader();
        this._lvListView_ColumnHeader_3 = new System.Windows.Forms.ColumnHeader();
        this._lvListView_ColumnHeader_4 = new System.Windows.Forms.ColumnHeader();
        this._lvListView_ColumnHeader_5 = new System.Windows.Forms.ColumnHeader();
        this.sbStatusBar = new System.Windows.Forms.StatusStrip();
        this._sbStatusBar_Panel1 = new System.Windows.Forms.ToolStripStatusLabel();
        this._sbStatusBar_Panel2 = new System.Windows.Forms.ToolStripStatusLabel();
        this._sbStatusBar_Panel3 = new System.Windows.Forms.ToolStripStatusLabel();
        this.dlgCommonDialogOpen = new System.Windows.Forms.OpenFileDialog();
        this.dlgCommonDialogSave = new System.Windows.Forms.SaveFileDialog();
        this.MainMenu1 = new System.Windows.Forms.MenuStrip();
        this.mnuFile = new System.Windows.Forms.ToolStripMenuItem();
        this.menuOpen = new System.Windows.Forms.ToolStripMenuItem();
        this.menuSaveAs = new System.Windows.Forms.ToolStripMenuItem();
        this.menuSetup = new System.Windows.Forms.ToolStripMenuItem();
        this.mnuExit = new System.Windows.Forms.ToolStripMenuItem();
        this.mnuOpc = new System.Windows.Forms.ToolStripMenuItem();
        this.mnuConnect = new System.Windows.Forms.ToolStripMenuItem();
        this.mnuDisconnect = new System.Windows.Forms.ToolStripMenuItem();
        this.mnuServerStatus = new System.Windows.Forms.ToolStripMenuItem();
        this.mnuSplit2 = new System.Windows.Forms.ToolStripSeparator();
        this.mnuGroupStatus = new System.Windows.Forms.ToolStripMenuItem();
        this.mnuGroupRefresh = new System.Windows.Forms.ToolStripMenuItem();
        this.mnuSplit = new System.Windows.Forms.ToolStripSeparator();
        this.mnuAddItem = new System.Windows.Forms.ToolStripMenuItem();
        this.mnuRemoveItem = new System.Windows.Forms.ToolStripMenuItem();
        this.mnuReadItem = new System.Windows.Forms.ToolStripMenuItem();
        this.mnuWriteItem = new System.Windows.Forms.ToolStripMenuItem();
        this.mnuItemStatus = new System.Windows.Forms.ToolStripMenuItem();
        this.mnuHelp = new System.Windows.Forms.ToolStripMenuItem();
        this.mnuHelpAbout = new System.Windows.Forms.ToolStripMenuItem();
        this.sbStatusBar.SuspendLayout();
        this.MainMenu1.SuspendLayout();
        this.SuspendLayout();
        // 
        // lstProcess
        // 
        this.lstProcess.BackColor = System.Drawing.SystemColors.Window;
        this.lstProcess.Cursor = System.Windows.Forms.Cursors.Default;
        this.lstProcess.Dock = System.Windows.Forms.DockStyle.Bottom;
        this.lstProcess.ForeColor = System.Drawing.SystemColors.WindowText;
        this.lstProcess.ItemHeight = 12;
        this.lstProcess.Location = new System.Drawing.Point(0, 357);
        this.lstProcess.Name = "lstProcess";
        this.lstProcess.RightToLeft = System.Windows.Forms.RightToLeft.No;
        this.lstProcess.Size = new System.Drawing.Size(661, 124);
        this.lstProcess.TabIndex = 2;
        // 
        // lvListView
        // 
        this.lvListView.Activation = System.Windows.Forms.ItemActivation.OneClick;
        this.lvListView.BackColor = System.Drawing.SystemColors.Window;
        this.lvListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this._lvListView_ColumnHeader_1,
            this._lvListView_ColumnHeader_2,
            this._lvListView_ColumnHeader_3,
            this._lvListView_ColumnHeader_4,
            this._lvListView_ColumnHeader_5});
        this.lvListView.Dock = System.Windows.Forms.DockStyle.Top;
        this.lvListView.ForeColor = System.Drawing.SystemColors.WindowText;
        this.lvListView.FullRowSelect = true;
        this.lvListView.HotTracking = true;
        this.lvListView.HoverSelection = true;
        this.lvListView.Location = new System.Drawing.Point(0, 24);
        this.lvListView.Name = "lvListView";
        this.lvListView.Size = new System.Drawing.Size(661, 330);
        this.lvListView.TabIndex = 1;
        this.lvListView.UseCompatibleStateImageBehavior = false;
        this.lvListView.View = System.Windows.Forms.View.Details;
        this.lvListView.SelectedIndexChanged += new System.EventHandler(this.lvListView_SelectedIndexChanged);
        this.lvListView.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.lvListView_ItemSelectionChanged);
        // 
        // _lvListView_ColumnHeader_1
        // 
        this._lvListView_ColumnHeader_1.Text = "Name";
        this._lvListView_ColumnHeader_1.Width = 171;
        // 
        // _lvListView_ColumnHeader_2
        // 
        this._lvListView_ColumnHeader_2.Text = "Value";
        this._lvListView_ColumnHeader_2.Width = 130;
        // 
        // _lvListView_ColumnHeader_3
        // 
        this._lvListView_ColumnHeader_3.Text = "Quality";
        this._lvListView_ColumnHeader_3.Width = 124;
        // 
        // _lvListView_ColumnHeader_4
        // 
        this._lvListView_ColumnHeader_4.Text = "TimeStamp";
        this._lvListView_ColumnHeader_4.Width = 224;
        // 
        // _lvListView_ColumnHeader_5
        // 
        this._lvListView_ColumnHeader_5.Width = 170;
        // 
        // sbStatusBar
        // 
        this.sbStatusBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this._sbStatusBar_Panel1,
            this._sbStatusBar_Panel2,
            this._sbStatusBar_Panel3});
        this.sbStatusBar.Location = new System.Drawing.Point(0, 481);
        this.sbStatusBar.Name = "sbStatusBar";
        this.sbStatusBar.Size = new System.Drawing.Size(661, 22);
        this.sbStatusBar.TabIndex = 0;
        // 
        // _sbStatusBar_Panel1
        // 
        this._sbStatusBar_Panel1.AutoSize = false;
        this._sbStatusBar_Panel1.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
                    | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
                    | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
        this._sbStatusBar_Panel1.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter;
        this._sbStatusBar_Panel1.Margin = new System.Windows.Forms.Padding(0);
        this._sbStatusBar_Panel1.Name = "_sbStatusBar_Panel1";
        this._sbStatusBar_Panel1.Size = new System.Drawing.Size(454, 22);
        this._sbStatusBar_Panel1.Spring = true;
        this._sbStatusBar_Panel1.Text = "Status";
        this._sbStatusBar_Panel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
        // 
        // _sbStatusBar_Panel2
        // 
        this._sbStatusBar_Panel2.AutoSize = false;
        this._sbStatusBar_Panel2.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
                    | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
                    | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
        this._sbStatusBar_Panel2.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter;
        this._sbStatusBar_Panel2.Margin = new System.Windows.Forms.Padding(0);
        this._sbStatusBar_Panel2.Name = "_sbStatusBar_Panel2";
        this._sbStatusBar_Panel2.Size = new System.Drawing.Size(96, 22);
        this._sbStatusBar_Panel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
        // 
        // _sbStatusBar_Panel3
        // 
        this._sbStatusBar_Panel3.AutoSize = false;
        this._sbStatusBar_Panel3.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
                    | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
                    | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
        this._sbStatusBar_Panel3.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter;

⌨️ 快捷键说明

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