Exemplo 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()
 {
     splitterV_        = new System.Windows.Forms.Splitter();
     rightPn_          = new System.Windows.Forms.Panel();
     asyncResultsCtrl_ = new ResultListCtrl();
     resultsCtrl_      = new ItemValuesCtrl();
     trendItemsCtrl_   = new TrendItemsCtrl();
     browseCtrl_       = new BrowseTreeCtrl();
     leftPn_           = new System.Windows.Forms.Panel();
     itemsCtrl_        = new ResultViewCtrl();
     buttonsPn_        = new System.Windows.Forms.Panel();
     backBtn_          = new System.Windows.Forms.Button();
     nextBtn_          = new System.Windows.Forms.Button();
     doneBtn_          = new System.Windows.Forms.Button();
     cancelBtn_        = new System.Windows.Forms.Button();
     trendCtrl_        = new TrendEditCtrl();
     rightPn_.SuspendLayout();
     leftPn_.SuspendLayout();
     buttonsPn_.SuspendLayout();
     SuspendLayout();
     //
     // SplitterV
     //
     splitterV_.Location = new System.Drawing.Point(328, 0);
     splitterV_.Name     = "splitterV_";
     splitterV_.Size     = new System.Drawing.Size(3, 386);
     splitterV_.TabIndex = 12;
     splitterV_.TabStop  = false;
     //
     // RightPN
     //
     rightPn_.Controls.Add(asyncResultsCtrl_);
     rightPn_.Controls.Add(resultsCtrl_);
     rightPn_.Controls.Add(trendItemsCtrl_);
     rightPn_.Controls.Add(browseCtrl_);
     rightPn_.Dock = System.Windows.Forms.DockStyle.Fill;
     rightPn_.DockPadding.Right = 4;
     rightPn_.DockPadding.Top   = 4;
     rightPn_.Location          = new System.Drawing.Point(331, 0);
     rightPn_.Name     = "rightPn_";
     rightPn_.Size     = new System.Drawing.Size(605, 386);
     rightPn_.TabIndex = 13;
     //
     // AsyncResultsCTRL
     //
     asyncResultsCtrl_.AllowDrop = true;
     asyncResultsCtrl_.Dock      = System.Windows.Forms.DockStyle.Fill;
     asyncResultsCtrl_.Location  = new System.Drawing.Point(0, 4);
     asyncResultsCtrl_.Name      = "asyncResultsCtrl_";
     asyncResultsCtrl_.Size      = new System.Drawing.Size(601, 382);
     asyncResultsCtrl_.TabIndex  = 4;
     //
     // ResultsCTRL
     //
     resultsCtrl_.DisplayGraph = false;
     resultsCtrl_.Dock         = System.Windows.Forms.DockStyle.Fill;
     resultsCtrl_.Location     = new System.Drawing.Point(0, 4);
     resultsCtrl_.Name         = "resultsCtrl_";
     resultsCtrl_.ReadOnly     = true;
     resultsCtrl_.Size         = new System.Drawing.Size(601, 382);
     resultsCtrl_.TabIndex     = 2;
     //
     // TrendItemsCTRL
     //
     trendItemsCtrl_.AllowDrop = true;
     trendItemsCtrl_.Dock      = System.Windows.Forms.DockStyle.Fill;
     trendItemsCtrl_.Location  = new System.Drawing.Point(0, 4);
     trendItemsCtrl_.Name      = "trendItemsCtrl_";
     trendItemsCtrl_.Size      = new System.Drawing.Size(601, 382);
     trendItemsCtrl_.TabIndex  = 3;
     //
     // BrowseCTRL
     //
     browseCtrl_.Dock          = System.Windows.Forms.DockStyle.Fill;
     browseCtrl_.Location      = new System.Drawing.Point(0, 4);
     browseCtrl_.Name          = "browseCtrl_";
     browseCtrl_.Size          = new System.Drawing.Size(601, 382);
     browseCtrl_.TabIndex      = 1;
     browseCtrl_.ItemSelected += new BrowseTreeCtrl.ItemSelectedEventHandler(BrowseCTRL_ItemSelected);
     browseCtrl_.ItemPicked   += new BrowseTreeCtrl.ItemPickedEventHandler(BrowseCTRL_ItemPicked);
     //
     // LeftPN
     //
     leftPn_.Controls.Add(trendCtrl_);
     leftPn_.Controls.Add(itemsCtrl_);
     leftPn_.Dock             = System.Windows.Forms.DockStyle.Left;
     leftPn_.DockPadding.Left = 4;
     leftPn_.DockPadding.Top  = 4;
     leftPn_.Location         = new System.Drawing.Point(0, 0);
     leftPn_.Name             = "leftPn_";
     leftPn_.Size             = new System.Drawing.Size(328, 386);
     leftPn_.TabIndex         = 14;
     //
     // ItemsCTRL
     //
     itemsCtrl_.Dock            = System.Windows.Forms.DockStyle.Fill;
     itemsCtrl_.Location        = new System.Drawing.Point(4, 4);
     itemsCtrl_.Name            = "itemsCtrl_";
     itemsCtrl_.Size            = new System.Drawing.Size(324, 382);
     itemsCtrl_.TabIndex        = 4;
     itemsCtrl_.ResultSelected += new ResultViewCtrl.ResultSelectedEventHandler(ItemsCTRL_ResultSelected);
     //
     // ButtonsPN
     //
     buttonsPn_.Controls.Add(backBtn_);
     buttonsPn_.Controls.Add(nextBtn_);
     buttonsPn_.Controls.Add(doneBtn_);
     buttonsPn_.Controls.Add(cancelBtn_);
     buttonsPn_.Dock     = System.Windows.Forms.DockStyle.Bottom;
     buttonsPn_.Location = new System.Drawing.Point(0, 386);
     buttonsPn_.Name     = "buttonsPn_";
     buttonsPn_.Size     = new System.Drawing.Size(936, 36);
     buttonsPn_.TabIndex = 15;
     //
     // BackBTN
     //
     backBtn_.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     backBtn_.Location = new System.Drawing.Point(696, 8);
     backBtn_.Name     = "backBtn_";
     backBtn_.TabIndex = 3;
     backBtn_.Text     = "< Back";
     backBtn_.Click   += new System.EventHandler(BackBTN_Click);
     //
     // NextBTN
     //
     nextBtn_.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     nextBtn_.Location = new System.Drawing.Point(776, 8);
     nextBtn_.Name     = "nextBtn_";
     nextBtn_.TabIndex = 2;
     nextBtn_.Text     = "Next >";
     nextBtn_.Click   += new System.EventHandler(NextBTN_Click);
     //
     // DoneBTN
     //
     doneBtn_.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     doneBtn_.DialogResult = System.Windows.Forms.DialogResult.OK;
     doneBtn_.Location     = new System.Drawing.Point(856, 8);
     doneBtn_.Name         = "doneBtn_";
     doneBtn_.TabIndex     = 0;
     doneBtn_.Text         = "Done";
     //
     // CancelBTN
     //
     cancelBtn_.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     cancelBtn_.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     cancelBtn_.Location     = new System.Drawing.Point(856, 8);
     cancelBtn_.Name         = "cancelBtn_";
     cancelBtn_.TabIndex     = 5;
     cancelBtn_.Text         = "Cancel";
     //
     // TrendCTRL
     //
     trendCtrl_.Dock     = System.Windows.Forms.DockStyle.Fill;
     trendCtrl_.Location = new System.Drawing.Point(4, 4);
     trendCtrl_.Name     = "trendCtrl_";
     trendCtrl_.Size     = new System.Drawing.Size(324, 382);
     trendCtrl_.TabIndex = 5;
     //
     // ReadValuesDlg
     //
     AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     ClientSize        = new System.Drawing.Size(936, 422);
     Controls.Add(rightPn_);
     Controls.Add(splitterV_);
     Controls.Add(leftPn_);
     Controls.Add(buttonsPn_);
     Name          = "ReadValuesDlg";
     StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     Text          = "Read Values";
     rightPn_.ResumeLayout(false);
     leftPn_.ResumeLayout(false);
     buttonsPn_.ResumeLayout(false);
     ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     rightPn_          = new System.Windows.Forms.Panel();
     browseCtrl_       = new BrowseTreeCtrl();
     valuesCtrl_       = new ItemValuesCtrl();
     resultsCtrl_      = new ResultListCtrl();
     buttonsPn_        = new System.Windows.Forms.Panel();
     backBtn_          = new System.Windows.Forms.Button();
     nextBtn_          = new System.Windows.Forms.Button();
     doneBtn_          = new System.Windows.Forms.Button();
     cancelBtn_        = new System.Windows.Forms.Button();
     asyncResultsCtrl_ = new ResultListCtrl();
     rightPn_.SuspendLayout();
     buttonsPn_.SuspendLayout();
     SuspendLayout();
     //
     // RightPN
     //
     rightPn_.Controls.Add(asyncResultsCtrl_);
     rightPn_.Controls.Add(browseCtrl_);
     rightPn_.Controls.Add(valuesCtrl_);
     rightPn_.Controls.Add(resultsCtrl_);
     rightPn_.Dock              = System.Windows.Forms.DockStyle.Fill;
     rightPn_.DockPadding.Left  = 4;
     rightPn_.DockPadding.Right = 4;
     rightPn_.DockPadding.Top   = 4;
     rightPn_.Location          = new System.Drawing.Point(0, 0);
     rightPn_.Name              = "rightPn_";
     rightPn_.Size              = new System.Drawing.Size(552, 386);
     rightPn_.TabIndex          = 13;
     //
     // BrowseCTRL
     //
     browseCtrl_.Dock          = System.Windows.Forms.DockStyle.Fill;
     browseCtrl_.Location      = new System.Drawing.Point(4, 4);
     browseCtrl_.Name          = "browseCtrl_";
     browseCtrl_.Size          = new System.Drawing.Size(544, 382);
     browseCtrl_.TabIndex      = 1;
     browseCtrl_.ItemSelected += new BrowseTreeCtrl.ItemSelectedEventHandler(BrowseCTRL_ItemSelected);
     browseCtrl_.ItemPicked   += new BrowseTreeCtrl.ItemPickedEventHandler(BrowseCTRL_ItemPicked);
     //
     // ValuesCTRL
     //
     valuesCtrl_.DisplayGraph = false;
     valuesCtrl_.Dock         = System.Windows.Forms.DockStyle.Fill;
     valuesCtrl_.Location     = new System.Drawing.Point(4, 4);
     valuesCtrl_.Name         = "valuesCtrl_";
     valuesCtrl_.ReadOnly     = false;
     valuesCtrl_.Size         = new System.Drawing.Size(544, 382);
     valuesCtrl_.TabIndex     = 2;
     //
     // ResultsCTRL
     //
     resultsCtrl_.AllowDrop = true;
     resultsCtrl_.Dock      = System.Windows.Forms.DockStyle.Fill;
     resultsCtrl_.Location  = new System.Drawing.Point(4, 4);
     resultsCtrl_.Name      = "resultsCtrl_";
     resultsCtrl_.Size      = new System.Drawing.Size(544, 382);
     resultsCtrl_.TabIndex  = 3;
     //
     // ButtonsPN
     //
     buttonsPn_.Controls.Add(backBtn_);
     buttonsPn_.Controls.Add(nextBtn_);
     buttonsPn_.Controls.Add(doneBtn_);
     buttonsPn_.Controls.Add(cancelBtn_);
     buttonsPn_.Dock     = System.Windows.Forms.DockStyle.Bottom;
     buttonsPn_.Location = new System.Drawing.Point(0, 386);
     buttonsPn_.Name     = "buttonsPn_";
     buttonsPn_.Size     = new System.Drawing.Size(552, 36);
     buttonsPn_.TabIndex = 15;
     //
     // BackBTN
     //
     backBtn_.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     backBtn_.Location = new System.Drawing.Point(312, 8);
     backBtn_.Name     = "backBtn_";
     backBtn_.TabIndex = 3;
     backBtn_.Text     = "< Back";
     backBtn_.Click   += new System.EventHandler(BackBTN_Click);
     //
     // NextBTN
     //
     nextBtn_.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     nextBtn_.Location = new System.Drawing.Point(392, 8);
     nextBtn_.Name     = "nextBtn_";
     nextBtn_.TabIndex = 2;
     nextBtn_.Text     = "Next >";
     nextBtn_.Click   += new System.EventHandler(NextBTN_Click);
     //
     // DoneBTN
     //
     doneBtn_.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     doneBtn_.DialogResult = System.Windows.Forms.DialogResult.OK;
     doneBtn_.Location     = new System.Drawing.Point(472, 8);
     doneBtn_.Name         = "doneBtn_";
     doneBtn_.TabIndex     = 0;
     doneBtn_.Text         = "Done";
     //
     // CancelBTN
     //
     cancelBtn_.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     cancelBtn_.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     cancelBtn_.Location     = new System.Drawing.Point(472, 8);
     cancelBtn_.Name         = "cancelBtn_";
     cancelBtn_.TabIndex     = 5;
     cancelBtn_.Text         = "Cancel";
     //
     // AsyncResultsCTRL
     //
     asyncResultsCtrl_.AllowDrop = true;
     asyncResultsCtrl_.Dock      = System.Windows.Forms.DockStyle.Fill;
     asyncResultsCtrl_.Location  = new System.Drawing.Point(4, 4);
     asyncResultsCtrl_.Name      = "asyncResultsCtrl_";
     asyncResultsCtrl_.Size      = new System.Drawing.Size(544, 382);
     asyncResultsCtrl_.TabIndex  = 4;
     //
     // InsertValuesDlg
     //
     AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     ClientSize        = new System.Drawing.Size(552, 422);
     Controls.Add(rightPn_);
     Controls.Add(buttonsPn_);
     Name          = "InsertValuesDlg";
     StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     Text          = "Insert Item Values";
     rightPn_.ResumeLayout(false);
     buttonsPn_.ResumeLayout(false);
     ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     components_ = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     mainMenu_           = new System.Windows.Forms.MenuStrip();
     fileMi_             = new System.Windows.Forms.ToolStripMenuItem();
     exitMi_             = new System.Windows.Forms.ToolStripMenuItem();
     serverMi_           = new System.Windows.Forms.ToolStripMenuItem();
     connectMi_          = new System.Windows.Forms.ToolStripMenuItem();
     disconnecMi_        = new System.Windows.Forms.ToolStripMenuItem();
     separatorS1_        = new System.Windows.Forms.ToolStripMenuItem();
     viewStatusMi_       = new System.Windows.Forms.ToolStripMenuItem();
     viewAttributesMi_   = new System.Windows.Forms.ToolStripMenuItem();
     viewAggregatesMi_   = new System.Windows.Forms.ToolStripMenuItem();
     browseItemsMi_      = new System.Windows.Forms.ToolStripMenuItem();
     outputMi_           = new System.Windows.Forms.ToolStripMenuItem();
     outputClearMi_      = new System.Windows.Forms.ToolStripMenuItem();
     optionsMi_          = new System.Windows.Forms.ToolStripMenuItem();
     clearHistoryMi_     = new System.Windows.Forms.ToolStripMenuItem();
     helpMi_             = new System.Windows.Forms.ToolStripMenuItem();
     aboutMi_            = new System.Windows.Forms.ToolStripMenuItem();
     toolBar_            = new System.Windows.Forms.ToolStrip();
     toolBarImageList_   = new System.Windows.Forms.ImageList(components_);
     connectBtn_         = new System.Windows.Forms.ToolStripButton();
     disconnectBtn_      = new System.Windows.Forms.ToolStripButton();
     viewStatusBtn_      = new System.Windows.Forms.ToolStripButton();
     browseBtn_          = new System.Windows.Forms.ToolStripButton();
     aboutBtn_           = new System.Windows.Forms.ToolStripButton();
     bottomPn_           = new System.Windows.Forms.Panel();
     outputCtrl_         = new System.Windows.Forms.RichTextBox();
     splitterH_          = new System.Windows.Forms.Splitter();
     splitterV_          = new System.Windows.Forms.Splitter();
     leftPn_             = new System.Windows.Forms.Panel();
     trendsCtrl_         = new SampleClients.Hda.Trend.TrendTreeCtrl();
     rightPn_            = new System.Windows.Forms.Panel();
     valuesCtrl_         = new SampleClients.Hda.Item.ItemValuesCtrl();
     selectServerCtrl_   = new SampleClients.Common.SelectServerCtrl();
     statusCtrl_         = new SampleClients.Hda.Server.ServerStatusCtrl();
     updateTimerControl_ = new System.Windows.Forms.Timer(components_);
     mainMenu_.SuspendLayout();
     toolBar_.SuspendLayout();
     bottomPn_.SuspendLayout();
     leftPn_.SuspendLayout();
     rightPn_.SuspendLayout();
     SuspendLayout();
     //
     // mainMenu_
     //
     mainMenu_.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         fileMi_,
         serverMi_,
         outputMi_,
         optionsMi_,
         helpMi_
     });
     mainMenu_.Location = new System.Drawing.Point(0, 0);
     mainMenu_.Name     = "mainMenu_";
     mainMenu_.Size     = new System.Drawing.Size(200, 24);
     mainMenu_.TabIndex = 0;
     //
     // fileMi_
     //
     fileMi_.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         exitMi_
     });
     fileMi_.Name = "fileMi_";
     fileMi_.Size = new System.Drawing.Size(37, 20);
     fileMi_.Text = "&File";
     //
     // exitMi_
     //
     exitMi_.Name   = "exitMi_";
     exitMi_.Size   = new System.Drawing.Size(93, 22);
     exitMi_.Text   = "&Exit";
     exitMi_.Click += new System.EventHandler(ExitMI_Click);
     //
     // serverMi_
     //
     serverMi_.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         connectMi_,
         disconnecMi_,
         separatorS1_,
         viewStatusMi_,
         viewAttributesMi_,
         viewAggregatesMi_,
         browseItemsMi_
     });
     serverMi_.Name = "serverMi_";
     serverMi_.Size = new System.Drawing.Size(51, 20);
     serverMi_.Text = "&Server";
     //
     // connectMi_
     //
     connectMi_.Name   = "connectMi_";
     connectMi_.Size   = new System.Drawing.Size(171, 22);
     connectMi_.Text   = "&Connect";
     connectMi_.Click += new System.EventHandler(ConnectMI_Click);
     //
     // disconnecMi_
     //
     disconnecMi_.Name   = "disconnecMi_";
     disconnecMi_.Size   = new System.Drawing.Size(171, 22);
     disconnecMi_.Text   = "&Disconnect";
     disconnecMi_.Click += new System.EventHandler(DisconnectMI_Click);
     //
     // separatorS1_
     //
     separatorS1_.Name = "separatorS1_";
     separatorS1_.Size = new System.Drawing.Size(171, 22);
     separatorS1_.Text = "-";
     //
     // viewStatusMi_
     //
     viewStatusMi_.Name   = "viewStatusMi_";
     viewStatusMi_.Size   = new System.Drawing.Size(171, 22);
     viewStatusMi_.Text   = "&View Status...";
     viewStatusMi_.Click += new System.EventHandler(ViewStatusMI_Click);
     //
     // viewAttributesMi_
     //
     viewAttributesMi_.Name   = "viewAttributesMi_";
     viewAttributesMi_.Size   = new System.Drawing.Size(171, 22);
     viewAttributesMi_.Text   = "View &Attributes...";
     viewAttributesMi_.Click += new System.EventHandler(ViewAttributesMI_Click);
     //
     // viewAggregatesMi_
     //
     viewAggregatesMi_.Name   = "viewAggregatesMi_";
     viewAggregatesMi_.Size   = new System.Drawing.Size(171, 22);
     viewAggregatesMi_.Text   = "View A&ggregates...";
     viewAggregatesMi_.Click += new System.EventHandler(ViewAggregatesMI_Click);
     //
     // browseItemsMi_
     //
     browseItemsMi_.Name   = "browseItemsMi_";
     browseItemsMi_.Size   = new System.Drawing.Size(171, 22);
     browseItemsMi_.Text   = "&Browse Items...";
     browseItemsMi_.Click += new System.EventHandler(BrowseMI_Click);
     //
     // outputMi_
     //
     outputMi_.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         outputClearMi_
     });
     outputMi_.Name = "outputMi_";
     outputMi_.Size = new System.Drawing.Size(57, 20);
     outputMi_.Text = "&Output";
     //
     // outputClearMi_
     //
     outputClearMi_.Name   = "outputClearMi_";
     outputClearMi_.Size   = new System.Drawing.Size(101, 22);
     outputClearMi_.Text   = "&Clear";
     outputClearMi_.Click += new System.EventHandler(OutputClearMI_Click);
     //
     // optionsMi_
     //
     optionsMi_.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         clearHistoryMi_
     });
     optionsMi_.Name = "optionsMi_";
     optionsMi_.Size = new System.Drawing.Size(61, 20);
     optionsMi_.Text = "O&ptions";
     //
     // clearHistoryMi_
     //
     clearHistoryMi_.Name   = "clearHistoryMi_";
     clearHistoryMi_.Size   = new System.Drawing.Size(142, 22);
     clearHistoryMi_.Text   = "&Clear History";
     clearHistoryMi_.Click += new System.EventHandler(ClearHistoryMI_Click);
     //
     // helpMi_
     //
     helpMi_.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         aboutMi_
     });
     helpMi_.Name = "helpMi_";
     helpMi_.Size = new System.Drawing.Size(44, 20);
     helpMi_.Text = "&Help";
     //
     // aboutMi_
     //
     aboutMi_.Name   = "aboutMi_";
     aboutMi_.Size   = new System.Drawing.Size(116, 22);
     aboutMi_.Text   = "&About...";
     aboutMi_.Click += new System.EventHandler(AboutMI_Click);
     //
     // toolBar_
     //
     toolBar_.ImageList = toolBarImageList_;
     toolBar_.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         connectBtn_,
         disconnectBtn_,
         viewStatusBtn_,
         browseBtn_,
         aboutBtn_
     });
     toolBar_.Location = new System.Drawing.Point(0, 0);
     toolBar_.Name     = "toolBar_";
     toolBar_.Size     = new System.Drawing.Size(1016, 25);
     toolBar_.TabIndex = 0;
     //
     // toolBarImageList_
     //
     toolBarImageList_.ColorDepth       = System.Windows.Forms.ColorDepth.Depth24Bit;
     toolBarImageList_.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("toolBarImageList_.ImageStream")));
     toolBarImageList_.TransparentColor = System.Drawing.Color.Teal;
     toolBarImageList_.Images.SetKeyName(0, "");
     toolBarImageList_.Images.SetKeyName(1, "");
     toolBarImageList_.Images.SetKeyName(2, "");
     toolBarImageList_.Images.SetKeyName(3, "");
     toolBarImageList_.Images.SetKeyName(4, "");
     toolBarImageList_.Images.SetKeyName(5, "");
     toolBarImageList_.Images.SetKeyName(6, "");
     toolBarImageList_.Images.SetKeyName(7, "");
     toolBarImageList_.Images.SetKeyName(8, "");
     toolBarImageList_.Images.SetKeyName(9, "");
     toolBarImageList_.Images.SetKeyName(10, "");
     toolBarImageList_.Images.SetKeyName(11, "");
     toolBarImageList_.Images.SetKeyName(12, "");
     toolBarImageList_.Images.SetKeyName(13, "");
     //
     // connectBtn_
     //
     connectBtn_.ImageIndex  = 0;
     connectBtn_.Name        = "connectBtn_";
     connectBtn_.Size        = new System.Drawing.Size(23, 22);
     connectBtn_.ToolTipText = "Connect to Server";
     connectBtn_.Click      += new System.EventHandler(ConnectMI_Click);
     //
     // disconnectBtn_
     //
     disconnectBtn_.ImageIndex  = 1;
     disconnectBtn_.Name        = "disconnectBtn_";
     disconnectBtn_.Size        = new System.Drawing.Size(23, 22);
     disconnectBtn_.ToolTipText = "Disconnect from Server";
     disconnectBtn_.Click      += new System.EventHandler(DisconnectMI_Click);
     //
     // viewStatusBtn_
     //
     viewStatusBtn_.ImageIndex  = 4;
     viewStatusBtn_.Name        = "viewStatusBtn_";
     viewStatusBtn_.Size        = new System.Drawing.Size(23, 22);
     viewStatusBtn_.ToolTipText = "View Server Status";
     viewStatusBtn_.Click      += new System.EventHandler(ViewStatusMI_Click);
     //
     // browseBtn_
     //
     browseBtn_.ImageIndex  = 6;
     browseBtn_.Name        = "browseBtn_";
     browseBtn_.Size        = new System.Drawing.Size(23, 22);
     browseBtn_.ToolTipText = "Browse Address Space";
     browseBtn_.Click      += new System.EventHandler(BrowseMI_Click);
     //
     // aboutBtn_
     //
     aboutBtn_.ImageIndex  = 13;
     aboutBtn_.Name        = "aboutBtn_";
     aboutBtn_.Size        = new System.Drawing.Size(23, 22);
     aboutBtn_.ToolTipText = "About";
     aboutBtn_.Click      += new System.EventHandler(AboutMI_Click);
     //
     // bottomPn_
     //
     bottomPn_.Controls.Add(outputCtrl_);
     bottomPn_.Dock     = System.Windows.Forms.DockStyle.Bottom;
     bottomPn_.Location = new System.Drawing.Point(0, 568);
     bottomPn_.Name     = "bottomPn_";
     bottomPn_.Size     = new System.Drawing.Size(1016, 123);
     bottomPn_.TabIndex = 3;
     //
     // outputCtrl_
     //
     outputCtrl_.Dock     = System.Windows.Forms.DockStyle.Fill;
     outputCtrl_.Location = new System.Drawing.Point(0, 0);
     outputCtrl_.Name     = "outputCtrl_";
     outputCtrl_.Size     = new System.Drawing.Size(1016, 123);
     outputCtrl_.TabIndex = 0;
     outputCtrl_.Text     = "";
     //
     // splitterH_
     //
     splitterH_.Dock     = System.Windows.Forms.DockStyle.Bottom;
     splitterH_.Location = new System.Drawing.Point(0, 565);
     splitterH_.Name     = "splitterH_";
     splitterH_.Size     = new System.Drawing.Size(1016, 3);
     splitterH_.TabIndex = 4;
     splitterH_.TabStop  = false;
     //
     // splitterV_
     //
     splitterV_.Location = new System.Drawing.Point(317, 52);
     splitterV_.Name     = "splitterV_";
     splitterV_.Size     = new System.Drawing.Size(3, 513);
     splitterV_.TabIndex = 5;
     splitterV_.TabStop  = false;
     //
     // leftPn_
     //
     leftPn_.Controls.Add(trendsCtrl_);
     leftPn_.Dock     = System.Windows.Forms.DockStyle.Left;
     leftPn_.Location = new System.Drawing.Point(0, 52);
     leftPn_.Name     = "leftPn_";
     leftPn_.Padding  = new System.Windows.Forms.Padding(0, 3, 0, 0);
     leftPn_.Size     = new System.Drawing.Size(317, 513);
     leftPn_.TabIndex = 6;
     //
     // trendsCtrl_
     //
     trendsCtrl_.Dock           = System.Windows.Forms.DockStyle.Fill;
     trendsCtrl_.Location       = new System.Drawing.Point(0, 3);
     trendsCtrl_.Name           = "trendsCtrl_";
     trendsCtrl_.Size           = new System.Drawing.Size(317, 510);
     trendsCtrl_.TabIndex       = 0;
     trendsCtrl_.TrendChanged  += new SampleClients.Hda.Trend.TrendTreeCtrl.TrendChangedEventHandler(TrendsCTRL_TrendChanged);
     trendsCtrl_.TrendSelected += new SampleClients.Hda.Trend.TrendTreeCtrl.TrendSelectedEventHandler(TrendsCTRL_TrendSelected);
     //
     // rightPn_
     //
     rightPn_.Controls.Add(valuesCtrl_);
     rightPn_.Dock     = System.Windows.Forms.DockStyle.Fill;
     rightPn_.Location = new System.Drawing.Point(320, 52);
     rightPn_.Name     = "rightPn_";
     rightPn_.Padding  = new System.Windows.Forms.Padding(0, 3, 0, 0);
     rightPn_.Size     = new System.Drawing.Size(696, 513);
     rightPn_.TabIndex = 7;
     //
     // valuesCtrl_
     //
     valuesCtrl_.DisplayGraph = true;
     valuesCtrl_.Dock         = System.Windows.Forms.DockStyle.Fill;
     valuesCtrl_.Location     = new System.Drawing.Point(0, 3);
     valuesCtrl_.Name         = "valuesCtrl_";
     valuesCtrl_.ReadOnly     = false;
     valuesCtrl_.Size         = new System.Drawing.Size(696, 510);
     valuesCtrl_.TabIndex     = 0;
     //
     // selectServerCtrl_
     //
     selectServerCtrl_.Dock     = System.Windows.Forms.DockStyle.Top;
     selectServerCtrl_.Label    = "Server";
     selectServerCtrl_.Location = new System.Drawing.Point(0, 25);
     selectServerCtrl_.Name     = "selectServerCtrl_";
     selectServerCtrl_.Padding  = new System.Windows.Forms.Padding(4, 0, 4, 0);
     selectServerCtrl_.Size     = new System.Drawing.Size(1016, 27);
     selectServerCtrl_.TabIndex = 0;
     //
     // statusCtrl_
     //
     statusCtrl_.Location = new System.Drawing.Point(0, 691);
     statusCtrl_.Name     = "statusCtrl_";
     statusCtrl_.Size     = new System.Drawing.Size(1016, 22);
     statusCtrl_.TabIndex = 8;
     //
     // updateTimerControl_
     //
     updateTimerControl_.Interval = 10000;
     updateTimerControl_.Tick    += new System.EventHandler(UpdateTimerCtrlTick);
     //
     // MainForm
     //
     AutoScaleBaseSize = new System.Drawing.Size(6, 16);
     ClientSize        = new System.Drawing.Size(1016, 713);
     Controls.Add(rightPn_);
     Controls.Add(splitterV_);
     Controls.Add(leftPn_);
     Controls.Add(splitterH_);
     Controls.Add(bottomPn_);
     Controls.Add(statusCtrl_);
     Controls.Add(selectServerCtrl_);
     Controls.Add(toolBar_);
     MainMenuStrip = mainMenu_;
     Name          = "MainForm";
     Text          = "OPC HDA Sample Client";
     mainMenu_.ResumeLayout(false);
     mainMenu_.PerformLayout();
     toolBar_.ResumeLayout(false);
     toolBar_.PerformLayout();
     bottomPn_.ResumeLayout(false);
     leftPn_.ResumeLayout(false);
     rightPn_.ResumeLayout(false);
     ResumeLayout(false);
     PerformLayout();
 }