namespace TIProDevExtension
{
partial class RBIGBIConfig
{
///
/// 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.btnCancel = new System.Windows.Forms.Button();
this.btnOK = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.label9 = new System.Windows.Forms.Label();
this.txtWindowName = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.minAverageDailyVolume = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.minVolumeTodayTextBox = new System.Windows.Forms.TextBox();
this.maxPriceTextBox = new System.Windows.Forms.TextBox();
this.minPriceTextBox = new System.Windows.Forms.TextBox();
this.minVolumePercent = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.minPositionInRange = new System.Windows.Forms.TextBox();
this.label12 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.maxPositionInRange = new System.Windows.Forms.TextBox();
this.label14 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// btnCancel
//
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Location = new System.Drawing.Point(307, 282);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 0;
this.btnCancel.Text = "Cancel";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnOK
//
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
this.btnOK.Location = new System.Drawing.Point(12, 282);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(75, 23);
this.btnOK.TabIndex = 1;
this.btnOK.Text = "OK";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// panel1
//
this.panel1.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.panel1.AutoSize = true;
this.panel1.BackColor = System.Drawing.Color.White;
this.panel1.Controls.Add(this.label15);
this.panel1.Controls.Add(this.label14);
this.panel1.Controls.Add(this.maxPositionInRange);
this.panel1.Controls.Add(this.label13);
this.panel1.Controls.Add(this.label12);
this.panel1.Controls.Add(this.minPositionInRange);
this.panel1.Controls.Add(this.label11);
this.panel1.Controls.Add(this.label10);
this.panel1.Controls.Add(this.minVolumePercent);
this.panel1.Controls.Add(this.label9);
this.panel1.Controls.Add(this.txtWindowName);
this.panel1.Controls.Add(this.label8);
this.panel1.Controls.Add(this.label7);
this.panel1.Controls.Add(this.label6);
this.panel1.Controls.Add(this.label5);
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.minAverageDailyVolume);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.minVolumeTodayTextBox);
this.panel1.Controls.Add(this.maxPriceTextBox);
this.panel1.Controls.Add(this.minPriceTextBox);
this.panel1.Location = new System.Drawing.Point(12, 12);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(370, 264);
this.panel1.TabIndex = 2;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(3, 214);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(80, 13);
this.label9.TabIndex = 13;
this.label9.Text = "Window Name:";
//
// txtWindowName
//
this.txtWindowName.Location = new System.Drawing.Point(6, 230);
this.txtWindowName.Name = "txtWindowName";
this.txtWindowName.Size = new System.Drawing.Size(352, 20);
this.txtWindowName.TabIndex = 12;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(265, 95);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(70, 13);
this.label8.TabIndex = 11;
this.label8.Text = "Shares / Day";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(265, 69);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(40, 13);
this.label7.TabIndex = 10;
this.label7.Text = "Shares";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(265, 44);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(13, 13);
this.label6.TabIndex = 9;
this.label6.Text = "$";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(265, 18);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(13, 13);
this.label5.TabIndex = 8;
this.label5.Text = "$";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(3, 95);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(154, 13);
this.label4.TabIndex = 7;
this.label4.Text = "Min Average Daily Volume (5D)";
//
// minAverageDailyVolume
//
this.minAverageDailyVolume.Location = new System.Drawing.Point(159, 92);
this.minAverageDailyVolume.Name = "minAverageDailyVolume";
this.minAverageDailyVolume.Size = new System.Drawing.Size(100, 20);
this.minAverageDailyVolume.TabIndex = 6;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(62, 69);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(95, 13);
this.label3.TabIndex = 5;
this.label3.Text = "Min Volume Today";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(103, 44);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(54, 13);
this.label2.TabIndex = 4;
this.label2.Text = "Max Price";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(106, 18);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(51, 13);
this.label1.TabIndex = 3;
this.label1.Text = "Min Price";
//
// minVolumeTodayTextBox
//
this.minVolumeTodayTextBox.Location = new System.Drawing.Point(159, 66);
this.minVolumeTodayTextBox.Name = "minVolumeTodayTextBox";
this.minVolumeTodayTextBox.Size = new System.Drawing.Size(100, 20);
this.minVolumeTodayTextBox.TabIndex = 2;
//
// maxPriceTextBox
//
this.maxPriceTextBox.Location = new System.Drawing.Point(159, 41);
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(159, 15);
this.minPriceTextBox.Name = "minPriceTextBox";
this.minPriceTextBox.Size = new System.Drawing.Size(100, 20);
this.minPriceTextBox.TabIndex = 0;
//
// minVolumePercent
//
this.minVolumePercent.Location = new System.Drawing.Point(159, 118);
this.minVolumePercent.Name = "minVolumePercent";
this.minVolumePercent.Size = new System.Drawing.Size(100, 20);
this.minVolumePercent.TabIndex = 14;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(55, 121);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(102, 13);
this.label10.TabIndex = 15;
this.label10.Text = "Min Volume Percent";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(265, 121);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(15, 13);
this.label11.TabIndex = 16;
this.label11.Text = "%";
//
// minPositionInRange
//
this.minPositionInRange.Location = new System.Drawing.Point(159, 144);
this.minPositionInRange.Name = "minPositionInRange";
this.minPositionInRange.Size = new System.Drawing.Size(100, 20);
this.minPositionInRange.TabIndex = 17;
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(46, 147);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(111, 13);
this.label12.TabIndex = 18;
this.label12.Text = "Min Position In Range";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(265, 147);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(15, 13);
this.label13.TabIndex = 19;
this.label13.Text = "%";
//
// maxPositionInRange
//
this.maxPositionInRange.Location = new System.Drawing.Point(159, 170);
this.maxPositionInRange.Name = "maxPositionInRange";
this.maxPositionInRange.Size = new System.Drawing.Size(100, 20);
this.maxPositionInRange.TabIndex = 20;
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(43, 173);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(114, 13);
this.label14.TabIndex = 21;
this.label14.Text = "Max Position In Range";
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(264, 173);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(15, 13);
this.label15.TabIndex = 22;
this.label15.Text = "%";
//
// RBIGBIConfig
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSize = true;
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.ClientSize = new System.Drawing.Size(394, 317);
this.Controls.Add(this.panel1);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.btnCancel);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Name = "RBIGBIConfig";
this.Text = "RBI and GBI Customization";
this.VisibleChanged += new System.EventHandler(this.RBIGBIConfig_VisibleChanged);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.TextBox minPriceTextBox;
private System.Windows.Forms.TextBox maxPriceTextBox;
private System.Windows.Forms.TextBox minVolumeTodayTextBox;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox minAverageDailyVolume;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txtWindowName;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox minVolumePercent;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.TextBox minPositionInRange;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.TextBox maxPositionInRange;
}
}