namespace TradeIdeas.TIQ
{
partial class EocAlertHistory
{
///
/// 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.splitContainer2 = new System.Windows.Forms.SplitContainer();
this.prototypeEditor1 = new TradeIdeas.TIQ.PrototypeEditor();
this.symbolsTextBox = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.filterColumnComboBox = new System.Windows.Forms.ComboBox();
this.columnsToRequestCheckedListBox = new System.Windows.Forms.CheckedListBox();
this.sendNowButton = new System.Windows.Forms.Button();
this.saveButton = new System.Windows.Forms.Button();
this.duplicateButton = new System.Windows.Forms.Button();
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.btnSelectAll = new System.Windows.Forms.Button();
this.lblTimer = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
this.splitContainer2.Panel1.SuspendLayout();
this.splitContainer2.Panel2.SuspendLayout();
this.splitContainer2.SuspendLayout();
this.startAtGroupBox.SuspendLayout();
this.SuspendLayout();
//
// splitContainer2
//
this.splitContainer2.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.splitContainer2.Location = new System.Drawing.Point(12, 12);
this.splitContainer2.Name = "splitContainer2";
//
// splitContainer2.Panel1
//
this.splitContainer2.Panel1.Controls.Add(this.prototypeEditor1);
//
// splitContainer2.Panel2
//
this.splitContainer2.Panel2.Controls.Add(this.symbolsTextBox);
this.splitContainer2.Panel2.Controls.Add(this.label1);
this.splitContainer2.Size = new System.Drawing.Size(701, 349);
this.splitContainer2.SplitterDistance = 475;
this.splitContainer2.TabIndex = 7;
//
// prototypeEditor1
//
this.prototypeEditor1.ClickingFromCsvPreview = false;
this.prototypeEditor1.Dock = System.Windows.Forms.DockStyle.Fill;
this.prototypeEditor1.Location = new System.Drawing.Point(0, 0);
this.prototypeEditor1.Name = "prototypeEditor1";
this.prototypeEditor1.Size = new System.Drawing.Size(475, 349);
this.prototypeEditor1.TabIndex = 0;
//
// symbolsTextBox
//
this.symbolsTextBox.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.symbolsTextBox.Location = new System.Drawing.Point(2, 18);
this.symbolsTextBox.Multiline = true;
this.symbolsTextBox.Name = "symbolsTextBox";
this.symbolsTextBox.Size = new System.Drawing.Size(216, 328);
this.symbolsTextBox.TabIndex = 3;
this.symbolsTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.symbolsTextBox_KeyDown);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(2, 2);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(46, 13);
this.label1.TabIndex = 2;
this.label1.Text = "Symbols";
//
// 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(12, 364);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(70, 13);
this.label2.TabIndex = 11;
this.label2.Text = "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(12, 380);
this.filterColumnComboBox.Name = "filterColumnComboBox";
this.filterColumnComboBox.Size = new System.Drawing.Size(121, 21);
this.filterColumnComboBox.TabIndex = 10;
//
// columnsToRequestCheckedListBox
//
this.columnsToRequestCheckedListBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.columnsToRequestCheckedListBox.CheckOnClick = true;
this.columnsToRequestCheckedListBox.FormattingEnabled = true;
this.columnsToRequestCheckedListBox.Location = new System.Drawing.Point(139, 367);
this.columnsToRequestCheckedListBox.Name = "columnsToRequestCheckedListBox";
this.columnsToRequestCheckedListBox.Size = new System.Drawing.Size(120, 94);
this.columnsToRequestCheckedListBox.TabIndex = 12;
//
// sendNowButton
//
this.sendNowButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.sendNowButton.Location = new System.Drawing.Point(12, 467);
this.sendNowButton.Name = "sendNowButton";
this.sendNowButton.Size = new System.Drawing.Size(75, 23);
this.sendNowButton.TabIndex = 13;
this.sendNowButton.Text = "Send Now";
this.sendNowButton.UseVisualStyleBackColor = true;
this.sendNowButton.Click += new System.EventHandler(this.sendNowButton_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(553, 467);
this.saveButton.Name = "saveButton";
this.saveButton.Size = new System.Drawing.Size(75, 23);
this.saveButton.TabIndex = 14;
this.saveButton.Text = "Save";
this.saveButton.UseVisualStyleBackColor = true;
this.saveButton.Click += new System.EventHandler(this.saveButton_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(634, 467);
this.duplicateButton.Name = "duplicateButton";
this.duplicateButton.Size = new System.Drawing.Size(75, 23);
this.duplicateButton.TabIndex = 15;
this.duplicateButton.Text = "Duplicate";
this.duplicateButton.UseVisualStyleBackColor = true;
this.duplicateButton.Click += new System.EventHandler(this.duplicateButton_Click);
//
// 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(265, 367);
this.startAtGroupBox.Name = "startAtGroupBox";
this.startAtGroupBox.Size = new System.Drawing.Size(282, 94);
this.startAtGroupBox.TabIndex = 16;
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;
//
// btnSelectAll
//
this.btnSelectAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnSelectAll.Location = new System.Drawing.Point(167, 467);
this.btnSelectAll.Name = "btnSelectAll";
this.btnSelectAll.Size = new System.Drawing.Size(65, 23);
this.btnSelectAll.TabIndex = 17;
this.btnSelectAll.Text = "Select All";
this.btnSelectAll.UseVisualStyleBackColor = true;
this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click);
//
// lblTimer
//
this.lblTimer.AutoSize = true;
this.lblTimer.Location = new System.Drawing.Point(98, 472);
this.lblTimer.Name = "lblTimer";
this.lblTimer.Size = new System.Drawing.Size(0, 13);
this.lblTimer.TabIndex = 18;
//
// EocAlertHistory
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(725, 502);
this.Controls.Add(this.lblTimer);
this.Controls.Add(this.btnSelectAll);
this.Controls.Add(this.startAtGroupBox);
this.Controls.Add(this.duplicateButton);
this.Controls.Add(this.saveButton);
this.Controls.Add(this.sendNowButton);
this.Controls.Add(this.columnsToRequestCheckedListBox);
this.Controls.Add(this.label2);
this.Controls.Add(this.filterColumnComboBox);
this.Controls.Add(this.splitContainer2);
this.Name = "EocAlertHistory";
this.Text = "End of Candle Alert History";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.EocAlertHistory_FormClosed);
this.splitContainer2.Panel1.ResumeLayout(false);
this.splitContainer2.Panel2.ResumeLayout(false);
this.splitContainer2.Panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
this.splitContainer2.ResumeLayout(false);
this.startAtGroupBox.ResumeLayout(false);
this.startAtGroupBox.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.SplitContainer splitContainer2;
private PrototypeEditor prototypeEditor1;
private System.Windows.Forms.TextBox symbolsTextBox;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox filterColumnComboBox;
private System.Windows.Forms.CheckedListBox columnsToRequestCheckedListBox;
private System.Windows.Forms.Button sendNowButton;
private System.Windows.Forms.Button saveButton;
private System.Windows.Forms.Button duplicateButton;
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 btnSelectAll;
private System.Windows.Forms.Label lblTimer;
}
}