namespace TradeIdeas.TIQ
{
partial class TopList
{
///
/// 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.whichRowGroupBox = new System.Windows.Forms.GroupBox();
this.currentRowRadioButton = 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.columnsToRequestCheckedListBox = new System.Windows.Forms.CheckedListBox();
this.sortByGroupBox = new System.Windows.Forms.GroupBox();
this.smallestOnTopRadioButton = new System.Windows.Forms.RadioButton();
this.biggestOnTopRadioButton = new System.Windows.Forms.RadioButton();
this.sortByComboBox = new System.Windows.Forms.ComboBox();
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.sendNowButton = new System.Windows.Forms.Button();
this.filterColumnComboBox = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.maxCountTextBox = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.btnDuplicate = new System.Windows.Forms.Button();
this.btnSave = new System.Windows.Forms.Button();
this.btnSelectAll = new System.Windows.Forms.Button();
this.whichRowGroupBox.SuspendLayout();
this.sortByGroupBox.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
this.splitContainer2.Panel1.SuspendLayout();
this.splitContainer2.Panel2.SuspendLayout();
this.splitContainer2.SuspendLayout();
this.SuspendLayout();
//
// whichRowGroupBox
//
this.whichRowGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.whichRowGroupBox.Controls.Add(this.currentRowRadioButton);
this.whichRowGroupBox.Controls.Add(this.rowDateTimePicker);
this.whichRowGroupBox.Controls.Add(this.rowNumberTextBox);
this.whichRowGroupBox.Controls.Add(this.rowTimeRadioButton);
this.whichRowGroupBox.Controls.Add(this.rowNumberRadioButton);
this.whichRowGroupBox.Location = new System.Drawing.Point(282, 367);
this.whichRowGroupBox.Name = "whichRowGroupBox";
this.whichRowGroupBox.Size = new System.Drawing.Size(282, 94);
this.whichRowGroupBox.TabIndex = 5;
this.whichRowGroupBox.TabStop = false;
this.whichRowGroupBox.Text = "Which Row";
//
// currentRowRadioButton
//
this.currentRowRadioButton.AutoSize = true;
this.currentRowRadioButton.Checked = true;
this.currentRowRadioButton.Location = new System.Drawing.Point(6, 71);
this.currentRowRadioButton.Name = "currentRowRadioButton";
this.currentRowRadioButton.Size = new System.Drawing.Size(85, 17);
this.currentRowRadioButton.TabIndex = 4;
this.currentRowRadioButton.TabStop = true;
this.currentRowRadioButton.Text = "Current Time";
this.currentRowRadioButton.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;
//
// 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(12, 367);
this.columnsToRequestCheckedListBox.Name = "columnsToRequestCheckedListBox";
this.columnsToRequestCheckedListBox.Size = new System.Drawing.Size(120, 94);
this.columnsToRequestCheckedListBox.TabIndex = 4;
this.columnsToRequestCheckedListBox.Click += new System.EventHandler(this.columnsToRequestCheckedListBox_Click);
this.columnsToRequestCheckedListBox.SelectedValueChanged += new System.EventHandler(this.columnsToRequestCheckedListBox_SelectedValueChanged);
//
// sortByGroupBox
//
this.sortByGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.sortByGroupBox.Controls.Add(this.smallestOnTopRadioButton);
this.sortByGroupBox.Controls.Add(this.biggestOnTopRadioButton);
this.sortByGroupBox.Controls.Add(this.sortByComboBox);
this.sortByGroupBox.Location = new System.Drawing.Point(140, 367);
this.sortByGroupBox.Name = "sortByGroupBox";
this.sortByGroupBox.Size = new System.Drawing.Size(136, 94);
this.sortByGroupBox.TabIndex = 3;
this.sortByGroupBox.TabStop = false;
this.sortByGroupBox.Text = "Sort By";
//
// smallestOnTopRadioButton
//
this.smallestOnTopRadioButton.AutoSize = true;
this.smallestOnTopRadioButton.Location = new System.Drawing.Point(6, 69);
this.smallestOnTopRadioButton.Name = "smallestOnTopRadioButton";
this.smallestOnTopRadioButton.Size = new System.Drawing.Size(98, 17);
this.smallestOnTopRadioButton.TabIndex = 4;
this.smallestOnTopRadioButton.Text = "Smallest onTop";
this.smallestOnTopRadioButton.UseVisualStyleBackColor = true;
//
// biggestOnTopRadioButton
//
this.biggestOnTopRadioButton.AutoSize = true;
this.biggestOnTopRadioButton.Checked = true;
this.biggestOnTopRadioButton.Location = new System.Drawing.Point(6, 46);
this.biggestOnTopRadioButton.Name = "biggestOnTopRadioButton";
this.biggestOnTopRadioButton.Size = new System.Drawing.Size(97, 17);
this.biggestOnTopRadioButton.TabIndex = 3;
this.biggestOnTopRadioButton.TabStop = true;
this.biggestOnTopRadioButton.Text = "Biggest on Top";
this.biggestOnTopRadioButton.UseVisualStyleBackColor = true;
//
// sortByComboBox
//
this.sortByComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.sortByComboBox.FormattingEnabled = true;
this.sortByComboBox.Location = new System.Drawing.Point(6, 19);
this.sortByComboBox.Name = "sortByComboBox";
this.sortByComboBox.Size = new System.Drawing.Size(121, 21);
this.sortByComboBox.TabIndex = 2;
//
// 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 = 6;
//
// 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";
//
// 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(93, 467);
this.sendNowButton.Name = "sendNowButton";
this.sendNowButton.Size = new System.Drawing.Size(75, 23);
this.sendNowButton.TabIndex = 7;
this.sendNowButton.Text = "Send Now";
this.sendNowButton.UseVisualStyleBackColor = true;
this.sendNowButton.Click += new System.EventHandler(this.sendNowButton_Click);
//
// 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(570, 383);
this.filterColumnComboBox.Name = "filterColumnComboBox";
this.filterColumnComboBox.Size = new System.Drawing.Size(121, 21);
this.filterColumnComboBox.TabIndex = 8;
//
// 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(570, 367);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(70, 13);
this.label2.TabIndex = 9;
this.label2.Text = "Filter Column:";
//
// maxCountTextBox
//
this.maxCountTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.maxCountTextBox.Location = new System.Drawing.Point(570, 441);
this.maxCountTextBox.Name = "maxCountTextBox";
this.maxCountTextBox.Size = new System.Drawing.Size(100, 20);
this.maxCountTextBox.TabIndex = 10;
//
// label3
//
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(570, 425);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(61, 13);
this.label3.TabIndex = 11;
this.label3.Text = "Max Count:";
//
// btnDuplicate
//
this.btnDuplicate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnDuplicate.Location = new System.Drawing.Point(595, 467);
this.btnDuplicate.Name = "btnDuplicate";
this.btnDuplicate.Size = new System.Drawing.Size(75, 23);
this.btnDuplicate.TabIndex = 12;
this.btnDuplicate.Text = "Duplicate";
this.btnDuplicate.UseVisualStyleBackColor = true;
this.btnDuplicate.Click += new System.EventHandler(this.btnDuplicate_Click);
//
// btnSave
//
this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnSave.Location = new System.Drawing.Point(514, 467);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(75, 23);
this.btnSave.TabIndex = 13;
this.btnSave.Text = "Save";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// 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(12, 467);
this.btnSelectAll.Name = "btnSelectAll";
this.btnSelectAll.Size = new System.Drawing.Size(75, 23);
this.btnSelectAll.TabIndex = 14;
this.btnSelectAll.Text = "Select All";
this.btnSelectAll.UseVisualStyleBackColor = true;
this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click);
//
// TopList
//
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.btnSelectAll);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.btnDuplicate);
this.Controls.Add(this.label3);
this.Controls.Add(this.maxCountTextBox);
this.Controls.Add(this.label2);
this.Controls.Add(this.filterColumnComboBox);
this.Controls.Add(this.sendNowButton);
this.Controls.Add(this.splitContainer2);
this.Controls.Add(this.whichRowGroupBox);
this.Controls.Add(this.columnsToRequestCheckedListBox);
this.Controls.Add(this.sortByGroupBox);
this.Name = "TopList";
this.Text = "Top List";
this.whichRowGroupBox.ResumeLayout(false);
this.whichRowGroupBox.PerformLayout();
this.sortByGroupBox.ResumeLayout(false);
this.sortByGroupBox.PerformLayout();
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.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button sendNowButton;
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.GroupBox whichRowGroupBox;
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.CheckedListBox columnsToRequestCheckedListBox;
private System.Windows.Forms.GroupBox sortByGroupBox;
private System.Windows.Forms.RadioButton smallestOnTopRadioButton;
private System.Windows.Forms.RadioButton biggestOnTopRadioButton;
private System.Windows.Forms.ComboBox sortByComboBox;
private System.Windows.Forms.ComboBox filterColumnComboBox;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.RadioButton currentRowRadioButton;
private System.Windows.Forms.TextBox maxCountTextBox;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button btnDuplicate;
private System.Windows.Forms.Button btnSave;
private System.Windows.Forms.Button btnSelectAll;
}
}