namespace TIProAutoTradeExtension { partial class TradeEntry { /// /// 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.textBoxSymbol = new System.Windows.Forms.TextBox(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel(); this.comboBoxStrategy = new System.Windows.Forms.ComboBox(); this.buttonGenerateSignal = new System.Windows.Forms.Button(); this.labelOcaGroup = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.numericUpDownShares = new System.Windows.Forms.NumericUpDown(); this.labelShares = new System.Windows.Forms.Label(); this.labelBuySell = new System.Windows.Forms.Label(); this.comboBoxBuySell = new System.Windows.Forms.ComboBox(); this.labelSymbol = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.comboBoxTradeType = new System.Windows.Forms.ComboBox(); this.labelAccount = new System.Windows.Forms.Label(); this.comboBoxAccount = new System.Windows.Forms.ComboBox(); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.checkBoxGat = new System.Windows.Forms.CheckBox(); this.dateTimePickerGatDate = new System.Windows.Forms.DateTimePicker(); this.dateTimePickerGatTime = new System.Windows.Forms.DateTimePicker(); this.labelGat = new System.Windows.Forms.Label(); this.labelStopPrice = new System.Windows.Forms.Label(); this.labelLimitPrice = new System.Windows.Forms.Label(); this.numericUpDownStopPrice = new System.Windows.Forms.NumericUpDown(); this.numericUpDownLimitPrice = new System.Windows.Forms.NumericUpDown(); this.comboBoxOcaGroup = new System.Windows.Forms.ComboBox(); this.buttonSubmit = new System.Windows.Forms.Button(); this.buttonCancel = new System.Windows.Forms.Button(); this.tableLayoutPanel1.SuspendLayout(); this.flowLayoutPanel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownShares)).BeginInit(); this.flowLayoutPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownStopPrice)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownLimitPrice)).BeginInit(); this.SuspendLayout(); // // textBoxSymbol // this.textBoxSymbol.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.textBoxSymbol.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.textBoxSymbol.Location = new System.Drawing.Point(109, 3); this.textBoxSymbol.Name = "textBoxSymbol"; this.textBoxSymbol.Size = new System.Drawing.Size(100, 20); this.textBoxSymbol.TabIndex = 0; this.textBoxSymbol.TextChanged += new System.EventHandler(this.textBoxSymbol_TextChanged); // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 2; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 70F)); this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel2, 1, 8); this.tableLayoutPanel1.Controls.Add(this.labelOcaGroup, 0, 9); this.tableLayoutPanel1.Controls.Add(this.label2, 0, 8); this.tableLayoutPanel1.Controls.Add(this.numericUpDownShares, 1, 3); this.tableLayoutPanel1.Controls.Add(this.labelShares, 0, 3); this.tableLayoutPanel1.Controls.Add(this.labelBuySell, 0, 1); this.tableLayoutPanel1.Controls.Add(this.comboBoxBuySell, 1, 1); this.tableLayoutPanel1.Controls.Add(this.textBoxSymbol, 1, 0); this.tableLayoutPanel1.Controls.Add(this.labelSymbol, 0, 0); this.tableLayoutPanel1.Controls.Add(this.label1, 0, 2); this.tableLayoutPanel1.Controls.Add(this.comboBoxTradeType, 1, 2); this.tableLayoutPanel1.Controls.Add(this.labelAccount, 0, 7); this.tableLayoutPanel1.Controls.Add(this.comboBoxAccount, 1, 7); this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 1, 6); this.tableLayoutPanel1.Controls.Add(this.labelGat, 0, 6); this.tableLayoutPanel1.Controls.Add(this.labelStopPrice, 0, 5); this.tableLayoutPanel1.Controls.Add(this.labelLimitPrice, 0, 4); this.tableLayoutPanel1.Controls.Add(this.numericUpDownStopPrice, 1, 5); this.tableLayoutPanel1.Controls.Add(this.numericUpDownLimitPrice, 1, 4); this.tableLayoutPanel1.Controls.Add(this.comboBoxOcaGroup, 1, 9); this.tableLayoutPanel1.Location = new System.Drawing.Point(12, 12); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 10; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 29F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 11F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(354, 300); this.tableLayoutPanel1.TabIndex = 1; // // flowLayoutPanel2 // this.flowLayoutPanel2.Controls.Add(this.comboBoxStrategy); this.flowLayoutPanel2.Controls.Add(this.buttonGenerateSignal); this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel2.Location = new System.Drawing.Point(106, 240); this.flowLayoutPanel2.Margin = new System.Windows.Forms.Padding(0); this.flowLayoutPanel2.Name = "flowLayoutPanel2"; this.flowLayoutPanel2.Size = new System.Drawing.Size(248, 29); this.flowLayoutPanel2.TabIndex = 4; // // comboBoxStrategy // this.comboBoxStrategy.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxStrategy.FormattingEnabled = true; this.comboBoxStrategy.Location = new System.Drawing.Point(3, 3); this.comboBoxStrategy.Name = "comboBoxStrategy"; this.comboBoxStrategy.Size = new System.Drawing.Size(139, 21); this.comboBoxStrategy.TabIndex = 14; // // buttonGenerateSignal // this.buttonGenerateSignal.Location = new System.Drawing.Point(148, 3); this.buttonGenerateSignal.Name = "buttonGenerateSignal"; this.buttonGenerateSignal.Size = new System.Drawing.Size(97, 23); this.buttonGenerateSignal.TabIndex = 15; this.buttonGenerateSignal.Text = "Gen Signal"; this.buttonGenerateSignal.UseVisualStyleBackColor = true; this.buttonGenerateSignal.Click += new System.EventHandler(this.buttonGenerateSignal_Click); // // labelOcaGroup // this.labelOcaGroup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.labelOcaGroup.AutoSize = true; this.labelOcaGroup.Location = new System.Drawing.Point(42, 269); this.labelOcaGroup.Name = "labelOcaGroup"; this.labelOcaGroup.Size = new System.Drawing.Size(61, 31); this.labelOcaGroup.TabIndex = 15; this.labelOcaGroup.Text = "OCA Group"; this.labelOcaGroup.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label2 // this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(57, 240); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(46, 29); this.label2.TabIndex = 13; this.label2.Text = "Strategy"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // numericUpDownShares // this.numericUpDownShares.Increment = new decimal(new int[] { 50, 0, 0, 0}); this.numericUpDownShares.Location = new System.Drawing.Point(109, 93); this.numericUpDownShares.Maximum = new decimal(new int[] { 1000000, 0, 0, 0}); this.numericUpDownShares.Name = "numericUpDownShares"; this.numericUpDownShares.Size = new System.Drawing.Size(100, 20); this.numericUpDownShares.TabIndex = 4; this.numericUpDownShares.Value = new decimal(new int[] { 100, 0, 0, 0}); // // labelShares // this.labelShares.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.labelShares.AutoSize = true; this.labelShares.Location = new System.Drawing.Point(63, 90); this.labelShares.Name = "labelShares"; this.labelShares.Size = new System.Drawing.Size(40, 30); this.labelShares.TabIndex = 9; this.labelShares.Text = "Shares"; this.labelShares.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelBuySell // this.labelBuySell.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.labelBuySell.AutoSize = true; this.labelBuySell.Location = new System.Drawing.Point(54, 30); this.labelBuySell.Name = "labelBuySell"; this.labelBuySell.Size = new System.Drawing.Size(49, 30); this.labelBuySell.TabIndex = 8; this.labelBuySell.Text = "Direction"; this.labelBuySell.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboBoxBuySell // this.comboBoxBuySell.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxBuySell.FormattingEnabled = true; this.comboBoxBuySell.Location = new System.Drawing.Point(109, 33); this.comboBoxBuySell.Name = "comboBoxBuySell"; this.comboBoxBuySell.Size = new System.Drawing.Size(139, 21); this.comboBoxBuySell.TabIndex = 6; this.comboBoxBuySell.SelectedIndexChanged += new System.EventHandler(this.comboBoxBuySell_SelectedIndexChanged); // // labelSymbol // this.labelSymbol.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.labelSymbol.AutoSize = true; this.labelSymbol.Location = new System.Drawing.Point(62, 0); this.labelSymbol.Name = "labelSymbol"; this.labelSymbol.Size = new System.Drawing.Size(41, 30); this.labelSymbol.TabIndex = 1; this.labelSymbol.Text = "Symbol"; this.labelSymbol.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label1 // this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(41, 60); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(62, 30); this.label1.TabIndex = 4; this.label1.Text = "Trade Type"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboBoxTradeType // this.comboBoxTradeType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxTradeType.FormattingEnabled = true; this.comboBoxTradeType.Location = new System.Drawing.Point(109, 63); this.comboBoxTradeType.Name = "comboBoxTradeType"; this.comboBoxTradeType.Size = new System.Drawing.Size(139, 21); this.comboBoxTradeType.TabIndex = 5; this.comboBoxTradeType.SelectedIndexChanged += new System.EventHandler(this.comboBoxTradeType_SelectedIndexChanged); // // labelAccount // this.labelAccount.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.labelAccount.AutoSize = true; this.labelAccount.Location = new System.Drawing.Point(56, 210); this.labelAccount.Name = "labelAccount"; this.labelAccount.Size = new System.Drawing.Size(47, 30); this.labelAccount.TabIndex = 11; this.labelAccount.Text = "Account"; this.labelAccount.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboBoxAccount // this.comboBoxAccount.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxAccount.FormattingEnabled = true; this.comboBoxAccount.Location = new System.Drawing.Point(109, 213); this.comboBoxAccount.Name = "comboBoxAccount"; this.comboBoxAccount.Size = new System.Drawing.Size(198, 21); this.comboBoxAccount.TabIndex = 12; // // flowLayoutPanel1 // this.flowLayoutPanel1.Controls.Add(this.checkBoxGat); this.flowLayoutPanel1.Controls.Add(this.dateTimePickerGatDate); this.flowLayoutPanel1.Controls.Add(this.dateTimePickerGatTime); this.flowLayoutPanel1.Location = new System.Drawing.Point(109, 183); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Size = new System.Drawing.Size(242, 24); this.flowLayoutPanel1.TabIndex = 10; // // checkBoxGat // this.checkBoxGat.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom))); this.checkBoxGat.AutoSize = true; this.checkBoxGat.Location = new System.Drawing.Point(3, 3); this.checkBoxGat.Name = "checkBoxGat"; this.checkBoxGat.Size = new System.Drawing.Size(15, 20); this.checkBoxGat.TabIndex = 12; this.checkBoxGat.UseVisualStyleBackColor = true; this.checkBoxGat.CheckedChanged += new System.EventHandler(this.checkBoxGat_CheckedChanged); // // dateTimePickerGatDate // this.dateTimePickerGatDate.Enabled = false; this.dateTimePickerGatDate.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.dateTimePickerGatDate.Location = new System.Drawing.Point(24, 3); this.dateTimePickerGatDate.Name = "dateTimePickerGatDate"; this.dateTimePickerGatDate.ShowUpDown = true; this.dateTimePickerGatDate.Size = new System.Drawing.Size(97, 20); this.dateTimePickerGatDate.TabIndex = 10; // // dateTimePickerGatTime // this.dateTimePickerGatTime.Enabled = false; this.dateTimePickerGatTime.Format = System.Windows.Forms.DateTimePickerFormat.Time; this.dateTimePickerGatTime.Location = new System.Drawing.Point(127, 3); this.dateTimePickerGatTime.Name = "dateTimePickerGatTime"; this.dateTimePickerGatTime.ShowUpDown = true; this.dateTimePickerGatTime.Size = new System.Drawing.Size(71, 20); this.dateTimePickerGatTime.TabIndex = 11; // // labelGat // this.labelGat.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.labelGat.AutoSize = true; this.labelGat.Location = new System.Drawing.Point(74, 180); this.labelGat.Name = "labelGat"; this.labelGat.Size = new System.Drawing.Size(29, 30); this.labelGat.TabIndex = 9; this.labelGat.Text = "GAT"; this.labelGat.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelStopPrice // this.labelStopPrice.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.labelStopPrice.AutoSize = true; this.labelStopPrice.Location = new System.Drawing.Point(47, 150); this.labelStopPrice.Name = "labelStopPrice"; this.labelStopPrice.Size = new System.Drawing.Size(56, 30); this.labelStopPrice.TabIndex = 6; this.labelStopPrice.Text = "Stop Price"; this.labelStopPrice.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelLimitPrice // this.labelLimitPrice.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.labelLimitPrice.AutoSize = true; this.labelLimitPrice.Location = new System.Drawing.Point(48, 120); this.labelLimitPrice.Name = "labelLimitPrice"; this.labelLimitPrice.Size = new System.Drawing.Size(55, 30); this.labelLimitPrice.TabIndex = 3; this.labelLimitPrice.Text = "Limit Price"; this.labelLimitPrice.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // numericUpDownStopPrice // this.numericUpDownStopPrice.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.numericUpDownStopPrice.DecimalPlaces = 2; this.numericUpDownStopPrice.Enabled = false; this.numericUpDownStopPrice.Location = new System.Drawing.Point(109, 153); this.numericUpDownStopPrice.Maximum = new decimal(new int[] { 1000000, 0, 0, 0}); this.numericUpDownStopPrice.Name = "numericUpDownStopPrice"; this.numericUpDownStopPrice.Size = new System.Drawing.Size(100, 20); this.numericUpDownStopPrice.TabIndex = 7; // // numericUpDownLimitPrice // this.numericUpDownLimitPrice.DecimalPlaces = 2; this.numericUpDownLimitPrice.Enabled = false; this.numericUpDownLimitPrice.Location = new System.Drawing.Point(109, 123); this.numericUpDownLimitPrice.Maximum = new decimal(new int[] { 1000000, 0, 0, 0}); this.numericUpDownLimitPrice.Name = "numericUpDownLimitPrice"; this.numericUpDownLimitPrice.Size = new System.Drawing.Size(100, 20); this.numericUpDownLimitPrice.TabIndex = 2; // // comboBoxOcaGroup // this.comboBoxOcaGroup.FormattingEnabled = true; this.comboBoxOcaGroup.Location = new System.Drawing.Point(109, 272); this.comboBoxOcaGroup.Name = "comboBoxOcaGroup"; this.comboBoxOcaGroup.Size = new System.Drawing.Size(139, 21); this.comboBoxOcaGroup.TabIndex = 16; // // buttonSubmit // this.buttonSubmit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.buttonSubmit.Location = new System.Drawing.Point(25, 338); this.buttonSubmit.Name = "buttonSubmit"; this.buttonSubmit.Size = new System.Drawing.Size(75, 25); this.buttonSubmit.TabIndex = 2; this.buttonSubmit.Text = "Submit"; this.buttonSubmit.UseVisualStyleBackColor = true; this.buttonSubmit.Click += new System.EventHandler(this.buttonSubmit_Click); // // buttonCancel // this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.buttonCancel.Location = new System.Drawing.Point(106, 338); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(75, 25); this.buttonCancel.TabIndex = 3; this.buttonCancel.Text = "Cancel"; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); // // TradeEntry // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(378, 369); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.buttonSubmit); this.Controls.Add(this.tableLayoutPanel1); this.Name = "TradeEntry"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Enter Trade"; this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.flowLayoutPanel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownShares)).EndInit(); this.flowLayoutPanel1.ResumeLayout(false); this.flowLayoutPanel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownStopPrice)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownLimitPrice)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TextBox textBoxSymbol; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Label labelSymbol; private System.Windows.Forms.Button buttonSubmit; private System.Windows.Forms.Button buttonCancel; private System.Windows.Forms.Label labelGat; private System.Windows.Forms.Label labelBuySell; private System.Windows.Forms.ComboBox comboBoxBuySell; private System.Windows.Forms.Label labelStopPrice; private System.Windows.Forms.NumericUpDown numericUpDownStopPrice; private System.Windows.Forms.NumericUpDown numericUpDownLimitPrice; private System.Windows.Forms.Label labelLimitPrice; private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox comboBoxTradeType; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; private System.Windows.Forms.DateTimePicker dateTimePickerGatDate; private System.Windows.Forms.DateTimePicker dateTimePickerGatTime; private System.Windows.Forms.CheckBox checkBoxGat; private System.Windows.Forms.Label labelAccount; private System.Windows.Forms.ComboBox comboBoxAccount; private System.Windows.Forms.NumericUpDown numericUpDownShares; private System.Windows.Forms.Label labelShares; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox comboBoxStrategy; private System.Windows.Forms.ComboBox comboBoxOcaGroup; private System.Windows.Forms.Label labelOcaGroup; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2; private System.Windows.Forms.Button buttonGenerateSignal; } }