Пример #1
0
 /// <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();
     browseMi_               = new System.Windows.Forms.ToolStripMenuItem();
     separatorS2_            = new System.Windows.Forms.ToolStripMenuItem();
     readMi_                 = new System.Windows.Forms.ToolStripMenuItem();
     writeMi_                = new System.Windows.Forms.ToolStripMenuItem();
     menuItem1_              = 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();
     forceDa20UsageMenuItem_ = 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();
     toolStripSeparator1     = new System.Windows.Forms.ToolStripSeparator();
     readBtn_                = new System.Windows.Forms.ToolStripButton();
     writeBtn_               = new System.Windows.Forms.ToolStripButton();
     toolStripSeparator2     = new System.Windows.Forms.ToolStripSeparator();
     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();
     subscriptionCtrl_       = new SampleClients.Da.Subscription.SubscriptionsTreeCtrl();
     rightPn_                = new System.Windows.Forms.Panel();
     updatesCtrl_            = new SampleClients.Da.UpdatesListViewCtrl();
     updateTimerControl_     = new System.Windows.Forms.Timer(components);
     statusCtrl_             = new SampleClients.Da.Server.ServerStatusCtrl();
     selectServerCtrl_       = new SampleClients.Common.SelectServerCtrl();
     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_,
         browseMi_,
         separatorS2_,
         readMi_,
         writeMi_,
         menuItem1_
     });
     serverMi_.Name = "serverMi_";
     serverMi_.Size = new System.Drawing.Size(51, 20);
     serverMi_.Text = "&Server";
     //
     // connectMi_
     //
     connectMi_.Name   = "connectMi_";
     connectMi_.Size   = new System.Drawing.Size(134, 22);
     connectMi_.Text   = "&Connect";
     connectMi_.Click += new System.EventHandler(ConnectMI_Click);
     //
     // disconnecMi_
     //
     disconnecMi_.Name   = "disconnecMi_";
     disconnecMi_.Size   = new System.Drawing.Size(134, 22);
     disconnecMi_.Text   = "&Disconnect";
     disconnecMi_.Click += new System.EventHandler(DisconnectMI_Click);
     //
     // separatorS1_
     //
     separatorS1_.Name = "separatorS1_";
     separatorS1_.Size = new System.Drawing.Size(134, 22);
     separatorS1_.Text = "-";
     //
     // viewStatusMi_
     //
     viewStatusMi_.Name   = "viewStatusMi_";
     viewStatusMi_.Size   = new System.Drawing.Size(134, 22);
     viewStatusMi_.Text   = "&View Status";
     viewStatusMi_.Click += new System.EventHandler(ViewStatusMI_Click);
     //
     // browseMi_
     //
     browseMi_.Name   = "browseMi_";
     browseMi_.Size   = new System.Drawing.Size(134, 22);
     browseMi_.Text   = "&Browse...";
     browseMi_.Click += new System.EventHandler(BrowseMI_Click);
     //
     // separatorS2_
     //
     separatorS2_.Name = "separatorS2_";
     separatorS2_.Size = new System.Drawing.Size(134, 22);
     separatorS2_.Text = "-";
     //
     // readMi_
     //
     readMi_.Name   = "readMi_";
     readMi_.Size   = new System.Drawing.Size(134, 22);
     readMi_.Text   = "&Read...";
     readMi_.Click += new System.EventHandler(ReadMI_Click);
     //
     // writeMi_
     //
     writeMi_.Name   = "writeMi_";
     writeMi_.Size   = new System.Drawing.Size(134, 22);
     writeMi_.Text   = "&Write...";
     writeMi_.Click += new System.EventHandler(WriteMI_Click);
     //
     // menuItem1_
     //
     menuItem1_.Name = "menuItem1_";
     menuItem1_.Size = new System.Drawing.Size(134, 22);
     menuItem1_.Text = "-";
     //
     // 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_,
         forceDa20UsageMenuItem_
     });
     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(175, 22);
     clearHistoryMi_.Text   = "&Clear History";
     clearHistoryMi_.Click += new System.EventHandler(ClearHistoryMI_Click);
     //
     // forceDa20UsageMenuItem_
     //
     forceDa20UsageMenuItem_.Name   = "forceDa20UsageMenuItem_";
     forceDa20UsageMenuItem_.Size   = new System.Drawing.Size(175, 22);
     forceDa20UsageMenuItem_.Text   = "&Force DA 2.0 Usage";
     forceDa20UsageMenuItem_.Click += new System.EventHandler(OnForceDa20Usage);
     //
     // 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_,
         toolStripSeparator1,
         readBtn_,
         writeBtn_,
         toolStripSeparator2,
         aboutBtn_
     });
     toolBar_.Location = new System.Drawing.Point(3, 0);
     toolBar_.Name     = "toolBar_";
     toolBar_.Size     = new System.Drawing.Size(1010, 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);
     //
     // toolStripSeparator1
     //
     toolStripSeparator1.Name = "toolStripSeparator1";
     toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // readBtn_
     //
     readBtn_.ImageIndex  = 7;
     readBtn_.Name        = "readBtn_";
     readBtn_.Size        = new System.Drawing.Size(23, 22);
     readBtn_.ToolTipText = "Read Items";
     readBtn_.Click      += new System.EventHandler(ReadMI_Click);
     //
     // writeBtn_
     //
     writeBtn_.ImageIndex  = 8;
     writeBtn_.Name        = "writeBtn_";
     writeBtn_.Size        = new System.Drawing.Size(23, 22);
     writeBtn_.ToolTipText = "Write Items";
     writeBtn_.Click      += new System.EventHandler(WriteMI_Click);
     //
     // toolStripSeparator2
     //
     toolStripSeparator2.Name = "toolStripSeparator2";
     toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // 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(3, 463);
     bottomPn_.Name     = "bottomPn_";
     bottomPn_.Size     = new System.Drawing.Size(1010, 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(1010, 123);
     outputCtrl_.TabIndex = 0;
     outputCtrl_.Text     = "";
     //
     // splitterH_
     //
     splitterH_.Dock     = System.Windows.Forms.DockStyle.Bottom;
     splitterH_.Location = new System.Drawing.Point(3, 459);
     splitterH_.Name     = "splitterH_";
     splitterH_.Size     = new System.Drawing.Size(1010, 4);
     splitterH_.TabIndex = 4;
     splitterH_.TabStop  = false;
     //
     // splitterV_
     //
     splitterV_.Location = new System.Drawing.Point(319, 52);
     splitterV_.Name     = "splitterV_";
     splitterV_.Size     = new System.Drawing.Size(4, 407);
     splitterV_.TabIndex = 5;
     splitterV_.TabStop  = false;
     //
     // leftPn_
     //
     leftPn_.Controls.Add(subscriptionCtrl_);
     leftPn_.Dock     = System.Windows.Forms.DockStyle.Left;
     leftPn_.Location = new System.Drawing.Point(3, 52);
     leftPn_.Name     = "leftPn_";
     leftPn_.Padding  = new System.Windows.Forms.Padding(0, 3, 0, 0);
     leftPn_.Size     = new System.Drawing.Size(316, 407);
     leftPn_.TabIndex = 6;
     //
     // subscriptionCtrl_
     //
     subscriptionCtrl_.Dock     = System.Windows.Forms.DockStyle.Fill;
     subscriptionCtrl_.Location = new System.Drawing.Point(0, 3);
     subscriptionCtrl_.Name     = "subscriptionCtrl_";
     subscriptionCtrl_.Size     = new System.Drawing.Size(316, 404);
     subscriptionCtrl_.TabIndex = 0;
     //
     // rightPn_
     //
     rightPn_.Controls.Add(updatesCtrl_);
     rightPn_.Dock     = System.Windows.Forms.DockStyle.Fill;
     rightPn_.Location = new System.Drawing.Point(323, 52);
     rightPn_.Name     = "rightPn_";
     rightPn_.Padding  = new System.Windows.Forms.Padding(0, 3, 0, 0);
     rightPn_.Size     = new System.Drawing.Size(690, 407);
     rightPn_.TabIndex = 7;
     //
     // updatesCtrl_
     //
     updatesCtrl_.AllowDrop = true;
     updatesCtrl_.Dock      = System.Windows.Forms.DockStyle.Fill;
     updatesCtrl_.Location  = new System.Drawing.Point(0, 3);
     updatesCtrl_.Name      = "updatesCtrl_";
     updatesCtrl_.Size      = new System.Drawing.Size(690, 404);
     updatesCtrl_.TabIndex  = 0;
     //
     // updateTimerControl_
     //
     updateTimerControl_.Interval = 10000;
     updateTimerControl_.Tick    += new System.EventHandler(UpdateTimerCtrlTick);
     //
     // statusCtrl_
     //
     statusCtrl_.Location = new System.Drawing.Point(3, 586);
     statusCtrl_.Name     = "statusCtrl_";
     statusCtrl_.Size     = new System.Drawing.Size(1010, 22);
     statusCtrl_.TabIndex = 8;
     //
     // selectServerCtrl_
     //
     selectServerCtrl_.Dock     = System.Windows.Forms.DockStyle.Top;
     selectServerCtrl_.Label    = "Server";
     selectServerCtrl_.Location = new System.Drawing.Point(3, 25);
     selectServerCtrl_.Name     = "selectServerCtrl_";
     selectServerCtrl_.Padding  = new System.Windows.Forms.Padding(4, 0, 4, 0);
     selectServerCtrl_.Size     = new System.Drawing.Size(1010, 27);
     selectServerCtrl_.TabIndex = 0;
     //
     // MainForm
     //
     AutoScaleBaseSize = new System.Drawing.Size(6, 16);
     ClientSize        = new System.Drawing.Size(1016, 608);
     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";
     Padding       = new System.Windows.Forms.Padding(3, 0, 3, 0);
     Text          = "OPC DA Sample Client";
     mainMenu_.ResumeLayout(false);
     mainMenu_.PerformLayout();
     toolBar_.ResumeLayout(false);
     toolBar_.PerformLayout();
     bottomPn_.ResumeLayout(false);
     leftPn_.ResumeLayout(false);
     rightPn_.ResumeLayout(false);
     ResumeLayout(false);
     PerformLayout();
 }
