namespace TIProAutoTradeExtension { partial class BracketOrderControl { /// /// 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.chkAddStopLoss = new System.Windows.Forms.CheckBox(); this.btnApply = new System.Windows.Forms.Button(); this.cboStopLossOrderType = new System.Windows.Forms.ComboBox(); this.txtStopPrice = new System.Windows.Forms.TextBox(); this.chkAddTargetOrder = new System.Windows.Forms.CheckBox(); this.cboTargetOrderType = new System.Windows.Forms.ComboBox(); this.txtTargetOrderPrice = new System.Windows.Forms.TextBox(); this.numStopPrice = new System.Windows.Forms.NumericUpDown(); this.numTargetOrderPrice = new System.Windows.Forms.NumericUpDown(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); ((System.ComponentModel.ISupportInitialize)(this.numStopPrice)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numTargetOrderPrice)).BeginInit(); this.SuspendLayout(); // // chkAddStopLoss // this.chkAddStopLoss.AutoSize = true; this.chkAddStopLoss.Location = new System.Drawing.Point(13, 13); this.chkAddStopLoss.Name = "chkAddStopLoss"; this.chkAddStopLoss.Size = new System.Drawing.Size(95, 17); this.chkAddStopLoss.TabIndex = 0; this.chkAddStopLoss.Text = "Add Stop Loss"; this.chkAddStopLoss.UseVisualStyleBackColor = true; // // btnApply // this.btnApply.BackColor = System.Drawing.SystemColors.Control; this.btnApply.FlatAppearance.BorderSize = 0; this.btnApply.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnApply.ForeColor = System.Drawing.SystemColors.ControlText; this.btnApply.Location = new System.Drawing.Point(53, 133); this.btnApply.Name = "btnApply"; this.btnApply.Size = new System.Drawing.Size(75, 23); this.btnApply.TabIndex = 6; this.btnApply.Text = "Apply"; this.btnApply.UseVisualStyleBackColor = false; this.btnApply.Click += new System.EventHandler(this.btnApply_Click); // // cboStopLossOrderType // this.cboStopLossOrderType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboStopLossOrderType.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.cboStopLossOrderType.FormattingEnabled = true; this.cboStopLossOrderType.Items.AddRange(new object[] { "Stop Price"}); this.cboStopLossOrderType.Location = new System.Drawing.Point(13, 36); this.cboStopLossOrderType.Name = "cboStopLossOrderType"; this.cboStopLossOrderType.Size = new System.Drawing.Size(84, 21); this.cboStopLossOrderType.TabIndex = 1; this.cboStopLossOrderType.SelectedIndexChanged += new System.EventHandler(this.cboStopLossOrderType_SelectedIndexChanged); // // txtStopPrice // this.txtStopPrice.ContextMenuStrip = this.contextMenuStrip1; this.txtStopPrice.Location = new System.Drawing.Point(103, 36); this.txtStopPrice.Multiline = true; this.txtStopPrice.Name = "txtStopPrice"; this.txtStopPrice.Size = new System.Drawing.Size(66, 21); this.txtStopPrice.TabIndex = 2; this.txtStopPrice.Text = "Stop"; this.txtStopPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.txtStopPrice.Click += new System.EventHandler(this.txtStopPrice_Click); this.txtStopPrice.Enter += new System.EventHandler(this.txtStopPrice_Enter); this.txtStopPrice.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtStopPrice_KeyPress); this.txtStopPrice.Leave += new System.EventHandler(this.txtStopPrice_Leave); this.txtStopPrice.MouseEnter += new System.EventHandler(this.txtStopPrice_MouseEnter); // // chkAddTargetOrder // this.chkAddTargetOrder.AutoSize = true; this.chkAddTargetOrder.Location = new System.Drawing.Point(13, 72); this.chkAddTargetOrder.Name = "chkAddTargetOrder"; this.chkAddTargetOrder.Size = new System.Drawing.Size(108, 17); this.chkAddTargetOrder.TabIndex = 3; this.chkAddTargetOrder.Text = "Add Target Order"; this.chkAddTargetOrder.UseVisualStyleBackColor = true; // // cboTargetOrderType // this.cboTargetOrderType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboTargetOrderType.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.cboTargetOrderType.FormattingEnabled = true; this.cboTargetOrderType.Items.AddRange(new object[] { "Limit"}); this.cboTargetOrderType.Location = new System.Drawing.Point(13, 95); this.cboTargetOrderType.Name = "cboTargetOrderType"; this.cboTargetOrderType.Size = new System.Drawing.Size(84, 21); this.cboTargetOrderType.TabIndex = 4; // // txtTargetOrderPrice // this.txtTargetOrderPrice.ContextMenuStrip = this.contextMenuStrip1; this.txtTargetOrderPrice.Location = new System.Drawing.Point(103, 95); this.txtTargetOrderPrice.Multiline = true; this.txtTargetOrderPrice.Name = "txtTargetOrderPrice"; this.txtTargetOrderPrice.Size = new System.Drawing.Size(66, 21); this.txtTargetOrderPrice.TabIndex = 5; this.txtTargetOrderPrice.Text = "Price"; this.txtTargetOrderPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.txtTargetOrderPrice.Click += new System.EventHandler(this.txtTargetOrderPrice_Click); this.txtTargetOrderPrice.Enter += new System.EventHandler(this.txtTargetOrderPrice_Enter); this.txtTargetOrderPrice.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtTargetOrderPrice_KeyPress); this.txtTargetOrderPrice.Leave += new System.EventHandler(this.txtTargetOrderPrice_Leave); this.txtTargetOrderPrice.MouseEnter += new System.EventHandler(this.txtTargetOrderPrice_MouseEnter); // // numStopPrice // this.numStopPrice.DecimalPlaces = 2; this.numStopPrice.Increment = new decimal(new int[] { 1, 0, 0, 131072}); this.numStopPrice.Location = new System.Drawing.Point(170, 36); this.numStopPrice.Margin = new System.Windows.Forms.Padding(2); this.numStopPrice.Maximum = new decimal(new int[] { 100000, 0, 0, 0}); this.numStopPrice.Name = "numStopPrice"; this.numStopPrice.Size = new System.Drawing.Size(17, 20); this.numStopPrice.TabIndex = 21; this.numStopPrice.ValueChanged += new System.EventHandler(this.numStopPrice_ValueChanged); this.numStopPrice.Enter += new System.EventHandler(this.numStopPrice_Enter); // // numTargetOrderPrice // this.numTargetOrderPrice.DecimalPlaces = 2; this.numTargetOrderPrice.Increment = new decimal(new int[] { 1, 0, 0, 131072}); this.numTargetOrderPrice.Location = new System.Drawing.Point(170, 95); this.numTargetOrderPrice.Margin = new System.Windows.Forms.Padding(2); this.numTargetOrderPrice.Maximum = new decimal(new int[] { 100000, 0, 0, 0}); this.numTargetOrderPrice.Name = "numTargetOrderPrice"; this.numTargetOrderPrice.Size = new System.Drawing.Size(17, 20); this.numTargetOrderPrice.TabIndex = 22; this.numTargetOrderPrice.ValueChanged += new System.EventHandler(this.numTargetOrderPrice_ValueChanged); this.numTargetOrderPrice.Enter += new System.EventHandler(this.numTargetOrderPrice_Enter); // // contextMenuStrip1 // this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(61, 4); // // BracketOrderControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.numTargetOrderPrice); this.Controls.Add(this.numStopPrice); this.Controls.Add(this.txtTargetOrderPrice); this.Controls.Add(this.cboTargetOrderType); this.Controls.Add(this.chkAddTargetOrder); this.Controls.Add(this.txtStopPrice); this.Controls.Add(this.cboStopLossOrderType); this.Controls.Add(this.btnApply); this.Controls.Add(this.chkAddStopLoss); this.Name = "BracketOrderControl"; this.Size = new System.Drawing.Size(198, 172); ((System.ComponentModel.ISupportInitialize)(this.numStopPrice)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numTargetOrderPrice)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.CheckBox chkAddStopLoss; private System.Windows.Forms.Button btnApply; private System.Windows.Forms.ComboBox cboStopLossOrderType; private System.Windows.Forms.TextBox txtStopPrice; private System.Windows.Forms.CheckBox chkAddTargetOrder; private System.Windows.Forms.ComboBox cboTargetOrderType; private System.Windows.Forms.TextBox txtTargetOrderPrice; private System.Windows.Forms.NumericUpDown numStopPrice; private System.Windows.Forms.NumericUpDown numTargetOrderPrice; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; } }