namespace TIProAutoTradeExtension { partial class AiTradingInstructionsForm { /// /// 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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.buttonCancel = new System.Windows.Forms.Button(); this.buttonOk = new System.Windows.Forms.Button(); this.tableLayoutPanelMain = new System.Windows.Forms.TableLayoutPanel(); this.flowLayoutPanel10 = new System.Windows.Forms.FlowLayoutPanel(); this.comboBoxEntryTimeInForce = new System.Windows.Forms.ComboBox(); this.numericUpDownGoodForMinutes = new System.Windows.Forms.NumericUpDown(); this.label3 = new System.Windows.Forms.Label(); this.numericUpDownGoodForSeconds = new System.Windows.Forms.NumericUpDown(); this.label4 = new System.Windows.Forms.Label(); this.labelTif = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.labelTradeMode = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.labelLimitReference = new System.Windows.Forms.Label(); this.labelEntryOrderHeading = new System.Windows.Forms.Label(); this.labelEntryOrder = new System.Windows.Forms.Label(); this.labelPositionSizing = new System.Windows.Forms.Label(); this.labelAccount = new System.Windows.Forms.Label(); this.labelName = new System.Windows.Forms.Label(); this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel(); this.labelCurrentAccount = new System.Windows.Forms.Label(); this.buttonEditAccount = new System.Windows.Forms.Button(); this.flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel(); this.comboBoxPositionSizing = new System.Windows.Forms.ComboBox(); this.labelPositionSizeValue = new System.Windows.Forms.Label(); this.numericUpDownPositionSize = new System.Windows.Forms.NumericUpDown(); this.flowLayoutPanel4 = new System.Windows.Forms.FlowLayoutPanel(); this.textBoxName = new System.Windows.Forms.TextBox(); this.flowLayoutPanel5 = new System.Windows.Forms.FlowLayoutPanel(); this.comboBoxEntryOrder = new System.Windows.Forms.ComboBox(); this.flowLayoutPanel6 = new System.Windows.Forms.FlowLayoutPanel(); this.comboBoxLimitReference = new System.Windows.Forms.ComboBox(); this.flowLayoutPanel7 = new System.Windows.Forms.FlowLayoutPanel(); this.comboBoxLimitOffsetType = new System.Windows.Forms.ComboBox(); this.numericUpDownLimitOffset = new System.Windows.Forms.NumericUpDown(); this.labelLimitOffsetHelp = new System.Windows.Forms.Label(); this.flowLayoutPanel8 = new System.Windows.Forms.FlowLayoutPanel(); this.comboBoxAiTradingMode = new System.Windows.Forms.ComboBox(); this.flowLayoutPanel9 = new System.Windows.Forms.FlowLayoutPanel(); this.comboBoxLimitFormula = new System.Windows.Forms.ComboBox(); this.tableLayoutPanel1.SuspendLayout(); this.flowLayoutPanel1.SuspendLayout(); this.tableLayoutPanelMain.SuspendLayout(); this.flowLayoutPanel10.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownGoodForMinutes)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownGoodForSeconds)).BeginInit(); this.flowLayoutPanel2.SuspendLayout(); this.flowLayoutPanel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownPositionSize)).BeginInit(); this.flowLayoutPanel4.SuspendLayout(); this.flowLayoutPanel5.SuspendLayout(); this.flowLayoutPanel6.SuspendLayout(); this.flowLayoutPanel7.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownLimitOffset)).BeginInit(); this.flowLayoutPanel8.SuspendLayout(); this.flowLayoutPanel9.SuspendLayout(); this.SuspendLayout(); // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 1; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 0, 1); this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanelMain, 0, 0); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(2); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 2; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.Size = new System.Drawing.Size(652, 381); this.tableLayoutPanel1.TabIndex = 0; // // flowLayoutPanel1 // this.flowLayoutPanel1.AutoSize = true; this.flowLayoutPanel1.Controls.Add(this.buttonCancel); this.flowLayoutPanel1.Controls.Add(this.buttonOk); this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft; this.flowLayoutPanel1.Location = new System.Drawing.Point(2, 351); this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(2); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Padding = new System.Windows.Forms.Padding(0, 0, 5, 0); this.flowLayoutPanel1.Size = new System.Drawing.Size(648, 28); this.flowLayoutPanel1.TabIndex = 1; // // buttonCancel // this.buttonCancel.Location = new System.Drawing.Point(591, 2); this.buttonCancel.Margin = new System.Windows.Forms.Padding(5, 2, 2, 2); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(50, 24); this.buttonCancel.TabIndex = 1; this.buttonCancel.Text = "Cancel"; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); // // buttonOk // this.buttonOk.Location = new System.Drawing.Point(534, 2); this.buttonOk.Margin = new System.Windows.Forms.Padding(2); this.buttonOk.Name = "buttonOk"; this.buttonOk.Size = new System.Drawing.Size(50, 24); this.buttonOk.TabIndex = 0; this.buttonOk.Text = "Save"; this.buttonOk.UseVisualStyleBackColor = true; this.buttonOk.Click += new System.EventHandler(this.buttonOk_Click); // // tableLayoutPanelMain // this.tableLayoutPanelMain.ColumnCount = 2; this.tableLayoutPanelMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanelMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanelMain.Controls.Add(this.flowLayoutPanel10, 1, 9); this.tableLayoutPanelMain.Controls.Add(this.labelTif, 0, 9); this.tableLayoutPanelMain.Controls.Add(this.label2, 0, 8); this.tableLayoutPanelMain.Controls.Add(this.labelTradeMode, 0, 2); this.tableLayoutPanelMain.Controls.Add(this.label1, 0, 7); this.tableLayoutPanelMain.Controls.Add(this.labelLimitReference, 0, 6); this.tableLayoutPanelMain.Controls.Add(this.labelEntryOrderHeading, 0, 4); this.tableLayoutPanelMain.Controls.Add(this.labelEntryOrder, 0, 5); this.tableLayoutPanelMain.Controls.Add(this.labelPositionSizing, 0, 3); this.tableLayoutPanelMain.Controls.Add(this.labelAccount, 0, 1); this.tableLayoutPanelMain.Controls.Add(this.labelName, 0, 0); this.tableLayoutPanelMain.Controls.Add(this.flowLayoutPanel2, 1, 1); this.tableLayoutPanelMain.Controls.Add(this.flowLayoutPanel3, 1, 3); this.tableLayoutPanelMain.Controls.Add(this.flowLayoutPanel4, 1, 0); this.tableLayoutPanelMain.Controls.Add(this.flowLayoutPanel5, 1, 5); this.tableLayoutPanelMain.Controls.Add(this.flowLayoutPanel6, 1, 6); this.tableLayoutPanelMain.Controls.Add(this.flowLayoutPanel7, 1, 7); this.tableLayoutPanelMain.Controls.Add(this.flowLayoutPanel8, 1, 2); this.tableLayoutPanelMain.Controls.Add(this.flowLayoutPanel9, 1, 8); this.tableLayoutPanelMain.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanelMain.Location = new System.Drawing.Point(2, 2); this.tableLayoutPanelMain.Margin = new System.Windows.Forms.Padding(2); this.tableLayoutPanelMain.Name = "tableLayoutPanelMain"; this.tableLayoutPanelMain.RowCount = 11; this.tableLayoutPanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 13F)); this.tableLayoutPanelMain.Size = new System.Drawing.Size(648, 345); this.tableLayoutPanelMain.TabIndex = 0; // // flowLayoutPanel10 // this.flowLayoutPanel10.AutoSize = true; this.flowLayoutPanel10.Controls.Add(this.comboBoxEntryTimeInForce); this.flowLayoutPanel10.Controls.Add(this.numericUpDownGoodForMinutes); this.flowLayoutPanel10.Controls.Add(this.label3); this.flowLayoutPanel10.Controls.Add(this.numericUpDownGoodForSeconds); this.flowLayoutPanel10.Controls.Add(this.label4); this.flowLayoutPanel10.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel10.Location = new System.Drawing.Point(151, 302); this.flowLayoutPanel10.Margin = new System.Windows.Forms.Padding(2); this.flowLayoutPanel10.Name = "flowLayoutPanel10"; this.flowLayoutPanel10.Size = new System.Drawing.Size(495, 29); this.flowLayoutPanel10.TabIndex = 19; // // comboBoxEntryTimeInForce // this.comboBoxEntryTimeInForce.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxEntryTimeInForce.FormattingEnabled = true; this.comboBoxEntryTimeInForce.Location = new System.Drawing.Point(2, 5); this.comboBoxEntryTimeInForce.Margin = new System.Windows.Forms.Padding(2, 5, 2, 2); this.comboBoxEntryTimeInForce.Name = "comboBoxEntryTimeInForce"; this.comboBoxEntryTimeInForce.Size = new System.Drawing.Size(81, 21); this.comboBoxEntryTimeInForce.TabIndex = 2; this.comboBoxEntryTimeInForce.SelectedIndexChanged += new System.EventHandler(this.comboBoxEntryTimeInForce_SelectedIndexChanged); // // numericUpDownGoodForMinutes // this.numericUpDownGoodForMinutes.Location = new System.Drawing.Point(87, 5); this.numericUpDownGoodForMinutes.Margin = new System.Windows.Forms.Padding(2, 5, 2, 2); this.numericUpDownGoodForMinutes.Maximum = new decimal(new int[] { 390, 0, 0, 0}); this.numericUpDownGoodForMinutes.Name = "numericUpDownGoodForMinutes"; this.numericUpDownGoodForMinutes.Size = new System.Drawing.Size(61, 20); this.numericUpDownGoodForMinutes.TabIndex = 20; // // label3 // this.label3.AutoSize = true; this.label3.Dock = System.Windows.Forms.DockStyle.Fill; this.label3.Location = new System.Drawing.Point(152, 5); this.label3.Margin = new System.Windows.Forms.Padding(2, 5, 2, 2); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(23, 21); this.label3.TabIndex = 21; this.label3.Text = "min"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // numericUpDownGoodForSeconds // this.numericUpDownGoodForSeconds.Location = new System.Drawing.Point(179, 5); this.numericUpDownGoodForSeconds.Margin = new System.Windows.Forms.Padding(2, 5, 2, 2); this.numericUpDownGoodForSeconds.Maximum = new decimal(new int[] { 23400, 0, 0, 0}); this.numericUpDownGoodForSeconds.Name = "numericUpDownGoodForSeconds"; this.numericUpDownGoodForSeconds.Size = new System.Drawing.Size(61, 20); this.numericUpDownGoodForSeconds.TabIndex = 0; // // label4 // this.label4.AutoSize = true; this.label4.Dock = System.Windows.Forms.DockStyle.Fill; this.label4.Location = new System.Drawing.Point(244, 5); this.label4.Margin = new System.Windows.Forms.Padding(2, 5, 2, 2); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(234, 21); this.label4.TabIndex = 1; this.label4.Text = "sec to wait for entry order to fill before cancelling"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelTif // this.labelTif.AutoSize = true; this.labelTif.Dock = System.Windows.Forms.DockStyle.Fill; this.labelTif.Location = new System.Drawing.Point(2, 300); this.labelTif.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.labelTif.Name = "labelTif"; this.labelTif.Padding = new System.Windows.Forms.Padding(10); this.labelTif.Size = new System.Drawing.Size(145, 33); this.labelTif.TabIndex = 18; this.labelTif.Text = "Time in Force"; this.labelTif.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label2 // this.label2.AutoSize = true; this.label2.Dock = System.Windows.Forms.DockStyle.Fill; this.label2.Location = new System.Drawing.Point(2, 267); this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label2.Name = "label2"; this.label2.Padding = new System.Windows.Forms.Padding(10); this.label2.Size = new System.Drawing.Size(145, 33); this.label2.TabIndex = 16; this.label2.Text = "Limit Formula (advanced)"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelTradeMode // this.labelTradeMode.AutoSize = true; this.labelTradeMode.Dock = System.Windows.Forms.DockStyle.Fill; this.labelTradeMode.Location = new System.Drawing.Point(2, 70); this.labelTradeMode.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.labelTradeMode.Name = "labelTradeMode"; this.labelTradeMode.Padding = new System.Windows.Forms.Padding(10); this.labelTradeMode.Size = new System.Drawing.Size(145, 33); this.labelTradeMode.TabIndex = 14; this.labelTradeMode.Text = "AI Trade Mode"; this.labelTradeMode.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label1 // this.label1.AutoSize = true; this.label1.Dock = System.Windows.Forms.DockStyle.Fill; this.label1.Location = new System.Drawing.Point(2, 234); this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label1.Name = "label1"; this.label1.Padding = new System.Windows.Forms.Padding(10); this.label1.Size = new System.Drawing.Size(145, 33); this.label1.TabIndex = 12; this.label1.Text = "Limit Offset"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelLimitReference // this.labelLimitReference.AutoSize = true; this.labelLimitReference.Dock = System.Windows.Forms.DockStyle.Fill; this.labelLimitReference.Location = new System.Drawing.Point(2, 201); this.labelLimitReference.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.labelLimitReference.Name = "labelLimitReference"; this.labelLimitReference.Padding = new System.Windows.Forms.Padding(10); this.labelLimitReference.Size = new System.Drawing.Size(145, 33); this.labelLimitReference.TabIndex = 10; this.labelLimitReference.Text = "Limit Reference"; this.labelLimitReference.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelEntryOrderHeading // this.labelEntryOrderHeading.AutoSize = true; this.tableLayoutPanelMain.SetColumnSpan(this.labelEntryOrderHeading, 2); this.labelEntryOrderHeading.Dock = System.Windows.Forms.DockStyle.Fill; this.labelEntryOrderHeading.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelEntryOrderHeading.Location = new System.Drawing.Point(2, 136); this.labelEntryOrderHeading.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.labelEntryOrderHeading.Name = "labelEntryOrderHeading"; this.labelEntryOrderHeading.Padding = new System.Windows.Forms.Padding(7, 6, 7, 6); this.labelEntryOrderHeading.Size = new System.Drawing.Size(644, 32); this.labelEntryOrderHeading.TabIndex = 9; this.labelEntryOrderHeading.Text = "Entry Order"; this.labelEntryOrderHeading.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelEntryOrder // this.labelEntryOrder.AutoSize = true; this.labelEntryOrder.Dock = System.Windows.Forms.DockStyle.Fill; this.labelEntryOrder.Location = new System.Drawing.Point(2, 168); this.labelEntryOrder.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.labelEntryOrder.Name = "labelEntryOrder"; this.labelEntryOrder.Padding = new System.Windows.Forms.Padding(10); this.labelEntryOrder.Size = new System.Drawing.Size(145, 33); this.labelEntryOrder.TabIndex = 7; this.labelEntryOrder.Text = "Order Type"; this.labelEntryOrder.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelPositionSizing // this.labelPositionSizing.AutoSize = true; this.labelPositionSizing.Dock = System.Windows.Forms.DockStyle.Fill; this.labelPositionSizing.Location = new System.Drawing.Point(2, 103); this.labelPositionSizing.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.labelPositionSizing.Name = "labelPositionSizing"; this.labelPositionSizing.Padding = new System.Windows.Forms.Padding(10); this.labelPositionSizing.Size = new System.Drawing.Size(145, 33); this.labelPositionSizing.TabIndex = 4; this.labelPositionSizing.Text = "Position Sizing"; this.labelPositionSizing.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelAccount // this.labelAccount.AutoSize = true; this.labelAccount.Dock = System.Windows.Forms.DockStyle.Fill; this.labelAccount.Location = new System.Drawing.Point(2, 33); this.labelAccount.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.labelAccount.Name = "labelAccount"; this.labelAccount.Padding = new System.Windows.Forms.Padding(10); this.labelAccount.Size = new System.Drawing.Size(145, 37); this.labelAccount.TabIndex = 2; this.labelAccount.Text = "Account"; this.labelAccount.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelName // this.labelName.AutoSize = true; this.labelName.Dock = System.Windows.Forms.DockStyle.Fill; this.labelName.Location = new System.Drawing.Point(2, 0); this.labelName.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.labelName.Name = "labelName"; this.labelName.Padding = new System.Windows.Forms.Padding(10); this.labelName.Size = new System.Drawing.Size(145, 33); this.labelName.TabIndex = 0; this.labelName.Text = "Name"; this.labelName.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // flowLayoutPanel2 // this.flowLayoutPanel2.AutoSize = true; this.flowLayoutPanel2.Controls.Add(this.labelCurrentAccount); this.flowLayoutPanel2.Controls.Add(this.buttonEditAccount); this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel2.Location = new System.Drawing.Point(151, 35); this.flowLayoutPanel2.Margin = new System.Windows.Forms.Padding(2); this.flowLayoutPanel2.Name = "flowLayoutPanel2"; this.flowLayoutPanel2.Size = new System.Drawing.Size(495, 33); this.flowLayoutPanel2.TabIndex = 3; // // labelCurrentAccount // this.labelCurrentAccount.AutoSize = true; this.labelCurrentAccount.Dock = System.Windows.Forms.DockStyle.Fill; this.labelCurrentAccount.Location = new System.Drawing.Point(2, 0); this.labelCurrentAccount.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.labelCurrentAccount.Name = "labelCurrentAccount"; this.labelCurrentAccount.Padding = new System.Windows.Forms.Padding(10); this.labelCurrentAccount.Size = new System.Drawing.Size(144, 33); this.labelCurrentAccount.TabIndex = 0; this.labelCurrentAccount.Text = "Current Account: Default"; this.labelCurrentAccount.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // buttonEditAccount // this.buttonEditAccount.Location = new System.Drawing.Point(150, 5); this.buttonEditAccount.Margin = new System.Windows.Forms.Padding(2, 5, 2, 2); this.buttonEditAccount.Name = "buttonEditAccount"; this.buttonEditAccount.Size = new System.Drawing.Size(67, 24); this.buttonEditAccount.TabIndex = 1; this.buttonEditAccount.Text = "Edit"; this.buttonEditAccount.UseVisualStyleBackColor = true; this.buttonEditAccount.Click += new System.EventHandler(this.buttonEditAccount_Click); // // flowLayoutPanel3 // this.flowLayoutPanel3.AutoSize = true; this.flowLayoutPanel3.Controls.Add(this.comboBoxPositionSizing); this.flowLayoutPanel3.Controls.Add(this.labelPositionSizeValue); this.flowLayoutPanel3.Controls.Add(this.numericUpDownPositionSize); this.flowLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel3.Location = new System.Drawing.Point(151, 105); this.flowLayoutPanel3.Margin = new System.Windows.Forms.Padding(2); this.flowLayoutPanel3.Name = "flowLayoutPanel3"; this.flowLayoutPanel3.Size = new System.Drawing.Size(495, 29); this.flowLayoutPanel3.TabIndex = 5; // // comboBoxPositionSizing // this.comboBoxPositionSizing.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxPositionSizing.FormattingEnabled = true; this.comboBoxPositionSizing.Location = new System.Drawing.Point(2, 5); this.comboBoxPositionSizing.Margin = new System.Windows.Forms.Padding(2, 5, 2, 2); this.comboBoxPositionSizing.Name = "comboBoxPositionSizing"; this.comboBoxPositionSizing.Size = new System.Drawing.Size(172, 21); this.comboBoxPositionSizing.TabIndex = 0; this.comboBoxPositionSizing.SelectedIndexChanged += new System.EventHandler(this.comboBoxPositionSizing_SelectedIndexChanged); // // labelPositionSizeValue // this.labelPositionSizeValue.AutoSize = true; this.labelPositionSizeValue.Dock = System.Windows.Forms.DockStyle.Fill; this.labelPositionSizeValue.Location = new System.Drawing.Point(178, 0); this.labelPositionSizeValue.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.labelPositionSizeValue.Name = "labelPositionSizeValue"; this.labelPositionSizeValue.Size = new System.Drawing.Size(40, 28); this.labelPositionSizeValue.TabIndex = 1; this.labelPositionSizeValue.Text = "Shares"; this.labelPositionSizeValue.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // numericUpDownPositionSize // this.numericUpDownPositionSize.Dock = System.Windows.Forms.DockStyle.Fill; this.numericUpDownPositionSize.Location = new System.Drawing.Point(222, 5); this.numericUpDownPositionSize.Margin = new System.Windows.Forms.Padding(2, 5, 2, 2); this.numericUpDownPositionSize.Maximum = new decimal(new int[] { 100000, 0, 0, 0}); this.numericUpDownPositionSize.Name = "numericUpDownPositionSize"; this.numericUpDownPositionSize.Size = new System.Drawing.Size(80, 20); this.numericUpDownPositionSize.TabIndex = 2; this.numericUpDownPositionSize.Value = new decimal(new int[] { 100, 0, 0, 0}); // // flowLayoutPanel4 // this.flowLayoutPanel4.AutoSize = true; this.flowLayoutPanel4.Controls.Add(this.textBoxName); this.flowLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel4.Location = new System.Drawing.Point(151, 2); this.flowLayoutPanel4.Margin = new System.Windows.Forms.Padding(2); this.flowLayoutPanel4.Name = "flowLayoutPanel4"; this.flowLayoutPanel4.Size = new System.Drawing.Size(495, 29); this.flowLayoutPanel4.TabIndex = 0; // // textBoxName // this.textBoxName.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest; this.textBoxName.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource; this.textBoxName.Location = new System.Drawing.Point(2, 5); this.textBoxName.Margin = new System.Windows.Forms.Padding(2, 5, 2, 2); this.textBoxName.Name = "textBoxName"; this.textBoxName.Size = new System.Drawing.Size(222, 20); this.textBoxName.TabIndex = 0; // // flowLayoutPanel5 // this.flowLayoutPanel5.AutoSize = true; this.flowLayoutPanel5.Controls.Add(this.comboBoxEntryOrder); this.flowLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel5.Location = new System.Drawing.Point(151, 170); this.flowLayoutPanel5.Margin = new System.Windows.Forms.Padding(2); this.flowLayoutPanel5.Name = "flowLayoutPanel5"; this.flowLayoutPanel5.Size = new System.Drawing.Size(495, 29); this.flowLayoutPanel5.TabIndex = 8; // // comboBoxEntryOrder // this.comboBoxEntryOrder.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxEntryOrder.FormattingEnabled = true; this.comboBoxEntryOrder.Location = new System.Drawing.Point(2, 5); this.comboBoxEntryOrder.Margin = new System.Windows.Forms.Padding(2, 5, 2, 2); this.comboBoxEntryOrder.Name = "comboBoxEntryOrder"; this.comboBoxEntryOrder.Size = new System.Drawing.Size(172, 21); this.comboBoxEntryOrder.TabIndex = 0; this.comboBoxEntryOrder.SelectedIndexChanged += new System.EventHandler(this.comboBoxEntryOrder_SelectedIndexChanged); // // flowLayoutPanel6 // this.flowLayoutPanel6.AutoSize = true; this.flowLayoutPanel6.Controls.Add(this.comboBoxLimitReference); this.flowLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel6.Location = new System.Drawing.Point(151, 203); this.flowLayoutPanel6.Margin = new System.Windows.Forms.Padding(2); this.flowLayoutPanel6.Name = "flowLayoutPanel6"; this.flowLayoutPanel6.Size = new System.Drawing.Size(495, 29); this.flowLayoutPanel6.TabIndex = 11; // // comboBoxLimitReference // this.comboBoxLimitReference.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxLimitReference.Enabled = false; this.comboBoxLimitReference.FormattingEnabled = true; this.comboBoxLimitReference.Location = new System.Drawing.Point(2, 5); this.comboBoxLimitReference.Margin = new System.Windows.Forms.Padding(2, 5, 2, 2); this.comboBoxLimitReference.Name = "comboBoxLimitReference"; this.comboBoxLimitReference.Size = new System.Drawing.Size(172, 21); this.comboBoxLimitReference.TabIndex = 0; this.comboBoxLimitReference.SelectedIndexChanged += new System.EventHandler(this.comboBoxLimitReference_SelectedIndexChanged); // // flowLayoutPanel7 // this.flowLayoutPanel7.AutoSize = true; this.flowLayoutPanel7.Controls.Add(this.comboBoxLimitOffsetType); this.flowLayoutPanel7.Controls.Add(this.numericUpDownLimitOffset); this.flowLayoutPanel7.Controls.Add(this.labelLimitOffsetHelp); this.flowLayoutPanel7.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel7.Location = new System.Drawing.Point(151, 236); this.flowLayoutPanel7.Margin = new System.Windows.Forms.Padding(2); this.flowLayoutPanel7.Name = "flowLayoutPanel7"; this.flowLayoutPanel7.Size = new System.Drawing.Size(495, 29); this.flowLayoutPanel7.TabIndex = 13; // // comboBoxLimitOffsetType // this.comboBoxLimitOffsetType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxLimitOffsetType.FormattingEnabled = true; this.comboBoxLimitOffsetType.Location = new System.Drawing.Point(2, 5); this.comboBoxLimitOffsetType.Margin = new System.Windows.Forms.Padding(2, 5, 2, 2); this.comboBoxLimitOffsetType.Name = "comboBoxLimitOffsetType"; this.comboBoxLimitOffsetType.Size = new System.Drawing.Size(45, 21); this.comboBoxLimitOffsetType.TabIndex = 0; // // numericUpDownLimitOffset // this.numericUpDownLimitOffset.DecimalPlaces = 2; this.numericUpDownLimitOffset.Enabled = false; this.numericUpDownLimitOffset.Increment = new decimal(new int[] { 1, 0, 0, 131072}); this.numericUpDownLimitOffset.Location = new System.Drawing.Point(51, 5); this.numericUpDownLimitOffset.Margin = new System.Windows.Forms.Padding(2, 5, 2, 2); this.numericUpDownLimitOffset.Maximum = new decimal(new int[] { 10000, 0, 0, 0}); this.numericUpDownLimitOffset.Minimum = new decimal(new int[] { 10000, 0, 0, -2147483648}); this.numericUpDownLimitOffset.Name = "numericUpDownLimitOffset"; this.numericUpDownLimitOffset.Size = new System.Drawing.Size(80, 20); this.numericUpDownLimitOffset.TabIndex = 1; // // labelLimitOffsetHelp // this.labelLimitOffsetHelp.AutoSize = true; this.labelLimitOffsetHelp.Dock = System.Windows.Forms.DockStyle.Fill; this.labelLimitOffsetHelp.Location = new System.Drawing.Point(135, 5); this.labelLimitOffsetHelp.Margin = new System.Windows.Forms.Padding(2, 5, 2, 2); this.labelLimitOffsetHelp.Name = "labelLimitOffsetHelp"; this.labelLimitOffsetHelp.Size = new System.Drawing.Size(177, 21); this.labelLimitOffsetHelp.TabIndex = 2; this.labelLimitOffsetHelp.Text = "+ = outside market, - = inside market"; this.labelLimitOffsetHelp.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // flowLayoutPanel8 // this.flowLayoutPanel8.AutoSize = true; this.flowLayoutPanel8.Controls.Add(this.comboBoxAiTradingMode); this.flowLayoutPanel8.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel8.Location = new System.Drawing.Point(151, 72); this.flowLayoutPanel8.Margin = new System.Windows.Forms.Padding(2); this.flowLayoutPanel8.Name = "flowLayoutPanel8"; this.flowLayoutPanel8.Size = new System.Drawing.Size(495, 29); this.flowLayoutPanel8.TabIndex = 4; // // comboBoxAiTradingMode // this.comboBoxAiTradingMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxAiTradingMode.FormattingEnabled = true; this.comboBoxAiTradingMode.Location = new System.Drawing.Point(2, 5); this.comboBoxAiTradingMode.Margin = new System.Windows.Forms.Padding(2, 5, 2, 2); this.comboBoxAiTradingMode.Name = "comboBoxAiTradingMode"; this.comboBoxAiTradingMode.Size = new System.Drawing.Size(173, 21); this.comboBoxAiTradingMode.TabIndex = 0; // // flowLayoutPanel9 // this.flowLayoutPanel9.AutoSize = true; this.flowLayoutPanel9.Controls.Add(this.comboBoxLimitFormula); this.flowLayoutPanel9.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel9.Location = new System.Drawing.Point(151, 269); this.flowLayoutPanel9.Margin = new System.Windows.Forms.Padding(2); this.flowLayoutPanel9.Name = "flowLayoutPanel9"; this.flowLayoutPanel9.Size = new System.Drawing.Size(495, 29); this.flowLayoutPanel9.TabIndex = 17; // // comboBoxLimitFormula // this.comboBoxLimitFormula.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxLimitFormula.Enabled = false; this.comboBoxLimitFormula.FormattingEnabled = true; this.comboBoxLimitFormula.Location = new System.Drawing.Point(2, 5); this.comboBoxLimitFormula.Margin = new System.Windows.Forms.Padding(2, 5, 2, 2); this.comboBoxLimitFormula.Name = "comboBoxLimitFormula"; this.comboBoxLimitFormula.Size = new System.Drawing.Size(172, 21); this.comboBoxLimitFormula.TabIndex = 0; // // AiTradingInstructionsForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(652, 381); this.Controls.Add(this.tableLayoutPanel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Margin = new System.Windows.Forms.Padding(2); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "AiTradingInstructionsForm"; this.Text = "Edit Holly Trading Instructions"; this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.flowLayoutPanel1.ResumeLayout(false); this.tableLayoutPanelMain.ResumeLayout(false); this.tableLayoutPanelMain.PerformLayout(); this.flowLayoutPanel10.ResumeLayout(false); this.flowLayoutPanel10.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownGoodForMinutes)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownGoodForSeconds)).EndInit(); this.flowLayoutPanel2.ResumeLayout(false); this.flowLayoutPanel2.PerformLayout(); this.flowLayoutPanel3.ResumeLayout(false); this.flowLayoutPanel3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownPositionSize)).EndInit(); this.flowLayoutPanel4.ResumeLayout(false); this.flowLayoutPanel4.PerformLayout(); this.flowLayoutPanel5.ResumeLayout(false); this.flowLayoutPanel6.ResumeLayout(false); this.flowLayoutPanel7.ResumeLayout(false); this.flowLayoutPanel7.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownLimitOffset)).EndInit(); this.flowLayoutPanel8.ResumeLayout(false); this.flowLayoutPanel9.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; private System.Windows.Forms.Button buttonCancel; private System.Windows.Forms.Button buttonOk; private System.Windows.Forms.TableLayoutPanel tableLayoutPanelMain; private System.Windows.Forms.Label labelName; private System.Windows.Forms.TextBox textBoxName; private System.Windows.Forms.Label labelAccount; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2; private System.Windows.Forms.Label labelCurrentAccount; private System.Windows.Forms.Button buttonEditAccount; private System.Windows.Forms.Label labelPositionSizing; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel3; private System.Windows.Forms.Label labelEntryOrder; private System.Windows.Forms.ComboBox comboBoxPositionSizing; private System.Windows.Forms.Label labelPositionSizeValue; private System.Windows.Forms.NumericUpDown numericUpDownPositionSize; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel4; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel5; private System.Windows.Forms.ComboBox comboBoxEntryOrder; private System.Windows.Forms.Label labelLimitReference; private System.Windows.Forms.Label labelEntryOrderHeading; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel6; private System.Windows.Forms.ComboBox comboBoxLimitReference; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel10; private System.Windows.Forms.NumericUpDown numericUpDownGoodForSeconds; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label labelTif; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label labelTradeMode; private System.Windows.Forms.Label label1; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel7; private System.Windows.Forms.NumericUpDown numericUpDownLimitOffset; private System.Windows.Forms.Label labelLimitOffsetHelp; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel8; private System.Windows.Forms.ComboBox comboBoxAiTradingMode; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel9; private System.Windows.Forms.ComboBox comboBoxLimitFormula; private System.Windows.Forms.ComboBox comboBoxLimitOffsetType; private System.Windows.Forms.ComboBox comboBoxEntryTimeInForce; private System.Windows.Forms.NumericUpDown numericUpDownGoodForMinutes; private System.Windows.Forms.Label label3; } }