/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     splitterV_   = new System.Windows.Forms.Splitter();
     rightPn_     = new System.Windows.Forms.Panel();
     resultsCtrl_ = new ResultListCtrl();
     itemsCtrl_   = new ItemListCtrl();
     leftPn_      = new System.Windows.Forms.Panel();
     trendCtrl_   = new TrendEditCtrl();
     browseCtrl_  = new BrowseTreeCtrl();
     buttonsPn_   = new System.Windows.Forms.Panel();
     backBtn_     = new System.Windows.Forms.Button();
     nextBtn_     = new System.Windows.Forms.Button();
     doneBtn_     = new System.Windows.Forms.Button();
     cancelBtn_   = new System.Windows.Forms.Button();
     rightPn_.SuspendLayout();
     leftPn_.SuspendLayout();
     buttonsPn_.SuspendLayout();
     SuspendLayout();
     //
     // SplitterV
     //
     splitterV_.Location = new System.Drawing.Point(360, 0);
     splitterV_.Name     = "splitterV_";
     splitterV_.Size     = new System.Drawing.Size(3, 386);
     splitterV_.TabIndex = 12;
     splitterV_.TabStop  = false;
     //
     // 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(363, 0);
     rightPn_.Name     = "rightPn_";
     rightPn_.Size     = new System.Drawing.Size(509, 386);
     rightPn_.TabIndex = 13;
     //
     // 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(505, 382);
     resultsCtrl_.TabIndex  = 1;
     //
     // ItemsCTRL
     //
     itemsCtrl_.AllowDrop = true;
     itemsCtrl_.Dock      = System.Windows.Forms.DockStyle.Fill;
     itemsCtrl_.Location  = new System.Drawing.Point(0, 4);
     itemsCtrl_.Name      = "itemsCtrl_";
     itemsCtrl_.Size      = new System.Drawing.Size(505, 382);
     itemsCtrl_.TabIndex  = 0;
     //
     // LeftPN
     //
     leftPn_.Controls.Add(browseCtrl_);
     leftPn_.Controls.Add(trendCtrl_);
     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(360, 386);
     leftPn_.TabIndex         = 14;
     //
     // TrendCTRL
     //
     trendCtrl_.Dock     = System.Windows.Forms.DockStyle.Fill;
     trendCtrl_.Location = new System.Drawing.Point(4, 4);
     trendCtrl_.Name     = "trendCtrl_";
     trendCtrl_.Size     = new System.Drawing.Size(356, 382);
     trendCtrl_.TabIndex = 2;
     //
     // 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(356, 382);
     browseCtrl_.TabIndex    = 1;
     browseCtrl_.ItemPicked += new BrowseTreeCtrl.ItemPickedEventHandler(BrowseCTRL_ItemPicked);
     //
     // ButtonsPN
     //
     buttonsPn_.Controls.Add(backBtn_);
     buttonsPn_.Controls.Add(nextBtn_);
     buttonsPn_.Controls.Add(doneBtn_);
     buttonsPn_.Controls.Add(cancelBtn_);
     buttonsPn_.Dock     = System.Windows.Forms.DockStyle.Bottom;
     buttonsPn_.Location = new System.Drawing.Point(0, 386);
     buttonsPn_.Name     = "buttonsPn_";
     buttonsPn_.Size     = new System.Drawing.Size(872, 36);
     buttonsPn_.TabIndex = 15;
     //
     // BackBTN
     //
     backBtn_.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     backBtn_.Location = new System.Drawing.Point(632, 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(712, 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.OK;
     doneBtn_.Location     = new System.Drawing.Point(792, 8);
     doneBtn_.Name         = "doneBtn_";
     doneBtn_.TabIndex     = 0;
     doneBtn_.Text         = "Done";
     //
     // 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(792, 8);
     cancelBtn_.Name         = "cancelBtn_";
     cancelBtn_.TabIndex     = 5;
     cancelBtn_.Text         = "Cancel";
     //
     // TrendCreateDlg
     //
     AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     ClientSize        = new System.Drawing.Size(872, 422);
     Controls.Add(rightPn_);
     Controls.Add(splitterV_);
     Controls.Add(leftPn_);
     Controls.Add(buttonsPn_);
     Name          = "TrendCreateDlg";
     StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     Text          = "Create Trend";
     rightPn_.ResumeLayout(false);
     leftPn_.ResumeLayout(false);
     buttonsPn_.ResumeLayout(false);
     ResumeLayout(false);
 }
 /// <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();
     mainPn_    = new System.Windows.Forms.Panel();
     trendCtrl_ = new TrendEditCtrl();
     buttonsPn_.SuspendLayout();
     mainPn_.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(4, 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(248, 8);
     cancelBtn_.Name         = "cancelBtn_";
     cancelBtn_.TabIndex     = 0;
     cancelBtn_.Text         = "Cancel";
     //
     // ButtonsPN
     //
     buttonsPn_.Controls.Add(cancelBtn_);
     buttonsPn_.Controls.Add(okBtn_);
     buttonsPn_.Dock     = System.Windows.Forms.DockStyle.Bottom;
     buttonsPn_.Location = new System.Drawing.Point(0, 146);
     buttonsPn_.Name     = "buttonsPn_";
     buttonsPn_.Size     = new System.Drawing.Size(328, 36);
     buttonsPn_.TabIndex = 0;
     //
     // MainPN
     //
     mainPn_.Controls.Add(trendCtrl_);
     mainPn_.Dock              = System.Windows.Forms.DockStyle.Fill;
     mainPn_.DockPadding.Left  = 4;
     mainPn_.DockPadding.Right = 4;
     mainPn_.DockPadding.Top   = 4;
     mainPn_.Location          = new System.Drawing.Point(0, 0);
     mainPn_.Name              = "mainPn_";
     mainPn_.Size              = new System.Drawing.Size(328, 146);
     mainPn_.TabIndex          = 32;
     //
     // TrendCTRL
     //
     trendCtrl_.Dock        = System.Windows.Forms.DockStyle.Fill;
     trendCtrl_.Location    = new System.Drawing.Point(4, 4);
     trendCtrl_.Name        = "trendCtrl_";
     trendCtrl_.RequestType = RequestType.PlaybackProcessed;
     trendCtrl_.Size        = new System.Drawing.Size(320, 142);
     trendCtrl_.TabIndex    = 0;
     //
     // SubscriptionEditDlg
     //
     AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     ClientSize        = new System.Drawing.Size(328, 182);
     Controls.Add(mainPn_);
     Controls.Add(buttonsPn_);
     Name          = "SubscriptionEditDlg";
     StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     Text          = "Edit Subscription";
     buttonsPn_.ResumeLayout(false);
     mainPn_.ResumeLayout(false);
     ResumeLayout(false);
 }