예제 #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.RightPN          = new System.Windows.Forms.Panel();
     this.ItemsCTRL        = new Client.ItemListEditCtrl();
     this.ResultsCTRL      = new Client.ResultListViewCtrl();
     this.LeftPN           = new System.Windows.Forms.Panel();
     this.SubscriptionCTRL = new Client.SubscriptionEditCtrl();
     this.BrowseCTRL       = new Client.BrowseTreeCtrl();
     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.RightPN.SuspendLayout();
     this.LeftPN.SuspendLayout();
     this.ButtonsPN.SuspendLayout();
     this.SuspendLayout();
     //
     // 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(253, 0);
     this.RightPN.Name     = "RightPN";
     this.RightPN.Size     = new System.Drawing.Size(539, 272);
     this.RightPN.TabIndex = 6;
     //
     // 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(535, 268);
     this.ItemsCTRL.TabIndex = 1;
     //
     // 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(535, 268);
     this.ResultsCTRL.TabIndex  = 0;
     //
     // 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, 272);
     this.LeftPN.TabIndex         = 11;
     //
     // 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, 268);
     this.SubscriptionCTRL.TabIndex = 1;
     //
     // 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, 268);
     this.BrowseCTRL.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, 272);
     this.ButtonsPN.Name     = "ButtonsPN";
     this.ButtonsPN.Size     = new System.Drawing.Size(792, 36);
     this.ButtonsPN.TabIndex = 0;
     //
     // OptionsBTN
     //
     this.OptionsBTN.Location = new System.Drawing.Point(5, 8);
     this.OptionsBTN.Name     = "OptionsBTN";
     this.OptionsBTN.TabIndex = 8;
     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     = 4;
     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";
     this.DoneBTN.Click       += new System.EventHandler(this.DoneBTN_Click);
     //
     // SplitterV
     //
     this.SplitterV.Location = new System.Drawing.Point(250, 0);
     this.SplitterV.Name     = "SplitterV";
     this.SplitterV.Size     = new System.Drawing.Size(3, 272);
     this.SplitterV.TabIndex = 12;
     this.SplitterV.TabStop  = false;
     //
     // SubscriptionCreateDlg
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(792, 308);
     this.Controls.Add(this.RightPN);
     this.Controls.Add(this.SplitterV);
     this.Controls.Add(this.LeftPN);
     this.Controls.Add(this.ButtonsPN);
     this.Name          = "SubscriptionCreateDlg";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Create Subscription";
     this.RightPN.ResumeLayout(false);
     this.LeftPN.ResumeLayout(false);
     this.ButtonsPN.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.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.ServersCTRL     = new Client.BrowseTreeCtrl();
     this.TopPN           = new System.Windows.Forms.Panel();
     this.SpecificationCB = new System.Windows.Forms.ComboBox();
     this.ButtonsPN.SuspendLayout();
     this.TopPN.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(280, 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(200, 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(119, 8);
     this.OkBTN.Name         = "OkBTN";
     this.OkBTN.Size         = new System.Drawing.Size(75, 23);
     this.OkBTN.TabIndex     = 1;
     this.OkBTN.Text         = "OK";
     //
     // SpecificationLB
     //
     this.SpecificationLB.Location  = new System.Drawing.Point(4, 4);
     this.SpecificationLB.Name      = "SpecificationLB";
     this.SpecificationLB.Size      = new System.Drawing.Size(73, 23);
     this.SpecificationLB.TabIndex  = 2;
     this.SpecificationLB.Text      = "Specification";
     this.SpecificationLB.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ServersCTRL
     //
     this.ServersCTRL.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ServersCTRL.Location = new System.Drawing.Point(0, 32);
     this.ServersCTRL.Name     = "ServersCTRL";
     this.ServersCTRL.Padding  = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.ServersCTRL.Size     = new System.Drawing.Size(280, 170);
     this.ServersCTRL.TabIndex = 4;
     //
     // 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.Size     = new System.Drawing.Size(280, 32);
     this.TopPN.TabIndex = 5;
     //
     // SpecificationCB
     //
     this.SpecificationCB.Location              = new System.Drawing.Point(73, 4);
     this.SpecificationCB.Name                  = "SpecificationCB";
     this.SpecificationCB.Size                  = new System.Drawing.Size(203, 21);
     this.SpecificationCB.TabIndex              = 3;
     this.SpecificationCB.SelectedIndexChanged += new System.EventHandler(this.SpecificationCB_SelectedIndexChanged);
     //
     // SelectServerDlg
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.CancelBTN;
     this.ClientSize        = new System.Drawing.Size(280, 238);
     this.Controls.Add(this.ServersCTRL);
     this.Controls.Add(this.TopPN);
     this.Controls.Add(this.ButtonsPN);
     this.Name          = "SelectServerDlg";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Select Server";
     this.ButtonsPN.ResumeLayout(false);
     this.TopPN.ResumeLayout(false);
     this.ResumeLayout(false);
 }
예제 #3
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.RightPN        = new System.Windows.Forms.Panel();
     this.PropertiesCTRL = new Client.PropertyListViewCtrl();
     this.ButtonsPN      = new System.Windows.Forms.Panel();
     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(220, 296);
     this.BrowseCTRL.TabIndex = 1;
     //
     // LeftPN
     //
     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(224, 300);
     this.LeftPN.TabIndex         = 6;
     //
     // RightPN
     //
     this.RightPN.Controls.Add(this.PropertiesCTRL);
     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(228, 0);
     this.RightPN.Name     = "RightPN";
     this.RightPN.Size     = new System.Drawing.Size(564, 300);
     this.RightPN.TabIndex = 8;
     //
     // PropertiesCTRL
     //
     this.PropertiesCTRL.AllowDrop = true;
     this.PropertiesCTRL.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.PropertiesCTRL.Location  = new System.Drawing.Point(0, 4);
     this.PropertiesCTRL.Name      = "PropertiesCTRL";
     this.PropertiesCTRL.Size      = new System.Drawing.Size(560, 296);
     this.PropertiesCTRL.TabIndex  = 0;
     //
     // ButtonsPN
     //
     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 = 0;
     //
     // DoneBTN
     //
     this.DoneBTN.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
     this.DoneBTN.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.DoneBTN.Location     = new System.Drawing.Point(359, 8);
     this.DoneBTN.Name         = "DoneBTN";
     this.DoneBTN.TabIndex     = 0;
     this.DoneBTN.Text         = "Done";
     this.DoneBTN.Click       += new System.EventHandler(this.DoneBTN_Click);
     //
     // SplitterV
     //
     this.SplitterV.Location = new System.Drawing.Point(224, 0);
     this.SplitterV.Name     = "SplitterV";
     this.SplitterV.Size     = new System.Drawing.Size(4, 300);
     this.SplitterV.TabIndex = 9;
     this.SplitterV.TabStop  = false;
     //
     // BrowseItemsDlg
     //
     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          = "BrowseItemsDlg";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Browse Address Space";
     this.LeftPN.ResumeLayout(false);
     this.RightPN.ResumeLayout(false);
     this.ButtonsPN.ResumeLayout(false);
     this.ResumeLayout(false);
 }