Exemple #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     rightPn_     = new System.Windows.Forms.Panel();
     resultsCtrl_ = new ResultListViewCtrl();
     itemsCtrl_   = new ItemListEditCtrl();
     leftPn_      = new System.Windows.Forms.Panel();
     browseCtrl_  = new BrowseTreeCtrl();
     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();
     rightPn_.SuspendLayout();
     leftPn_.SuspendLayout();
     buttonsPn_.SuspendLayout();
     SuspendLayout();
     //
     // 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(253, 0);
     rightPn_.Name     = "rightPn_";
     rightPn_.Size     = new System.Drawing.Size(539, 272);
     rightPn_.TabIndex = 6;
     //
     // 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(535, 268);
     resultsCtrl_.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(535, 268);
     itemsCtrl_.TabIndex = 0;
     //
     // LeftPN
     //
     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, 272);
     leftPn_.TabIndex         = 11;
     //
     // 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, 268);
     browseCtrl_.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, 272);
     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 = 7;
     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     = 4;
     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(3, 272);
     splitterV_.TabIndex = 12;
     splitterV_.TabStop  = false;
     //
     // SubscriptionAddItemsDlg
     //
     AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     ClientSize        = new System.Drawing.Size(792, 308);
     Controls.Add(rightPn_);
     Controls.Add(splitterV_);
     Controls.Add(leftPn_);
     Controls.Add(buttonsPn_);
     Name          = "SubscriptionAddItemsDlg";
     StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     Text          = "Add Subscription Items";
     rightPn_.ResumeLayout(false);
     leftPn_.ResumeLayout(false);
     buttonsPn_.ResumeLayout(false);
     ResumeLayout(false);
 }