namespace TradeIdeas.TIQ
{
partial class TwoStageHistory
{
///
/// 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.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.universePrototypeEditor = new TradeIdeas.TIQ.PrototypeEditor();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.eachBarPrototypeEditor = new TradeIdeas.TIQ.PrototypeEditor();
this.label2 = new System.Windows.Forms.Label();
this.filterColumnComboBox = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.cboEachBar = new System.Windows.Forms.ComboBox();
this.startAtGroupBox = new System.Windows.Forms.GroupBox();
this.beginningRadioButton = new System.Windows.Forms.RadioButton();
this.rowDateTimePicker = new System.Windows.Forms.DateTimePicker();
this.rowNumberTextBox = new System.Windows.Forms.TextBox();
this.rowTimeRadioButton = new System.Windows.Forms.RadioButton();
this.rowNumberRadioButton = new System.Windows.Forms.RadioButton();
this.btnRequestAlerts = new System.Windows.Forms.Button();
this.btnRequestUniverse = new System.Windows.Forms.Button();
this.duplicateButton = new System.Windows.Forms.Button();
this.saveButton = new System.Windows.Forms.Button();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.startAtGroupBox.SuspendLayout();
this.SuspendLayout();
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Location = new System.Drawing.Point(12, 12);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(831, 315);
this.tabControl1.TabIndex = 0;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.universePrototypeEditor);
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(823, 289);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "Universe (runs daily)";
this.tabPage1.UseVisualStyleBackColor = true;
//
// universePrototypeEditor
//
this.universePrototypeEditor.Dock = System.Windows.Forms.DockStyle.Fill;
this.universePrototypeEditor.Location = new System.Drawing.Point(3, 3);
this.universePrototypeEditor.Name = "universePrototypeEditor";
this.universePrototypeEditor.Size = new System.Drawing.Size(817, 283);
this.universePrototypeEditor.TabIndex = 0;
//
// tabPage2
//
this.tabPage2.Controls.Add(this.eachBarPrototypeEditor);
this.tabPage2.Location = new System.Drawing.Point(4, 22);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(823, 289);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "Each Bar";
this.tabPage2.UseVisualStyleBackColor = true;
//
// eachBarPrototypeEditor
//
this.eachBarPrototypeEditor.Dock = System.Windows.Forms.DockStyle.Fill;
this.eachBarPrototypeEditor.Location = new System.Drawing.Point(3, 3);
this.eachBarPrototypeEditor.Name = "eachBarPrototypeEditor";
this.eachBarPrototypeEditor.Size = new System.Drawing.Size(817, 283);
this.eachBarPrototypeEditor.TabIndex = 0;
//
// label2
//
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(16, 330);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(96, 13);
this.label2.TabIndex = 13;
this.label2.Text = "Daily Filter Column:";
//
// filterColumnComboBox
//
this.filterColumnComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.filterColumnComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.filterColumnComboBox.FormattingEnabled = true;
this.filterColumnComboBox.Location = new System.Drawing.Point(16, 346);
this.filterColumnComboBox.Name = "filterColumnComboBox";
this.filterColumnComboBox.Size = new System.Drawing.Size(121, 21);
this.filterColumnComboBox.TabIndex = 12;
//
// label1
//
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(16, 370);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(117, 13);
this.label1.TabIndex = 15;
this.label1.Text = "Each Bar Filter Column:";
//
// cboEachBar
//
this.cboEachBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.cboEachBar.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboEachBar.FormattingEnabled = true;
this.cboEachBar.Location = new System.Drawing.Point(16, 386);
this.cboEachBar.Name = "cboEachBar";
this.cboEachBar.Size = new System.Drawing.Size(121, 21);
this.cboEachBar.TabIndex = 14;
//
// startAtGroupBox
//
this.startAtGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.startAtGroupBox.Controls.Add(this.beginningRadioButton);
this.startAtGroupBox.Controls.Add(this.rowDateTimePicker);
this.startAtGroupBox.Controls.Add(this.rowNumberTextBox);
this.startAtGroupBox.Controls.Add(this.rowTimeRadioButton);
this.startAtGroupBox.Controls.Add(this.rowNumberRadioButton);
this.startAtGroupBox.Location = new System.Drawing.Point(154, 337);
this.startAtGroupBox.Name = "startAtGroupBox";
this.startAtGroupBox.Size = new System.Drawing.Size(282, 94);
this.startAtGroupBox.TabIndex = 17;
this.startAtGroupBox.TabStop = false;
this.startAtGroupBox.Text = "Start at";
//
// beginningRadioButton
//
this.beginningRadioButton.AutoSize = true;
this.beginningRadioButton.Checked = true;
this.beginningRadioButton.Location = new System.Drawing.Point(6, 71);
this.beginningRadioButton.Name = "beginningRadioButton";
this.beginningRadioButton.Size = new System.Drawing.Size(72, 17);
this.beginningRadioButton.TabIndex = 4;
this.beginningRadioButton.TabStop = true;
this.beginningRadioButton.Text = "Beginning";
this.beginningRadioButton.UseVisualStyleBackColor = true;
//
// rowDateTimePicker
//
this.rowDateTimePicker.CustomFormat = "MMMM dd, yyyy hh:mm:ss tt";
this.rowDateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.rowDateTimePicker.Location = new System.Drawing.Point(69, 45);
this.rowDateTimePicker.Name = "rowDateTimePicker";
this.rowDateTimePicker.Size = new System.Drawing.Size(195, 20);
this.rowDateTimePicker.TabIndex = 3;
//
// rowNumberTextBox
//
this.rowNumberTextBox.Location = new System.Drawing.Point(69, 19);
this.rowNumberTextBox.Name = "rowNumberTextBox";
this.rowNumberTextBox.Size = new System.Drawing.Size(100, 20);
this.rowNumberTextBox.TabIndex = 2;
//
// rowTimeRadioButton
//
this.rowTimeRadioButton.AutoSize = true;
this.rowTimeRadioButton.Location = new System.Drawing.Point(6, 47);
this.rowTimeRadioButton.Name = "rowTimeRadioButton";
this.rowTimeRadioButton.Size = new System.Drawing.Size(48, 17);
this.rowTimeRadioButton.TabIndex = 1;
this.rowTimeRadioButton.Text = "Time";
this.rowTimeRadioButton.UseVisualStyleBackColor = true;
//
// rowNumberRadioButton
//
this.rowNumberRadioButton.AutoSize = true;
this.rowNumberRadioButton.Location = new System.Drawing.Point(6, 20);
this.rowNumberRadioButton.Name = "rowNumberRadioButton";
this.rowNumberRadioButton.Size = new System.Drawing.Size(57, 17);
this.rowNumberRadioButton.TabIndex = 0;
this.rowNumberRadioButton.Text = "Row #";
this.rowNumberRadioButton.UseVisualStyleBackColor = true;
//
// btnRequestAlerts
//
this.btnRequestAlerts.Enabled = false;
this.btnRequestAlerts.Location = new System.Drawing.Point(442, 337);
this.btnRequestAlerts.Name = "btnRequestAlerts";
this.btnRequestAlerts.Size = new System.Drawing.Size(118, 23);
this.btnRequestAlerts.TabIndex = 18;
this.btnRequestAlerts.Text = "Request Alerts";
this.btnRequestAlerts.UseVisualStyleBackColor = true;
this.btnRequestAlerts.Click += new System.EventHandler(this.btnRequestAlerts_Click);
//
// btnRequestUniverse
//
this.btnRequestUniverse.Enabled = false;
this.btnRequestUniverse.Location = new System.Drawing.Point(442, 366);
this.btnRequestUniverse.Name = "btnRequestUniverse";
this.btnRequestUniverse.Size = new System.Drawing.Size(118, 23);
this.btnRequestUniverse.TabIndex = 19;
this.btnRequestUniverse.Text = "Request Universe";
this.btnRequestUniverse.UseVisualStyleBackColor = true;
this.btnRequestUniverse.Click += new System.EventHandler(this.btnRequestUniverse_Click);
//
// duplicateButton
//
this.duplicateButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.duplicateButton.Location = new System.Drawing.Point(765, 408);
this.duplicateButton.Name = "duplicateButton";
this.duplicateButton.Size = new System.Drawing.Size(75, 23);
this.duplicateButton.TabIndex = 21;
this.duplicateButton.Text = "Duplicate";
this.duplicateButton.UseVisualStyleBackColor = true;
this.duplicateButton.Click += new System.EventHandler(this.duplicateButton_Click);
//
// saveButton
//
this.saveButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.saveButton.Location = new System.Drawing.Point(684, 408);
this.saveButton.Name = "saveButton";
this.saveButton.Size = new System.Drawing.Size(75, 23);
this.saveButton.TabIndex = 20;
this.saveButton.Text = "Save";
this.saveButton.UseVisualStyleBackColor = true;
this.saveButton.Click += new System.EventHandler(this.saveButton_Click);
//
// TwoStageHistory
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(855, 443);
this.Controls.Add(this.duplicateButton);
this.Controls.Add(this.saveButton);
this.Controls.Add(this.btnRequestUniverse);
this.Controls.Add(this.btnRequestAlerts);
this.Controls.Add(this.startAtGroupBox);
this.Controls.Add(this.label1);
this.Controls.Add(this.cboEachBar);
this.Controls.Add(this.label2);
this.Controls.Add(this.filterColumnComboBox);
this.Controls.Add(this.tabControl1);
this.Name = "TwoStageHistory";
this.Text = "TwoStageHistory";
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage2.ResumeLayout(false);
this.startAtGroupBox.ResumeLayout(false);
this.startAtGroupBox.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private PrototypeEditor universePrototypeEditor;
private System.Windows.Forms.TabPage tabPage2;
private PrototypeEditor eachBarPrototypeEditor;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox filterColumnComboBox;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox cboEachBar;
private System.Windows.Forms.GroupBox startAtGroupBox;
private System.Windows.Forms.RadioButton beginningRadioButton;
private System.Windows.Forms.DateTimePicker rowDateTimePicker;
private System.Windows.Forms.TextBox rowNumberTextBox;
private System.Windows.Forms.RadioButton rowTimeRadioButton;
private System.Windows.Forms.RadioButton rowNumberRadioButton;
private System.Windows.Forms.Button btnRequestAlerts;
private System.Windows.Forms.Button btnRequestUniverse;
private System.Windows.Forms.Button duplicateButton;
private System.Windows.Forms.Button saveButton;
}
}