namespace TIProAutoTradeExtension
{
partial class OrderEntryControl
{
///
/// 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();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OrderEntryControl));
this.btnBuy = new System.Windows.Forms.Button();
this.btnSell = new System.Windows.Forms.Button();
this.btnSend = new System.Windows.Forms.Button();
this.txtQuantity = new System.Windows.Forms.TextBox();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.resetFieldsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.debugToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.cboOrderType = new System.Windows.Forms.ComboBox();
this.txtLimit = new System.Windows.Forms.TextBox();
this.txtPrice = new System.Windows.Forms.TextBox();
this.cboTimeInForce = new System.Windows.Forms.ComboBox();
this.lblBidPrice = new System.Windows.Forms.Label();
this.lblLastPrice = new System.Windows.Forms.Label();
this.lblAskPrice = new System.Windows.Forms.Label();
this.cboQuantityType = new System.Windows.Forms.ComboBox();
this.picBracketOrder = new System.Windows.Forms.PictureBox();
this.picTimeStop = new System.Windows.Forms.PictureBox();
this.txtStop = new System.Windows.Forms.TextBox();
this.txtAccount = new System.Windows.Forms.TextBox();
this.lblStatus = new System.Windows.Forms.Label();
this.numQuantity = new System.Windows.Forms.NumericUpDown();
this.numPrice = new System.Windows.Forms.NumericUpDown();
this.numStop = new System.Windows.Forms.NumericUpDown();
this.numLimit = new System.Windows.Forms.NumericUpDown();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.contextMenuStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picBracketOrder)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picTimeStop)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numQuantity)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numPrice)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numStop)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numLimit)).BeginInit();
this.SuspendLayout();
//
// btnBuy
//
this.btnBuy.BackColor = System.Drawing.SystemColors.Control;
this.btnBuy.FlatAppearance.BorderSize = 0;
this.btnBuy.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnBuy.ForeColor = System.Drawing.SystemColors.ControlText;
this.btnBuy.Location = new System.Drawing.Point(5, 34);
this.btnBuy.Name = "btnBuy";
this.btnBuy.Size = new System.Drawing.Size(56, 23);
this.btnBuy.TabIndex = 9;
this.btnBuy.Text = "BUY";
this.btnBuy.UseVisualStyleBackColor = false;
this.btnBuy.Click += new System.EventHandler(this.btnBuy_Click);
//
// btnSell
//
this.btnSell.BackColor = System.Drawing.SystemColors.Control;
this.btnSell.FlatAppearance.BorderSize = 0;
this.btnSell.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnSell.ForeColor = System.Drawing.SystemColors.ControlText;
this.btnSell.Location = new System.Drawing.Point(61, 34);
this.btnSell.Name = "btnSell";
this.btnSell.Size = new System.Drawing.Size(56, 23);
this.btnSell.TabIndex = 10;
this.btnSell.Text = "SELL";
this.btnSell.UseVisualStyleBackColor = false;
this.btnSell.Click += new System.EventHandler(this.btnSell_Click);
//
// btnSend
//
this.btnSend.BackColor = System.Drawing.SystemColors.ControlDark;
this.btnSend.FlatAppearance.BorderSize = 0;
this.btnSend.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnSend.ForeColor = System.Drawing.SystemColors.ControlText;
this.btnSend.Location = new System.Drawing.Point(498, 0);
this.btnSend.Margin = new System.Windows.Forms.Padding(0);
this.btnSend.Name = "btnSend";
this.btnSend.Size = new System.Drawing.Size(67, 62);
this.btnSend.TabIndex = 7;
this.btnSend.Text = "SEND";
this.btnSend.UseVisualStyleBackColor = false;
this.btnSend.Click += new System.EventHandler(this.btnSend_Click);
//
// txtQuantity
//
this.txtQuantity.ContextMenuStrip = this.contextMenuStrip1;
this.txtQuantity.Location = new System.Drawing.Point(92, 5);
this.txtQuantity.Multiline = true;
this.txtQuantity.Name = "txtQuantity";
this.txtQuantity.Size = new System.Drawing.Size(48, 21);
this.txtQuantity.TabIndex = 1;
this.txtQuantity.Text = "Quantity";
this.txtQuantity.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.txtQuantity.Click += new System.EventHandler(this.txtQuantity_Click);
this.txtQuantity.TextChanged += new System.EventHandler(this.txtQuantity_TextChanged);
this.txtQuantity.Enter += new System.EventHandler(this.txtQuantity_Enter);
this.txtQuantity.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtQuantity_KeyPress);
this.txtQuantity.Leave += new System.EventHandler(this.txtQuantity_Leave);
this.txtQuantity.MouseEnter += new System.EventHandler(this.txtQuantity_MouseEnter);
//
// contextMenuStrip1
//
this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.resetFieldsToolStripMenuItem,
this.optionsToolStripMenuItem,
this.debugToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.ShowImageMargin = false;
this.contextMenuStrip1.Size = new System.Drawing.Size(111, 70);
//
// resetFieldsToolStripMenuItem
//
this.resetFieldsToolStripMenuItem.Name = "resetFieldsToolStripMenuItem";
this.resetFieldsToolStripMenuItem.Size = new System.Drawing.Size(110, 22);
this.resetFieldsToolStripMenuItem.Text = "Reset Fields";
this.resetFieldsToolStripMenuItem.Click += new System.EventHandler(this.resetFieldsToolStripMenuItem_Click);
//
// optionsToolStripMenuItem
//
this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
this.optionsToolStripMenuItem.Size = new System.Drawing.Size(110, 22);
this.optionsToolStripMenuItem.Text = "Options";
this.optionsToolStripMenuItem.Click += new System.EventHandler(this.optionsToolStripMenuItem_Click);
//
// debugToolStripMenuItem
//
this.debugToolStripMenuItem.Name = "debugToolStripMenuItem";
this.debugToolStripMenuItem.Size = new System.Drawing.Size(110, 22);
this.debugToolStripMenuItem.Text = "Debug";
this.debugToolStripMenuItem.Visible = false;
this.debugToolStripMenuItem.Click += new System.EventHandler(this.debugToolStripMenuItem_Click);
//
// cboOrderType
//
this.cboOrderType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboOrderType.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.cboOrderType.FormattingEnabled = true;
this.cboOrderType.Items.AddRange(new object[] {
"Market",
"Limit",
"Stop",
"Stp Lmt"});
this.cboOrderType.Location = new System.Drawing.Point(134, 36);
this.cboOrderType.Name = "cboOrderType";
this.cboOrderType.Size = new System.Drawing.Size(69, 21);
this.cboOrderType.TabIndex = 3;
this.cboOrderType.SelectedIndexChanged += new System.EventHandler(this.cboOrderType_SelectedIndexChanged);
//
// txtLimit
//
this.txtLimit.ContextMenuStrip = this.contextMenuStrip1;
this.txtLimit.Enabled = false;
this.txtLimit.Location = new System.Drawing.Point(299, 37);
this.txtLimit.Multiline = true;
this.txtLimit.Name = "txtLimit";
this.txtLimit.Size = new System.Drawing.Size(64, 21);
this.txtLimit.TabIndex = 6;
this.txtLimit.Text = "Limit";
this.txtLimit.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.txtLimit.Visible = false;
this.txtLimit.Click += new System.EventHandler(this.txtLimit_Click);
this.txtLimit.TextChanged += new System.EventHandler(this.txtLimit_TextChanged);
this.txtLimit.Enter += new System.EventHandler(this.txtLimit_Enter);
this.txtLimit.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtLimit_KeyPress);
this.txtLimit.Leave += new System.EventHandler(this.txtLimit_Leave);
this.txtLimit.MouseEnter += new System.EventHandler(this.txtLimit_MouseEnter);
//
// txtPrice
//
this.txtPrice.ContextMenuStrip = this.contextMenuStrip1;
this.txtPrice.Location = new System.Drawing.Point(254, 37);
this.txtPrice.Multiline = true;
this.txtPrice.Name = "txtPrice";
this.txtPrice.Size = new System.Drawing.Size(92, 21);
this.txtPrice.TabIndex = 4;
this.txtPrice.Text = "Price";
this.txtPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.txtPrice.Click += new System.EventHandler(this.txtPrice_Click);
this.txtPrice.TextChanged += new System.EventHandler(this.txtPrice_TextChanged);
this.txtPrice.Enter += new System.EventHandler(this.txtPrice_Enter);
this.txtPrice.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtPrice_KeyPress);
this.txtPrice.Leave += new System.EventHandler(this.txtPrice_Leave);
this.txtPrice.MouseEnter += new System.EventHandler(this.txtPrice_MouseEnter);
//
// cboTimeInForce
//
this.cboTimeInForce.DropDownHeight = 1;
this.cboTimeInForce.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboTimeInForce.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.cboTimeInForce.FormattingEnabled = true;
this.cboTimeInForce.IntegralHeight = false;
this.cboTimeInForce.Items.AddRange(new object[] {
"TIF"});
this.cboTimeInForce.Location = new System.Drawing.Point(386, 37);
this.cboTimeInForce.Name = "cboTimeInForce";
this.cboTimeInForce.Size = new System.Drawing.Size(70, 21);
this.cboTimeInForce.TabIndex = 8;
this.toolTip1.SetToolTip(this.cboTimeInForce, "Time In Force (not set)");
this.cboTimeInForce.Click += new System.EventHandler(this.cboTimeInForce_Click);
this.cboTimeInForce.Enter += new System.EventHandler(this.cboTimeInForce_Enter);
//
// lblBidPrice
//
this.lblBidPrice.BackColor = System.Drawing.SystemColors.ControlDark;
this.lblBidPrice.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblBidPrice.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblBidPrice.Location = new System.Drawing.Point(226, 4);
this.lblBidPrice.Margin = new System.Windows.Forms.Padding(0);
this.lblBidPrice.Name = "lblBidPrice";
this.lblBidPrice.Size = new System.Drawing.Size(50, 27);
this.lblBidPrice.TabIndex = 12;
this.lblBidPrice.Text = "Bid\r\n0.00";
this.lblBidPrice.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lblBidPrice.Click += new System.EventHandler(this.lblBidPrice_Click);
//
// lblLastPrice
//
this.lblLastPrice.BackColor = System.Drawing.SystemColors.ControlDark;
this.lblLastPrice.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblLastPrice.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblLastPrice.Location = new System.Drawing.Point(276, 4);
this.lblLastPrice.Margin = new System.Windows.Forms.Padding(0);
this.lblLastPrice.Name = "lblLastPrice";
this.lblLastPrice.Size = new System.Drawing.Size(50, 27);
this.lblLastPrice.TabIndex = 13;
this.lblLastPrice.Text = "Last\r\n0.00";
this.lblLastPrice.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lblLastPrice.Click += new System.EventHandler(this.lblLastPrice_Click);
//
// lblAskPrice
//
this.lblAskPrice.BackColor = System.Drawing.SystemColors.ControlDark;
this.lblAskPrice.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblAskPrice.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblAskPrice.Location = new System.Drawing.Point(326, 4);
this.lblAskPrice.Margin = new System.Windows.Forms.Padding(0);
this.lblAskPrice.Name = "lblAskPrice";
this.lblAskPrice.Size = new System.Drawing.Size(50, 27);
this.lblAskPrice.TabIndex = 14;
this.lblAskPrice.Text = "Ask\r\n0.00";
this.lblAskPrice.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lblAskPrice.Click += new System.EventHandler(this.lblAskPrice_Click);
//
// cboQuantityType
//
this.cboQuantityType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboQuantityType.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.cboQuantityType.FormattingEnabled = true;
this.cboQuantityType.Items.AddRange(new object[] {
"Shares",
"Dollars"});
this.cboQuantityType.Location = new System.Drawing.Point(161, 5);
this.cboQuantityType.Name = "cboQuantityType";
this.cboQuantityType.Size = new System.Drawing.Size(59, 21);
this.cboQuantityType.TabIndex = 2;
this.cboQuantityType.SelectedIndexChanged += new System.EventHandler(this.cboQuantityType_SelectedIndexChanged);
//
// picBracketOrder
//
this.picBracketOrder.BackColor = System.Drawing.Color.Transparent;
this.picBracketOrder.Image = ((System.Drawing.Image)(resources.GetObject("picBracketOrder.Image")));
this.picBracketOrder.Location = new System.Drawing.Point(462, 34);
this.picBracketOrder.Name = "picBracketOrder";
this.picBracketOrder.Size = new System.Drawing.Size(25, 25);
this.picBracketOrder.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.picBracketOrder.TabIndex = 10;
this.picBracketOrder.TabStop = false;
this.toolTip1.SetToolTip(this.picBracketOrder, "Bracket Order (not set)");
this.picBracketOrder.Click += new System.EventHandler(this.picBracketOrder_Click);
//
// picTimeStop
//
this.picTimeStop.BackColor = System.Drawing.Color.Transparent;
this.picTimeStop.Image = ((System.Drawing.Image)(resources.GetObject("picTimeStop.Image")));
this.picTimeStop.Location = new System.Drawing.Point(462, 5);
this.picTimeStop.Name = "picTimeStop";
this.picTimeStop.Size = new System.Drawing.Size(25, 25);
this.picTimeStop.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.picTimeStop.TabIndex = 9;
this.picTimeStop.TabStop = false;
this.toolTip1.SetToolTip(this.picTimeStop, "Time Stop (not set)");
this.picTimeStop.Click += new System.EventHandler(this.picTimeStop_Click);
//
// txtStop
//
this.txtStop.ContextMenuStrip = this.contextMenuStrip1;
this.txtStop.Enabled = false;
this.txtStop.Location = new System.Drawing.Point(216, 37);
this.txtStop.Multiline = true;
this.txtStop.Name = "txtStop";
this.txtStop.Size = new System.Drawing.Size(64, 21);
this.txtStop.TabIndex = 5;
this.txtStop.Text = "Stop";
this.txtStop.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.txtStop.Visible = false;
this.txtStop.Click += new System.EventHandler(this.txtStop_Click);
this.txtStop.TextChanged += new System.EventHandler(this.txtStop_TextChanged);
this.txtStop.Enter += new System.EventHandler(this.txtStop_Enter);
this.txtStop.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtStop_KeyPress);
this.txtStop.Leave += new System.EventHandler(this.txtStop_Leave);
this.txtStop.MouseEnter += new System.EventHandler(this.txtStop_MouseEnter);
//
// txtAccount
//
this.txtAccount.ContextMenuStrip = this.contextMenuStrip1;
this.txtAccount.Location = new System.Drawing.Point(383, 7);
this.txtAccount.Name = "txtAccount";
this.txtAccount.ReadOnly = true;
this.txtAccount.Size = new System.Drawing.Size(73, 20);
this.txtAccount.TabIndex = 11;
this.txtAccount.Text = "Account";
this.txtAccount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.txtAccount.TextChanged += new System.EventHandler(this.txtAccount_TextChanged);
//
// lblStatus
//
this.lblStatus.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lblStatus.Location = new System.Drawing.Point(0, 62);
this.lblStatus.Margin = new System.Windows.Forms.Padding(0);
this.lblStatus.Name = "lblStatus";
this.lblStatus.Size = new System.Drawing.Size(565, 26);
this.lblStatus.TabIndex = 18;
this.lblStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// numQuantity
//
this.numQuantity.Location = new System.Drawing.Point(140, 6);
this.numQuantity.Margin = new System.Windows.Forms.Padding(2);
this.numQuantity.Maximum = new decimal(new int[] {
100000,
0,
0,
0});
this.numQuantity.Name = "numQuantity";
this.numQuantity.Size = new System.Drawing.Size(17, 20);
this.numQuantity.TabIndex = 19;
this.numQuantity.ValueChanged += new System.EventHandler(this.numQuantity_ValueChanged);
this.numQuantity.Enter += new System.EventHandler(this.numQuantity_Enter);
//
// numPrice
//
this.numPrice.DecimalPlaces = 2;
this.numPrice.Increment = new decimal(new int[] {
1,
0,
0,
131072});
this.numPrice.Location = new System.Drawing.Point(346, 38);
this.numPrice.Margin = new System.Windows.Forms.Padding(2);
this.numPrice.Maximum = new decimal(new int[] {
100000,
0,
0,
0});
this.numPrice.Name = "numPrice";
this.numPrice.Size = new System.Drawing.Size(17, 20);
this.numPrice.TabIndex = 20;
this.numPrice.ValueChanged += new System.EventHandler(this.numPrice_ValueChanged);
this.numPrice.Enter += new System.EventHandler(this.numPrice_Enter);
//
// numStop
//
this.numStop.DecimalPlaces = 2;
this.numStop.Increment = new decimal(new int[] {
1,
0,
0,
131072});
this.numStop.Location = new System.Drawing.Point(280, 38);
this.numStop.Margin = new System.Windows.Forms.Padding(2);
this.numStop.Maximum = new decimal(new int[] {
100000,
0,
0,
0});
this.numStop.Name = "numStop";
this.numStop.Size = new System.Drawing.Size(17, 20);
this.numStop.TabIndex = 21;
this.numStop.ValueChanged += new System.EventHandler(this.numStop_ValueChanged);
this.numStop.Enter += new System.EventHandler(this.numStop_Enter);
//
// numLimit
//
this.numLimit.DecimalPlaces = 2;
this.numLimit.Increment = new decimal(new int[] {
1,
0,
0,
131072});
this.numLimit.Location = new System.Drawing.Point(363, 38);
this.numLimit.Margin = new System.Windows.Forms.Padding(2);
this.numLimit.Maximum = new decimal(new int[] {
100000,
0,
0,
0});
this.numLimit.Name = "numLimit";
this.numLimit.Size = new System.Drawing.Size(17, 20);
this.numLimit.TabIndex = 22;
this.numLimit.ValueChanged += new System.EventHandler(this.numLimit_ValueChanged);
this.numLimit.Enter += new System.EventHandler(this.numLimit_Enter);
//
// toolTip1
//
this.toolTip1.ShowAlways = true;
//
// OrderEntryControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.BackColor = System.Drawing.SystemColors.Control;
this.ContextMenuStrip = this.contextMenuStrip1;
this.Controls.Add(this.numLimit);
this.Controls.Add(this.numStop);
this.Controls.Add(this.numQuantity);
this.Controls.Add(this.lblStatus);
this.Controls.Add(this.txtAccount);
this.Controls.Add(this.cboQuantityType);
this.Controls.Add(this.lblAskPrice);
this.Controls.Add(this.lblLastPrice);
this.Controls.Add(this.lblBidPrice);
this.Controls.Add(this.picBracketOrder);
this.Controls.Add(this.picTimeStop);
this.Controls.Add(this.cboTimeInForce);
this.Controls.Add(this.cboOrderType);
this.Controls.Add(this.txtQuantity);
this.Controls.Add(this.btnSend);
this.Controls.Add(this.btnSell);
this.Controls.Add(this.btnBuy);
this.Controls.Add(this.txtStop);
this.Controls.Add(this.txtPrice);
this.Controls.Add(this.numPrice);
this.Controls.Add(this.txtLimit);
this.Name = "OrderEntryControl";
this.Size = new System.Drawing.Size(565, 88);
this.ClientSizeChanged += new System.EventHandler(this.OrderEntryControl_SizeChanged);
this.FontChanged += new System.EventHandler(this.OrderEntryControl_FontChanged);
this.SizeChanged += new System.EventHandler(this.OrderEntryControl_SizeChanged);
this.Resize += new System.EventHandler(this.OrderEntryControl_SizeChanged);
this.contextMenuStrip1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.picBracketOrder)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picTimeStop)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numQuantity)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numPrice)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numStop)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numLimit)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnBuy;
private System.Windows.Forms.Button btnSell;
private System.Windows.Forms.Button btnSend;
private System.Windows.Forms.TextBox txtQuantity;
private System.Windows.Forms.ComboBox cboOrderType;
private System.Windows.Forms.TextBox txtLimit;
private System.Windows.Forms.TextBox txtPrice;
private System.Windows.Forms.ComboBox cboTimeInForce;
private System.Windows.Forms.PictureBox picTimeStop;
private System.Windows.Forms.PictureBox picBracketOrder;
private System.Windows.Forms.Label lblBidPrice;
private System.Windows.Forms.Label lblLastPrice;
private System.Windows.Forms.Label lblAskPrice;
private System.Windows.Forms.ComboBox cboQuantityType;
private System.Windows.Forms.TextBox txtStop;
private System.Windows.Forms.TextBox txtAccount;
private System.Windows.Forms.Label lblStatus;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem resetFieldsToolStripMenuItem;
private System.Windows.Forms.NumericUpDown numQuantity;
private System.Windows.Forms.NumericUpDown numPrice;
private System.Windows.Forms.NumericUpDown numStop;
private System.Windows.Forms.NumericUpDown numLimit;
private System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem debugToolStripMenuItem;
private System.Windows.Forms.ToolTip toolTip1;
}
}