/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     okBtn_       = new System.Windows.Forms.Button();
     cancelBtn_   = new System.Windows.Forms.Button();
     buttonsPn_   = new System.Windows.Forms.Panel();
     goBtn_       = new System.Windows.Forms.Button();
     stopBtn_     = new System.Windows.Forms.Button();
     topPn_       = new System.Windows.Forms.Panel();
     resultsCtrl_ = new ResultListViewCtrl();
     buttonsPn_.SuspendLayout();
     topPn_.SuspendLayout();
     SuspendLayout();
     //
     // OkBTN
     //
     okBtn_.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     okBtn_.DialogResult = System.Windows.Forms.DialogResult.OK;
     okBtn_.Location     = new System.Drawing.Point(5, 8);
     okBtn_.Name         = "okBtn_";
     okBtn_.TabIndex     = 1;
     okBtn_.Text         = "OK";
     //
     // CancelBTN
     //
     cancelBtn_.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     cancelBtn_.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     cancelBtn_.Location     = new System.Drawing.Point(392, 8);
     cancelBtn_.Name         = "cancelBtn_";
     cancelBtn_.TabIndex     = 0;
     cancelBtn_.Text         = "Cancel";
     //
     // ButtonsPN
     //
     buttonsPn_.Controls.Add(cancelBtn_);
     buttonsPn_.Controls.Add(okBtn_);
     buttonsPn_.Controls.Add(goBtn_);
     buttonsPn_.Controls.Add(stopBtn_);
     buttonsPn_.Dock     = System.Windows.Forms.DockStyle.Bottom;
     buttonsPn_.Location = new System.Drawing.Point(0, 202);
     buttonsPn_.Name     = "buttonsPn_";
     buttonsPn_.Size     = new System.Drawing.Size(472, 36);
     buttonsPn_.TabIndex = 0;
     //
     // GoBTN
     //
     goBtn_.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
     goBtn_.Location = new System.Drawing.Point(200, 8);
     goBtn_.Name     = "goBtn_";
     goBtn_.TabIndex = 2;
     goBtn_.Text     = "Go";
     goBtn_.Click   += new System.EventHandler(GoBTN_Click);
     //
     // StopBTN
     //
     stopBtn_.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
     stopBtn_.Location = new System.Drawing.Point(200, 8);
     stopBtn_.Name     = "stopBtn_";
     stopBtn_.TabIndex = 3;
     stopBtn_.Text     = "Stop";
     stopBtn_.Click   += new System.EventHandler(StopBTN_Click);
     //
     // TopPN
     //
     topPn_.Controls.Add(resultsCtrl_);
     topPn_.Dock = System.Windows.Forms.DockStyle.Fill;
     topPn_.DockPadding.Bottom = 4;
     topPn_.DockPadding.Left   = 4;
     topPn_.DockPadding.Right  = 4;
     topPn_.DockPadding.Top    = 4;
     topPn_.Location           = new System.Drawing.Point(0, 0);
     topPn_.Name     = "topPn_";
     topPn_.Size     = new System.Drawing.Size(472, 202);
     topPn_.TabIndex = 1;
     //
     // ResultsCTRL
     //
     resultsCtrl_.AllowDrop = true;
     resultsCtrl_.Dock      = System.Windows.Forms.DockStyle.Fill;
     resultsCtrl_.Location  = new System.Drawing.Point(4, 4);
     resultsCtrl_.Name      = "resultsCtrl_";
     resultsCtrl_.Size      = new System.Drawing.Size(464, 194);
     resultsCtrl_.TabIndex  = 0;
     //
     // AsyncRequestDlg
     //
     AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     ClientSize        = new System.Drawing.Size(472, 238);
     Controls.Add(topPn_);
     Controls.Add(buttonsPn_);
     Name          = "AsyncRequestDlg";
     StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     Text          = "Asynchronous Request";
     buttonsPn_.ResumeLayout(false);
     topPn_.ResumeLayout(false);
     ResumeLayout(false);
 }
Exemplo 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()
 {
     browseCtrl_       = new BrowseTreeCtrl();
     itemsCtrl_        = new ItemListEditCtrl();
     leftPn_           = new System.Windows.Forms.Panel();
     subscriptionCtrl_ = new SubscriptionsTreeCtrl();
     rightPn_          = new System.Windows.Forms.Panel();
     resultsCtrl_      = new ResultListViewCtrl();
     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();
     leftPn_.SuspendLayout();
     rightPn_.SuspendLayout();
     buttonsPn_.SuspendLayout();
     SuspendLayout();
     //
     // 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, 296);
     browseCtrl_.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(534, 296);
     itemsCtrl_.TabIndex = 2;
     //
     // LeftPN
     //
     leftPn_.Controls.Add(subscriptionCtrl_);
     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, 300);
     leftPn_.TabIndex         = 6;
     //
     // SubscriptionCTRL
     //
     subscriptionCtrl_.Dock     = System.Windows.Forms.DockStyle.Fill;
     subscriptionCtrl_.Location = new System.Drawing.Point(4, 4);
     subscriptionCtrl_.Name     = "subscriptionCtrl_";
     subscriptionCtrl_.Size     = new System.Drawing.Size(246, 296);
     subscriptionCtrl_.TabIndex = 7;
     //
     // 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(254, 0);
     rightPn_.Name     = "rightPn_";
     rightPn_.Size     = new System.Drawing.Size(538, 300);
     rightPn_.TabIndex = 8;
     //
     // 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(534, 296);
     resultsCtrl_.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, 300);
     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 = 6;
     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     = 5;
     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(4, 300);
     splitterV_.TabIndex = 9;
     splitterV_.TabStop  = false;
     //
     // ReadItemsDlg
     //
     AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     ClientSize        = new System.Drawing.Size(792, 336);
     Controls.Add(rightPn_);
     Controls.Add(splitterV_);
     Controls.Add(leftPn_);
     Controls.Add(buttonsPn_);
     Name          = "ReadItemsDlg";
     StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     Text          = "Read Items";
     leftPn_.ResumeLayout(false);
     rightPn_.ResumeLayout(false);
     buttonsPn_.ResumeLayout(false);
     ResumeLayout(false);
 }