/// <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.BrowseCTRL       = new OpcClientSdk.Hda.SampleClient.BrowseTreeCtrl();
     this.ValuesCTRL       = new OpcClientSdk.Hda.SampleClient.ItemValuesCtrl();
     this.ResultsCTRL      = new OpcClientSdk.Hda.SampleClient.ResultListCtrl();
     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.ButtonsPN.SuspendLayout();
     this.SuspendLayout();
     //
     // RightPN
     //
     this.RightPN.Controls.Add(this.AsyncResultsCTRL);
     this.RightPN.Controls.Add(this.BrowseCTRL);
     this.RightPN.Controls.Add(this.ValuesCTRL);
     this.RightPN.Controls.Add(this.ResultsCTRL);
     this.RightPN.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.RightPN.DockPadding.Left  = 4;
     this.RightPN.DockPadding.Right = 4;
     this.RightPN.DockPadding.Top   = 4;
     this.RightPN.Location          = new System.Drawing.Point(0, 0);
     this.RightPN.Name              = "RightPN";
     this.RightPN.Size              = new System.Drawing.Size(552, 386);
     this.RightPN.TabIndex          = 13;
     //
     // 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(544, 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);
     //
     // ValuesCTRL
     //
     this.ValuesCTRL.DisplayGraph = false;
     this.ValuesCTRL.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.ValuesCTRL.Location     = new System.Drawing.Point(4, 4);
     this.ValuesCTRL.Name         = "ValuesCTRL";
     this.ValuesCTRL.ReadOnly     = false;
     this.ValuesCTRL.Size         = new System.Drawing.Size(544, 382);
     this.ValuesCTRL.TabIndex     = 2;
     //
     // ResultsCTRL
     //
     this.ResultsCTRL.AllowDrop = true;
     this.ResultsCTRL.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.ResultsCTRL.Location  = new System.Drawing.Point(4, 4);
     this.ResultsCTRL.Name      = "ResultsCTRL";
     this.ResultsCTRL.Size      = new System.Drawing.Size(544, 382);
     this.ResultsCTRL.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(552, 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(312, 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(392, 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(472, 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(472, 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(4, 4);
     this.AsyncResultsCTRL.Name      = "AsyncResultsCTRL";
     this.AsyncResultsCTRL.Size      = new System.Drawing.Size(544, 382);
     this.AsyncResultsCTRL.TabIndex  = 4;
     //
     // InsertValuesDlg
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(552, 422);
     this.Controls.Add(this.RightPN);
     this.Controls.Add(this.ButtonsPN);
     this.Name          = "InsertValuesDlg";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Insert Item Values";
     this.RightPN.ResumeLayout(false);
     this.ButtonsPN.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#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.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.MainMenu            = new System.Windows.Forms.MainMenu(this.components);
     this.FileMI              = new System.Windows.Forms.MenuItem();
     this.ExitMI              = new System.Windows.Forms.MenuItem();
     this.ServerMI            = new System.Windows.Forms.MenuItem();
     this.ConnectMI           = new System.Windows.Forms.MenuItem();
     this.DisconnecMI         = new System.Windows.Forms.MenuItem();
     this.SeparatorS1         = new System.Windows.Forms.MenuItem();
     this.ViewStatusMI        = new System.Windows.Forms.MenuItem();
     this.ViewAttributesMI    = new System.Windows.Forms.MenuItem();
     this.ViewAggregatesMI    = new System.Windows.Forms.MenuItem();
     this.BrowseItemsMI       = new System.Windows.Forms.MenuItem();
     this.OutputMI            = new System.Windows.Forms.MenuItem();
     this.OutputClearMI       = new System.Windows.Forms.MenuItem();
     this.OptionsMI           = new System.Windows.Forms.MenuItem();
     this.ClearHistoryMI      = new System.Windows.Forms.MenuItem();
     this.HelpMI              = new System.Windows.Forms.MenuItem();
     this.AboutMI             = new System.Windows.Forms.MenuItem();
     this.ToolBar             = new System.Windows.Forms.ToolBar();
     this.ConnectBTN          = new System.Windows.Forms.ToolBarButton();
     this.DisconnectBTN       = new System.Windows.Forms.ToolBarButton();
     this.ViewStatusBTN       = new System.Windows.Forms.ToolBarButton();
     this.BrowseBTN           = new System.Windows.Forms.ToolBarButton();
     this.SeparatorT2         = new System.Windows.Forms.ToolBarButton();
     this.AboutBTN            = new System.Windows.Forms.ToolBarButton();
     this.ToolBarImageList    = new System.Windows.Forms.ImageList(this.components);
     this.BottomPN            = new System.Windows.Forms.Panel();
     this.OutputCTRL          = new System.Windows.Forms.RichTextBox();
     this.SplitterH           = new System.Windows.Forms.Splitter();
     this.SplitterV           = new System.Windows.Forms.Splitter();
     this.LeftPN              = new System.Windows.Forms.Panel();
     this.TrendsCTRL          = new OpcClientSdk.Hda.SampleClient.TrendTreeCtrl();
     this.RightPN             = new System.Windows.Forms.Panel();
     this.ValuesCTRL          = new OpcClientSdk.Hda.SampleClient.ItemValuesCtrl();
     this.SelectServerCTRL    = new SelectServerCtrl();
     this.StatusCTRL          = new OpcClientSdk.Hda.SampleClient.ServerStatusCtrl();
     this.updateTimerControl_ = new System.Windows.Forms.Timer(this.components);
     this.BottomPN.SuspendLayout();
     this.LeftPN.SuspendLayout();
     this.RightPN.SuspendLayout();
     this.SuspendLayout();
     //
     // MainMenu
     //
     this.MainMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.FileMI,
         this.ServerMI,
         this.OutputMI,
         this.OptionsMI,
         this.HelpMI
     });
     //
     // FileMI
     //
     this.FileMI.Index = 0;
     this.FileMI.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.ExitMI
     });
     this.FileMI.Text = "&File";
     //
     // ExitMI
     //
     this.ExitMI.Index  = 0;
     this.ExitMI.Text   = "&Exit";
     this.ExitMI.Click += new System.EventHandler(this.ExitMI_Click);
     //
     // ServerMI
     //
     this.ServerMI.Index = 1;
     this.ServerMI.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.ConnectMI,
         this.DisconnecMI,
         this.SeparatorS1,
         this.ViewStatusMI,
         this.ViewAttributesMI,
         this.ViewAggregatesMI,
         this.BrowseItemsMI
     });
     this.ServerMI.Text = "&Server";
     //
     // ConnectMI
     //
     this.ConnectMI.Index  = 0;
     this.ConnectMI.Text   = "&Connect";
     this.ConnectMI.Click += new System.EventHandler(this.ConnectMI_Click);
     //
     // DisconnecMI
     //
     this.DisconnecMI.Index  = 1;
     this.DisconnecMI.Text   = "&Disconnect";
     this.DisconnecMI.Click += new System.EventHandler(this.DisconnectMI_Click);
     //
     // SeparatorS1
     //
     this.SeparatorS1.Index = 2;
     this.SeparatorS1.Text  = "-";
     //
     // ViewStatusMI
     //
     this.ViewStatusMI.Index  = 3;
     this.ViewStatusMI.Text   = "&View Status...";
     this.ViewStatusMI.Click += new System.EventHandler(this.ViewStatusMI_Click);
     //
     // ViewAttributesMI
     //
     this.ViewAttributesMI.Index  = 4;
     this.ViewAttributesMI.Text   = "View &Attributes...";
     this.ViewAttributesMI.Click += new System.EventHandler(this.ViewAttributesMI_Click);
     //
     // ViewAggregatesMI
     //
     this.ViewAggregatesMI.Index  = 5;
     this.ViewAggregatesMI.Text   = "View A&ggregates...";
     this.ViewAggregatesMI.Click += new System.EventHandler(this.ViewAggregatesMI_Click);
     //
     // BrowseItemsMI
     //
     this.BrowseItemsMI.Index  = 6;
     this.BrowseItemsMI.Text   = "&Browse Items...";
     this.BrowseItemsMI.Click += new System.EventHandler(this.BrowseMI_Click);
     //
     // OutputMI
     //
     this.OutputMI.Index = 2;
     this.OutputMI.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.OutputClearMI
     });
     this.OutputMI.Text = "&Output";
     //
     // OutputClearMI
     //
     this.OutputClearMI.Index  = 0;
     this.OutputClearMI.Text   = "&Clear";
     this.OutputClearMI.Click += new System.EventHandler(this.OutputClearMI_Click);
     //
     // OptionsMI
     //
     this.OptionsMI.Index = 3;
     this.OptionsMI.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.ClearHistoryMI
     });
     this.OptionsMI.Text = "O&ptions";
     //
     // ClearHistoryMI
     //
     this.ClearHistoryMI.Index  = 0;
     this.ClearHistoryMI.Text   = "&Clear History";
     this.ClearHistoryMI.Click += new System.EventHandler(this.ClearHistoryMI_Click);
     //
     // HelpMI
     //
     this.HelpMI.Index = 4;
     this.HelpMI.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.AboutMI
     });
     this.HelpMI.Text = "&Help";
     //
     // AboutMI
     //
     this.AboutMI.Index  = 0;
     this.AboutMI.Text   = "&About...";
     this.AboutMI.Click += new System.EventHandler(this.AboutMI_Click);
     //
     // ToolBar
     //
     this.ToolBar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.ToolBar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.ConnectBTN,
         this.DisconnectBTN,
         this.ViewStatusBTN,
         this.BrowseBTN,
         this.SeparatorT2,
         this.AboutBTN
     });
     this.ToolBar.ButtonSize     = new System.Drawing.Size(16, 16);
     this.ToolBar.DropDownArrows = true;
     this.ToolBar.ImageList      = this.ToolBarImageList;
     this.ToolBar.Location       = new System.Drawing.Point(3, 0);
     this.ToolBar.Name           = "ToolBar";
     this.ToolBar.ShowToolTips   = true;
     this.ToolBar.Size           = new System.Drawing.Size(1010, 30);
     this.ToolBar.TabIndex       = 0;
     this.ToolBar.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.ToolBar_ButtonClick);
     //
     // ConnectBTN
     //
     this.ConnectBTN.ImageIndex  = 0;
     this.ConnectBTN.Name        = "ConnectBTN";
     this.ConnectBTN.ToolTipText = "Connect to Server";
     //
     // DisconnectBTN
     //
     this.DisconnectBTN.ImageIndex  = 1;
     this.DisconnectBTN.Name        = "DisconnectBTN";
     this.DisconnectBTN.ToolTipText = "Disconnect from Server";
     //
     // ViewStatusBTN
     //
     this.ViewStatusBTN.ImageIndex  = 4;
     this.ViewStatusBTN.Name        = "ViewStatusBTN";
     this.ViewStatusBTN.ToolTipText = "View Server Status";
     //
     // BrowseBTN
     //
     this.BrowseBTN.ImageIndex  = 6;
     this.BrowseBTN.Name        = "BrowseBTN";
     this.BrowseBTN.ToolTipText = "Browse Address Space";
     //
     // SeparatorT2
     //
     this.SeparatorT2.Name  = "SeparatorT2";
     this.SeparatorT2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // AboutBTN
     //
     this.AboutBTN.ImageIndex  = 13;
     this.AboutBTN.Name        = "AboutBTN";
     this.AboutBTN.ToolTipText = "About";
     //
     // ToolBarImageList
     //
     this.ToolBarImageList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ToolBarImageList.ImageStream")));
     this.ToolBarImageList.TransparentColor = System.Drawing.Color.Teal;
     this.ToolBarImageList.Images.SetKeyName(0, "");
     this.ToolBarImageList.Images.SetKeyName(1, "");
     this.ToolBarImageList.Images.SetKeyName(2, "");
     this.ToolBarImageList.Images.SetKeyName(3, "");
     this.ToolBarImageList.Images.SetKeyName(4, "");
     this.ToolBarImageList.Images.SetKeyName(5, "");
     this.ToolBarImageList.Images.SetKeyName(6, "");
     this.ToolBarImageList.Images.SetKeyName(7, "");
     this.ToolBarImageList.Images.SetKeyName(8, "");
     this.ToolBarImageList.Images.SetKeyName(9, "");
     this.ToolBarImageList.Images.SetKeyName(10, "");
     this.ToolBarImageList.Images.SetKeyName(11, "");
     this.ToolBarImageList.Images.SetKeyName(12, "");
     this.ToolBarImageList.Images.SetKeyName(13, "");
     //
     // BottomPN
     //
     this.BottomPN.Controls.Add(this.OutputCTRL);
     this.BottomPN.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.BottomPN.Location = new System.Drawing.Point(3, 597);
     this.BottomPN.Name     = "BottomPN";
     this.BottomPN.Size     = new System.Drawing.Size(1010, 100);
     this.BottomPN.TabIndex = 3;
     //
     // OutputCTRL
     //
     this.OutputCTRL.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.OutputCTRL.Location = new System.Drawing.Point(0, 0);
     this.OutputCTRL.Name     = "OutputCTRL";
     this.OutputCTRL.Size     = new System.Drawing.Size(1010, 100);
     this.OutputCTRL.TabIndex = 0;
     this.OutputCTRL.Text     = "";
     //
     // SplitterH
     //
     this.SplitterH.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.SplitterH.Location = new System.Drawing.Point(3, 594);
     this.SplitterH.Name     = "SplitterH";
     this.SplitterH.Size     = new System.Drawing.Size(1010, 3);
     this.SplitterH.TabIndex = 4;
     this.SplitterH.TabStop  = false;
     //
     // SplitterV
     //
     this.SplitterV.Location = new System.Drawing.Point(267, 52);
     this.SplitterV.Name     = "SplitterV";
     this.SplitterV.Size     = new System.Drawing.Size(3, 542);
     this.SplitterV.TabIndex = 5;
     this.SplitterV.TabStop  = false;
     //
     // LeftPN
     //
     this.LeftPN.Controls.Add(this.TrendsCTRL);
     this.LeftPN.Dock     = System.Windows.Forms.DockStyle.Left;
     this.LeftPN.Location = new System.Drawing.Point(3, 52);
     this.LeftPN.Name     = "LeftPN";
     this.LeftPN.Padding  = new System.Windows.Forms.Padding(0, 3, 0, 0);
     this.LeftPN.Size     = new System.Drawing.Size(264, 542);
     this.LeftPN.TabIndex = 6;
     //
     // TrendsCTRL
     //
     this.TrendsCTRL.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.TrendsCTRL.Location       = new System.Drawing.Point(0, 3);
     this.TrendsCTRL.Name           = "TrendsCTRL";
     this.TrendsCTRL.Size           = new System.Drawing.Size(264, 539);
     this.TrendsCTRL.TabIndex       = 0;
     this.TrendsCTRL.TrendChanged  += new OpcClientSdk.Hda.SampleClient.TrendTreeCtrl.TrendChangedEventHandler(this.TrendsCTRL_TrendChanged);
     this.TrendsCTRL.TrendSelected += new OpcClientSdk.Hda.SampleClient.TrendTreeCtrl.TrendSelectedEventHandler(this.TrendsCTRL_TrendSelected);
     //
     // RightPN
     //
     this.RightPN.Controls.Add(this.ValuesCTRL);
     this.RightPN.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.RightPN.Location = new System.Drawing.Point(270, 52);
     this.RightPN.Name     = "RightPN";
     this.RightPN.Padding  = new System.Windows.Forms.Padding(0, 3, 0, 0);
     this.RightPN.Size     = new System.Drawing.Size(743, 542);
     this.RightPN.TabIndex = 7;
     //
     // ValuesCTRL
     //
     this.ValuesCTRL.DisplayGraph = true;
     this.ValuesCTRL.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.ValuesCTRL.Location     = new System.Drawing.Point(0, 3);
     this.ValuesCTRL.Name         = "ValuesCTRL";
     this.ValuesCTRL.ReadOnly     = false;
     this.ValuesCTRL.Size         = new System.Drawing.Size(743, 539);
     this.ValuesCTRL.TabIndex     = 0;
     //
     // SelectServerCTRL
     //
     this.SelectServerCTRL.Dock     = System.Windows.Forms.DockStyle.Top;
     this.SelectServerCTRL.Label    = "Server";
     this.SelectServerCTRL.Location = new System.Drawing.Point(3, 30);
     this.SelectServerCTRL.Name     = "SelectServerCTRL";
     this.SelectServerCTRL.Padding  = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.SelectServerCTRL.Size     = new System.Drawing.Size(1010, 22);
     this.SelectServerCTRL.TabIndex = 0;
     //
     // StatusCTRL
     //
     this.StatusCTRL.Location = new System.Drawing.Point(3, 697);
     this.StatusCTRL.Name     = "StatusCTRL";
     this.StatusCTRL.Size     = new System.Drawing.Size(1010, 16);
     this.StatusCTRL.TabIndex = 8;
     //
     // updateTimerControl_
     //
     this.updateTimerControl_.Interval = 10000;
     this.updateTimerControl_.Tick    += new System.EventHandler(this.UpdateTimerCtrlTick);
     //
     // MainForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(1016, 713);
     this.Controls.Add(this.RightPN);
     this.Controls.Add(this.SplitterV);
     this.Controls.Add(this.LeftPN);
     this.Controls.Add(this.SplitterH);
     this.Controls.Add(this.BottomPN);
     this.Controls.Add(this.StatusCTRL);
     this.Controls.Add(this.SelectServerCTRL);
     this.Controls.Add(this.ToolBar);
     this.Menu = this.MainMenu;
     this.Name = "MainForm";
     this.Text = "OPC HDA Client SDK .NET Standard Sample Application";
     this.BottomPN.ResumeLayout(false);
     this.LeftPN.ResumeLayout(false);
     this.RightPN.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <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.ItemValuesCtrl();
     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(608, 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, 434);
     this.ButtonsPN.Name     = "ButtonsPN";
     this.ButtonsPN.Size     = new System.Drawing.Size(688, 36);
     this.ButtonsPN.TabIndex = 0;
     //
     // MainPN
     //
     this.MainPN.Controls.Add(this.TrendCTRL);
     this.MainPN.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.MainPN.Location = new System.Drawing.Point(0, 0);
     this.MainPN.Name     = "MainPN";
     this.MainPN.Size     = new System.Drawing.Size(688, 434);
     this.MainPN.TabIndex = 32;
     //
     // TrendCTRL
     //
     this.TrendCTRL.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.TrendCTRL.DockPadding.All = 4;
     this.TrendCTRL.Location        = new System.Drawing.Point(0, 0);
     this.TrendCTRL.Name            = "TrendCTRL";
     this.TrendCTRL.Size            = new System.Drawing.Size(688, 434);
     this.TrendCTRL.TabIndex        = 0;
     //
     // ItemValuesDlg
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(688, 470);
     this.Controls.Add(this.MainPN);
     this.Controls.Add(this.ButtonsPN);
     this.Name          = "ItemValuesDlg";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "View Trend";
     this.ButtonsPN.ResumeLayout(false);
     this.MainPN.ResumeLayout(false);
     this.ResumeLayout(false);
 }