/// <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.TrendCTRL = new OpcClientSdk.Hda.SampleClient.TrendEditCtrl();
     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(248, 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, 146);
     this.ButtonsPN.Name     = "ButtonsPN";
     this.ButtonsPN.Size     = new System.Drawing.Size(328, 36);
     this.ButtonsPN.TabIndex = 0;
     //
     // MainPN
     //
     this.MainPN.Controls.Add(this.TrendCTRL);
     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(328, 146);
     this.MainPN.TabIndex          = 32;
     //
     // 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 = OpcClientSdk.Hda.SampleClient.RequestType.PlaybackProcessed;
     this.TrendCTRL.Size        = new System.Drawing.Size(320, 142);
     this.TrendCTRL.TabIndex    = 0;
     //
     // SubscriptionEditDlg
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(328, 182);
     this.Controls.Add(this.MainPN);
     this.Controls.Add(this.ButtonsPN);
     this.Name          = "SubscriptionEditDlg";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Edit Subscription";
     this.ButtonsPN.ResumeLayout(false);
     this.MainPN.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.CancelBTN      = new System.Windows.Forms.Button();
     this.ButtonsPN      = new System.Windows.Forms.Panel();
     this.OkBTN          = new System.Windows.Forms.Button();
     this.MainPN         = new System.Windows.Forms.Panel();
     this.ValuesLV       = new System.Windows.Forms.ListView();
     this.PopupMenu      = new System.Windows.Forms.ContextMenu();
     this.AddMI          = new System.Windows.Forms.MenuItem();
     this.CopyMI         = new System.Windows.Forms.MenuItem();
     this.EditMI         = new System.Windows.Forms.MenuItem();
     this.DeleteMI       = new System.Windows.Forms.MenuItem();
     this.ClearMI        = new System.Windows.Forms.MenuItem();
     this.TopPN          = new System.Windows.Forms.Panel();
     this.TrendCTRL      = new OpcClientSdk.Hda.SampleClient.TrendEditCtrl();
     this.ResultIDLB     = new System.Windows.Forms.Label();
     this.ResultIDTB     = new System.Windows.Forms.TextBox();
     this.AcceptActualMI = new System.Windows.Forms.MenuItem();
     this.Separator01    = new System.Windows.Forms.MenuItem();
     this.ButtonsPN.SuspendLayout();
     this.MainPN.SuspendLayout();
     this.TopPN.SuspendLayout();
     this.SuspendLayout();
     //
     // 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(304, 8);
     this.CancelBTN.Name         = "CancelBTN";
     this.CancelBTN.TabIndex     = 0;
     this.CancelBTN.Text         = "Cancel";
     //
     // ButtonsPN
     //
     this.ButtonsPN.Controls.Add(this.OkBTN);
     this.ButtonsPN.Controls.Add(this.CancelBTN);
     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(384, 36);
     this.ButtonsPN.TabIndex = 0;
     //
     // OkBTN
     //
     this.OkBTN.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.OkBTN.Location     = new System.Drawing.Point(4, 8);
     this.OkBTN.Name         = "OkBTN";
     this.OkBTN.TabIndex     = 0;
     this.OkBTN.Text         = "OK";
     //
     // MainPN
     //
     this.MainPN.Controls.Add(this.ValuesLV);
     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, 192);
     this.MainPN.Name              = "MainPN";
     this.MainPN.Size              = new System.Drawing.Size(384, 186);
     this.MainPN.TabIndex          = 32;
     //
     // ValuesLV
     //
     this.ValuesLV.ContextMenu   = this.PopupMenu;
     this.ValuesLV.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.ValuesLV.FullRowSelect = true;
     this.ValuesLV.Location      = new System.Drawing.Point(4, 4);
     this.ValuesLV.MultiSelect   = false;
     this.ValuesLV.Name          = "ValuesLV";
     this.ValuesLV.Size          = new System.Drawing.Size(376, 182);
     this.ValuesLV.TabIndex      = 0;
     this.ValuesLV.View          = System.Windows.Forms.View.Details;
     this.ValuesLV.MouseDown    += new System.Windows.Forms.MouseEventHandler(this.ValuesLV_MouseDown);
     this.ValuesLV.DoubleClick  += new System.EventHandler(this.EditMI_Click);
     //
     // PopupMenu
     //
     this.PopupMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.AddMI,
         this.CopyMI,
         this.EditMI,
         this.DeleteMI,
         this.Separator01,
         this.ClearMI,
         this.AcceptActualMI
     });
     //
     // AddMI
     //
     this.AddMI.Index  = 0;
     this.AddMI.Text   = "Add...";
     this.AddMI.Click += new System.EventHandler(this.AddMI_Click);
     //
     // CopyMI
     //
     this.CopyMI.Index  = 1;
     this.CopyMI.Text   = "Copy....";
     this.CopyMI.Click += new System.EventHandler(this.CopyMI_Click);
     //
     // EditMI
     //
     this.EditMI.Index  = 2;
     this.EditMI.Text   = "Edit..";
     this.EditMI.Click += new System.EventHandler(this.EditMI_Click);
     //
     // DeleteMI
     //
     this.DeleteMI.Index  = 3;
     this.DeleteMI.Text   = "Delete";
     this.DeleteMI.Click += new System.EventHandler(this.DeleteMI_Click);
     //
     // ClearMI
     //
     this.ClearMI.Index  = 5;
     this.ClearMI.Text   = "Clear";
     this.ClearMI.Click += new System.EventHandler(this.ClearMI_Click);
     //
     // TopPN
     //
     this.TopPN.Controls.Add(this.TrendCTRL);
     this.TopPN.Controls.Add(this.ResultIDLB);
     this.TopPN.Controls.Add(this.ResultIDTB);
     this.TopPN.Dock              = System.Windows.Forms.DockStyle.Top;
     this.TopPN.DockPadding.Left  = 4;
     this.TopPN.DockPadding.Right = 4;
     this.TopPN.DockPadding.Top   = 4;
     this.TopPN.Location          = new System.Drawing.Point(0, 0);
     this.TopPN.Name              = "TopPN";
     this.TopPN.Size              = new System.Drawing.Size(384, 192);
     this.TopPN.TabIndex          = 33;
     //
     // TrendCTRL
     //
     this.TrendCTRL.Dock     = System.Windows.Forms.DockStyle.Top;
     this.TrendCTRL.Location = new System.Drawing.Point(4, 4);
     this.TrendCTRL.Name     = "TrendCTRL";
     this.TrendCTRL.Size     = new System.Drawing.Size(376, 168);
     this.TrendCTRL.TabIndex = 1;
     //
     // ResultIDLB
     //
     this.ResultIDLB.Location  = new System.Drawing.Point(4, 172);
     this.ResultIDLB.Name      = "ResultIDLB";
     this.ResultIDLB.Size      = new System.Drawing.Size(96, 23);
     this.ResultIDLB.TabIndex  = 0;
     this.ResultIDLB.Text      = "Result ID";
     this.ResultIDLB.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ResultIDTB
     //
     this.ResultIDTB.Location = new System.Drawing.Point(100, 172);
     this.ResultIDTB.Name     = "ResultIDTB";
     this.ResultIDTB.Size     = new System.Drawing.Size(204, 20);
     this.ResultIDTB.TabIndex = 0;
     this.ResultIDTB.Text     = "";
     //
     // AcceptActualMI
     //
     this.AcceptActualMI.Index  = 6;
     this.AcceptActualMI.Text   = "Accept Actual Values...";
     this.AcceptActualMI.Click += new System.EventHandler(this.AcceptActualMI_Click);
     //
     // Separator01
     //
     this.Separator01.Index = 4;
     this.Separator01.Text  = "-";
     //
     // TestEditDlg
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(384, 414);
     this.Controls.Add(this.MainPN);
     this.Controls.Add(this.TopPN);
     this.Controls.Add(this.ButtonsPN);
     this.Name          = "TestEditDlg";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Edit Test Case";
     this.ButtonsPN.ResumeLayout(false);
     this.MainPN.ResumeLayout(false);
     this.TopPN.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 3
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);
 }