Пример #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     browseCtrl_       = new BrowseTreeCtrl();
     itemsCtrl_        = new ItemListEditCtrl();
     leftPn_           = new System.Windows.Forms.Panel();
     subscriptionCtrl_ = new SubscriptionsTreeCtrl();
     rightPn_          = new System.Windows.Forms.Panel();
     resultsCtrl_      = new ResultListViewCtrl();
     buttonsPn_        = new System.Windows.Forms.Panel();
     optionsBtn_       = new System.Windows.Forms.Button();
     cancelBtn_        = new System.Windows.Forms.Button();
     backBtn_          = new System.Windows.Forms.Button();
     nextBtn_          = new System.Windows.Forms.Button();
     doneBtn_          = new System.Windows.Forms.Button();
     splitterV_        = new System.Windows.Forms.Splitter();
     leftPn_.SuspendLayout();
     rightPn_.SuspendLayout();
     buttonsPn_.SuspendLayout();
     SuspendLayout();
     //
     // 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(246, 296);
     browseCtrl_.TabIndex = 1;
     //
     // ItemsCTRL
     //
     itemsCtrl_.Dock     = System.Windows.Forms.DockStyle.Fill;
     itemsCtrl_.Location = new System.Drawing.Point(0, 4);
     itemsCtrl_.Name     = "itemsCtrl_";
     itemsCtrl_.Size     = new System.Drawing.Size(534, 296);
     itemsCtrl_.TabIndex = 2;
     //
     // LeftPN
     //
     leftPn_.Controls.Add(subscriptionCtrl_);
     leftPn_.Controls.Add(browseCtrl_);
     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(250, 300);
     leftPn_.TabIndex         = 6;
     //
     // SubscriptionCTRL
     //
     subscriptionCtrl_.Dock     = System.Windows.Forms.DockStyle.Fill;
     subscriptionCtrl_.Location = new System.Drawing.Point(4, 4);
     subscriptionCtrl_.Name     = "subscriptionCtrl_";
     subscriptionCtrl_.Size     = new System.Drawing.Size(246, 296);
     subscriptionCtrl_.TabIndex = 7;
     //
     // RightPN
     //
     rightPn_.Controls.Add(resultsCtrl_);
     rightPn_.Controls.Add(itemsCtrl_);
     rightPn_.Dock = System.Windows.Forms.DockStyle.Fill;
     rightPn_.DockPadding.Right = 4;
     rightPn_.DockPadding.Top   = 4;
     rightPn_.Location          = new System.Drawing.Point(254, 0);
     rightPn_.Name     = "rightPn_";
     rightPn_.Size     = new System.Drawing.Size(538, 300);
     rightPn_.TabIndex = 8;
     //
     // ResultsCTRL
     //
     resultsCtrl_.AllowDrop = true;
     resultsCtrl_.Dock      = System.Windows.Forms.DockStyle.Fill;
     resultsCtrl_.Location  = new System.Drawing.Point(0, 4);
     resultsCtrl_.Name      = "resultsCtrl_";
     resultsCtrl_.Size      = new System.Drawing.Size(534, 296);
     resultsCtrl_.TabIndex  = 0;
     //
     // ButtonsPN
     //
     buttonsPn_.Controls.Add(optionsBtn_);
     buttonsPn_.Controls.Add(cancelBtn_);
     buttonsPn_.Controls.Add(backBtn_);
     buttonsPn_.Controls.Add(nextBtn_);
     buttonsPn_.Controls.Add(doneBtn_);
     buttonsPn_.Dock     = System.Windows.Forms.DockStyle.Bottom;
     buttonsPn_.Location = new System.Drawing.Point(0, 300);
     buttonsPn_.Name     = "buttonsPn_";
     buttonsPn_.Size     = new System.Drawing.Size(792, 36);
     buttonsPn_.TabIndex = 0;
     //
     // OptionsBTN
     //
     optionsBtn_.Location = new System.Drawing.Point(5, 8);
     optionsBtn_.Name     = "optionsBtn_";
     optionsBtn_.TabIndex = 6;
     optionsBtn_.Text     = "Options...";
     optionsBtn_.Click   += new System.EventHandler(OptionsBTN_Click);
     //
     // 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(712, 8);
     cancelBtn_.Name         = "cancelBtn_";
     cancelBtn_.TabIndex     = 5;
     cancelBtn_.Text         = "Cancel";
     cancelBtn_.Click       += new System.EventHandler(DoneBTN_Click);
     //
     // BackBTN
     //
     backBtn_.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     backBtn_.Location = new System.Drawing.Point(552, 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(632, 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.Cancel;
     doneBtn_.Location     = new System.Drawing.Point(712, 8);
     doneBtn_.Name         = "doneBtn_";
     doneBtn_.TabIndex     = 0;
     doneBtn_.Text         = "Done";
     doneBtn_.Click       += new System.EventHandler(DoneBTN_Click);
     //
     // SplitterV
     //
     splitterV_.Location = new System.Drawing.Point(250, 0);
     splitterV_.Name     = "splitterV_";
     splitterV_.Size     = new System.Drawing.Size(4, 300);
     splitterV_.TabIndex = 9;
     splitterV_.TabStop  = false;
     //
     // ReadItemsDlg
     //
     AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     ClientSize        = new System.Drawing.Size(792, 336);
     Controls.Add(rightPn_);
     Controls.Add(splitterV_);
     Controls.Add(leftPn_);
     Controls.Add(buttonsPn_);
     Name          = "ReadItemsDlg";
     StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     Text          = "Read Items";
     leftPn_.ResumeLayout(false);
     rightPn_.ResumeLayout(false);
     buttonsPn_.ResumeLayout(false);
     ResumeLayout(false);
 }