namespace TIProDevExtension
{
partial class VerboseConfigWindow
{
///
/// 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(VerboseConfigWindow));
this.tabControl1 = new System.Windows.Forms.TabControl();
this.pleaseWaitTabPage = new System.Windows.Forms.TabPage();
this.label1 = new System.Windows.Forms.Label();
this.selectStrategyTabPage = new System.Windows.Forms.TabPage();
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
this.strategyTreeView = new System.Windows.Forms.TreeView();
this.strategyImageList = new System.Windows.Forms.ImageList(this.components);
this.strategyDescriptionLabel = new System.Windows.Forms.Label();
this.alertsTabPage = new System.Windows.Forms.TabPage();
this.label5 = new System.Windows.Forms.Label();
this.activeFiltersTabPage = new System.Windows.Forms.TabPage();
this.activeFiltersListBox = new System.Windows.Forms.ListBox();
this.allFiltersTabPage = new System.Windows.Forms.TabPage();
this.allFiltersListBox = new System.Windows.Forms.ListBox();
this.otherColumnsTabPage = new System.Windows.Forms.TabPage();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.viewOnlyColumnsCurrentListBox = new System.Windows.Forms.ListBox();
this.label3 = new System.Windows.Forms.Label();
this.viewOnlyColumnsAvailableListBox = new System.Windows.Forms.ListBox();
this.label4 = new System.Windows.Forms.Label();
this.summaryTabPage = new System.Windows.Forms.TabPage();
this.label2 = new System.Windows.Forms.Label();
this.strategyNameTextBox = new System.Windows.Forms.TextBox();
this.OkButton = new System.Windows.Forms.Button();
this.cancelButton = new System.Windows.Forms.Button();
this.tabControl1.SuspendLayout();
this.pleaseWaitTabPage.SuspendLayout();
this.selectStrategyTabPage.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
this.splitContainer2.Panel1.SuspendLayout();
this.splitContainer2.Panel2.SuspendLayout();
this.splitContainer2.SuspendLayout();
this.alertsTabPage.SuspendLayout();
this.activeFiltersTabPage.SuspendLayout();
this.allFiltersTabPage.SuspendLayout();
this.otherColumnsTabPage.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.summaryTabPage.SuspendLayout();
this.SuspendLayout();
//
// tabControl1
//
this.tabControl1.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.tabControl1.Controls.Add(this.pleaseWaitTabPage);
this.tabControl1.Controls.Add(this.selectStrategyTabPage);
this.tabControl1.Controls.Add(this.alertsTabPage);
this.tabControl1.Controls.Add(this.activeFiltersTabPage);
this.tabControl1.Controls.Add(this.allFiltersTabPage);
this.tabControl1.Controls.Add(this.otherColumnsTabPage);
this.tabControl1.Controls.Add(this.summaryTabPage);
this.tabControl1.Location = new System.Drawing.Point(12, 12);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(725, 401);
this.tabControl1.TabIndex = 0;
this.tabControl1.Selected += new System.Windows.Forms.TabControlEventHandler(this.tabControl1_Selected);
this.tabControl1.Deselecting += new System.Windows.Forms.TabControlCancelEventHandler(this.tabControl1_Deselecting);
this.tabControl1.Deselected += new System.Windows.Forms.TabControlEventHandler(this.tabControl1_Deselected);
//
// pleaseWaitTabPage
//
this.pleaseWaitTabPage.Controls.Add(this.label1);
this.pleaseWaitTabPage.Location = new System.Drawing.Point(4, 22);
this.pleaseWaitTabPage.Name = "pleaseWaitTabPage";
this.pleaseWaitTabPage.Padding = new System.Windows.Forms.Padding(3);
this.pleaseWaitTabPage.Size = new System.Drawing.Size(717, 375);
this.pleaseWaitTabPage.TabIndex = 0;
this.pleaseWaitTabPage.Text = "Please Wait";
this.pleaseWaitTabPage.UseVisualStyleBackColor = true;
//
// label1
//
this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
this.label1.Font = new System.Drawing.Font("Arial", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(3, 3);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(711, 369);
this.label1.TabIndex = 0;
this.label1.Text = "Loading from Server.\r\n\r\nPlease Wait.";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// selectStrategyTabPage
//
this.selectStrategyTabPage.Controls.Add(this.splitContainer2);
this.selectStrategyTabPage.Location = new System.Drawing.Point(4, 22);
this.selectStrategyTabPage.Name = "selectStrategyTabPage";
this.selectStrategyTabPage.Padding = new System.Windows.Forms.Padding(3);
this.selectStrategyTabPage.Size = new System.Drawing.Size(717, 375);
this.selectStrategyTabPage.TabIndex = 1;
this.selectStrategyTabPage.Text = "Select Strategy";
this.selectStrategyTabPage.UseVisualStyleBackColor = true;
//
// splitContainer2
//
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer2.Location = new System.Drawing.Point(3, 3);
this.splitContainer2.Name = "splitContainer2";
//
// splitContainer2.Panel1
//
this.splitContainer2.Panel1.Controls.Add(this.strategyTreeView);
//
// splitContainer2.Panel2
//
this.splitContainer2.Panel2.Controls.Add(this.strategyDescriptionLabel);
this.splitContainer2.Size = new System.Drawing.Size(711, 369);
this.splitContainer2.SplitterDistance = 237;
this.splitContainer2.TabIndex = 0;
//
// strategyTreeView
//
this.strategyTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
this.strategyTreeView.ImageIndex = 0;
this.strategyTreeView.ImageList = this.strategyImageList;
this.strategyTreeView.Location = new System.Drawing.Point(0, 0);
this.strategyTreeView.Name = "strategyTreeView";
this.strategyTreeView.SelectedImageIndex = 0;
this.strategyTreeView.Size = new System.Drawing.Size(237, 369);
this.strategyTreeView.TabIndex = 4;
this.strategyTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.strategyTreeView_AfterSelect);
this.strategyTreeView.DoubleClick += new System.EventHandler(this.strategyTreeView_DoubleClick);
//
// 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, "SmileyFace.bmp");
//
// strategyDescriptionLabel
//
this.strategyDescriptionLabel.Dock = System.Windows.Forms.DockStyle.Fill;
this.strategyDescriptionLabel.Location = new System.Drawing.Point(0, 0);
this.strategyDescriptionLabel.Name = "strategyDescriptionLabel";
this.strategyDescriptionLabel.Size = new System.Drawing.Size(470, 369);
this.strategyDescriptionLabel.TabIndex = 0;
this.strategyDescriptionLabel.Text = "...";
//
// alertsTabPage
//
this.alertsTabPage.Controls.Add(this.label5);
this.alertsTabPage.Location = new System.Drawing.Point(4, 22);
this.alertsTabPage.Name = "alertsTabPage";
this.alertsTabPage.Padding = new System.Windows.Forms.Padding(3);
this.alertsTabPage.Size = new System.Drawing.Size(717, 375);
this.alertsTabPage.TabIndex = 2;
this.alertsTabPage.Text = "Alerts";
this.alertsTabPage.UseVisualStyleBackColor = true;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(331, 114);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(84, 26);
this.label5.TabIndex = 0;
this.label5.Text = "To do.\r\nSame as before.";
//
// activeFiltersTabPage
//
this.activeFiltersTabPage.Controls.Add(this.activeFiltersListBox);
this.activeFiltersTabPage.Location = new System.Drawing.Point(4, 22);
this.activeFiltersTabPage.Name = "activeFiltersTabPage";
this.activeFiltersTabPage.Padding = new System.Windows.Forms.Padding(3);
this.activeFiltersTabPage.Size = new System.Drawing.Size(717, 375);
this.activeFiltersTabPage.TabIndex = 3;
this.activeFiltersTabPage.Text = "Active Filters";
this.activeFiltersTabPage.UseVisualStyleBackColor = true;
//
// activeFiltersListBox
//
this.activeFiltersListBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.activeFiltersListBox.FormattingEnabled = true;
this.activeFiltersListBox.Location = new System.Drawing.Point(3, 3);
this.activeFiltersListBox.Name = "activeFiltersListBox";
this.activeFiltersListBox.Size = new System.Drawing.Size(711, 369);
this.activeFiltersListBox.TabIndex = 0;
this.activeFiltersListBox.DoubleClick += new System.EventHandler(this.FiltersListBox_DoubleClick);
//
// allFiltersTabPage
//
this.allFiltersTabPage.Controls.Add(this.allFiltersListBox);
this.allFiltersTabPage.Location = new System.Drawing.Point(4, 22);
this.allFiltersTabPage.Name = "allFiltersTabPage";
this.allFiltersTabPage.Padding = new System.Windows.Forms.Padding(3);
this.allFiltersTabPage.Size = new System.Drawing.Size(717, 375);
this.allFiltersTabPage.TabIndex = 4;
this.allFiltersTabPage.Text = "All Filters";
this.allFiltersTabPage.UseVisualStyleBackColor = true;
//
// allFiltersListBox
//
this.allFiltersListBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.allFiltersListBox.FormattingEnabled = true;
this.allFiltersListBox.Location = new System.Drawing.Point(3, 3);
this.allFiltersListBox.Name = "allFiltersListBox";
this.allFiltersListBox.Size = new System.Drawing.Size(711, 369);
this.allFiltersListBox.TabIndex = 0;
this.allFiltersListBox.DoubleClick += new System.EventHandler(this.FiltersListBox_DoubleClick);
//
// otherColumnsTabPage
//
this.otherColumnsTabPage.Controls.Add(this.splitContainer1);
this.otherColumnsTabPage.Location = new System.Drawing.Point(4, 22);
this.otherColumnsTabPage.Name = "otherColumnsTabPage";
this.otherColumnsTabPage.Size = new System.Drawing.Size(717, 375);
this.otherColumnsTabPage.TabIndex = 6;
this.otherColumnsTabPage.Text = "Other Columns";
this.otherColumnsTabPage.UseVisualStyleBackColor = true;
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Name = "splitContainer1";
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.viewOnlyColumnsCurrentListBox);
this.splitContainer1.Panel1.Controls.Add(this.label3);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.viewOnlyColumnsAvailableListBox);
this.splitContainer1.Panel2.Controls.Add(this.label4);
this.splitContainer1.Size = new System.Drawing.Size(717, 375);
this.splitContainer1.SplitterDistance = 194;
this.splitContainer1.TabIndex = 0;
//
// viewOnlyColumnsCurrentListBox
//
this.viewOnlyColumnsCurrentListBox.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.viewOnlyColumnsCurrentListBox.FormattingEnabled = true;
this.viewOnlyColumnsCurrentListBox.Items.AddRange(new object[] {
"Symbol",
"CUSIP"});
this.viewOnlyColumnsCurrentListBox.Location = new System.Drawing.Point(3, 16);
this.viewOnlyColumnsCurrentListBox.Name = "viewOnlyColumnsCurrentListBox";
this.viewOnlyColumnsCurrentListBox.Size = new System.Drawing.Size(711, 173);
this.viewOnlyColumnsCurrentListBox.TabIndex = 1;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(3, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 13);
this.label3.TabIndex = 0;
this.label3.Text = "Current";
//
// viewOnlyColumnsAvailableListBox
//
this.viewOnlyColumnsAvailableListBox.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.viewOnlyColumnsAvailableListBox.FormattingEnabled = true;
this.viewOnlyColumnsAvailableListBox.Items.AddRange(new object[] {
"Sector",
"Industry"});
this.viewOnlyColumnsAvailableListBox.Location = new System.Drawing.Point(3, 16);
this.viewOnlyColumnsAvailableListBox.Name = "viewOnlyColumnsAvailableListBox";
this.viewOnlyColumnsAvailableListBox.Size = new System.Drawing.Size(711, 160);
this.viewOnlyColumnsAvailableListBox.TabIndex = 1;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(3, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(50, 13);
this.label4.TabIndex = 0;
this.label4.Text = "Available";
//
// summaryTabPage
//
this.summaryTabPage.Controls.Add(this.label2);
this.summaryTabPage.Controls.Add(this.strategyNameTextBox);
this.summaryTabPage.Location = new System.Drawing.Point(4, 22);
this.summaryTabPage.Name = "summaryTabPage";
this.summaryTabPage.Size = new System.Drawing.Size(717, 375);
this.summaryTabPage.TabIndex = 5;
this.summaryTabPage.Text = "Summary";
this.summaryTabPage.UseVisualStyleBackColor = true;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(3, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(80, 13);
this.label2.TabIndex = 1;
this.label2.Text = "Strategy Name:";
//
// strategyNameTextBox
//
this.strategyNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.strategyNameTextBox.Location = new System.Drawing.Point(3, 16);
this.strategyNameTextBox.Name = "strategyNameTextBox";
this.strategyNameTextBox.Size = new System.Drawing.Size(711, 20);
this.strategyNameTextBox.TabIndex = 0;
//
// OkButton
//
this.OkButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.OkButton.DialogResult = System.Windows.Forms.DialogResult.OK;
this.OkButton.Location = new System.Drawing.Point(581, 419);
this.OkButton.Name = "OkButton";
this.OkButton.Size = new System.Drawing.Size(75, 23);
this.OkButton.TabIndex = 1;
this.OkButton.Text = "OK";
this.OkButton.UseVisualStyleBackColor = true;
//
// cancelButton
//
this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.cancelButton.Location = new System.Drawing.Point(662, 419);
this.cancelButton.Name = "cancelButton";
this.cancelButton.Size = new System.Drawing.Size(75, 23);
this.cancelButton.TabIndex = 2;
this.cancelButton.Text = "Cancel";
this.cancelButton.UseVisualStyleBackColor = true;
//
// VerboseConfigWindow
//
this.AcceptButton = this.OkButton;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.cancelButton;
this.ClientSize = new System.Drawing.Size(749, 454);
this.Controls.Add(this.cancelButton);
this.Controls.Add(this.OkButton);
this.Controls.Add(this.tabControl1);
this.Name = "VerboseConfigWindow";
this.Text = "VerboseConfigWindow";
this.VisibleChanged += new System.EventHandler(this.VerboseConfigWindow_VisibleChanged);
this.tabControl1.ResumeLayout(false);
this.pleaseWaitTabPage.ResumeLayout(false);
this.selectStrategyTabPage.ResumeLayout(false);
this.splitContainer2.Panel1.ResumeLayout(false);
this.splitContainer2.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
this.splitContainer2.ResumeLayout(false);
this.alertsTabPage.ResumeLayout(false);
this.alertsTabPage.PerformLayout();
this.activeFiltersTabPage.ResumeLayout(false);
this.allFiltersTabPage.ResumeLayout(false);
this.otherColumnsTabPage.ResumeLayout(false);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel1.PerformLayout();
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.Panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.summaryTabPage.ResumeLayout(false);
this.summaryTabPage.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage pleaseWaitTabPage;
private System.Windows.Forms.TabPage selectStrategyTabPage;
private System.Windows.Forms.Button OkButton;
private System.Windows.Forms.Button cancelButton;
private System.Windows.Forms.TabPage alertsTabPage;
private System.Windows.Forms.TabPage activeFiltersTabPage;
private System.Windows.Forms.TabPage allFiltersTabPage;
private System.Windows.Forms.TabPage summaryTabPage;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.ListBox activeFiltersListBox;
private System.Windows.Forms.ListBox allFiltersListBox;
private System.Windows.Forms.TabPage otherColumnsTabPage;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.ListBox viewOnlyColumnsCurrentListBox;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ListBox viewOnlyColumnsAvailableListBox;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox strategyNameTextBox;
private System.Windows.Forms.SplitContainer splitContainer2;
private System.Windows.Forms.TreeView strategyTreeView;
private System.Windows.Forms.Label strategyDescriptionLabel;
private System.Windows.Forms.ImageList strategyImageList;
}
}