示例#1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.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.BrowseMI               = new System.Windows.Forms.MenuItem();
     this.SeparatorS2            = new System.Windows.Forms.MenuItem();
     this.ReadMI                 = new System.Windows.Forms.MenuItem();
     this.WriteMI                = new System.Windows.Forms.MenuItem();
     this.menuItem1              = 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.ForceDa20UsageMenuItem = 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.ReadBTN                = new System.Windows.Forms.ToolBarButton();
     this.WriteBTN               = new System.Windows.Forms.ToolBarButton();
     this.SeparatorT3            = 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.SubscriptionCTRL       = new Client.SubscriptionsTreeCtrl();
     this.RightPN                = new System.Windows.Forms.Panel();
     this.UpdatesCTRL            = new Client.UpdatesListViewCtrl();
     this.updateTimerControl_    = new System.Windows.Forms.Timer(this.components);
     this.StatusCTRL             = new Client.ServerStatusCtrl();
     this.SelectTargetCTRL       = new SelectServerCtrl();
     this.SelectServerCTRL       = new SelectServerCtrl();
     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.BrowseMI,
         this.SeparatorS2,
         this.ReadMI,
         this.WriteMI,
         this.menuItem1
     });
     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);
     //
     // BrowseMI
     //
     this.BrowseMI.Index  = 4;
     this.BrowseMI.Text   = "&Browse...";
     this.BrowseMI.Click += new System.EventHandler(this.BrowseMI_Click);
     //
     // SeparatorS2
     //
     this.SeparatorS2.Index = 5;
     this.SeparatorS2.Text  = "-";
     //
     // ReadMI
     //
     this.ReadMI.Index  = 6;
     this.ReadMI.Text   = "&Read...";
     this.ReadMI.Click += new System.EventHandler(this.ReadMI_Click);
     //
     // WriteMI
     //
     this.WriteMI.Index  = 7;
     this.WriteMI.Text   = "&Write...";
     this.WriteMI.Click += new System.EventHandler(this.WriteMI_Click);
     //
     // menuItem1
     //
     this.menuItem1.Index = 8;
     this.menuItem1.Text  = "-";
     //
     // 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.ForceDa20UsageMenuItem
     });
     this.OptionsMI.Text = "O&ptions";
     //
     // ClearHistoryMI
     //
     this.ClearHistoryMI.Index  = 0;
     this.ClearHistoryMI.Text   = "&Clear History";
     this.ClearHistoryMI.Click += new System.EventHandler(this.ClearHistoryMI_Click);
     //
     // ForceDa20UsageMenuItem
     //
     this.ForceDa20UsageMenuItem.Index  = 1;
     this.ForceDa20UsageMenuItem.Text   = "&Force DA 2.0 Usage";
     this.ForceDa20UsageMenuItem.Click += new System.EventHandler(this.menuItem2_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.ReadBTN,
         this.WriteBTN,
         this.SeparatorT3,
         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;
     //
     // ReadBTN
     //
     this.ReadBTN.ImageIndex  = 7;
     this.ReadBTN.Name        = "ReadBTN";
     this.ReadBTN.ToolTipText = "Read Items";
     //
     // WriteBTN
     //
     this.WriteBTN.ImageIndex  = 8;
     this.WriteBTN.Name        = "WriteBTN";
     this.WriteBTN.ToolTipText = "Write Items";
     //
     // SeparatorT3
     //
     this.SeparatorT3.Name  = "SeparatorT3";
     this.SeparatorT3.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, 492);
     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, 489);
     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, 74);
     this.SplitterV.Name     = "SplitterV";
     this.SplitterV.Size     = new System.Drawing.Size(3, 415);
     this.SplitterV.TabIndex = 5;
     this.SplitterV.TabStop  = false;
     //
     // LeftPN
     //
     this.LeftPN.Controls.Add(this.SubscriptionCTRL);
     this.LeftPN.Dock     = System.Windows.Forms.DockStyle.Left;
     this.LeftPN.Location = new System.Drawing.Point(3, 74);
     this.LeftPN.Name     = "LeftPN";
     this.LeftPN.Padding  = new System.Windows.Forms.Padding(0, 3, 0, 0);
     this.LeftPN.Size     = new System.Drawing.Size(264, 415);
     this.LeftPN.TabIndex = 6;
     //
     // SubscriptionCTRL
     //
     this.SubscriptionCTRL.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.SubscriptionCTRL.Location = new System.Drawing.Point(0, 3);
     this.SubscriptionCTRL.Name     = "SubscriptionCTRL";
     this.SubscriptionCTRL.Size     = new System.Drawing.Size(264, 412);
     this.SubscriptionCTRL.TabIndex = 0;
     //
     // RightPN
     //
     this.RightPN.Controls.Add(this.UpdatesCTRL);
     this.RightPN.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.RightPN.Location = new System.Drawing.Point(270, 74);
     this.RightPN.Name     = "RightPN";
     this.RightPN.Padding  = new System.Windows.Forms.Padding(0, 3, 0, 0);
     this.RightPN.Size     = new System.Drawing.Size(743, 415);
     this.RightPN.TabIndex = 7;
     //
     // UpdatesCTRL
     //
     this.UpdatesCTRL.AllowDrop = true;
     this.UpdatesCTRL.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.UpdatesCTRL.Location  = new System.Drawing.Point(0, 3);
     this.UpdatesCTRL.Name      = "UpdatesCTRL";
     this.UpdatesCTRL.Size      = new System.Drawing.Size(743, 412);
     this.UpdatesCTRL.TabIndex  = 0;
     //
     // updateTimerControl_
     //
     this.updateTimerControl_.Interval = 10000;
     this.updateTimerControl_.Tick    += new System.EventHandler(this.UpdateTimerCtrlTick);
     //
     // StatusCTRL
     //
     this.StatusCTRL.Location = new System.Drawing.Point(3, 592);
     this.StatusCTRL.Name     = "StatusCTRL";
     this.StatusCTRL.Size     = new System.Drawing.Size(1010, 16);
     this.StatusCTRL.TabIndex = 8;
     //
     // SelectTargetCTRL
     //
     this.SelectTargetCTRL.Dock     = System.Windows.Forms.DockStyle.Top;
     this.SelectTargetCTRL.Label    = "Target";
     this.SelectTargetCTRL.Location = new System.Drawing.Point(3, 52);
     this.SelectTargetCTRL.Name     = "SelectTargetCTRL";
     this.SelectTargetCTRL.Padding  = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.SelectTargetCTRL.Size     = new System.Drawing.Size(1010, 22);
     this.SelectTargetCTRL.TabIndex = 0;
     this.SelectTargetCTRL.Visible  = false;
     //
     // 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;
     //
     // MainForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(1016, 608);
     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.SelectTargetCTRL);
     this.Controls.Add(this.SelectServerCTRL);
     this.Controls.Add(this.ToolBar);
     this.Menu    = this.MainMenu;
     this.Name    = "MainForm";
     this.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0);
     this.Text    = "OPC DA Client SDK .NET Standard Sample Application";
     this.BottomPN.ResumeLayout(false);
     this.LeftPN.ResumeLayout(false);
     this.RightPN.ResumeLayout(false);
     this.ResumeLayout(false);
     this.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()
 {
     this.BrowseCTRL       = new Client.BrowseTreeCtrl();
     this.LeftPN           = new System.Windows.Forms.Panel();
     this.SubscriptionCTRL = new Client.SubscriptionsTreeCtrl();
     this.ItemsCTRL        = new Client.ItemValueListEditCtrl();
     this.RightPN          = new System.Windows.Forms.Panel();
     this.ResultsCTRL      = new Client.ResultListViewCtrl();
     this.ButtonsPN        = new System.Windows.Forms.Panel();
     this.OptionsBTN       = new System.Windows.Forms.Button();
     this.BackBTN          = new System.Windows.Forms.Button();
     this.NextBTN          = new System.Windows.Forms.Button();
     this.CancelBTN        = new System.Windows.Forms.Button();
     this.DoneBTN          = new System.Windows.Forms.Button();
     this.SplitterV        = new System.Windows.Forms.Splitter();
     this.LeftPN.SuspendLayout();
     this.RightPN.SuspendLayout();
     this.ButtonsPN.SuspendLayout();
     this.SuspendLayout();
     //
     // 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(246, 296);
     this.BrowseCTRL.TabIndex = 1;
     //
     // LeftPN
     //
     this.LeftPN.Controls.Add(this.SubscriptionCTRL);
     this.LeftPN.Controls.Add(this.BrowseCTRL);
     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(250, 300);
     this.LeftPN.TabIndex         = 6;
     //
     // SubscriptionCTRL
     //
     this.SubscriptionCTRL.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.SubscriptionCTRL.Location = new System.Drawing.Point(4, 4);
     this.SubscriptionCTRL.Name     = "SubscriptionCTRL";
     this.SubscriptionCTRL.Size     = new System.Drawing.Size(246, 296);
     this.SubscriptionCTRL.TabIndex = 2;
     //
     // ItemsCTRL
     //
     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(534, 296);
     this.ItemsCTRL.TabIndex = 7;
     //
     // RightPN
     //
     this.RightPN.Controls.Add(this.ItemsCTRL);
     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(254, 0);
     this.RightPN.Name     = "RightPN";
     this.RightPN.Size     = new System.Drawing.Size(538, 300);
     this.RightPN.TabIndex = 8;
     //
     // 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(534, 296);
     this.ResultsCTRL.TabIndex  = 0;
     //
     // ButtonsPN
     //
     this.ButtonsPN.Controls.Add(this.OptionsBTN);
     this.ButtonsPN.Controls.Add(this.BackBTN);
     this.ButtonsPN.Controls.Add(this.NextBTN);
     this.ButtonsPN.Controls.Add(this.CancelBTN);
     this.ButtonsPN.Controls.Add(this.DoneBTN);
     this.ButtonsPN.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.ButtonsPN.Location = new System.Drawing.Point(0, 300);
     this.ButtonsPN.Name     = "ButtonsPN";
     this.ButtonsPN.Size     = new System.Drawing.Size(792, 36);
     this.ButtonsPN.TabIndex = 9;
     //
     // OptionsBTN
     //
     this.OptionsBTN.Location = new System.Drawing.Point(5, 8);
     this.OptionsBTN.Name     = "OptionsBTN";
     this.OptionsBTN.TabIndex = 7;
     this.OptionsBTN.Text     = "Options...";
     this.OptionsBTN.Click   += new System.EventHandler(this.OptionsBTN_Click);
     //
     // 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(552, 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(632, 8);
     this.NextBTN.Name     = "NextBTN";
     this.NextBTN.TabIndex = 2;
     this.NextBTN.Text     = "Next >";
     this.NextBTN.Click   += new System.EventHandler(this.NextBTN_Click);
     //
     // 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(712, 8);
     this.CancelBTN.Name         = "CancelBTN";
     this.CancelBTN.TabIndex     = 5;
     this.CancelBTN.Text         = "Cancel";
     this.CancelBTN.Click       += new System.EventHandler(this.DoneBTN_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.Cancel;
     this.DoneBTN.Location     = new System.Drawing.Point(712, 8);
     this.DoneBTN.Name         = "DoneBTN";
     this.DoneBTN.TabIndex     = 0;
     this.DoneBTN.Text         = "Done";
     //
     // SplitterV
     //
     this.SplitterV.Location = new System.Drawing.Point(250, 0);
     this.SplitterV.Name     = "SplitterV";
     this.SplitterV.Size     = new System.Drawing.Size(4, 300);
     this.SplitterV.TabIndex = 10;
     this.SplitterV.TabStop  = false;
     //
     // WriteItemsDlg
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(792, 336);
     this.Controls.Add(this.RightPN);
     this.Controls.Add(this.SplitterV);
     this.Controls.Add(this.LeftPN);
     this.Controls.Add(this.ButtonsPN);
     this.Name          = "WriteItemsDlg";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Write Items";
     this.LeftPN.ResumeLayout(false);
     this.RightPN.ResumeLayout(false);
     this.ButtonsPN.ResumeLayout(false);
     this.ResumeLayout(false);
 }