/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(NFilteringDataUC));
     this.label1             = new System.Windows.Forms.Label();
     this.compareMethodCombo = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label2             = new System.Windows.Forms.Label();
     this.Value                = new Nevron.UI.WinForm.Controls.NTextBox();
     this.btnApplyFilter       = new Nevron.UI.WinForm.Controls.NButton();
     this.btnResetFilter       = new Nevron.UI.WinForm.Controls.NButton();
     this.label3               = new System.Windows.Forms.Label();
     this.subsetOperationCombo = new Nevron.UI.WinForm.Controls.NComboBox();
     this.btnChangeData        = new Nevron.UI.WinForm.Controls.NButton();
     this.groupBox1            = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.CurrentFilter        = new Nevron.UI.WinForm.Controls.NTextBox();
     this.label5               = new System.Windows.Forms.Label();
     this.OperationList        = new Nevron.UI.WinForm.Controls.NListBox();
     this.label4               = new System.Windows.Forms.Label();
     this.groupBox2            = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.btnRemoveSubset      = new Nevron.UI.WinForm.Controls.NButton();
     this.btnExtractSubset     = new Nevron.UI.WinForm.Controls.NButton();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(10, 74);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(64, 24);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Compare Method:";
     //
     // compareMethodCombo
     //
     this.compareMethodCombo.Location = new System.Drawing.Point(82, 79);
     this.compareMethodCombo.Name     = "compareMethodCombo";
     this.compareMethodCombo.Size     = new System.Drawing.Size(96, 21);
     this.compareMethodCombo.TabIndex = 1;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(10, 55);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(64, 16);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Value:";
     //
     // Value
     //
     this.Value.Location = new System.Drawing.Point(82, 52);
     this.Value.Name     = "Value";
     this.Value.Size     = new System.Drawing.Size(96, 20);
     this.Value.TabIndex = 3;
     this.Value.Text     = "50";
     //
     // btnApplyFilter
     //
     this.btnApplyFilter.Location = new System.Drawing.Point(10, 137);
     this.btnApplyFilter.Name     = "btnApplyFilter";
     this.btnApplyFilter.Size     = new System.Drawing.Size(168, 24);
     this.btnApplyFilter.TabIndex = 4;
     this.btnApplyFilter.Text     = "Apply Filter";
     this.btnApplyFilter.Click   += new System.EventHandler(this.ApplyFilter_Click);
     //
     // btnResetFilter
     //
     this.btnResetFilter.Location = new System.Drawing.Point(10, 21);
     this.btnResetFilter.Name     = "btnResetFilter";
     this.btnResetFilter.Size     = new System.Drawing.Size(167, 23);
     this.btnResetFilter.TabIndex = 5;
     this.btnResetFilter.Text     = "Reset Filter";
     this.btnResetFilter.Click   += new System.EventHandler(this.ResetFilter_Click);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(10, 105);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(64, 32);
     this.label3.TabIndex = 6;
     this.label3.Text     = "Subset Operation:";
     //
     // subsetOperationCombo
     //
     this.subsetOperationCombo.Location = new System.Drawing.Point(82, 107);
     this.subsetOperationCombo.Name     = "subsetOperationCombo";
     this.subsetOperationCombo.Size     = new System.Drawing.Size(96, 21);
     this.subsetOperationCombo.TabIndex = 7;
     //
     // btnChangeData
     //
     this.btnChangeData.Location = new System.Drawing.Point(10, 22);
     this.btnChangeData.Name     = "btnChangeData";
     this.btnChangeData.Size     = new System.Drawing.Size(168, 23);
     this.btnChangeData.TabIndex = 1;
     this.btnChangeData.Text     = "Change Data";
     this.btnChangeData.Click   += new System.EventHandler(this.ChangeData_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.CurrentFilter);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.OperationList);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.compareMethodCombo);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.Value);
     this.groupBox1.Controls.Add(this.btnApplyFilter);
     this.groupBox1.Controls.Add(this.btnResetFilter);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.subsetOperationCombo);
     this.groupBox1.ImageIndex = 0;
     this.groupBox1.Location   = new System.Drawing.Point(7, 7);
     this.groupBox1.Name       = "groupBox1";
     this.groupBox1.Size       = new System.Drawing.Size(190, 345);
     this.groupBox1.TabIndex   = 9;
     this.groupBox1.TabStop    = false;
     this.groupBox1.Text       = "Filter Operations";
     //
     // CurrentFilter
     //
     this.CurrentFilter.Location  = new System.Drawing.Point(10, 283);
     this.CurrentFilter.Multiline = true;
     this.CurrentFilter.Name      = "CurrentFilter";
     this.CurrentFilter.Size      = new System.Drawing.Size(168, 51);
     this.CurrentFilter.TabIndex  = 3;
     this.CurrentFilter.Text      = "textBox1";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(10, 265);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(168, 16);
     this.label5.TabIndex = 2;
     this.label5.Text     = "Current Filter:";
     //
     // OperationList
     //
     this.OperationList.Location = new System.Drawing.Point(10, 185);
     this.OperationList.Name     = "OperationList";
     this.OperationList.Size     = new System.Drawing.Size(168, 69);
     this.OperationList.TabIndex = 0;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(10, 169);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(168, 16);
     this.label4.TabIndex = 1;
     this.label4.Text     = "Operation List:";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.btnRemoveSubset);
     this.groupBox2.Controls.Add(this.btnExtractSubset);
     this.groupBox2.Controls.Add(this.btnChangeData);
     this.groupBox2.ImageIndex = 0;
     this.groupBox2.Location   = new System.Drawing.Point(7, 359);
     this.groupBox2.Name       = "groupBox2";
     this.groupBox2.Size       = new System.Drawing.Size(190, 120);
     this.groupBox2.TabIndex   = 10;
     this.groupBox2.TabStop    = false;
     this.groupBox2.Text       = "Data Series Operations";
     //
     // btnRemoveSubset
     //
     this.btnRemoveSubset.Location = new System.Drawing.Point(10, 86);
     this.btnRemoveSubset.Name     = "btnRemoveSubset";
     this.btnRemoveSubset.Size     = new System.Drawing.Size(168, 23);
     this.btnRemoveSubset.TabIndex = 0;
     this.btnRemoveSubset.Text     = "Remove Subset";
     this.btnRemoveSubset.Click   += new System.EventHandler(this.RemoveSubset_Click);
     //
     // btnExtractSubset
     //
     this.btnExtractSubset.Location = new System.Drawing.Point(10, 54);
     this.btnExtractSubset.Name     = "btnExtractSubset";
     this.btnExtractSubset.Size     = new System.Drawing.Size(168, 23);
     this.btnExtractSubset.TabIndex = 0;
     this.btnExtractSubset.Text     = "Extract Subset";
     this.btnExtractSubset.Click   += new System.EventHandler(this.ExtractSubset_Click);
     //
     // NFilteringDataUC
     //
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.groupBox2);
     this.Name = "NFilteringDataUC";
     this.Size = new System.Drawing.Size(207, 490);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.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.seriesListBox      = new Nevron.UI.WinForm.Controls.NListBox();
     this.btnAddSeries       = new Nevron.UI.WinForm.Controls.NButton();
     this.btnDeleteSeries    = new Nevron.UI.WinForm.Controls.NButton();
     this.comboMultiBarMode  = new Nevron.UI.WinForm.Controls.NComboBox();
     this.scrollTransparency = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.btnColor           = new Nevron.UI.WinForm.Controls.NButton();
     this.label1             = new System.Windows.Forms.Label();
     this.label2             = new System.Windows.Forms.Label();
     this.groupBox1          = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // seriesListBox
     //
     this.seriesListBox.Location              = new System.Drawing.Point(7, 8);
     this.seriesListBox.Name                  = "seriesListBox";
     this.seriesListBox.Size                  = new System.Drawing.Size(147, 173);
     this.seriesListBox.TabIndex              = 0;
     this.seriesListBox.SelectedIndexChanged += new System.EventHandler(this.seriesListBox_SelectedIndexChanged);
     //
     // btnAddSeries
     //
     this.btnAddSeries.Location = new System.Drawing.Point(8, 193);
     this.btnAddSeries.Name     = "btnAddSeries";
     this.btnAddSeries.Size     = new System.Drawing.Size(99, 25);
     this.btnAddSeries.TabIndex = 1;
     this.btnAddSeries.Text     = "Add Bar Series";
     this.btnAddSeries.Click   += new System.EventHandler(this.btnAddSeries_Click);
     //
     // btnDeleteSeries
     //
     this.btnDeleteSeries.Location = new System.Drawing.Point(8, 226);
     this.btnDeleteSeries.Name     = "btnDeleteSeries";
     this.btnDeleteSeries.Size     = new System.Drawing.Size(99, 23);
     this.btnDeleteSeries.TabIndex = 2;
     this.btnDeleteSeries.Text     = "Delete Series";
     this.btnDeleteSeries.Click   += new System.EventHandler(this.btnDeleteSeries_Click);
     //
     // comboMultiBarMode
     //
     this.comboMultiBarMode.Location              = new System.Drawing.Point(8, 44);
     this.comboMultiBarMode.Name                  = "comboMultiBarMode";
     this.comboMultiBarMode.Size                  = new System.Drawing.Size(132, 21);
     this.comboMultiBarMode.TabIndex              = 3;
     this.comboMultiBarMode.SelectedIndexChanged += new System.EventHandler(this.comboMultiBarMode_SelectedIndexChanged);
     //
     // scrollTransparency
     //
     this.scrollTransparency.LargeChange   = 1;
     this.scrollTransparency.Location      = new System.Drawing.Point(8, 103);
     this.scrollTransparency.Name          = "scrollTransparency";
     this.scrollTransparency.Size          = new System.Drawing.Size(128, 16);
     this.scrollTransparency.TabIndex      = 4;
     this.scrollTransparency.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.scrollTransparency_Scroll);
     //
     // btnColor
     //
     this.btnColor.Location = new System.Drawing.Point(8, 134);
     this.btnColor.Name     = "btnColor";
     this.btnColor.Size     = new System.Drawing.Size(99, 23);
     this.btnColor.TabIndex = 5;
     this.btnColor.Text     = "Color";
     this.btnColor.Click   += new System.EventHandler(this.btnColor_Click);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 22);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(93, 17);
     this.label1.TabIndex = 6;
     this.label1.Text     = "Multi Bar Mode:";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 82);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(103, 15);
     this.label2.TabIndex = 7;
     this.label2.Text     = "Transparency:";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.btnColor);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.comboMultiBarMode);
     this.groupBox1.Controls.Add(this.scrollTransparency);
     this.groupBox1.Location = new System.Drawing.Point(7, 264);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(147, 174);
     this.groupBox1.TabIndex = 8;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Bar Properties";
     //
     // AlphaBlendingUC
     //
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.btnDeleteSeries);
     this.Controls.Add(this.btnAddSeries);
     this.Controls.Add(this.seriesListBox);
     this.Name = "AlphaBlendingUC";
     this.Size = new System.Drawing.Size(164, 454);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }