Ejemplo n.º 1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.RightPN             = new System.Windows.Forms.Panel();
     this.AreaSourcesListCTRL = new OpcClientSdk.Ae.SampleClient.AreaSourceListCtrl();
     this.AttributesCTRL      = new OpcClientSdk.Ae.SampleClient.AttributesCtrl();
     this.StateFiltersPN      = new System.Windows.Forms.Panel();
     this.CategoriesCTRL      = new OpcClientSdk.Ae.SampleClient.CategoriesCtrl();
     this.FiltersGB           = new System.Windows.Forms.GroupBox();
     this.FiltersCTRL         = new OpcClientSdk.Ae.SampleClient.SubscriptionFiltersEditCtrl();
     this.StateGB             = new System.Windows.Forms.GroupBox();
     this.StateCTRL           = new OpcClientSdk.Ae.SampleClient.SubscriptionStateEditCtrl();
     this.LeftPN     = new System.Windows.Forms.Panel();
     this.BrowseCTRL = new OpcClientSdk.Ae.SampleClient.BrowseCtrl();
     this.ButtonsPN  = new System.Windows.Forms.Panel();
     this.BackBTN    = new System.Windows.Forms.Button();
     this.NextBTN    = new System.Windows.Forms.Button();
     this.CancelBTN  = new System.Windows.Forms.Button();
     this.DoneBTN    = new System.Windows.Forms.Button();
     this.SplitterV  = new System.Windows.Forms.Splitter();
     this.RightPN.SuspendLayout();
     this.StateFiltersPN.SuspendLayout();
     this.FiltersGB.SuspendLayout();
     this.StateGB.SuspendLayout();
     this.LeftPN.SuspendLayout();
     this.ButtonsPN.SuspendLayout();
     this.SuspendLayout();
     //
     // RightPN
     //
     this.RightPN.Controls.Add(this.AreaSourcesListCTRL);
     this.RightPN.Controls.Add(this.AttributesCTRL);
     this.RightPN.Dock = System.Windows.Forms.DockStyle.Fill;
     this.RightPN.DockPadding.Right = 4;
     this.RightPN.DockPadding.Top   = 4;
     this.RightPN.Location          = new System.Drawing.Point(283, 0);
     this.RightPN.Name     = "RightPN";
     this.RightPN.Size     = new System.Drawing.Size(509, 490);
     this.RightPN.TabIndex = 6;
     //
     // AreaSourcesListCTRL
     //
     this.AreaSourcesListCTRL.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.AreaSourcesListCTRL.Location = new System.Drawing.Point(0, 4);
     this.AreaSourcesListCTRL.Name     = "AreaSourcesListCTRL";
     this.AreaSourcesListCTRL.Size     = new System.Drawing.Size(505, 486);
     this.AreaSourcesListCTRL.TabIndex = 1;
     //
     // AttributesCTRL
     //
     this.AttributesCTRL.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.AttributesCTRL.Location = new System.Drawing.Point(0, 4);
     this.AttributesCTRL.Name     = "AttributesCTRL";
     this.AttributesCTRL.Size     = new System.Drawing.Size(505, 486);
     this.AttributesCTRL.TabIndex = 0;
     //
     // StateFiltersPN
     //
     this.StateFiltersPN.Controls.Add(this.CategoriesCTRL);
     this.StateFiltersPN.Controls.Add(this.FiltersGB);
     this.StateFiltersPN.Controls.Add(this.StateGB);
     this.StateFiltersPN.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.StateFiltersPN.Location = new System.Drawing.Point(4, 4);
     this.StateFiltersPN.Name     = "StateFiltersPN";
     this.StateFiltersPN.Size     = new System.Drawing.Size(272, 486);
     this.StateFiltersPN.TabIndex = 1;
     //
     // CategoriesCTRL
     //
     this.CategoriesCTRL.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.CategoriesCTRL.Location         = new System.Drawing.Point(0, 284);
     this.CategoriesCTRL.Name             = "CategoriesCTRL";
     this.CategoriesCTRL.Size             = new System.Drawing.Size(272, 202);
     this.CategoriesCTRL.TabIndex         = 1;
     this.CategoriesCTRL.CategoryChecked += new OpcClientSdk.Ae.SampleClient.CategoriesCtrl.CategoryCheckedEventHandler(this.CategoriesCTRL_CategorySelected);
     //
     // FiltersGB
     //
     this.FiltersGB.Controls.Add(this.FiltersCTRL);
     this.FiltersGB.Dock     = System.Windows.Forms.DockStyle.Top;
     this.FiltersGB.Location = new System.Drawing.Point(0, 140);
     this.FiltersGB.Name     = "FiltersGB";
     this.FiltersGB.Size     = new System.Drawing.Size(272, 144);
     this.FiltersGB.TabIndex = 0;
     this.FiltersGB.TabStop  = false;
     this.FiltersGB.Text     = "Filtering Parameters";
     //
     // FiltersCTRL
     //
     this.FiltersCTRL.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.FiltersCTRL.Location = new System.Drawing.Point(3, 16);
     this.FiltersCTRL.Name     = "FiltersCTRL";
     this.FiltersCTRL.Size     = new System.Drawing.Size(266, 125);
     this.FiltersCTRL.TabIndex = 1;
     //
     // StateGB
     //
     this.StateGB.Controls.Add(this.StateCTRL);
     this.StateGB.Dock     = System.Windows.Forms.DockStyle.Top;
     this.StateGB.Location = new System.Drawing.Point(0, 0);
     this.StateGB.Name     = "StateGB";
     this.StateGB.Size     = new System.Drawing.Size(272, 140);
     this.StateGB.TabIndex = 0;
     this.StateGB.TabStop  = false;
     this.StateGB.Text     = "State Parameters";
     //
     // StateCTRL
     //
     this.StateCTRL.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.StateCTRL.Location = new System.Drawing.Point(3, 16);
     this.StateCTRL.Name     = "StateCTRL";
     this.StateCTRL.Size     = new System.Drawing.Size(266, 121);
     this.StateCTRL.TabIndex = 0;
     //
     // LeftPN
     //
     this.LeftPN.Controls.Add(this.StateFiltersPN);
     this.LeftPN.Controls.Add(this.BrowseCTRL);
     this.LeftPN.Dock              = System.Windows.Forms.DockStyle.Left;
     this.LeftPN.DockPadding.Left  = 4;
     this.LeftPN.DockPadding.Right = 4;
     this.LeftPN.DockPadding.Top   = 4;
     this.LeftPN.Location          = new System.Drawing.Point(0, 0);
     this.LeftPN.Name              = "LeftPN";
     this.LeftPN.Size              = new System.Drawing.Size(280, 490);
     this.LeftPN.TabIndex          = 11;
     //
     // BrowseCTRL
     //
     this.BrowseCTRL.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.BrowseCTRL.Location      = new System.Drawing.Point(4, 4);
     this.BrowseCTRL.Name          = "BrowseCTRL";
     this.BrowseCTRL.Size          = new System.Drawing.Size(272, 486);
     this.BrowseCTRL.TabIndex      = 1;
     this.BrowseCTRL.NodeSelected += new OpcClientSdk.Ae.SampleClient.BrowseCtrl.NodeSelectedEventHandler(this.BrowseCTRL_NodeSelected);
     //
     // ButtonsPN
     //
     this.ButtonsPN.Controls.Add(this.BackBTN);
     this.ButtonsPN.Controls.Add(this.DoneBTN);
     this.ButtonsPN.Controls.Add(this.CancelBTN);
     this.ButtonsPN.Controls.Add(this.NextBTN);
     this.ButtonsPN.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.ButtonsPN.Location = new System.Drawing.Point(0, 490);
     this.ButtonsPN.Name     = "ButtonsPN";
     this.ButtonsPN.Size     = new System.Drawing.Size(792, 36);
     this.ButtonsPN.TabIndex = 0;
     //
     // BackBTN
     //
     this.BackBTN.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.BackBTN.Location = new System.Drawing.Point(552, 8);
     this.BackBTN.Name     = "BackBTN";
     this.BackBTN.TabIndex = 3;
     this.BackBTN.Text     = "< Back";
     this.BackBTN.Click   += new System.EventHandler(this.BackBTN_Click);
     //
     // NextBTN
     //
     this.NextBTN.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.NextBTN.Location = new System.Drawing.Point(632, 8);
     this.NextBTN.Name     = "NextBTN";
     this.NextBTN.TabIndex = 2;
     this.NextBTN.Text     = "Next >";
     this.NextBTN.Click   += new System.EventHandler(this.NextBTN_Click);
     //
     // CancelBTN
     //
     this.CancelBTN.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.CancelBTN.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.CancelBTN.Location     = new System.Drawing.Point(712, 8);
     this.CancelBTN.Name         = "CancelBTN";
     this.CancelBTN.TabIndex     = 4;
     this.CancelBTN.Text         = "Cancel";
     //
     // DoneBTN
     //
     this.DoneBTN.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.DoneBTN.Location = new System.Drawing.Point(632, 8);
     this.DoneBTN.Name     = "DoneBTN";
     this.DoneBTN.TabIndex = 0;
     this.DoneBTN.Text     = "Done";
     this.DoneBTN.Click   += new System.EventHandler(this.DoneBTN_Click);
     //
     // SplitterV
     //
     this.SplitterV.Location = new System.Drawing.Point(280, 0);
     this.SplitterV.Name     = "SplitterV";
     this.SplitterV.Size     = new System.Drawing.Size(3, 490);
     this.SplitterV.TabIndex = 12;
     this.SplitterV.TabStop  = false;
     //
     // SubscriptionEditDlg
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(792, 526);
     this.Controls.Add(this.RightPN);
     this.Controls.Add(this.SplitterV);
     this.Controls.Add(this.LeftPN);
     this.Controls.Add(this.ButtonsPN);
     this.Name          = "SubscriptionEditDlg";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Create Subscription";
     this.RightPN.ResumeLayout(false);
     this.StateFiltersPN.ResumeLayout(false);
     this.FiltersGB.ResumeLayout(false);
     this.StateGB.ResumeLayout(false);
     this.LeftPN.ResumeLayout(false);
     this.ButtonsPN.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 2
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            this.ButtonsPN = new System.Windows.Forms.Panel();
            this.CancelBTN = new System.Windows.Forms.Button();
			this.BrowseCTRL = new BrowseCtrl();
            this.LeftPN = new System.Windows.Forms.Panel();
            this.ButtonsPN.SuspendLayout();
            this.LeftPN.SuspendLayout();
            this.SuspendLayout();
            // 
            // ButtonsPN
            // 
            this.ButtonsPN.Controls.Add(this.CancelBTN);
            this.ButtonsPN.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.ButtonsPN.Location = new System.Drawing.Point(0, 290);
            this.ButtonsPN.Name = "ButtonsPN";
			this.ButtonsPN.Size = new System.Drawing.Size(512, 36);
            this.ButtonsPN.TabIndex = 0;
            // 
            // CancelBTN
            // 
            this.CancelBTN.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
			this.CancelBTN.Location = new System.Drawing.Point(219, 8);
            this.CancelBTN.Name = "CancelBTN";
            this.CancelBTN.TabIndex = 0;
            this.CancelBTN.Text = "Close";
            this.CancelBTN.Click += new System.EventHandler(this.CancelBTN_Click);
            // 
            // BrowseCTRL
            // 
            this.BrowseCTRL.Dock = System.Windows.Forms.DockStyle.Fill;
            this.BrowseCTRL.Location = new System.Drawing.Point(4, 4);
            this.BrowseCTRL.Name = "BrowseCTRL";
			this.BrowseCTRL.Size = new System.Drawing.Size(504, 286);
            this.BrowseCTRL.TabIndex = 0;
            // 
            // LeftPN
            // 
            this.LeftPN.Controls.Add(this.BrowseCTRL);
            this.LeftPN.Dock = System.Windows.Forms.DockStyle.Fill;
			this.LeftPN.DockPadding.Left = 4;
			this.LeftPN.DockPadding.Right = 4;
			this.LeftPN.DockPadding.Top = 4;
            this.LeftPN.Location = new System.Drawing.Point(0, 0);
            this.LeftPN.Name = "LeftPN";
			this.LeftPN.Size = new System.Drawing.Size(512, 290);
            this.LeftPN.TabIndex = 2;
            // 
            // BrowseDlg
            // 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.CancelButton = this.CancelBTN;
            this.ClientSize = new System.Drawing.Size(512, 326);
            this.Controls.Add(this.LeftPN);
            this.Controls.Add(this.ButtonsPN);
            this.MaximizeBox = false;
			this.MinimumSize = new System.Drawing.Size(0, 180);
            this.Name = "BrowseDlg";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Browse Address Space";
            this.ButtonsPN.ResumeLayout(false);
            this.LeftPN.ResumeLayout(false);
            this.ResumeLayout(false);

		}