Beispiel #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.SplitterV        = new System.Windows.Forms.Splitter();
     this.RightPN          = new System.Windows.Forms.Panel();
     this.BrowseCTRL       = new OpcClientSdk.Hda.SampleClient.BrowseTreeCtrl();
     this.AttributesCTRL   = new OpcClientSdk.Hda.SampleClient.AttributesSelectCtrl();
     this.ResultsCTRL      = new OpcClientSdk.Hda.SampleClient.AttributesViewCtrl();
     this.LeftPN           = new System.Windows.Forms.Panel();
     this.TrendCTRL        = new OpcClientSdk.Hda.SampleClient.TrendEditCtrl();
     this.ButtonsPN        = new System.Windows.Forms.Panel();
     this.BackBTN          = new System.Windows.Forms.Button();
     this.NextBTN          = new System.Windows.Forms.Button();
     this.DoneBTN          = new System.Windows.Forms.Button();
     this.CancelBTN        = new System.Windows.Forms.Button();
     this.AsyncResultsCTRL = new OpcClientSdk.Hda.SampleClient.ResultListCtrl();
     this.RightPN.SuspendLayout();
     this.LeftPN.SuspendLayout();
     this.ButtonsPN.SuspendLayout();
     this.SuspendLayout();
     //
     // SplitterV
     //
     this.SplitterV.Location = new System.Drawing.Point(328, 0);
     this.SplitterV.Name     = "SplitterV";
     this.SplitterV.Size     = new System.Drawing.Size(3, 386);
     this.SplitterV.TabIndex = 12;
     this.SplitterV.TabStop  = false;
     //
     // RightPN
     //
     this.RightPN.Controls.Add(this.AsyncResultsCTRL);
     this.RightPN.Controls.Add(this.BrowseCTRL);
     this.RightPN.Controls.Add(this.AttributesCTRL);
     this.RightPN.Controls.Add(this.ResultsCTRL);
     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(331, 0);
     this.RightPN.Name     = "RightPN";
     this.RightPN.Size     = new System.Drawing.Size(605, 386);
     this.RightPN.TabIndex = 13;
     //
     // BrowseCTRL
     //
     this.BrowseCTRL.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.BrowseCTRL.Location      = new System.Drawing.Point(0, 4);
     this.BrowseCTRL.Name          = "BrowseCTRL";
     this.BrowseCTRL.Size          = new System.Drawing.Size(601, 382);
     this.BrowseCTRL.TabIndex      = 1;
     this.BrowseCTRL.ItemSelected += new OpcClientSdk.Hda.SampleClient.BrowseTreeCtrl.ItemSelectedEventHandler(this.BrowseCTRL_ItemSelected);
     this.BrowseCTRL.ItemPicked   += new OpcClientSdk.Hda.SampleClient.BrowseTreeCtrl.ItemPickedEventHandler(this.BrowseCTRL_ItemPicked);
     //
     // AttributesCTRL
     //
     this.AttributesCTRL.AllowDrop = true;
     this.AttributesCTRL.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.AttributesCTRL.Location  = new System.Drawing.Point(0, 4);
     this.AttributesCTRL.Name      = "AttributesCTRL";
     this.AttributesCTRL.ReadOnly  = false;
     this.AttributesCTRL.Size      = new System.Drawing.Size(601, 382);
     this.AttributesCTRL.TabIndex  = 5;
     //
     // ResultsCTRL
     //
     this.ResultsCTRL.AllowDrop = true;
     this.ResultsCTRL.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.ResultsCTRL.Location  = new System.Drawing.Point(0, 4);
     this.ResultsCTRL.Name      = "ResultsCTRL";
     this.ResultsCTRL.Size      = new System.Drawing.Size(601, 382);
     this.ResultsCTRL.TabIndex  = 4;
     //
     // LeftPN
     //
     this.LeftPN.Controls.Add(this.TrendCTRL);
     this.LeftPN.Dock             = System.Windows.Forms.DockStyle.Left;
     this.LeftPN.DockPadding.Left = 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(328, 386);
     this.LeftPN.TabIndex         = 14;
     //
     // TrendCTRL
     //
     this.TrendCTRL.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.TrendCTRL.Location    = new System.Drawing.Point(4, 4);
     this.TrendCTRL.Name        = "TrendCTRL";
     this.TrendCTRL.RequestType = RequestType.ReadRaw;
     this.TrendCTRL.Size        = new System.Drawing.Size(324, 382);
     this.TrendCTRL.TabIndex    = 3;
     //
     // ButtonsPN
     //
     this.ButtonsPN.Controls.Add(this.BackBTN);
     this.ButtonsPN.Controls.Add(this.NextBTN);
     this.ButtonsPN.Controls.Add(this.DoneBTN);
     this.ButtonsPN.Controls.Add(this.CancelBTN);
     this.ButtonsPN.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.ButtonsPN.Location = new System.Drawing.Point(0, 386);
     this.ButtonsPN.Name     = "ButtonsPN";
     this.ButtonsPN.Size     = new System.Drawing.Size(936, 36);
     this.ButtonsPN.TabIndex = 15;
     //
     // 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(696, 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(776, 8);
     this.NextBTN.Name     = "NextBTN";
     this.NextBTN.TabIndex = 2;
     this.NextBTN.Text     = "Next >";
     this.NextBTN.Click   += new System.EventHandler(this.NextBTN_Click);
     //
     // DoneBTN
     //
     this.DoneBTN.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.DoneBTN.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.DoneBTN.Location     = new System.Drawing.Point(856, 8);
     this.DoneBTN.Name         = "DoneBTN";
     this.DoneBTN.TabIndex     = 0;
     this.DoneBTN.Text         = "Done";
     //
     // 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(856, 8);
     this.CancelBTN.Name         = "CancelBTN";
     this.CancelBTN.TabIndex     = 5;
     this.CancelBTN.Text         = "Cancel";
     //
     // AsyncResultsCTRL
     //
     this.AsyncResultsCTRL.AllowDrop = true;
     this.AsyncResultsCTRL.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.AsyncResultsCTRL.Location  = new System.Drawing.Point(0, 4);
     this.AsyncResultsCTRL.Name      = "AsyncResultsCTRL";
     this.AsyncResultsCTRL.Size      = new System.Drawing.Size(601, 382);
     this.AsyncResultsCTRL.TabIndex  = 6;
     //
     // ReadAttributesDlg
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(936, 422);
     this.Controls.Add(this.RightPN);
     this.Controls.Add(this.SplitterV);
     this.Controls.Add(this.LeftPN);
     this.Controls.Add(this.ButtonsPN);
     this.Name          = "ReadAttributesDlg";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Read Attributes";
     this.RightPN.ResumeLayout(false);
     this.LeftPN.ResumeLayout(false);
     this.ButtonsPN.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Beispiel #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.OkBTN          = new System.Windows.Forms.Button();
     this.CancelBTN      = new System.Windows.Forms.Button();
     this.ButtonsPN      = new System.Windows.Forms.Panel();
     this.MainPN         = new System.Windows.Forms.Panel();
     this.AttributesCTRL = new OpcClientSdk.Hda.SampleClient.AttributesSelectCtrl();
     this.ButtonsPN.SuspendLayout();
     this.MainPN.SuspendLayout();
     this.SuspendLayout();
     //
     // OkBTN
     //
     this.OkBTN.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.OkBTN.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.OkBTN.Location     = new System.Drawing.Point(4, 8);
     this.OkBTN.Name         = "OkBTN";
     this.OkBTN.TabIndex     = 1;
     this.OkBTN.Text         = "OK";
     //
     // CancelBTN
     //
     this.CancelBTN.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.CancelBTN.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.CancelBTN.Location     = new System.Drawing.Point(184, 8);
     this.CancelBTN.Name         = "CancelBTN";
     this.CancelBTN.TabIndex     = 0;
     this.CancelBTN.Text         = "Cancel";
     //
     // ButtonsPN
     //
     this.ButtonsPN.Controls.Add(this.CancelBTN);
     this.ButtonsPN.Controls.Add(this.OkBTN);
     this.ButtonsPN.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.ButtonsPN.Location = new System.Drawing.Point(0, 378);
     this.ButtonsPN.Name     = "ButtonsPN";
     this.ButtonsPN.Size     = new System.Drawing.Size(264, 36);
     this.ButtonsPN.TabIndex = 0;
     //
     // MainPN
     //
     this.MainPN.Controls.Add(this.AttributesCTRL);
     this.MainPN.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.MainPN.DockPadding.Left  = 4;
     this.MainPN.DockPadding.Right = 4;
     this.MainPN.DockPadding.Top   = 4;
     this.MainPN.Location          = new System.Drawing.Point(0, 0);
     this.MainPN.Name              = "MainPN";
     this.MainPN.Size              = new System.Drawing.Size(264, 378);
     this.MainPN.TabIndex          = 32;
     //
     // AttributesCTRL
     //
     this.AttributesCTRL.AllowDrop        = true;
     this.AttributesCTRL.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.AttributesCTRL.Location         = new System.Drawing.Point(4, 4);
     this.AttributesCTRL.Name             = "AttributesCTRL";
     this.AttributesCTRL.ReadOnly         = false;
     this.AttributesCTRL.Size             = new System.Drawing.Size(256, 374);
     this.AttributesCTRL.TabIndex         = 0;
     this.AttributesCTRL.AttributePicked += new OpcClientSdk.Hda.SampleClient.AttributesSelectCtrl.AttributePickedEventHandler(this.AttributesCTRL_AttributePicked);
     //
     // AttributesSelectDlg
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(264, 414);
     this.Controls.Add(this.MainPN);
     this.Controls.Add(this.ButtonsPN);
     this.Name          = "AttributesSelectDlg";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Select Attributes";
     this.ButtonsPN.ResumeLayout(false);
     this.MainPN.ResumeLayout(false);
     this.ResumeLayout(false);
 }