/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.ObjectCTRL = new Client.SubscriptionEditCtrl();
     this.SuspendLayout();
     //
     // ObjectCTRL
     //
     this.ObjectCTRL.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.ObjectCTRL.Location = new System.Drawing.Point(4, 4);
     this.ObjectCTRL.Name     = "ObjectCTRL";
     this.ObjectCTRL.Size     = new System.Drawing.Size(228, 148);
     this.ObjectCTRL.TabIndex = 2;
     //
     // SubscriptionListEditDlg
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(320, 166);
     this.Controls.Add(this.ObjectCTRL);
     this.Name = "SubscriptionListEditDlg";
     this.Text = "Edit Subscription";
     this.Controls.SetChildIndex(this.ObjectCTRL, 0);
     this.ResumeLayout(false);
 }
Ejemplo n.º 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.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);
 }