namespace TradeIdeas.TIProGUI
{
partial class MissingSymbolCheckFormChooser
{
///
/// 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.checkedListBox1 = new System.Windows.Forms.CheckedListBox();
this.buttonCancel = new System.Windows.Forms.Button();
this.buttonOK = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.SymbolLabel = new System.Windows.Forms.Label();
this.checkBoxFiltersToColumns = new System.Windows.Forms.CheckBox();
this.checkBoxRunHistory = new System.Windows.Forms.CheckBox();
this.dateTimePickerStartTime = new System.Windows.Forms.DateTimePicker();
this.dateTimePickerEndTime = new System.Windows.Forms.DateTimePicker();
this.StartDateLabel = new System.Windows.Forms.Label();
this.EndDateLabel = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// checkedListBox1
//
this.checkedListBox1.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.checkedListBox1.CheckOnClick = true;
this.checkedListBox1.FormattingEnabled = true;
this.checkedListBox1.Location = new System.Drawing.Point(8, 49);
this.checkedListBox1.Margin = new System.Windows.Forms.Padding(2);
this.checkedListBox1.Name = "checkedListBox1";
this.checkedListBox1.Size = new System.Drawing.Size(333, 184);
this.checkedListBox1.TabIndex = 0;
this.checkedListBox1.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.checkedListBox1_ItemCheck);
//
// buttonCancel
//
this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonCancel.Location = new System.Drawing.Point(286, 345);
this.buttonCancel.Margin = new System.Windows.Forms.Padding(2);
this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(55, 21);
this.buttonCancel.TabIndex = 1;
this.buttonCancel.Text = "Cancel";
this.buttonCancel.UseVisualStyleBackColor = true;
this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
//
// buttonOK
//
this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonOK.Location = new System.Drawing.Point(219, 345);
this.buttonOK.Margin = new System.Windows.Forms.Padding(2);
this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(55, 21);
this.buttonOK.TabIndex = 2;
this.buttonOK.Text = "OK";
this.buttonOK.UseVisualStyleBackColor = true;
this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click);
//
// label1
//
this.label1.Location = new System.Drawing.Point(9, 8);
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(305, 32);
this.label1.TabIndex = 3;
this.label1.Text = "This tool converts an alert form to one easily used to troubleshoot why a symbol " +
"didn\'t appear.";
//
// SymbolLabel
//
this.SymbolLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.SymbolLabel.AutoSize = true;
this.SymbolLabel.Location = new System.Drawing.Point(5, 312);
this.SymbolLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.SymbolLabel.Name = "SymbolLabel";
this.SymbolLabel.Size = new System.Drawing.Size(44, 13);
this.SymbolLabel.TabIndex = 4;
this.SymbolLabel.Text = "Symbol:";
//
// checkBoxFiltersToColumns
//
this.checkBoxFiltersToColumns.Anchor = System.Windows.Forms.AnchorStyles.None;
this.checkBoxFiltersToColumns.AutoSize = true;
this.checkBoxFiltersToColumns.Location = new System.Drawing.Point(199, 253);
this.checkBoxFiltersToColumns.Margin = new System.Windows.Forms.Padding(2);
this.checkBoxFiltersToColumns.Name = "checkBoxFiltersToColumns";
this.checkBoxFiltersToColumns.Size = new System.Drawing.Size(132, 17);
this.checkBoxFiltersToColumns.TabIndex = 6;
this.checkBoxFiltersToColumns.Text = "Filters to Columns Only";
this.checkBoxFiltersToColumns.UseVisualStyleBackColor = true;
this.checkBoxFiltersToColumns.CheckedChanged += new System.EventHandler(this.checkBoxFiltersToColumns_CheckedChanged);
//
// checkBoxRunHistory
//
this.checkBoxRunHistory.Anchor = System.Windows.Forms.AnchorStyles.None;
this.checkBoxRunHistory.AutoSize = true;
this.checkBoxRunHistory.Location = new System.Drawing.Point(199, 272);
this.checkBoxRunHistory.Margin = new System.Windows.Forms.Padding(2);
this.checkBoxRunHistory.Name = "checkBoxRunHistory";
this.checkBoxRunHistory.Size = new System.Drawing.Size(81, 17);
this.checkBoxRunHistory.TabIndex = 7;
this.checkBoxRunHistory.Text = "Run History";
this.checkBoxRunHistory.UseVisualStyleBackColor = true;
this.checkBoxRunHistory.CheckedChanged += new System.EventHandler(this.checkBoxRunHistory_CheckedChanged);
//
// dateTimePickerStartTime
//
this.dateTimePickerStartTime.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.dateTimePickerStartTime.CustomFormat = "MM/dd/yyyy h:mm tt";
this.dateTimePickerStartTime.Enabled = false;
this.dateTimePickerStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dateTimePickerStartTime.Location = new System.Drawing.Point(200, 292);
this.dateTimePickerStartTime.Margin = new System.Windows.Forms.Padding(2);
this.dateTimePickerStartTime.Name = "dateTimePickerStartTime";
this.dateTimePickerStartTime.ShowUpDown = true;
this.dateTimePickerStartTime.Size = new System.Drawing.Size(135, 20);
this.dateTimePickerStartTime.TabIndex = 8;
//
// dateTimePickerEndTime
//
this.dateTimePickerEndTime.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.dateTimePickerEndTime.CustomFormat = "MM/dd/yyyy h:mm tt";
this.dateTimePickerEndTime.Enabled = false;
this.dateTimePickerEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dateTimePickerEndTime.Location = new System.Drawing.Point(200, 313);
this.dateTimePickerEndTime.Margin = new System.Windows.Forms.Padding(2);
this.dateTimePickerEndTime.Name = "dateTimePickerEndTime";
this.dateTimePickerEndTime.ShowUpDown = true;
this.dateTimePickerEndTime.Size = new System.Drawing.Size(135, 20);
this.dateTimePickerEndTime.TabIndex = 9;
//
// StartDateLabel
//
this.StartDateLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.StartDateLabel.AutoSize = true;
this.StartDateLabel.Location = new System.Drawing.Point(160, 295);
this.StartDateLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.StartDateLabel.Name = "StartDateLabel";
this.StartDateLabel.Size = new System.Drawing.Size(35, 13);
this.StartDateLabel.TabIndex = 10;
this.StartDateLabel.Text = "Start :";
//
// EndDateLabel
//
this.EndDateLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.EndDateLabel.AutoSize = true;
this.EndDateLabel.Location = new System.Drawing.Point(166, 315);
this.EndDateLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.EndDateLabel.Name = "EndDateLabel";
this.EndDateLabel.Size = new System.Drawing.Size(32, 13);
this.EndDateLabel.TabIndex = 11;
this.EndDateLabel.Text = "End :";
//
// MissingSymbolCheckFormChooser
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(349, 374);
this.Controls.Add(this.EndDateLabel);
this.Controls.Add(this.StartDateLabel);
this.Controls.Add(this.dateTimePickerEndTime);
this.Controls.Add(this.dateTimePickerStartTime);
this.Controls.Add(this.checkBoxRunHistory);
this.Controls.Add(this.checkBoxFiltersToColumns);
this.Controls.Add(this.SymbolLabel);
this.Controls.Add(this.label1);
this.Controls.Add(this.buttonOK);
this.Controls.Add(this.buttonCancel);
this.Controls.Add(this.checkedListBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Margin = new System.Windows.Forms.Padding(2);
this.Name = "MissingSymbolCheckFormChooser";
this.Text = "Missing Symbol Check";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.CheckedListBox checkedListBox1;
private System.Windows.Forms.Button buttonCancel;
private System.Windows.Forms.Button buttonOK;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label SymbolLabel;
private System.Windows.Forms.CheckBox checkBoxFiltersToColumns;
private System.Windows.Forms.CheckBox checkBoxRunHistory;
private System.Windows.Forms.DateTimePicker dateTimePickerStartTime;
private System.Windows.Forms.DateTimePicker dateTimePickerEndTime;
private System.Windows.Forms.Label StartDateLabel;
private System.Windows.Forms.Label EndDateLabel;
}
}