namespace TradeIdeas.TIProGUI.OrderEntry
{
partial class TimeInForceControl
{
///
/// 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 Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.radDay = new System.Windows.Forms.RadioButton();
this.radGTC = new System.Windows.Forms.RadioButton();
this.radCustom = new System.Windows.Forms.RadioButton();
this.txtCustomTimeValue = new System.Windows.Forms.TextBox();
this.cboCustomTimeIncrement = new System.Windows.Forms.ComboBox();
this.btnSetCustom = new System.Windows.Forms.Button();
this.chkFillPrePostMarket = new System.Windows.Forms.CheckBox();
this.SuspendLayout();
//
// radDay
//
this.radDay.AutoSize = true;
this.radDay.Location = new System.Drawing.Point(6, 3);
this.radDay.Name = "radDay";
this.radDay.Size = new System.Drawing.Size(44, 17);
this.radDay.TabIndex = 0;
this.radDay.TabStop = true;
this.radDay.Text = "Day";
this.radDay.UseVisualStyleBackColor = true;
this.radDay.CheckedChanged += new System.EventHandler(this.radDay_CheckedChanged);
//
// radGTC
//
this.radGTC.AutoSize = true;
this.radGTC.Location = new System.Drawing.Point(6, 26);
this.radGTC.Name = "radGTC";
this.radGTC.Size = new System.Drawing.Size(47, 17);
this.radGTC.TabIndex = 1;
this.radGTC.TabStop = true;
this.radGTC.Text = "GTC";
this.radGTC.UseVisualStyleBackColor = true;
this.radGTC.CheckedChanged += new System.EventHandler(this.radGTC_CheckedChanged);
//
// radCustom
//
this.radCustom.AutoSize = true;
this.radCustom.Location = new System.Drawing.Point(6, 49);
this.radCustom.Name = "radCustom";
this.radCustom.Size = new System.Drawing.Size(60, 17);
this.radCustom.TabIndex = 2;
this.radCustom.TabStop = true;
this.radCustom.Text = "Custom";
this.radCustom.UseVisualStyleBackColor = true;
this.radCustom.CheckedChanged += new System.EventHandler(this.radCustom_CheckedChanged);
//
// txtCustomTimeValue
//
this.txtCustomTimeValue.Enabled = false;
this.txtCustomTimeValue.Location = new System.Drawing.Point(6, 72);
this.txtCustomTimeValue.Name = "txtCustomTimeValue";
this.txtCustomTimeValue.Size = new System.Drawing.Size(31, 20);
this.txtCustomTimeValue.TabIndex = 3;
this.txtCustomTimeValue.Text = "15";
this.txtCustomTimeValue.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtCustomTimeValue_KeyPress);
//
// cboCustomTimeIncrement
//
this.cboCustomTimeIncrement.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboCustomTimeIncrement.Enabled = false;
this.cboCustomTimeIncrement.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.cboCustomTimeIncrement.FormattingEnabled = true;
this.cboCustomTimeIncrement.Items.AddRange(new object[] {
"Minutes",
"Hours",
"Days"});
this.cboCustomTimeIncrement.Location = new System.Drawing.Point(43, 72);
this.cboCustomTimeIncrement.Name = "cboCustomTimeIncrement";
this.cboCustomTimeIncrement.Size = new System.Drawing.Size(82, 21);
this.cboCustomTimeIncrement.TabIndex = 4;
//
// btnSetCustom
//
this.btnSetCustom.BackColor = System.Drawing.SystemColors.Control;
this.btnSetCustom.Enabled = false;
this.btnSetCustom.FlatAppearance.BorderSize = 0;
this.btnSetCustom.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnSetCustom.Location = new System.Drawing.Point(6, 103);
this.btnSetCustom.Name = "btnSetCustom";
this.btnSetCustom.Size = new System.Drawing.Size(119, 23);
this.btnSetCustom.TabIndex = 5;
this.btnSetCustom.Text = "Set Custom";
this.btnSetCustom.UseVisualStyleBackColor = false;
this.btnSetCustom.Click += new System.EventHandler(this.btnSetCustom_Click);
//
// chkFillPrePostMarket
//
this.chkFillPrePostMarket.AutoSize = true;
this.chkFillPrePostMarket.Location = new System.Drawing.Point(11, 136);
this.chkFillPrePostMarket.Name = "chkFillPrePostMarket";
this.chkFillPrePostMarket.Size = new System.Drawing.Size(83, 17);
this.chkFillPrePostMarket.TabIndex = 6;
this.chkFillPrePostMarket.Text = "Fill Pre/Post";
this.chkFillPrePostMarket.UseVisualStyleBackColor = true;
//
// TimeInForceControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.chkFillPrePostMarket);
this.Controls.Add(this.btnSetCustom);
this.Controls.Add(this.cboCustomTimeIncrement);
this.Controls.Add(this.txtCustomTimeValue);
this.Controls.Add(this.radCustom);
this.Controls.Add(this.radGTC);
this.Controls.Add(this.radDay);
this.Name = "TimeInForceControl";
this.Size = new System.Drawing.Size(133, 160);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.RadioButton radDay;
private System.Windows.Forms.RadioButton radGTC;
private System.Windows.Forms.RadioButton radCustom;
private System.Windows.Forms.TextBox txtCustomTimeValue;
private System.Windows.Forms.ComboBox cboCustomTimeIncrement;
private System.Windows.Forms.Button btnSetCustom;
private System.Windows.Forms.CheckBox chkFillPrePostMarket;
}
}