Ejemplo n.º 4
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.ResultsCTRL = new OpcClientSdk.Hda.SampleClient.ResultListCtrl();
     this.ItemsCTRL   = new OpcClientSdk.Hda.SampleClient.ItemListCtrl();
     this.LeftPN      = new System.Windows.Forms.Panel();
     this.TrendCTRL   = new OpcClientSdk.Hda.SampleClient.TrendEditCtrl();
     this.BrowseCTRL  = new OpcClientSdk.Hda.SampleClient.BrowseTreeCtrl();
     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.RightPN.SuspendLayout();
     this.LeftPN.SuspendLayout();
     this.ButtonsPN.SuspendLayout();
     this.SuspendLayout();
     //
     // SplitterV
     //
     this.SplitterV.Location = new System.Drawing.Point(360, 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.ResultsCTRL);
     this.RightPN.Controls.Add(this.ItemsCTRL);
     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(363, 0);
     this.RightPN.Name     = "RightPN";
     this.RightPN.Size     = new System.Drawing.Size(509, 386);
     this.RightPN.TabIndex = 13;
     //
     // 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(505, 382);
     this.ResultsCTRL.TabIndex  = 1;
     //
     // ItemsCTRL
     //
     this.ItemsCTRL.AllowDrop = true;
     this.ItemsCTRL.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.ItemsCTRL.Location  = new System.Drawing.Point(0, 4);
     this.ItemsCTRL.Name      = "ItemsCTRL";
     this.ItemsCTRL.Size      = new System.Drawing.Size(505, 382);
     this.ItemsCTRL.TabIndex  = 0;
     //
     // LeftPN
     //
     this.LeftPN.Controls.Add(this.BrowseCTRL);
     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(360, 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.Size     = new System.Drawing.Size(356, 382);
     this.TrendCTRL.TabIndex = 2;
     //
     // 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(356, 382);
     this.BrowseCTRL.TabIndex    = 1;
     this.BrowseCTRL.ItemPicked += new OpcClientSdk.Hda.SampleClient.BrowseTreeCtrl.ItemPickedEventHandler(this.BrowseCTRL_ItemPicked);
     //
     // 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(872, 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(632, 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(712, 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(792, 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(792, 8);
     this.CancelBTN.Name         = "CancelBTN";
     this.CancelBTN.TabIndex     = 5;
     this.CancelBTN.Text         = "Cancel";
     //
     // TrendCreateDlg
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(872, 422);
     this.Controls.Add(this.RightPN);
     this.Controls.Add(this.SplitterV);
     this.Controls.Add(this.LeftPN);
     this.Controls.Add(this.ButtonsPN);
     this.Name          = "TrendCreateDlg";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Create Trend";
     this.RightPN.ResumeLayout(false);
     this.LeftPN.ResumeLayout(false);
     this.ButtonsPN.ResumeLayout(false);
     this.ResumeLayout(false);
 }