namespace TIProAutoTradeExtension { 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.components = new System.ComponentModel.Container(); 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.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.cboCustomTimeIncrement = new System.Windows.Forms.ComboBox(); this.btnApply = 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.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.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.Text = "Custom"; this.radCustom.UseVisualStyleBackColor = true; this.radCustom.CheckedChanged += new System.EventHandler(this.radCustom_CheckedChanged); // // txtCustomTimeValue // this.txtCustomTimeValue.ContextMenuStrip = this.contextMenuStrip1; 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); // // contextMenuStrip1 // this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(61, 4); // // 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[] { "Seconds", "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; // // btnApply // this.btnApply.BackColor = System.Drawing.SystemColors.Control; this.btnApply.FlatAppearance.BorderSize = 0; this.btnApply.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnApply.Location = new System.Drawing.Point(6, 124); this.btnApply.Name = "btnApply"; this.btnApply.Size = new System.Drawing.Size(119, 23); this.btnApply.TabIndex = 5; this.btnApply.Text = "Apply"; this.btnApply.UseVisualStyleBackColor = false; this.btnApply.Click += new System.EventHandler(this.btnApply_Click); // // chkFillPrePostMarket // this.chkFillPrePostMarket.AutoSize = true; this.chkFillPrePostMarket.Location = new System.Drawing.Point(11, 100); 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; this.chkFillPrePostMarket.CheckedChanged += new System.EventHandler(this.chkFillPrePostMarket_CheckedChanged); // // 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.btnApply); 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 btnApply; private System.Windows.Forms.CheckBox chkFillPrePostMarket; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; } }