/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SelectServerDlg));
     this.ButtonsPN       = new System.Windows.Forms.Panel();
     this.CancelBTN       = new System.Windows.Forms.Button();
     this.OkBTN           = new System.Windows.Forms.Button();
     this.SpecificationLB = new System.Windows.Forms.Label();
     this.TopPN           = new System.Windows.Forms.Panel();
     this.SpecificationCB = new System.Windows.Forms.ComboBox();
     this.ServersCTRL     = new BrowseTreeCtrl();
     this.MainPN          = new System.Windows.Forms.Panel();
     this.ButtonsPN.SuspendLayout();
     this.TopPN.SuspendLayout();
     this.MainPN.SuspendLayout();
     this.SuspendLayout();
     //
     // 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, 202);
     this.ButtonsPN.Name     = "ButtonsPN";
     this.ButtonsPN.Size     = new System.Drawing.Size(296, 36);
     this.ButtonsPN.TabIndex = 1;
     //
     // 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(216, 8);
     this.CancelBTN.Name         = "CancelBTN";
     this.CancelBTN.Size         = new System.Drawing.Size(75, 23);
     this.CancelBTN.TabIndex     = 0;
     this.CancelBTN.Text         = "Cancel";
     //
     // 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(135, 6);
     this.OkBTN.Name         = "OkBTN";
     this.OkBTN.Size         = new System.Drawing.Size(75, 23);
     this.OkBTN.TabIndex     = 1;
     this.OkBTN.Text         = "OK";
     //
     // SpecificationLB
     //
     this.SpecificationLB.Dock      = System.Windows.Forms.DockStyle.Left;
     this.SpecificationLB.Location  = new System.Drawing.Point(4, 4);
     this.SpecificationLB.Name      = "SpecificationLB";
     this.SpecificationLB.Size      = new System.Drawing.Size(76, 20);
     this.SpecificationLB.TabIndex  = 2;
     this.SpecificationLB.Text      = "Specification";
     this.SpecificationLB.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // TopPN
     //
     this.TopPN.Controls.Add(this.SpecificationCB);
     this.TopPN.Controls.Add(this.SpecificationLB);
     this.TopPN.Dock     = System.Windows.Forms.DockStyle.Top;
     this.TopPN.Location = new System.Drawing.Point(0, 0);
     this.TopPN.Name     = "TopPN";
     this.TopPN.Padding  = new System.Windows.Forms.Padding(4);
     this.TopPN.Size     = new System.Drawing.Size(296, 28);
     this.TopPN.TabIndex = 5;
     //
     // SpecificationCB
     //
     this.SpecificationCB.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.SpecificationCB.Location              = new System.Drawing.Point(80, 4);
     this.SpecificationCB.Name                  = "SpecificationCB";
     this.SpecificationCB.Size                  = new System.Drawing.Size(212, 21);
     this.SpecificationCB.TabIndex              = 3;
     this.SpecificationCB.SelectedIndexChanged += new System.EventHandler(this.SpecificationCB_SelectedIndexChanged);
     //
     // ServersCTRL
     //
     this.ServersCTRL.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ServersCTRL.Location = new System.Drawing.Point(4, 0);
     this.ServersCTRL.Name     = "ServersCTRL";
     this.ServersCTRL.Size     = new System.Drawing.Size(288, 174);
     this.ServersCTRL.TabIndex = 0;
     //
     // MainPN
     //
     this.MainPN.Controls.Add(this.ServersCTRL);
     this.MainPN.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.MainPN.Location = new System.Drawing.Point(0, 28);
     this.MainPN.Name     = "MainPN";
     this.MainPN.Padding  = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.MainPN.Size     = new System.Drawing.Size(296, 174);
     this.MainPN.TabIndex = 6;
     //
     // SelectServerDlg
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.CancelBTN;
     this.ClientSize        = new System.Drawing.Size(296, 238);
     this.Controls.Add(this.MainPN);
     this.Controls.Add(this.TopPN);
     this.Controls.Add(this.ButtonsPN);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "SelectServerDlg";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Select Server";
     this.ButtonsPN.ResumeLayout(false);
     this.TopPN.ResumeLayout(false);
     this.TopPN.PerformLayout();
     this.MainPN.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.MainPN     = new System.Windows.Forms.Panel();
     this.BrowseCTRL = new BrowseTreeCtrl();
     this.ButtonsPN  = new System.Windows.Forms.Panel();
     this.CancelBTN  = new System.Windows.Forms.Button();
     this.OkBTN      = new System.Windows.Forms.Button();
     this.MainPN.SuspendLayout();
     this.ButtonsPN.SuspendLayout();
     this.SuspendLayout();
     //
     // MainPN
     //
     this.MainPN.Controls.Add(this.BrowseCTRL);
     this.MainPN.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.MainPN.Location = new System.Drawing.Point(0, 0);
     this.MainPN.Name     = "MainPN";
     this.MainPN.Padding  = new System.Windows.Forms.Padding(4, 4, 0, 0);
     this.MainPN.Size     = new System.Drawing.Size(792, 300);
     this.MainPN.TabIndex = 6;
     //
     // 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(788, 296);
     this.BrowseCTRL.TabIndex = 0;
     //
     // 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, 300);
     this.ButtonsPN.Name     = "ButtonsPN";
     this.ButtonsPN.Size     = new System.Drawing.Size(792, 36);
     this.ButtonsPN.TabIndex = 7;
     //
     // 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(712, 8);
     this.CancelBTN.Name         = "CancelBTN";
     this.CancelBTN.Size         = new System.Drawing.Size(75, 23);
     this.CancelBTN.TabIndex     = 0;
     this.CancelBTN.Text         = "Cancel";
     //
     // 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(631, 8);
     this.OkBTN.Name         = "OkBTN";
     this.OkBTN.Size         = new System.Drawing.Size(75, 23);
     this.OkBTN.TabIndex     = 1;
     this.OkBTN.Text         = "OK";
     //
     // BrowseItemsDlg
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(792, 336);
     this.Controls.Add(this.MainPN);
     this.Controls.Add(this.ButtonsPN);
     this.Name          = "BrowseItemsDlg";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Browse Items";
     this.MainPN.ResumeLayout(false);
     this.ButtonsPN.ResumeLayout(false);
     this.ResumeLayout(false);
 }