namespace TradeIdeas.TIProGUI
{
partial class ConfigWindow
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConfigWindow));
this.strategyImageList = new System.Windows.Forms.ImageList(this.components);
this.cbtImageList = new System.Windows.Forms.ImageList(this.components);
this.upDownImageList = new System.Windows.Forms.ImageList(this.components);
this.columChooserImageList = new System.Windows.Forms.ImageList(this.components);
this.btnOK = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.btnFlip = new System.Windows.Forms.Button();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.pnlWait = new System.Windows.Forms.Panel();
this.lblWait = new System.Windows.Forms.Label();
this.btnGPTHelp = new System.Windows.Forms.Button();
this.tabColumnOrder = new System.Windows.Forms.TabPage();
this.panelButtonContainer = new System.Windows.Forms.Panel();
this.btnMoveDownColumnOrder = new System.Windows.Forms.Button();
this.btnMoveUpColumnOrder = new System.Windows.Forms.Button();
this.btnMoveRightColumnOrder = new System.Windows.Forms.Button();
this.btnMoveLeftColumnOrder = new System.Windows.Forms.Button();
this.listBoxPanel1 = new System.Windows.Forms.Panel();
this.tabWindowName = new System.Windows.Forms.TabPage();
this.lblSummary = new System.Windows.Forms.Label();
this.lblWindowName = new System.Windows.Forms.Label();
this.lblChanges = new System.Windows.Forms.Label();
this.pnlSummary = new System.Windows.Forms.Panel();
this.pnlRecentChanges = new System.Windows.Forms.FlowLayoutPanel();
this.txtWindowName = new System.Windows.Forms.TextBox();
this.tabSort = new System.Windows.Forms.TabPage();
this.btnAddDefaultSort = new System.Windows.Forms.Button();
this.btnSortSeek = new System.Windows.Forms.Button();
this.lstSort = new System.Windows.Forms.ListBox();
this.btnSortShowAll = new System.Windows.Forms.Button();
this.btnSortHideUnused = new System.Windows.Forms.Button();
this.groupRadio = new System.Windows.Forms.GroupBox();
this.rdoSmallest = new System.Windows.Forms.RadioButton();
this.rdoBiggest = new System.Windows.Forms.RadioButton();
this.tabColumns = new System.Windows.Forms.TabPage();
this.btnAddDefaultColumn = new System.Windows.Forms.Button();
this.btnColumnSeek = new System.Windows.Forms.Button();
this.lstCurrentColumns = new System.Windows.Forms.ListBox();
this.lstAllColumns = new System.Windows.Forms.ListBox();
this.btnColumnShowAll = new System.Windows.Forms.Button();
this.btnColumnsHideUnused = new System.Windows.Forms.Button();
this.lblSelectedColumns = new System.Windows.Forms.Label();
this.btnDown = new System.Windows.Forms.Button();
this.btnUp = new System.Windows.Forms.Button();
this.btnAdd = new System.Windows.Forms.Button();
this.btnRemove = new System.Windows.Forms.Button();
this.tabSymbolList = new System.Windows.Forms.TabPage();
this.chkSymbolListMultiChangeWarning = new System.Windows.Forms.CheckBox();
this.buttonAddListToCommon = new System.Windows.Forms.Button();
this.cboSelectionCombo = new System.Windows.Forms.ComboBox();
this.btnCreateNewList = new System.Windows.Forms.Button();
this.txtSingleSymbol = new System.Windows.Forms.TextBox();
this.tabExchange = new System.Windows.Forms.TabPage();
this.tabWindowsSpecificFilters = new System.Windows.Forms.TabPage();
this.btnAddDefaultFilter = new System.Windows.Forms.Button();
this.btnFilterSeek = new System.Windows.Forms.Button();
this.btnFilterShowAll = new System.Windows.Forms.Button();
this.btnFilterHideUnused = new System.Windows.Forms.Button();
this.lblMax = new System.Windows.Forms.Label();
this.lblMin = new System.Windows.Forms.Label();
this.filtersPanel = new System.Windows.Forms.Panel();
this.tabAlerts = new System.Windows.Forms.TabPage();
this.btnAddDefaultAlert = new System.Windows.Forms.Button();
this.btnSeek = new System.Windows.Forms.Button();
this.btnShowAll = new System.Windows.Forms.Button();
this.btnHideUnused = new System.Windows.Forms.Button();
this.alertPanel = new System.Windows.Forms.Panel();
this.tabSearch = new System.Windows.Forms.TabPage();
this.showMeButton = new System.Windows.Forms.Button();
this.btnSearchClearAll = new System.Windows.Forms.Button();
this.btnSortBy = new System.Windows.Forms.Button();
this.btnShowColumn = new System.Windows.Forms.Button();
this.btnFind = new System.Windows.Forms.Button();
this.btnHelp = new System.Windows.Forms.Button();
this.txtSearchTerms = new TradeIdeas.TIProGUI.DelayTextBox();
this.lstSearchResults = new System.Windows.Forms.ListBox();
this.cboSearchCategory = new System.Windows.Forms.ComboBox();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.lblSearchCategory = new System.Windows.Forms.Label();
this.lblSearchTabTerms = new System.Windows.Forms.Label();
this.tabStrategy = new System.Windows.Forms.TabPage();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.strategyTreeView = new System.Windows.Forms.TreeView();
this.chkUseAdvancedConfig = new System.Windows.Forms.CheckBox();
this.btnLoadSet = new System.Windows.Forms.Button();
this.testDescribeFiltersRichTextBox = new System.Windows.Forms.RichTextBox();
this.iconFlowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel();
this.lblStrategyDescriptionLabel = new System.Windows.Forms.Label();
this.tabStrategies = new System.Windows.Forms.TabControl();
this.pnlWait.SuspendLayout();
this.tabColumnOrder.SuspendLayout();
this.panelButtonContainer.SuspendLayout();
this.tabWindowName.SuspendLayout();
this.tabSort.SuspendLayout();
this.groupRadio.SuspendLayout();
this.tabColumns.SuspendLayout();
this.tabSymbolList.SuspendLayout();
this.tabWindowsSpecificFilters.SuspendLayout();
this.tabAlerts.SuspendLayout();
this.tabSearch.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.tabStrategy.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.iconFlowLayoutPanel.SuspendLayout();
this.tabStrategies.SuspendLayout();
this.SuspendLayout();
//
// strategyImageList
//
this.strategyImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("strategyImageList.ImageStream")));
this.strategyImageList.TransparentColor = System.Drawing.Color.Transparent;
this.strategyImageList.Images.SetKeyName(0, "BlueInfo.bmp");
this.strategyImageList.Images.SetKeyName(1, "CurrentlyActiveArrow.bmp");
this.strategyImageList.Images.SetKeyName(2, "YellowStar.bmp");
this.strategyImageList.Images.SetKeyName(3, "Folder.bmp");
this.strategyImageList.Images.SetKeyName(4, "GreenArrowUp.bmp");
this.strategyImageList.Images.SetKeyName(5, "RedArrowDown.bmp");
this.strategyImageList.Images.SetKeyName(6, "a.png");
this.strategyImageList.Images.SetKeyName(7, "t.png");
//
// cbtImageList
//
this.cbtImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("cbtImageList.ImageStream")));
this.cbtImageList.TransparentColor = System.Drawing.Color.Transparent;
this.cbtImageList.Images.SetKeyName(0, "mag1.5a.png");
this.cbtImageList.Images.SetKeyName(1, "binocular_sized.png");
//
// upDownImageList
//
this.upDownImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("upDownImageList.ImageStream")));
this.upDownImageList.TransparentColor = System.Drawing.Color.Transparent;
this.upDownImageList.Images.SetKeyName(0, "Down_Arrow_1.png");
this.upDownImageList.Images.SetKeyName(1, "Up_Arrow_1.png");
//
// columChooserImageList
//
this.columChooserImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("columChooserImageList.ImageStream")));
this.columChooserImageList.TransparentColor = System.Drawing.Color.Transparent;
this.columChooserImageList.Images.SetKeyName(0, "Left_Arrow_1.png");
this.columChooserImageList.Images.SetKeyName(1, "Right_Arrow_1.png");
//
// btnOK
//
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnOK.Enabled = false;
this.btnOK.Location = new System.Drawing.Point(21, 442);
this.btnOK.Margin = new System.Windows.Forms.Padding(4);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(100, 28);
this.btnOK.TabIndex = 1;
this.btnOK.Text = "OK";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// btnCancel
//
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.ImageIndex = 0;
this.btnCancel.Location = new System.Drawing.Point(129, 442);
this.btnCancel.Margin = new System.Windows.Forms.Padding(4);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(100, 28);
this.btnCancel.TabIndex = 2;
this.btnCancel.Text = "Cancel";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnFlip
//
this.btnFlip.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnFlip.Location = new System.Drawing.Point(821, 442);
this.btnFlip.Margin = new System.Windows.Forms.Padding(4);
this.btnFlip.Name = "btnFlip";
this.btnFlip.Size = new System.Drawing.Size(100, 28);
this.btnFlip.TabIndex = 3;
this.btnFlip.Text = "Flip";
this.btnFlip.UseVisualStyleBackColor = true;
this.btnFlip.Click += new System.EventHandler(this.btnFlip_Click);
//
// pnlWait
//
this.pnlWait.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.pnlWait.AutoSize = true;
this.pnlWait.Controls.Add(this.lblWait);
this.pnlWait.Location = new System.Drawing.Point(1, -1);
this.pnlWait.Name = "pnlWait";
this.pnlWait.Size = new System.Drawing.Size(946, 487);
this.pnlWait.TabIndex = 4;
//
// lblWait
//
this.lblWait.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblWait.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblWait.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(69)))), ((int)(((byte)(79)))));
this.lblWait.Location = new System.Drawing.Point(0, 0);
this.lblWait.Name = "lblWait";
this.lblWait.Size = new System.Drawing.Size(946, 487);
this.lblWait.TabIndex = 0;
this.lblWait.Text = "Please Wait....";
this.lblWait.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// btnGPTHelp
//
this.btnGPTHelp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnGPTHelp.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
this.btnGPTHelp.Image = global::TradeIdeas.TIProGUI.Properties.Resources.GPT_icon_small;
this.btnGPTHelp.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnGPTHelp.Location = new System.Drawing.Point(236, 442);
this.btnGPTHelp.Margin = new System.Windows.Forms.Padding(4);
this.btnGPTHelp.Name = "btnGPTHelp";
this.btnGPTHelp.Size = new System.Drawing.Size(104, 28);
this.btnGPTHelp.TabIndex = 1;
this.btnGPTHelp.Text = "GPT Help";
this.btnGPTHelp.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.btnGPTHelp.UseVisualStyleBackColor = true;
this.btnGPTHelp.Click += new System.EventHandler(this.btnGPTHelp_Click);
//
// tabColumnOrder
//
this.tabColumnOrder.BackColor = System.Drawing.SystemColors.Control;
this.tabColumnOrder.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.tabColumnOrder.Controls.Add(this.panelButtonContainer);
this.tabColumnOrder.Controls.Add(this.listBoxPanel1);
this.tabColumnOrder.Location = new System.Drawing.Point(4, 25);
this.tabColumnOrder.Name = "tabColumnOrder";
this.tabColumnOrder.Padding = new System.Windows.Forms.Padding(3);
this.tabColumnOrder.Size = new System.Drawing.Size(897, 391);
this.tabColumnOrder.TabIndex = 10;
this.tabColumnOrder.Text = "Column Order";
this.tabColumnOrder.Enter += new System.EventHandler(this.tabColumnOrder_Enter);
this.tabColumnOrder.Layout += new System.Windows.Forms.LayoutEventHandler(this.tabColumnOrder_Layout);
//
// panelButtonContainer
//
this.panelButtonContainer.Controls.Add(this.btnMoveDownColumnOrder);
this.panelButtonContainer.Controls.Add(this.btnMoveUpColumnOrder);
this.panelButtonContainer.Controls.Add(this.btnMoveRightColumnOrder);
this.panelButtonContainer.Controls.Add(this.btnMoveLeftColumnOrder);
this.panelButtonContainer.Location = new System.Drawing.Point(287, 337);
this.panelButtonContainer.Name = "panelButtonContainer";
this.panelButtonContainer.Size = new System.Drawing.Size(281, 40);
this.panelButtonContainer.TabIndex = 19;
//
// btnMoveDownColumnOrder
//
this.btnMoveDownColumnOrder.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnMoveDownColumnOrder.Enabled = false;
this.btnMoveDownColumnOrder.ImageKey = "Down_Arrow_1.png";
this.btnMoveDownColumnOrder.ImageList = this.upDownImageList;
this.btnMoveDownColumnOrder.Location = new System.Drawing.Point(225, 0);
this.btnMoveDownColumnOrder.Name = "btnMoveDownColumnOrder";
this.btnMoveDownColumnOrder.Size = new System.Drawing.Size(56, 40);
this.btnMoveDownColumnOrder.TabIndex = 11;
this.btnMoveDownColumnOrder.UseVisualStyleBackColor = true;
this.btnMoveDownColumnOrder.Click += new System.EventHandler(this.btnMoveDownColumnOrder_Click);
//
// btnMoveUpColumnOrder
//
this.btnMoveUpColumnOrder.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnMoveUpColumnOrder.Enabled = false;
this.btnMoveUpColumnOrder.ImageKey = "Up_Arrow_1.png";
this.btnMoveUpColumnOrder.ImageList = this.upDownImageList;
this.btnMoveUpColumnOrder.Location = new System.Drawing.Point(163, 0);
this.btnMoveUpColumnOrder.Name = "btnMoveUpColumnOrder";
this.btnMoveUpColumnOrder.Size = new System.Drawing.Size(56, 40);
this.btnMoveUpColumnOrder.TabIndex = 18;
this.btnMoveUpColumnOrder.UseVisualStyleBackColor = true;
this.btnMoveUpColumnOrder.Click += new System.EventHandler(this.btnMoveUpColumnOrder_Click);
//
// btnMoveRightColumnOrder
//
this.btnMoveRightColumnOrder.Enabled = false;
this.btnMoveRightColumnOrder.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnMoveRightColumnOrder.ImageKey = "Right_Arrow_1.png";
this.btnMoveRightColumnOrder.ImageList = this.columChooserImageList;
this.btnMoveRightColumnOrder.Location = new System.Drawing.Point(62, 0);
this.btnMoveRightColumnOrder.Name = "btnMoveRightColumnOrder";
this.btnMoveRightColumnOrder.Size = new System.Drawing.Size(56, 40);
this.btnMoveRightColumnOrder.TabIndex = 15;
this.btnMoveRightColumnOrder.UseVisualStyleBackColor = true;
this.btnMoveRightColumnOrder.Click += new System.EventHandler(this.btnMoveRightColumnOrder_Click);
//
// btnMoveLeftColumnOrder
//
this.btnMoveLeftColumnOrder.Enabled = false;
this.btnMoveLeftColumnOrder.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnMoveLeftColumnOrder.ImageKey = "Left_Arrow_1.png";
this.btnMoveLeftColumnOrder.ImageList = this.columChooserImageList;
this.btnMoveLeftColumnOrder.Location = new System.Drawing.Point(0, 0);
this.btnMoveLeftColumnOrder.Name = "btnMoveLeftColumnOrder";
this.btnMoveLeftColumnOrder.Size = new System.Drawing.Size(56, 40);
this.btnMoveLeftColumnOrder.TabIndex = 16;
this.btnMoveLeftColumnOrder.UseVisualStyleBackColor = true;
this.btnMoveLeftColumnOrder.Click += new System.EventHandler(this.btnMoveLeftColumnOrder_Click);
//
// listBoxPanel1
//
this.listBoxPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.listBoxPanel1.AutoScroll = true;
this.listBoxPanel1.Location = new System.Drawing.Point(1, 32);
this.listBoxPanel1.Name = "listBoxPanel1";
this.listBoxPanel1.Size = new System.Drawing.Size(891, 296);
this.listBoxPanel1.TabIndex = 17;
//
// tabWindowName
//
this.tabWindowName.BackColor = System.Drawing.Color.Transparent;
this.tabWindowName.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.tabWindowName.Controls.Add(this.lblSummary);
this.tabWindowName.Controls.Add(this.lblWindowName);
this.tabWindowName.Controls.Add(this.lblChanges);
this.tabWindowName.Controls.Add(this.pnlSummary);
this.tabWindowName.Controls.Add(this.pnlRecentChanges);
this.tabWindowName.Controls.Add(this.txtWindowName);
this.tabWindowName.Location = new System.Drawing.Point(4, 25);
this.tabWindowName.Margin = new System.Windows.Forms.Padding(4);
this.tabWindowName.Name = "tabWindowName";
this.tabWindowName.Padding = new System.Windows.Forms.Padding(4);
this.tabWindowName.Size = new System.Drawing.Size(897, 391);
this.tabWindowName.TabIndex = 5;
this.tabWindowName.Text = "Summary";
this.tabWindowName.Enter += new System.EventHandler(this.showRecentChanges);
this.tabWindowName.Layout += new System.Windows.Forms.LayoutEventHandler(this.tabWindowName_Layout);
this.tabWindowName.Resize += new System.EventHandler(this.tabWindowName_Resize);
//
// lblSummary
//
this.lblSummary.AutoSize = true;
this.lblSummary.Location = new System.Drawing.Point(8, 50);
this.lblSummary.Name = "lblSummary";
this.lblSummary.Size = new System.Drawing.Size(173, 16);
this.lblSummary.TabIndex = 6;
this.lblSummary.Text = "Current Strategy Description";
//
// lblWindowName
//
this.lblWindowName.AutoSize = true;
this.lblWindowName.Location = new System.Drawing.Point(8, 4);
this.lblWindowName.Name = "lblWindowName";
this.lblWindowName.Size = new System.Drawing.Size(98, 16);
this.lblWindowName.TabIndex = 4;
this.lblWindowName.Text = "Window Name:";
//
// lblChanges
//
this.lblChanges.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lblChanges.AutoSize = true;
this.lblChanges.Location = new System.Drawing.Point(5, 300);
this.lblChanges.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblChanges.Name = "lblChanges";
this.lblChanges.Size = new System.Drawing.Size(110, 16);
this.lblChanges.TabIndex = 2;
this.lblChanges.Text = "Recent Changes:";
//
// pnlSummary
//
this.pnlSummary.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.pnlSummary.AutoScroll = true;
this.pnlSummary.BackColor = System.Drawing.Color.White;
this.pnlSummary.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.pnlSummary.Location = new System.Drawing.Point(8, 69);
this.pnlSummary.Name = "pnlSummary";
this.pnlSummary.Size = new System.Drawing.Size(877, 220);
this.pnlSummary.TabIndex = 5;
//
// pnlRecentChanges
//
this.pnlRecentChanges.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.pnlRecentChanges.AutoScroll = true;
this.pnlRecentChanges.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.pnlRecentChanges.Location = new System.Drawing.Point(8, 320);
this.pnlRecentChanges.Margin = new System.Windows.Forms.Padding(4);
this.pnlRecentChanges.Name = "pnlRecentChanges";
this.pnlRecentChanges.Size = new System.Drawing.Size(877, 37);
this.pnlRecentChanges.TabIndex = 3;
//
// txtWindowName
//
this.txtWindowName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtWindowName.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.txtWindowName.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
this.txtWindowName.Location = new System.Drawing.Point(8, 23);
this.txtWindowName.Margin = new System.Windows.Forms.Padding(4);
this.txtWindowName.Name = "txtWindowName";
this.txtWindowName.Size = new System.Drawing.Size(877, 22);
this.txtWindowName.TabIndex = 0;
this.txtWindowName.TextChanged += new System.EventHandler(this.txtWindowName_TextChanged);
//
// tabSort
//
this.tabSort.BackColor = System.Drawing.Color.Transparent;
this.tabSort.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.tabSort.Controls.Add(this.btnAddDefaultSort);
this.tabSort.Controls.Add(this.btnSortSeek);
this.tabSort.Controls.Add(this.lstSort);
this.tabSort.Controls.Add(this.btnSortShowAll);
this.tabSort.Controls.Add(this.btnSortHideUnused);
this.tabSort.Controls.Add(this.groupRadio);
this.tabSort.Location = new System.Drawing.Point(4, 25);
this.tabSort.Name = "tabSort";
this.tabSort.Padding = new System.Windows.Forms.Padding(3);
this.tabSort.Size = new System.Drawing.Size(897, 391);
this.tabSort.TabIndex = 7;
this.tabSort.Text = "Sort";
this.tabSort.Enter += new System.EventHandler(this.pnlSort_Enter);
//
// btnAddDefaultSort
//
this.btnAddDefaultSort.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnAddDefaultSort.Location = new System.Drawing.Point(144, 350);
this.btnAddDefaultSort.Name = "btnAddDefaultSort";
this.btnAddDefaultSort.Size = new System.Drawing.Size(118, 30);
this.btnAddDefaultSort.TabIndex = 3;
this.btnAddDefaultSort.Text = "Add Default";
this.btnAddDefaultSort.UseVisualStyleBackColor = true;
this.btnAddDefaultSort.Click += new System.EventHandler(this.btnBegSort_Click);
//
// btnSortSeek
//
this.btnSortSeek.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnSortSeek.ImageKey = "(none)";
this.btnSortSeek.ImageList = this.cbtImageList;
this.btnSortSeek.Location = new System.Drawing.Point(268, 350);
this.btnSortSeek.Name = "btnSortSeek";
this.btnSortSeek.Size = new System.Drawing.Size(118, 30);
this.btnSortSeek.TabIndex = 4;
this.btnSortSeek.Text = "More";
this.btnSortSeek.UseVisualStyleBackColor = true;
this.btnSortSeek.Click += new System.EventHandler(this.btnSortSeek_Click);
//
// lstSort
//
this.lstSort.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lstSort.BackColor = System.Drawing.SystemColors.Control;
this.lstSort.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
this.lstSort.FormattingEnabled = true;
this.lstSort.HorizontalScrollbar = true;
this.lstSort.ItemHeight = 16;
this.lstSort.Location = new System.Drawing.Point(20, 85);
this.lstSort.Name = "lstSort";
this.lstSort.Size = new System.Drawing.Size(852, 244);
this.lstSort.TabIndex = 1;
this.lstSort.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.DrawItem);
this.lstSort.MeasureItem += new System.Windows.Forms.MeasureItemEventHandler(this.MeasureItem);
this.lstSort.SelectedIndexChanged += new System.EventHandler(this.lstSort_SelectedIndexChanged);
//
// btnSortShowAll
//
this.btnSortShowAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnSortShowAll.Location = new System.Drawing.Point(392, 350);
this.btnSortShowAll.Name = "btnSortShowAll";
this.btnSortShowAll.Size = new System.Drawing.Size(118, 30);
this.btnSortShowAll.TabIndex = 5;
this.btnSortShowAll.Text = "Show All";
this.btnSortShowAll.UseVisualStyleBackColor = true;
this.btnSortShowAll.Visible = false;
this.btnSortShowAll.Click += new System.EventHandler(this.btnSortShowAll_Click);
//
// btnSortHideUnused
//
this.btnSortHideUnused.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnSortHideUnused.Location = new System.Drawing.Point(20, 350);
this.btnSortHideUnused.Name = "btnSortHideUnused";
this.btnSortHideUnused.Size = new System.Drawing.Size(118, 30);
this.btnSortHideUnused.TabIndex = 2;
this.btnSortHideUnused.Text = "Hide Unused";
this.btnSortHideUnused.UseVisualStyleBackColor = true;
this.btnSortHideUnused.Click += new System.EventHandler(this.btnSortHideUnused_Click);
//
// groupRadio
//
this.groupRadio.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupRadio.Controls.Add(this.rdoSmallest);
this.groupRadio.Controls.Add(this.rdoBiggest);
this.groupRadio.Location = new System.Drawing.Point(20, 15);
this.groupRadio.Name = "groupRadio";
this.groupRadio.Size = new System.Drawing.Size(852, 64);
this.groupRadio.TabIndex = 0;
this.groupRadio.TabStop = false;
this.groupRadio.Text = "Sort By";
//
// rdoSmallest
//
this.rdoSmallest.AutoSize = true;
this.rdoSmallest.Location = new System.Drawing.Point(190, 31);
this.rdoSmallest.Name = "rdoSmallest";
this.rdoSmallest.Size = new System.Drawing.Size(123, 20);
this.rdoSmallest.TabIndex = 1;
this.rdoSmallest.Text = "Smallest on Top";
this.rdoSmallest.UseVisualStyleBackColor = true;
this.rdoSmallest.CheckedChanged += new System.EventHandler(this.rdoSmallest_CheckedChanged);
//
// rdoBiggest
//
this.rdoBiggest.AutoSize = true;
this.rdoBiggest.Checked = true;
this.rdoBiggest.Location = new System.Drawing.Point(6, 31);
this.rdoBiggest.Name = "rdoBiggest";
this.rdoBiggest.Size = new System.Drawing.Size(117, 20);
this.rdoBiggest.TabIndex = 0;
this.rdoBiggest.TabStop = true;
this.rdoBiggest.Text = "Biggest on Top";
this.rdoBiggest.UseVisualStyleBackColor = true;
this.rdoBiggest.CheckedChanged += new System.EventHandler(this.rdoBiggest_CheckedChanged);
//
// tabColumns
//
this.tabColumns.BackColor = System.Drawing.SystemColors.Control;
this.tabColumns.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.tabColumns.Controls.Add(this.btnAddDefaultColumn);
this.tabColumns.Controls.Add(this.btnColumnSeek);
this.tabColumns.Controls.Add(this.lstCurrentColumns);
this.tabColumns.Controls.Add(this.lstAllColumns);
this.tabColumns.Controls.Add(this.btnColumnShowAll);
this.tabColumns.Controls.Add(this.btnColumnsHideUnused);
this.tabColumns.Controls.Add(this.lblSelectedColumns);
this.tabColumns.Controls.Add(this.btnDown);
this.tabColumns.Controls.Add(this.btnUp);
this.tabColumns.Controls.Add(this.btnAdd);
this.tabColumns.Controls.Add(this.btnRemove);
this.tabColumns.Location = new System.Drawing.Point(4, 25);
this.tabColumns.Margin = new System.Windows.Forms.Padding(4);
this.tabColumns.Name = "tabColumns";
this.tabColumns.Padding = new System.Windows.Forms.Padding(4);
this.tabColumns.Size = new System.Drawing.Size(897, 391);
this.tabColumns.TabIndex = 6;
this.tabColumns.Text = "Columns";
this.tabColumns.Enter += new System.EventHandler(this.allColumnsPanel_Enter);
this.tabColumns.Layout += new System.Windows.Forms.LayoutEventHandler(this.tabColumns_Layout);
//
// btnAddDefaultColumn
//
this.btnAddDefaultColumn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnAddDefaultColumn.Location = new System.Drawing.Point(552, 347);
this.btnAddDefaultColumn.Name = "btnAddDefaultColumn";
this.btnAddDefaultColumn.Size = new System.Drawing.Size(100, 30);
this.btnAddDefaultColumn.TabIndex = 40;
this.btnAddDefaultColumn.Text = "Add Default";
this.btnAddDefaultColumn.UseVisualStyleBackColor = true;
this.btnAddDefaultColumn.Click += new System.EventHandler(this.btnBegColumn_Click);
//
// btnColumnSeek
//
this.btnColumnSeek.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnColumnSeek.ImageKey = "(none)";
this.btnColumnSeek.ImageList = this.cbtImageList;
this.btnColumnSeek.Location = new System.Drawing.Point(658, 347);
this.btnColumnSeek.Name = "btnColumnSeek";
this.btnColumnSeek.Size = new System.Drawing.Size(100, 30);
this.btnColumnSeek.TabIndex = 41;
this.btnColumnSeek.Text = "More";
this.btnColumnSeek.UseVisualStyleBackColor = true;
this.btnColumnSeek.Click += new System.EventHandler(this.btnColumnSeek_Click);
//
// lstCurrentColumns
//
this.lstCurrentColumns.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.lstCurrentColumns.BackColor = System.Drawing.SystemColors.Control;
this.lstCurrentColumns.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
this.lstCurrentColumns.FormattingEnabled = true;
this.lstCurrentColumns.HorizontalScrollbar = true;
this.lstCurrentColumns.ItemHeight = 16;
this.lstCurrentColumns.Location = new System.Drawing.Point(29, 29);
this.lstCurrentColumns.Name = "lstCurrentColumns";
this.lstCurrentColumns.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
this.lstCurrentColumns.Size = new System.Drawing.Size(336, 308);
this.lstCurrentColumns.TabIndex = 33;
this.lstCurrentColumns.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.DrawItem);
this.lstCurrentColumns.MeasureItem += new System.Windows.Forms.MeasureItemEventHandler(this.MeasureItem);
this.lstCurrentColumns.SelectedIndexChanged += new System.EventHandler(this.lstCurrentColumns_SelectedIndexChanged);
//
// lstAllColumns
//
this.lstAllColumns.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lstAllColumns.BackColor = System.Drawing.SystemColors.Control;
this.lstAllColumns.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
this.lstAllColumns.FormattingEnabled = true;
this.lstAllColumns.HorizontalScrollbar = true;
this.lstAllColumns.ItemHeight = 16;
this.lstAllColumns.Location = new System.Drawing.Point(446, 29);
this.lstAllColumns.Name = "lstAllColumns";
this.lstAllColumns.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
this.lstAllColumns.Size = new System.Drawing.Size(357, 308);
this.lstAllColumns.TabIndex = 32;
this.lstAllColumns.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.DrawItem);
this.lstAllColumns.MeasureItem += new System.Windows.Forms.MeasureItemEventHandler(this.MeasureItem);
this.lstAllColumns.SelectedIndexChanged += new System.EventHandler(this.lstAllColumns_SelectedIndexChanged);
//
// btnColumnShowAll
//
this.btnColumnShowAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnColumnShowAll.Location = new System.Drawing.Point(764, 347);
this.btnColumnShowAll.Name = "btnColumnShowAll";
this.btnColumnShowAll.Size = new System.Drawing.Size(100, 30);
this.btnColumnShowAll.TabIndex = 42;
this.btnColumnShowAll.Text = "Show All";
this.btnColumnShowAll.UseVisualStyleBackColor = true;
this.btnColumnShowAll.Visible = false;
this.btnColumnShowAll.Click += new System.EventHandler(this.btnColumnShowAll_Click);
//
// btnColumnsHideUnused
//
this.btnColumnsHideUnused.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnColumnsHideUnused.Location = new System.Drawing.Point(446, 347);
this.btnColumnsHideUnused.Name = "btnColumnsHideUnused";
this.btnColumnsHideUnused.Size = new System.Drawing.Size(100, 30);
this.btnColumnsHideUnused.TabIndex = 39;
this.btnColumnsHideUnused.Text = "Hide Unused";
this.btnColumnsHideUnused.UseVisualStyleBackColor = true;
this.btnColumnsHideUnused.Click += new System.EventHandler(this.btnColumnsHideUnused_Click);
//
// lblSelectedColumns
//
this.lblSelectedColumns.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.lblSelectedColumns.AutoSize = true;
this.lblSelectedColumns.Location = new System.Drawing.Point(124, 10);
this.lblSelectedColumns.Name = "lblSelectedColumns";
this.lblSelectedColumns.Size = new System.Drawing.Size(146, 16);
this.lblSelectedColumns.TabIndex = 38;
this.lblSelectedColumns.Text = "Your selected columns:";
//
// btnDown
//
this.btnDown.ImageKey = "Down_Arrow_1.png";
this.btnDown.ImageList = this.upDownImageList;
this.btnDown.Location = new System.Drawing.Point(384, 167);
this.btnDown.Name = "btnDown";
this.btnDown.Size = new System.Drawing.Size(56, 40);
this.btnDown.TabIndex = 37;
this.btnDown.UseVisualStyleBackColor = true;
this.btnDown.Visible = false;
this.btnDown.Click += new System.EventHandler(this.btnDown_Click);
//
// btnUp
//
this.btnUp.BackColor = System.Drawing.Color.Transparent;
this.btnUp.ForeColor = System.Drawing.SystemColors.ControlText;
this.btnUp.ImageKey = "Up_Arrow_1.png";
this.btnUp.ImageList = this.upDownImageList;
this.btnUp.Location = new System.Drawing.Point(384, 121);
this.btnUp.Name = "btnUp";
this.btnUp.Size = new System.Drawing.Size(56, 40);
this.btnUp.TabIndex = 36;
this.btnUp.UseVisualStyleBackColor = false;
this.btnUp.Visible = false;
this.btnUp.Click += new System.EventHandler(this.btnUp_Click);
//
// btnAdd
//
this.btnAdd.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnAdd.ImageKey = "Left_Arrow_1.png";
this.btnAdd.ImageList = this.columChooserImageList;
this.btnAdd.Location = new System.Drawing.Point(384, 75);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(56, 40);
this.btnAdd.TabIndex = 35;
this.btnAdd.UseVisualStyleBackColor = true;
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// btnRemove
//
this.btnRemove.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnRemove.ImageKey = "Right_Arrow_1.png";
this.btnRemove.ImageList = this.columChooserImageList;
this.btnRemove.Location = new System.Drawing.Point(384, 29);
this.btnRemove.Name = "btnRemove";
this.btnRemove.Size = new System.Drawing.Size(56, 40);
this.btnRemove.TabIndex = 34;
this.btnRemove.UseVisualStyleBackColor = true;
this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click);
//
// tabSymbolList
//
this.tabSymbolList.BackColor = System.Drawing.Color.Transparent;
this.tabSymbolList.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.tabSymbolList.Controls.Add(this.chkSymbolListMultiChangeWarning);
this.tabSymbolList.Controls.Add(this.buttonAddListToCommon);
this.tabSymbolList.Controls.Add(this.cboSelectionCombo);
this.tabSymbolList.Controls.Add(this.btnCreateNewList);
this.tabSymbolList.Controls.Add(this.txtSingleSymbol);
this.tabSymbolList.Location = new System.Drawing.Point(4, 25);
this.tabSymbolList.Margin = new System.Windows.Forms.Padding(4);
this.tabSymbolList.Name = "tabSymbolList";
this.tabSymbolList.Padding = new System.Windows.Forms.Padding(4);
this.tabSymbolList.Size = new System.Drawing.Size(897, 391);
this.tabSymbolList.TabIndex = 4;
this.tabSymbolList.Text = "Symbol Lists";
//
// chkSymbolListMultiChangeWarning
//
this.chkSymbolListMultiChangeWarning.AutoSize = true;
this.chkSymbolListMultiChangeWarning.Location = new System.Drawing.Point(221, 17);
this.chkSymbolListMultiChangeWarning.Name = "chkSymbolListMultiChangeWarning";
this.chkSymbolListMultiChangeWarning.Size = new System.Drawing.Size(212, 20);
this.chkSymbolListMultiChangeWarning.TabIndex = 9;
this.chkSymbolListMultiChangeWarning.Text = "Apply changes to all strategies.";
this.chkSymbolListMultiChangeWarning.UseVisualStyleBackColor = true;
this.chkSymbolListMultiChangeWarning.Visible = false;
this.chkSymbolListMultiChangeWarning.CheckedChanged += new System.EventHandler(this.chkSymbolListMultiChangeWarning_CheckedChanged);
//
// buttonAddListToCommon
//
this.buttonAddListToCommon.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.buttonAddListToCommon.AutoSize = true;
this.buttonAddListToCommon.Location = new System.Drawing.Point(700, 11);
this.buttonAddListToCommon.Name = "buttonAddListToCommon";
this.buttonAddListToCommon.Size = new System.Drawing.Size(186, 26);
this.buttonAddListToCommon.TabIndex = 7;
this.buttonAddListToCommon.Text = "Add Existing List";
this.buttonAddListToCommon.UseVisualStyleBackColor = true;
this.buttonAddListToCommon.Click += new System.EventHandler(this.button1_Click);
//
// cboSelectionCombo
//
this.cboSelectionCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboSelectionCombo.FormattingEnabled = true;
this.cboSelectionCombo.Location = new System.Drawing.Point(20, 13);
this.cboSelectionCombo.Name = "cboSelectionCombo";
this.cboSelectionCombo.Size = new System.Drawing.Size(184, 24);
this.cboSelectionCombo.TabIndex = 6;
this.cboSelectionCombo.SelectedIndexChanged += new System.EventHandler(this.cboSelectionCombo_SelectedIndexChanged);
this.cboSelectionCombo.SelectionChangeCommitted += new System.EventHandler(this.cboSelectionCombo_SelectionChangeCommitted);
//
// btnCreateNewList
//
this.btnCreateNewList.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnCreateNewList.AutoSize = true;
this.btnCreateNewList.Enabled = false;
this.btnCreateNewList.Location = new System.Drawing.Point(20, 354);
this.btnCreateNewList.Name = "btnCreateNewList";
this.btnCreateNewList.Size = new System.Drawing.Size(118, 26);
this.btnCreateNewList.TabIndex = 5;
this.btnCreateNewList.Text = "Create New List";
this.btnCreateNewList.UseVisualStyleBackColor = true;
this.btnCreateNewList.Click += new System.EventHandler(this.createNewListButton_Click);
//
// txtSingleSymbol
//
this.txtSingleSymbol.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtSingleSymbol.Location = new System.Drawing.Point(20, 44);
this.txtSingleSymbol.Margin = new System.Windows.Forms.Padding(4);
this.txtSingleSymbol.Name = "txtSingleSymbol";
this.txtSingleSymbol.Size = new System.Drawing.Size(865, 22);
this.txtSingleSymbol.TabIndex = 2;
this.txtSingleSymbol.TextChanged += new System.EventHandler(this.txtSingleSymbol_TextChanged);
//
// tabExchange
//
this.tabExchange.BackColor = System.Drawing.Color.Transparent;
this.tabExchange.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.tabExchange.Location = new System.Drawing.Point(4, 25);
this.tabExchange.Margin = new System.Windows.Forms.Padding(4);
this.tabExchange.Name = "tabExchange";
this.tabExchange.Padding = new System.Windows.Forms.Padding(4);
this.tabExchange.Size = new System.Drawing.Size(897, 391);
this.tabExchange.TabIndex = 3;
this.tabExchange.Text = "Exchanges";
//
// tabWindowsSpecificFilters
//
this.tabWindowsSpecificFilters.BackColor = System.Drawing.Color.Transparent;
this.tabWindowsSpecificFilters.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.tabWindowsSpecificFilters.Controls.Add(this.btnAddDefaultFilter);
this.tabWindowsSpecificFilters.Controls.Add(this.btnFilterSeek);
this.tabWindowsSpecificFilters.Controls.Add(this.btnFilterShowAll);
this.tabWindowsSpecificFilters.Controls.Add(this.btnFilterHideUnused);
this.tabWindowsSpecificFilters.Controls.Add(this.lblMax);
this.tabWindowsSpecificFilters.Controls.Add(this.lblMin);
this.tabWindowsSpecificFilters.Controls.Add(this.filtersPanel);
this.tabWindowsSpecificFilters.Location = new System.Drawing.Point(4, 25);
this.tabWindowsSpecificFilters.Margin = new System.Windows.Forms.Padding(4);
this.tabWindowsSpecificFilters.Name = "tabWindowsSpecificFilters";
this.tabWindowsSpecificFilters.Padding = new System.Windows.Forms.Padding(4);
this.tabWindowsSpecificFilters.Size = new System.Drawing.Size(897, 391);
this.tabWindowsSpecificFilters.TabIndex = 2;
this.tabWindowsSpecificFilters.Text = "Window Specific Filters";
this.tabWindowsSpecificFilters.Enter += new System.EventHandler(this.tabWindowsSpecificFilters_Enter);
//
// btnAddDefaultFilter
//
this.btnAddDefaultFilter.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnAddDefaultFilter.Location = new System.Drawing.Point(144, 350);
this.btnAddDefaultFilter.Name = "btnAddDefaultFilter";
this.btnAddDefaultFilter.Size = new System.Drawing.Size(118, 30);
this.btnAddDefaultFilter.TabIndex = 8;
this.btnAddDefaultFilter.Text = "Add Default";
this.btnAddDefaultFilter.UseVisualStyleBackColor = true;
this.btnAddDefaultFilter.Click += new System.EventHandler(this.btnBegFilter_Click);
//
// btnFilterSeek
//
this.btnFilterSeek.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnFilterSeek.ImageKey = "(none)";
this.btnFilterSeek.ImageList = this.cbtImageList;
this.btnFilterSeek.Location = new System.Drawing.Point(268, 350);
this.btnFilterSeek.Name = "btnFilterSeek";
this.btnFilterSeek.Size = new System.Drawing.Size(118, 30);
this.btnFilterSeek.TabIndex = 9;
this.btnFilterSeek.Text = "More";
this.btnFilterSeek.UseVisualStyleBackColor = true;
this.btnFilterSeek.Click += new System.EventHandler(this.btnFilterSeek_Click);
//
// btnFilterShowAll
//
this.btnFilterShowAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnFilterShowAll.Location = new System.Drawing.Point(392, 350);
this.btnFilterShowAll.Name = "btnFilterShowAll";
this.btnFilterShowAll.Size = new System.Drawing.Size(118, 30);
this.btnFilterShowAll.TabIndex = 10;
this.btnFilterShowAll.Text = "Show All";
this.btnFilterShowAll.UseVisualStyleBackColor = true;
this.btnFilterShowAll.Visible = false;
this.btnFilterShowAll.Click += new System.EventHandler(this.btnFilterShowAll_Click);
//
// btnFilterHideUnused
//
this.btnFilterHideUnused.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnFilterHideUnused.Location = new System.Drawing.Point(20, 350);
this.btnFilterHideUnused.Name = "btnFilterHideUnused";
this.btnFilterHideUnused.Size = new System.Drawing.Size(118, 30);
this.btnFilterHideUnused.TabIndex = 7;
this.btnFilterHideUnused.Text = "Hide Unused";
this.btnFilterHideUnused.UseVisualStyleBackColor = true;
this.btnFilterHideUnused.Click += new System.EventHandler(this.btnFilterHideUnused_Click);
//
// lblMax
//
this.lblMax.AutoSize = true;
this.lblMax.Location = new System.Drawing.Point(396, 17);
this.lblMax.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblMax.Name = "lblMax";
this.lblMax.Size = new System.Drawing.Size(32, 16);
this.lblMax.TabIndex = 6;
this.lblMax.Text = "Max";
//
// lblMin
//
this.lblMin.AutoSize = true;
this.lblMin.Location = new System.Drawing.Point(294, 17);
this.lblMin.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblMin.Name = "lblMin";
this.lblMin.Size = new System.Drawing.Size(28, 16);
this.lblMin.TabIndex = 5;
this.lblMin.Text = "Min";
//
// filtersPanel
//
this.filtersPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.filtersPanel.AutoScroll = true;
this.filtersPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.filtersPanel.Location = new System.Drawing.Point(20, 37);
this.filtersPanel.Margin = new System.Windows.Forms.Padding(4);
this.filtersPanel.Name = "filtersPanel";
this.filtersPanel.Size = new System.Drawing.Size(854, 305);
this.filtersPanel.TabIndex = 4;
//
// tabAlerts
//
this.tabAlerts.BackColor = System.Drawing.Color.Transparent;
this.tabAlerts.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.tabAlerts.Controls.Add(this.btnAddDefaultAlert);
this.tabAlerts.Controls.Add(this.btnSeek);
this.tabAlerts.Controls.Add(this.btnShowAll);
this.tabAlerts.Controls.Add(this.btnHideUnused);
this.tabAlerts.Controls.Add(this.alertPanel);
this.tabAlerts.Location = new System.Drawing.Point(4, 25);
this.tabAlerts.Margin = new System.Windows.Forms.Padding(4);
this.tabAlerts.Name = "tabAlerts";
this.tabAlerts.Padding = new System.Windows.Forms.Padding(4);
this.tabAlerts.Size = new System.Drawing.Size(897, 391);
this.tabAlerts.TabIndex = 1;
this.tabAlerts.Text = "Select Alerts";
this.tabAlerts.Enter += new System.EventHandler(this.tabAlerts_Enter);
//
// btnAddDefaultAlert
//
this.btnAddDefaultAlert.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnAddDefaultAlert.Location = new System.Drawing.Point(144, 350);
this.btnAddDefaultAlert.Name = "btnAddDefaultAlert";
this.btnAddDefaultAlert.Size = new System.Drawing.Size(118, 30);
this.btnAddDefaultAlert.TabIndex = 6;
this.btnAddDefaultAlert.Text = "Add Default";
this.btnAddDefaultAlert.UseVisualStyleBackColor = true;
this.btnAddDefaultAlert.Click += new System.EventHandler(this.btnBegAlert_Click);
//
// btnSeek
//
this.btnSeek.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnSeek.ImageKey = "(none)";
this.btnSeek.ImageList = this.cbtImageList;
this.btnSeek.Location = new System.Drawing.Point(268, 350);
this.btnSeek.Name = "btnSeek";
this.btnSeek.Size = new System.Drawing.Size(118, 30);
this.btnSeek.TabIndex = 7;
this.btnSeek.Text = "More";
this.btnSeek.UseVisualStyleBackColor = true;
this.btnSeek.Click += new System.EventHandler(this.btnSeek_Click);
//
// btnShowAll
//
this.btnShowAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnShowAll.Location = new System.Drawing.Point(392, 350);
this.btnShowAll.Name = "btnShowAll";
this.btnShowAll.Size = new System.Drawing.Size(118, 30);
this.btnShowAll.TabIndex = 8;
this.btnShowAll.Text = "Show All";
this.btnShowAll.UseVisualStyleBackColor = true;
this.btnShowAll.Visible = false;
this.btnShowAll.Click += new System.EventHandler(this.btnShowAll_Click);
//
// btnHideUnused
//
this.btnHideUnused.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnHideUnused.Location = new System.Drawing.Point(20, 350);
this.btnHideUnused.Name = "btnHideUnused";
this.btnHideUnused.Size = new System.Drawing.Size(118, 30);
this.btnHideUnused.TabIndex = 5;
this.btnHideUnused.Text = "Hide Unused";
this.btnHideUnused.UseVisualStyleBackColor = true;
this.btnHideUnused.Click += new System.EventHandler(this.btnHideUnused_Click);
//
// alertPanel
//
this.alertPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.alertPanel.AutoScroll = true;
this.alertPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.alertPanel.Location = new System.Drawing.Point(20, 8);
this.alertPanel.Margin = new System.Windows.Forms.Padding(4);
this.alertPanel.Name = "alertPanel";
this.alertPanel.Size = new System.Drawing.Size(852, 325);
this.alertPanel.TabIndex = 4;
//
// tabSearch
//
this.tabSearch.BackColor = System.Drawing.SystemColors.Control;
this.tabSearch.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.tabSearch.Controls.Add(this.showMeButton);
this.tabSearch.Controls.Add(this.btnSearchClearAll);
this.tabSearch.Controls.Add(this.btnSortBy);
this.tabSearch.Controls.Add(this.btnShowColumn);
this.tabSearch.Controls.Add(this.btnFind);
this.tabSearch.Controls.Add(this.btnHelp);
this.tabSearch.Controls.Add(this.txtSearchTerms);
this.tabSearch.Controls.Add(this.lstSearchResults);
this.tabSearch.Controls.Add(this.cboSearchCategory);
this.tabSearch.Controls.Add(this.tableLayoutPanel1);
this.tabSearch.Location = new System.Drawing.Point(4, 25);
this.tabSearch.Name = "tabSearch";
this.tabSearch.Padding = new System.Windows.Forms.Padding(3);
this.tabSearch.Size = new System.Drawing.Size(897, 391);
this.tabSearch.TabIndex = 9;
this.tabSearch.Text = "Search";
this.tabSearch.Enter += new System.EventHandler(this.tabSearch_Enter);
this.tabSearch.Layout += new System.Windows.Forms.LayoutEventHandler(this.tabSearch_Layout);
//
// showMeButton
//
this.showMeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.showMeButton.ImageIndex = 0;
this.showMeButton.ImageList = this.cbtImageList;
this.showMeButton.Location = new System.Drawing.Point(555, 350);
this.showMeButton.Name = "showMeButton";
this.showMeButton.Size = new System.Drawing.Size(29, 29);
this.showMeButton.TabIndex = 12;
this.showMeButton.UseVisualStyleBackColor = true;
this.showMeButton.Click += new System.EventHandler(this.showMeButton_Click);
//
// btnSearchClearAll
//
this.btnSearchClearAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnSearchClearAll.Enabled = false;
this.btnSearchClearAll.Location = new System.Drawing.Point(474, 350);
this.btnSearchClearAll.Name = "btnSearchClearAll";
this.btnSearchClearAll.Size = new System.Drawing.Size(75, 29);
this.btnSearchClearAll.TabIndex = 10;
this.btnSearchClearAll.Text = "Clear All";
this.btnSearchClearAll.UseVisualStyleBackColor = true;
this.btnSearchClearAll.Click += new System.EventHandler(this.btnSearchClearAll_Click);
//
// btnSortBy
//
this.btnSortBy.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnSortBy.Enabled = false;
this.btnSortBy.Location = new System.Drawing.Point(385, 350);
this.btnSortBy.Name = "btnSortBy";
this.btnSortBy.Size = new System.Drawing.Size(83, 29);
this.btnSortBy.TabIndex = 9;
this.btnSortBy.Text = "Sort By";
this.btnSortBy.UseVisualStyleBackColor = true;
this.btnSortBy.Click += new System.EventHandler(this.btnSortBy_Click);
//
// btnShowColumn
//
this.btnShowColumn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnShowColumn.Enabled = false;
this.btnShowColumn.Location = new System.Drawing.Point(259, 350);
this.btnShowColumn.Name = "btnShowColumn";
this.btnShowColumn.Size = new System.Drawing.Size(120, 29);
this.btnShowColumn.TabIndex = 8;
this.btnShowColumn.Text = "Show Column";
this.btnShowColumn.UseVisualStyleBackColor = true;
this.btnShowColumn.Click += new System.EventHandler(this.btnShowColumn_Click);
//
// btnFind
//
this.btnFind.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnFind.Enabled = false;
this.btnFind.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnFind.Location = new System.Drawing.Point(133, 350);
this.btnFind.Name = "btnFind";
this.btnFind.Size = new System.Drawing.Size(120, 29);
this.btnFind.TabIndex = 7;
this.btnFind.Text = "Add";
this.btnFind.UseVisualStyleBackColor = true;
this.btnFind.Click += new System.EventHandler(this.btnFind_Click);
//
// btnHelp
//
this.btnHelp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnHelp.Enabled = false;
this.btnHelp.Location = new System.Drawing.Point(49, 350);
this.btnHelp.Name = "btnHelp";
this.btnHelp.Size = new System.Drawing.Size(75, 29);
this.btnHelp.TabIndex = 6;
this.btnHelp.Text = "Help";
this.btnHelp.UseVisualStyleBackColor = true;
this.btnHelp.Click += new System.EventHandler(this.btnHelp_Click);
//
// txtSearchTerms
//
this.txtSearchTerms.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtSearchTerms.Delay = 1000;
this.txtSearchTerms.Location = new System.Drawing.Point(133, 52);
this.txtSearchTerms.Name = "txtSearchTerms";
this.txtSearchTerms.Size = new System.Drawing.Size(717, 22);
this.txtSearchTerms.TabIndex = 4;
this.txtSearchTerms.TextChanged += new System.EventHandler(this.useTheSearchTab);
//
// lstSearchResults
//
this.lstSearchResults.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lstSearchResults.BackColor = System.Drawing.SystemColors.Control;
this.lstSearchResults.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
this.lstSearchResults.FormattingEnabled = true;
this.lstSearchResults.HorizontalScrollbar = true;
this.lstSearchResults.ItemHeight = 16;
this.lstSearchResults.Location = new System.Drawing.Point(49, 89);
this.lstSearchResults.Name = "lstSearchResults";
this.lstSearchResults.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
this.lstSearchResults.Size = new System.Drawing.Size(801, 244);
this.lstSearchResults.TabIndex = 5;
this.lstSearchResults.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.DrawItem);
this.lstSearchResults.MeasureItem += new System.Windows.Forms.MeasureItemEventHandler(this.MeasureItem);
this.lstSearchResults.SelectedIndexChanged += new System.EventHandler(this.lstSearchResults_SelectedIndexChanged);
this.lstSearchResults.MouseUp += new System.Windows.Forms.MouseEventHandler(this.lstSearchResults_MouseUp);
//
// cboSearchCategory
//
this.cboSearchCategory.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.cboSearchCategory.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboSearchCategory.FormattingEnabled = true;
this.cboSearchCategory.Location = new System.Drawing.Point(133, 14);
this.cboSearchCategory.Name = "cboSearchCategory";
this.cboSearchCategory.Size = new System.Drawing.Size(717, 24);
this.cboSearchCategory.TabIndex = 0;
this.cboSearchCategory.SelectionChangeCommitted += new System.EventHandler(this.useTheSearchTab);
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 1;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.Controls.Add(this.lblSearchCategory, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.lblSearchTabTerms, 0, 1);
this.tableLayoutPanel1.Location = new System.Drawing.Point(7, 6);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 2;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(120, 77);
this.tableLayoutPanel1.TabIndex = 11;
//
// lblSearchCategory
//
this.lblSearchCategory.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lblSearchCategory.AutoSize = true;
this.lblSearchCategory.Location = new System.Drawing.Point(3, 0);
this.lblSearchCategory.Name = "lblSearchCategory";
this.lblSearchCategory.Size = new System.Drawing.Size(114, 38);
this.lblSearchCategory.TabIndex = 2;
this.lblSearchCategory.Text = "Category:";
this.lblSearchCategory.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// lblSearchTabTerms
//
this.lblSearchTabTerms.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lblSearchTabTerms.AutoSize = true;
this.lblSearchTabTerms.Location = new System.Drawing.Point(3, 38);
this.lblSearchTabTerms.Name = "lblSearchTabTerms";
this.lblSearchTabTerms.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.lblSearchTabTerms.Size = new System.Drawing.Size(114, 39);
this.lblSearchTabTerms.TabIndex = 3;
this.lblSearchTabTerms.Text = "Search Terms:";
this.lblSearchTabTerms.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// tabStrategy
//
this.tabStrategy.AutoScroll = true;
this.tabStrategy.BackColor = System.Drawing.Color.Transparent;
this.tabStrategy.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.tabStrategy.Controls.Add(this.splitContainer1);
this.tabStrategy.Location = new System.Drawing.Point(4, 25);
this.tabStrategy.Margin = new System.Windows.Forms.Padding(4);
this.tabStrategy.Name = "tabStrategy";
this.tabStrategy.Padding = new System.Windows.Forms.Padding(4);
this.tabStrategy.Size = new System.Drawing.Size(897, 391);
this.tabStrategy.TabIndex = 0;
this.tabStrategy.Text = "Strategies";
//
// splitContainer1
//
this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(4, 4);
this.splitContainer1.Margin = new System.Windows.Forms.Padding(4);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.BackColor = System.Drawing.Color.Transparent;
this.splitContainer1.Panel1.Controls.Add(this.strategyTreeView);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.AutoScroll = true;
this.splitContainer1.Panel2.BackColor = System.Drawing.Color.Transparent;
this.splitContainer1.Panel2.Controls.Add(this.chkUseAdvancedConfig);
this.splitContainer1.Panel2.Controls.Add(this.btnLoadSet);
this.splitContainer1.Panel2.Controls.Add(this.testDescribeFiltersRichTextBox);
this.splitContainer1.Panel2.Controls.Add(this.iconFlowLayoutPanel);
this.splitContainer1.Size = new System.Drawing.Size(885, 379);
this.splitContainer1.SplitterDistance = 292;
this.splitContainer1.SplitterWidth = 5;
this.splitContainer1.TabIndex = 0;
//
// strategyTreeView
//
this.strategyTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
this.strategyTreeView.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.strategyTreeView.ImageIndex = 0;
this.strategyTreeView.ImageList = this.strategyImageList;
this.strategyTreeView.ItemHeight = 20;
this.strategyTreeView.Location = new System.Drawing.Point(0, 0);
this.strategyTreeView.Margin = new System.Windows.Forms.Padding(4);
this.strategyTreeView.Name = "strategyTreeView";
this.strategyTreeView.SelectedImageIndex = 0;
this.strategyTreeView.Size = new System.Drawing.Size(288, 375);
this.strategyTreeView.TabIndex = 0;
this.strategyTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.strategyTreeView_AfterSelect);
this.strategyTreeView.DoubleClick += new System.EventHandler(this.strategyIcon_MouseDoubleClick);
//
// chkUseAdvancedConfig
//
this.chkUseAdvancedConfig.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.chkUseAdvancedConfig.AutoSize = true;
this.chkUseAdvancedConfig.Location = new System.Drawing.Point(178, 357);
this.chkUseAdvancedConfig.Name = "chkUseAdvancedConfig";
this.chkUseAdvancedConfig.Size = new System.Drawing.Size(15, 14);
this.chkUseAdvancedConfig.TabIndex = 5;
this.chkUseAdvancedConfig.UseVisualStyleBackColor = true;
this.chkUseAdvancedConfig.CheckedChanged += new System.EventHandler(this.chkUseAdvancedConfig_CheckedChanged);
//
// btnLoadSet
//
this.btnLoadSet.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnLoadSet.ImageKey = "Down_Arrow.png";
this.btnLoadSet.Location = new System.Drawing.Point(8, 343);
this.btnLoadSet.Margin = new System.Windows.Forms.Padding(4);
this.btnLoadSet.Name = "btnLoadSet";
this.btnLoadSet.Size = new System.Drawing.Size(140, 28);
this.btnLoadSet.TabIndex = 1;
this.btnLoadSet.Text = "Load Settings";
this.btnLoadSet.UseVisualStyleBackColor = true;
this.btnLoadSet.Click += new System.EventHandler(this.btnLoadSet_Click);
//
// testDescribeFiltersRichTextBox
//
this.testDescribeFiltersRichTextBox.Location = new System.Drawing.Point(155, 82);
this.testDescribeFiltersRichTextBox.Name = "testDescribeFiltersRichTextBox";
this.testDescribeFiltersRichTextBox.Size = new System.Drawing.Size(276, 253);
this.testDescribeFiltersRichTextBox.TabIndex = 4;
this.testDescribeFiltersRichTextBox.Text = "";
this.testDescribeFiltersRichTextBox.Visible = false;
//
// iconFlowLayoutPanel
//
this.iconFlowLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.iconFlowLayoutPanel.AutoScroll = true;
this.iconFlowLayoutPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.iconFlowLayoutPanel.Controls.Add(this.lblStrategyDescriptionLabel);
this.iconFlowLayoutPanel.Location = new System.Drawing.Point(8, 4);
this.iconFlowLayoutPanel.Margin = new System.Windows.Forms.Padding(4);
this.iconFlowLayoutPanel.Name = "iconFlowLayoutPanel";
this.iconFlowLayoutPanel.Size = new System.Drawing.Size(505, 331);
this.iconFlowLayoutPanel.TabIndex = 2;
this.iconFlowLayoutPanel.MouseClick += new System.Windows.Forms.MouseEventHandler(this.iconFlowLayoutPanel_MouseClick);
//
// lblStrategyDescriptionLabel
//
this.lblStrategyDescriptionLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lblStrategyDescriptionLabel.AutoSize = true;
this.lblStrategyDescriptionLabel.Location = new System.Drawing.Point(0, 0);
this.lblStrategyDescriptionLabel.Margin = new System.Windows.Forms.Padding(0, 0, 4, 0);
this.lblStrategyDescriptionLabel.Name = "lblStrategyDescriptionLabel";
this.lblStrategyDescriptionLabel.Size = new System.Drawing.Size(0, 16);
this.lblStrategyDescriptionLabel.TabIndex = 0;
//
// tabStrategies
//
this.tabStrategies.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tabStrategies.Controls.Add(this.tabStrategy);
this.tabStrategies.Controls.Add(this.tabSearch);
this.tabStrategies.Controls.Add(this.tabAlerts);
this.tabStrategies.Controls.Add(this.tabWindowsSpecificFilters);
this.tabStrategies.Controls.Add(this.tabExchange);
this.tabStrategies.Controls.Add(this.tabSymbolList);
this.tabStrategies.Controls.Add(this.tabColumns);
this.tabStrategies.Controls.Add(this.tabSort);
this.tabStrategies.Controls.Add(this.tabWindowName);
this.tabStrategies.Controls.Add(this.tabColumnOrder);
this.tabStrategies.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.tabStrategies.ImageList = this.strategyImageList;
this.tabStrategies.Location = new System.Drawing.Point(16, 14);
this.tabStrategies.Margin = new System.Windows.Forms.Padding(4);
this.tabStrategies.Name = "tabStrategies";
this.tabStrategies.SelectedIndex = 0;
this.tabStrategies.Size = new System.Drawing.Size(905, 420);
this.tabStrategies.TabIndex = 0;
this.tabStrategies.Selecting += new System.Windows.Forms.TabControlCancelEventHandler(this.tabStrategies_Selecting);
this.tabStrategies.MouseClick += new System.Windows.Forms.MouseEventHandler(this.tabStrategies_MouseClick);
//
// ConfigWindow
//
this.AcceptButton = this.btnOK;
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnCancel;
this.ClientSize = new System.Drawing.Size(947, 485);
this.Controls.Add(this.btnGPTHelp);
this.Controls.Add(this.btnFlip);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.tabStrategies);
this.Controls.Add(this.pnlWait);
this.DoubleBuffered = true;
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Location = new System.Drawing.Point(50, 50);
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "ConfigWindow";
this.Text = "ConfigWindow";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ConfigWindow_FormClosing);
this.VisibleChanged += new System.EventHandler(this.ConfigWindow_VisibleChanged);
this.Resize += new System.EventHandler(this.ConfigWindow_Resize);
this.pnlWait.ResumeLayout(false);
this.tabColumnOrder.ResumeLayout(false);
this.panelButtonContainer.ResumeLayout(false);
this.tabWindowName.ResumeLayout(false);
this.tabWindowName.PerformLayout();
this.tabSort.ResumeLayout(false);
this.groupRadio.ResumeLayout(false);
this.groupRadio.PerformLayout();
this.tabColumns.ResumeLayout(false);
this.tabColumns.PerformLayout();
this.tabSymbolList.ResumeLayout(false);
this.tabSymbolList.PerformLayout();
this.tabWindowsSpecificFilters.ResumeLayout(false);
this.tabWindowsSpecificFilters.PerformLayout();
this.tabAlerts.ResumeLayout(false);
this.tabSearch.ResumeLayout(false);
this.tabSearch.PerformLayout();
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
this.tabStrategy.ResumeLayout(false);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.Panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.iconFlowLayoutPanel.ResumeLayout(false);
this.iconFlowLayoutPanel.PerformLayout();
this.tabStrategies.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnFlip;
private System.Windows.Forms.ImageList strategyImageList;
//Declare the Delay Text boxes here..
//private System.Windows.Forms.TextBox txtAlertSearchTerms;
//private System.Windows.Forms.TextBox txtFilterSearch;
private System.Windows.Forms.ImageList columChooserImageList;
private System.Windows.Forms.ImageList upDownImageList;
private System.Windows.Forms.ImageList cbtImageList;
private System.Windows.Forms.ToolTip toolTip1;
private System.Windows.Forms.Panel pnlWait;
private System.Windows.Forms.Label lblWait;
private System.Windows.Forms.TabPage tabColumnOrder;
private System.Windows.Forms.Button btnMoveLeftColumnOrder;
private System.Windows.Forms.Button btnMoveRightColumnOrder;
private System.Windows.Forms.Button btnMoveDownColumnOrder;
private System.Windows.Forms.TabPage tabWindowName;
private System.Windows.Forms.Label lblSummary;
private System.Windows.Forms.Label lblWindowName;
private System.Windows.Forms.Label lblChanges;
private System.Windows.Forms.Panel pnlSummary;
private System.Windows.Forms.FlowLayoutPanel pnlRecentChanges;
private System.Windows.Forms.TextBox txtWindowName;
private System.Windows.Forms.TabPage tabSort;
private System.Windows.Forms.Button btnAddDefaultSort;
private System.Windows.Forms.Button btnSortSeek;
private System.Windows.Forms.ListBox lstSort;
private System.Windows.Forms.Button btnSortShowAll;
private System.Windows.Forms.Button btnSortHideUnused;
private System.Windows.Forms.GroupBox groupRadio;
private System.Windows.Forms.RadioButton rdoSmallest;
private System.Windows.Forms.RadioButton rdoBiggest;
private System.Windows.Forms.TabPage tabColumns;
private System.Windows.Forms.TabPage tabSymbolList;
private System.Windows.Forms.Button buttonAddListToCommon;
private System.Windows.Forms.ComboBox cboSelectionCombo;
private System.Windows.Forms.Button btnCreateNewList;
private System.Windows.Forms.TextBox txtSingleSymbol;
private System.Windows.Forms.TabPage tabExchange;
private System.Windows.Forms.TabPage tabWindowsSpecificFilters;
private System.Windows.Forms.Button btnAddDefaultFilter;
private System.Windows.Forms.Button btnFilterSeek;
private System.Windows.Forms.Button btnFilterShowAll;
private System.Windows.Forms.Button btnFilterHideUnused;
private System.Windows.Forms.Label lblMax;
private System.Windows.Forms.Label lblMin;
private System.Windows.Forms.Panel filtersPanel;
private System.Windows.Forms.TabPage tabAlerts;
private System.Windows.Forms.Button btnAddDefaultAlert;
private System.Windows.Forms.Button btnSeek;
private System.Windows.Forms.Button btnShowAll;
private System.Windows.Forms.Button btnHideUnused;
private System.Windows.Forms.Panel alertPanel;
private System.Windows.Forms.TabPage tabSearch;
private System.Windows.Forms.Button showMeButton;
private System.Windows.Forms.Button btnSearchClearAll;
private System.Windows.Forms.Button btnSortBy;
private System.Windows.Forms.Button btnShowColumn;
private System.Windows.Forms.Button btnFind;
private System.Windows.Forms.Button btnHelp;
private DelayTextBox txtSearchTerms;
private System.Windows.Forms.ListBox lstSearchResults;
private System.Windows.Forms.ComboBox cboSearchCategory;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Label lblSearchCategory;
private System.Windows.Forms.Label lblSearchTabTerms;
private System.Windows.Forms.TabPage tabStrategy;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.TreeView strategyTreeView;
private System.Windows.Forms.CheckBox chkUseAdvancedConfig;
private System.Windows.Forms.Button btnLoadSet;
private System.Windows.Forms.RichTextBox testDescribeFiltersRichTextBox;
private System.Windows.Forms.FlowLayoutPanel iconFlowLayoutPanel;
private System.Windows.Forms.Label lblStrategyDescriptionLabel;
private System.Windows.Forms.TabControl tabStrategies;
private System.Windows.Forms.CheckBox chkSymbolListMultiChangeWarning;
private System.Windows.Forms.Button btnAddDefaultColumn;
private System.Windows.Forms.Button btnColumnSeek;
private System.Windows.Forms.ListBox lstCurrentColumns;
private System.Windows.Forms.ListBox lstAllColumns;
private System.Windows.Forms.Button btnColumnShowAll;
private System.Windows.Forms.Button btnColumnsHideUnused;
private System.Windows.Forms.Label lblSelectedColumns;
private System.Windows.Forms.Button btnDown;
private System.Windows.Forms.Button btnUp;
private System.Windows.Forms.Button btnAdd;
private System.Windows.Forms.Button btnRemove;
private System.Windows.Forms.Panel listBoxPanel1;
private System.Windows.Forms.Button btnMoveUpColumnOrder;
private System.Windows.Forms.Panel panelButtonContainer;
private System.Windows.Forms.Button btnGPTHelp;
}
}