namespace TradeIdeas.TIProGUI
{
partial class SmallConfigWindow
{
///
/// 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(SmallConfigWindow));
this.tabControl1 = new System.Windows.Forms.TabControl();
this.loadingTabPage = new System.Windows.Forms.TabPage();
this.label1 = new System.Windows.Forms.Label();
this.selectBaseTabPage = new System.Windows.Forms.TabPage();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.baseTreeView = new System.Windows.Forms.TreeView();
this.strategyImageList = new System.Windows.Forms.ImageList(this.components);
this.strategyDescriptionLabel = new System.Windows.Forms.Label();
this.customizeTabPage = new System.Windows.Forms.TabPage();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.minAverageVolumeTextBox = new System.Windows.Forms.TextBox();
this.maxPriceTextBox = new System.Windows.Forms.TextBox();
this.minPriceTextBox = new System.Windows.Forms.TextBox();
this.nameTabPage = new System.Windows.Forms.TabPage();
this.strategyNameTextBox = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.cancelButton = new System.Windows.Forms.Button();
this.nextButton = new System.Windows.Forms.Button();
this.advancedButton = new System.Windows.Forms.Button();
this.label6 = new System.Windows.Forms.Label();
this.minVolumeTodayTextBox = new System.Windows.Forms.TextBox();
this.tabControl1.SuspendLayout();
this.loadingTabPage.SuspendLayout();
this.selectBaseTabPage.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.customizeTabPage.SuspendLayout();
this.nameTabPage.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.loadingTabPage);
this.tabControl1.Controls.Add(this.selectBaseTabPage);
this.tabControl1.Controls.Add(this.customizeTabPage);
this.tabControl1.Controls.Add(this.nameTabPage);
this.tabControl1.Location = new System.Drawing.Point(0, 0);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(410, 280);
this.tabControl1.TabIndex = 0;
this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
this.tabControl1.Selecting += new System.Windows.Forms.TabControlCancelEventHandler(this.tabControl1_Selecting);
//
// loadingTabPage
//
this.loadingTabPage.Controls.Add(this.label1);
this.loadingTabPage.Location = new System.Drawing.Point(4, 22);
this.loadingTabPage.Name = "loadingTabPage";
this.loadingTabPage.Padding = new System.Windows.Forms.Padding(3);
this.loadingTabPage.Size = new System.Drawing.Size(402, 254);
this.loadingTabPage.TabIndex = 3;
this.loadingTabPage.Text = "Loading";
this.loadingTabPage.UseVisualStyleBackColor = true;
//
// label1
//
this.label1.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.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(8, 3);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(386, 217);
this.label1.TabIndex = 3;
this.label1.Text = "Please Wait";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// selectBaseTabPage
//
this.selectBaseTabPage.Controls.Add(this.splitContainer1);
this.selectBaseTabPage.Location = new System.Drawing.Point(4, 22);
this.selectBaseTabPage.Name = "selectBaseTabPage";
this.selectBaseTabPage.Padding = new System.Windows.Forms.Padding(3);
this.selectBaseTabPage.Size = new System.Drawing.Size(402, 254);
this.selectBaseTabPage.TabIndex = 0;
this.selectBaseTabPage.Text = "Select Base";
this.selectBaseTabPage.UseVisualStyleBackColor = true;
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(3, 3);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.baseTreeView);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.strategyDescriptionLabel);
this.splitContainer1.Size = new System.Drawing.Size(396, 248);
this.splitContainer1.SplitterDistance = 243;
this.splitContainer1.TabIndex = 0;
//
// baseTreeView
//
this.baseTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
this.baseTreeView.ImageIndex = 0;
this.baseTreeView.ImageList = this.strategyImageList;
this.baseTreeView.Location = new System.Drawing.Point(0, 0);
this.baseTreeView.Name = "baseTreeView";
this.baseTreeView.SelectedImageIndex = 0;
this.baseTreeView.Size = new System.Drawing.Size(243, 248);
this.baseTreeView.TabIndex = 0;
this.baseTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.baseTreeView_AfterSelect);
this.baseTreeView.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.baseTreeView_NodeMouseClick);
this.baseTreeView.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.baseTreeView_NodeMouseDoubleClick);
//
// 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(149, 248);
this.strategyDescriptionLabel.TabIndex = 0;
this.strategyDescriptionLabel.Text = "...";
//
// customizeTabPage
//
this.customizeTabPage.Controls.Add(this.label6);
this.customizeTabPage.Controls.Add(this.minVolumeTodayTextBox);
this.customizeTabPage.Controls.Add(this.label4);
this.customizeTabPage.Controls.Add(this.label3);
this.customizeTabPage.Controls.Add(this.label2);
this.customizeTabPage.Controls.Add(this.minAverageVolumeTextBox);
this.customizeTabPage.Controls.Add(this.maxPriceTextBox);
this.customizeTabPage.Controls.Add(this.minPriceTextBox);
this.customizeTabPage.Location = new System.Drawing.Point(4, 22);
this.customizeTabPage.Name = "customizeTabPage";
this.customizeTabPage.Padding = new System.Windows.Forms.Padding(3);
this.customizeTabPage.Size = new System.Drawing.Size(402, 254);
this.customizeTabPage.TabIndex = 1;
this.customizeTabPage.Text = "Customize";
this.customizeTabPage.UseVisualStyleBackColor = true;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(8, 87);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(105, 13);
this.label4.TabIndex = 5;
this.label4.Text = "Min Average Volume";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(59, 35);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(54, 13);
this.label3.TabIndex = 4;
this.label3.Text = "Max Price";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(62, 9);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(51, 13);
this.label2.TabIndex = 3;
this.label2.Text = "Min Price";
//
// minAverageVolumeTextBox
//
this.minAverageVolumeTextBox.Location = new System.Drawing.Point(119, 84);
this.minAverageVolumeTextBox.Name = "minAverageVolumeTextBox";
this.minAverageVolumeTextBox.Size = new System.Drawing.Size(100, 20);
this.minAverageVolumeTextBox.TabIndex = 3;
//
// maxPriceTextBox
//
this.maxPriceTextBox.Location = new System.Drawing.Point(119, 32);
this.maxPriceTextBox.Name = "maxPriceTextBox";
this.maxPriceTextBox.Size = new System.Drawing.Size(100, 20);
this.maxPriceTextBox.TabIndex = 1;
//
// minPriceTextBox
//
this.minPriceTextBox.Location = new System.Drawing.Point(119, 6);
this.minPriceTextBox.Name = "minPriceTextBox";
this.minPriceTextBox.Size = new System.Drawing.Size(100, 20);
this.minPriceTextBox.TabIndex = 0;
//
// nameTabPage
//
this.nameTabPage.Controls.Add(this.strategyNameTextBox);
this.nameTabPage.Controls.Add(this.label5);
this.nameTabPage.Location = new System.Drawing.Point(4, 22);
this.nameTabPage.Name = "nameTabPage";
this.nameTabPage.Padding = new System.Windows.Forms.Padding(3);
this.nameTabPage.Size = new System.Drawing.Size(402, 254);
this.nameTabPage.TabIndex = 2;
this.nameTabPage.Text = "Name";
this.nameTabPage.UseVisualStyleBackColor = true;
//
// 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(8, 19);
this.strategyNameTextBox.Name = "strategyNameTextBox";
this.strategyNameTextBox.Size = new System.Drawing.Size(386, 20);
this.strategyNameTextBox.TabIndex = 1;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(8, 3);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(77, 13);
this.label5.TabIndex = 0;
this.label5.Text = "Strategy Name";
//
// cancelButton
//
this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.cancelButton.Location = new System.Drawing.Point(4, 286);
this.cancelButton.Name = "cancelButton";
this.cancelButton.Size = new System.Drawing.Size(75, 23);
this.cancelButton.TabIndex = 1;
this.cancelButton.Text = "Cancel";
this.cancelButton.UseVisualStyleBackColor = true;
this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
//
// nextButton
//
this.nextButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.nextButton.Location = new System.Drawing.Point(331, 286);
this.nextButton.Name = "nextButton";
this.nextButton.Size = new System.Drawing.Size(75, 23);
this.nextButton.TabIndex = 3;
this.nextButton.Text = "Next";
this.nextButton.UseVisualStyleBackColor = true;
this.nextButton.Click += new System.EventHandler(this.nextButton_Click);
//
// advancedButton
//
this.advancedButton.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.advancedButton.DialogResult = System.Windows.Forms.DialogResult.Retry;
this.advancedButton.Location = new System.Drawing.Point(167, 286);
this.advancedButton.Name = "advancedButton";
this.advancedButton.Size = new System.Drawing.Size(75, 23);
this.advancedButton.TabIndex = 2;
this.advancedButton.Text = "Advanced";
this.advancedButton.UseVisualStyleBackColor = true;
this.advancedButton.Click += new System.EventHandler(this.advancedButton_Click);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(8, 61);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(95, 13);
this.label6.TabIndex = 7;
this.label6.Text = "Min Volume Today";
//
// minVolumeTodayTextBox
//
this.minVolumeTodayTextBox.Location = new System.Drawing.Point(119, 58);
this.minVolumeTodayTextBox.Name = "minVolumeTodayTextBox";
this.minVolumeTodayTextBox.Size = new System.Drawing.Size(100, 20);
this.minVolumeTodayTextBox.TabIndex = 2;
//
// SmallConfigWindow
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(410, 321);
this.Controls.Add(this.advancedButton);
this.Controls.Add(this.nextButton);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.cancelButton);
this.Name = "SmallConfigWindow";
this.Text = "Configure Your Strategy";
this.VisibleChanged += new System.EventHandler(this.SmallConfigWindow_VisibleChanged);
this.tabControl1.ResumeLayout(false);
this.loadingTabPage.ResumeLayout(false);
this.selectBaseTabPage.ResumeLayout(false);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.customizeTabPage.ResumeLayout(false);
this.customizeTabPage.PerformLayout();
this.nameTabPage.ResumeLayout(false);
this.nameTabPage.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage selectBaseTabPage;
private System.Windows.Forms.Button nextButton;
private System.Windows.Forms.TabPage customizeTabPage;
private System.Windows.Forms.TabPage nameTabPage;
private System.Windows.Forms.TabPage loadingTabPage;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button cancelButton;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox minAverageVolumeTextBox;
private System.Windows.Forms.TextBox maxPriceTextBox;
private System.Windows.Forms.TextBox minPriceTextBox;
private System.Windows.Forms.Button advancedButton;
private System.Windows.Forms.TextBox strategyNameTextBox;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.ImageList strategyImageList;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.TreeView baseTreeView;
private System.Windows.Forms.Label strategyDescriptionLabel;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox minVolumeTodayTextBox;
}
}