namespace TIProAutoTradeExtension { partial class AddPositionCreateForm { /// /// 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.tableLayoutPanelMain = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanelGrid = new System.Windows.Forms.TableLayoutPanel(); this.textBoxShares = new System.Windows.Forms.TextBox(); this.labelInvalidPrice = new System.Windows.Forms.Label(); this.labelExpires = new System.Windows.Forms.Label(); this.labelPrice = new System.Windows.Forms.Label(); this.labelSymbol = new System.Windows.Forms.Label(); this.flowLayoutPanelExpiration = new System.Windows.Forms.FlowLayoutPanel(); this.dateTimePickerEntryDate = new System.Windows.Forms.DateTimePicker(); this.dateTimePickerEntryTime = new System.Windows.Forms.DateTimePicker(); this.flowLayoutPanelAddPosition = new System.Windows.Forms.FlowLayoutPanel(); this.textBoxPrice = new System.Windows.Forms.TextBox(); this.labelCurrentPrice = new System.Windows.Forms.Label(); this.flowLayoutPanelSide = new System.Windows.Forms.FlowLayoutPanel(); this.radioButtonSideLong = new System.Windows.Forms.RadioButton(); this.radioButtonSideShort = new System.Windows.Forms.RadioButton(); this.labelSide = new System.Windows.Forms.Label(); this.flowLayoutPanelButtons = new System.Windows.Forms.FlowLayoutPanel(); this.buttonSave = new System.Windows.Forms.Button(); this.buttonCancel = new System.Windows.Forms.Button(); this.flowLayoutPanelAccount = new System.Windows.Forms.FlowLayoutPanel(); this.label2 = new System.Windows.Forms.Label(); this.ComboxAccounts = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.tableLayoutPanelMain.SuspendLayout(); this.tableLayoutPanelGrid.SuspendLayout(); this.flowLayoutPanelExpiration.SuspendLayout(); this.flowLayoutPanelAddPosition.SuspendLayout(); this.flowLayoutPanelSide.SuspendLayout(); this.flowLayoutPanelButtons.SuspendLayout(); this.flowLayoutPanelAccount.SuspendLayout(); this.SuspendLayout(); // // tableLayoutPanelMain // this.tableLayoutPanelMain.ColumnCount = 1; this.tableLayoutPanelMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanelMain.Controls.Add(this.tableLayoutPanelGrid, 0, 0); this.tableLayoutPanelMain.Controls.Add(this.flowLayoutPanelButtons, 0, 1); this.tableLayoutPanelMain.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanelMain.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanelMain.Margin = new System.Windows.Forms.Padding(0); this.tableLayoutPanelMain.Name = "tableLayoutPanelMain"; this.tableLayoutPanelMain.RowCount = 2; this.tableLayoutPanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelMain.Size = new System.Drawing.Size(293, 187); this.tableLayoutPanelMain.TabIndex = 2; // // tableLayoutPanelGrid // this.tableLayoutPanelGrid.ColumnCount = 2; this.tableLayoutPanelGrid.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanelGrid.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanelGrid.Controls.Add(this.label1, 0, 5); this.tableLayoutPanelGrid.Controls.Add(this.labelInvalidPrice, 0, 4); this.tableLayoutPanelGrid.Controls.Add(this.labelExpires, 0, 3); this.tableLayoutPanelGrid.Controls.Add(this.labelPrice, 0, 2); this.tableLayoutPanelGrid.Controls.Add(this.labelSymbol, 0, 0); this.tableLayoutPanelGrid.Controls.Add(this.flowLayoutPanelExpiration, 1, 3); this.tableLayoutPanelGrid.Controls.Add(this.flowLayoutPanelAddPosition, 1, 2); this.tableLayoutPanelGrid.Controls.Add(this.flowLayoutPanelSide, 1, 1); this.tableLayoutPanelGrid.Controls.Add(this.labelSide, 0, 1); this.tableLayoutPanelGrid.Controls.Add(this.textBoxShares, 1, 4); this.tableLayoutPanelGrid.Controls.Add(this.flowLayoutPanelAccount, 1, 5); this.tableLayoutPanelGrid.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanelGrid.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanelGrid.Margin = new System.Windows.Forms.Padding(0); this.tableLayoutPanelGrid.Name = "tableLayoutPanelGrid"; this.tableLayoutPanelGrid.RowCount = 6; this.tableLayoutPanelGrid.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelGrid.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelGrid.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelGrid.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelGrid.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelGrid.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelGrid.Size = new System.Drawing.Size(293, 158); this.tableLayoutPanelGrid.TabIndex = 1; // // textBoxShares // this.textBoxShares.Location = new System.Drawing.Point(67, 91); this.textBoxShares.Name = "textBoxShares"; this.textBoxShares.Size = new System.Drawing.Size(100, 20); this.textBoxShares.TabIndex = 5; this.textBoxShares.TextChanged += new System.EventHandler(this.textBoxShares_TextChanged); // // labelInvalidPrice // this.labelInvalidPrice.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.labelInvalidPrice.AutoSize = true; this.labelInvalidPrice.Location = new System.Drawing.Point(3, 88); this.labelInvalidPrice.Name = "labelInvalidPrice"; this.labelInvalidPrice.Size = new System.Drawing.Size(40, 26); this.labelInvalidPrice.TabIndex = 6; this.labelInvalidPrice.Text = "Shares"; this.labelInvalidPrice.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelExpires // this.labelExpires.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.labelExpires.AutoSize = true; this.labelExpires.Location = new System.Drawing.Point(3, 62); this.labelExpires.Name = "labelExpires"; this.labelExpires.Size = new System.Drawing.Size(57, 26); this.labelExpires.TabIndex = 4; this.labelExpires.Text = "Entry Date"; this.labelExpires.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelPrice // this.labelPrice.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.labelPrice.AutoSize = true; this.labelPrice.Location = new System.Drawing.Point(3, 36); this.labelPrice.Name = "labelPrice"; this.labelPrice.Size = new System.Drawing.Size(58, 26); this.labelPrice.TabIndex = 2; this.labelPrice.Text = "Entry Price"; this.labelPrice.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelSymbol // this.labelSymbol.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.labelSymbol.AutoSize = true; this.labelSymbol.Location = new System.Drawing.Point(3, 0); this.labelSymbol.Name = "labelSymbol"; this.labelSymbol.Size = new System.Drawing.Size(41, 13); this.labelSymbol.TabIndex = 0; this.labelSymbol.Text = "Symbol"; this.labelSymbol.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // flowLayoutPanelExpiration // this.flowLayoutPanelExpiration.AutoSize = true; this.flowLayoutPanelExpiration.Controls.Add(this.dateTimePickerEntryDate); this.flowLayoutPanelExpiration.Controls.Add(this.dateTimePickerEntryTime); this.flowLayoutPanelExpiration.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanelExpiration.Location = new System.Drawing.Point(64, 62); this.flowLayoutPanelExpiration.Margin = new System.Windows.Forms.Padding(0); this.flowLayoutPanelExpiration.Name = "flowLayoutPanelExpiration"; this.flowLayoutPanelExpiration.Size = new System.Drawing.Size(229, 26); this.flowLayoutPanelExpiration.TabIndex = 5; this.flowLayoutPanelExpiration.TabStop = true; // // dateTimePickerEntryDate // this.dateTimePickerEntryDate.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.dateTimePickerEntryDate.Location = new System.Drawing.Point(3, 3); this.dateTimePickerEntryDate.Name = "dateTimePickerEntryDate"; this.dateTimePickerEntryDate.Size = new System.Drawing.Size(95, 20); this.dateTimePickerEntryDate.TabIndex = 2; this.dateTimePickerEntryDate.TabStop = false; // // dateTimePickerEntryTime // this.dateTimePickerEntryTime.Format = System.Windows.Forms.DateTimePickerFormat.Time; this.dateTimePickerEntryTime.Location = new System.Drawing.Point(104, 3); this.dateTimePickerEntryTime.Name = "dateTimePickerEntryTime"; this.dateTimePickerEntryTime.ShowUpDown = true; this.dateTimePickerEntryTime.Size = new System.Drawing.Size(88, 20); this.dateTimePickerEntryTime.TabIndex = 3; this.dateTimePickerEntryTime.TabStop = false; // // flowLayoutPanelAddPosition // this.flowLayoutPanelAddPosition.AutoSize = true; this.flowLayoutPanelAddPosition.Controls.Add(this.textBoxPrice); this.flowLayoutPanelAddPosition.Controls.Add(this.labelCurrentPrice); this.flowLayoutPanelAddPosition.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanelAddPosition.Location = new System.Drawing.Point(64, 36); this.flowLayoutPanelAddPosition.Margin = new System.Windows.Forms.Padding(0); this.flowLayoutPanelAddPosition.Name = "flowLayoutPanelAddPosition"; this.flowLayoutPanelAddPosition.Size = new System.Drawing.Size(229, 26); this.flowLayoutPanelAddPosition.TabIndex = 0; this.flowLayoutPanelAddPosition.TabStop = true; // // textBoxPrice // this.textBoxPrice.Location = new System.Drawing.Point(3, 3); this.textBoxPrice.Name = "textBoxPrice"; this.textBoxPrice.Size = new System.Drawing.Size(60, 20); this.textBoxPrice.TabIndex = 4; this.textBoxPrice.TextChanged += new System.EventHandler(this.textBoxPrice_TextChanged); // // labelCurrentPrice // this.labelCurrentPrice.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.labelCurrentPrice.AutoSize = true; this.labelCurrentPrice.Location = new System.Drawing.Point(69, 0); this.labelCurrentPrice.Name = "labelCurrentPrice"; this.labelCurrentPrice.Size = new System.Drawing.Size(0, 26); this.labelCurrentPrice.TabIndex = 1; this.labelCurrentPrice.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // flowLayoutPanelSide // this.flowLayoutPanelSide.AutoSize = true; this.flowLayoutPanelSide.Controls.Add(this.radioButtonSideLong); this.flowLayoutPanelSide.Controls.Add(this.radioButtonSideShort); this.flowLayoutPanelSide.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanelSide.Location = new System.Drawing.Point(64, 13); this.flowLayoutPanelSide.Margin = new System.Windows.Forms.Padding(0); this.flowLayoutPanelSide.Name = "flowLayoutPanelSide"; this.flowLayoutPanelSide.Size = new System.Drawing.Size(229, 23); this.flowLayoutPanelSide.TabIndex = 17; // // radioButtonSideLong // this.radioButtonSideLong.AutoSize = true; this.radioButtonSideLong.Checked = true; this.radioButtonSideLong.Location = new System.Drawing.Point(3, 3); this.radioButtonSideLong.Name = "radioButtonSideLong"; this.radioButtonSideLong.Size = new System.Drawing.Size(49, 17); this.radioButtonSideLong.TabIndex = 0; this.radioButtonSideLong.TabStop = true; this.radioButtonSideLong.Text = "Long"; this.radioButtonSideLong.UseVisualStyleBackColor = true; // // radioButtonSideShort // this.radioButtonSideShort.AutoSize = true; this.radioButtonSideShort.Location = new System.Drawing.Point(65, 3); this.radioButtonSideShort.Margin = new System.Windows.Forms.Padding(10, 3, 3, 3); this.radioButtonSideShort.Name = "radioButtonSideShort"; this.radioButtonSideShort.Size = new System.Drawing.Size(50, 17); this.radioButtonSideShort.TabIndex = 1; this.radioButtonSideShort.TabStop = true; this.radioButtonSideShort.Text = "Short"; this.radioButtonSideShort.UseVisualStyleBackColor = true; // // labelSide // this.labelSide.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.labelSide.AutoSize = true; this.labelSide.Location = new System.Drawing.Point(3, 13); this.labelSide.Name = "labelSide"; this.labelSide.Size = new System.Drawing.Size(28, 23); this.labelSide.TabIndex = 16; this.labelSide.Text = "Side"; this.labelSide.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // flowLayoutPanelButtons // this.flowLayoutPanelButtons.AutoSize = true; this.flowLayoutPanelButtons.Controls.Add(this.buttonSave); this.flowLayoutPanelButtons.Controls.Add(this.buttonCancel); this.flowLayoutPanelButtons.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanelButtons.Location = new System.Drawing.Point(0, 158); this.flowLayoutPanelButtons.Margin = new System.Windows.Forms.Padding(0); this.flowLayoutPanelButtons.Name = "flowLayoutPanelButtons"; this.flowLayoutPanelButtons.Size = new System.Drawing.Size(293, 29); this.flowLayoutPanelButtons.TabIndex = 1; // // buttonSave // this.buttonSave.DialogResult = System.Windows.Forms.DialogResult.OK; this.buttonSave.Location = new System.Drawing.Point(3, 3); this.buttonSave.Name = "buttonSave"; this.buttonSave.Size = new System.Drawing.Size(75, 23); this.buttonSave.TabIndex = 0; this.buttonSave.Text = "Save"; this.buttonSave.UseVisualStyleBackColor = true; // // buttonCancel // this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonCancel.Location = new System.Drawing.Point(84, 3); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(75, 23); this.buttonCancel.TabIndex = 1; this.buttonCancel.Text = "Cancel"; this.buttonCancel.UseVisualStyleBackColor = true; // // flowLayoutPanelAccount // this.flowLayoutPanelAccount.AutoSize = true; this.flowLayoutPanelAccount.Controls.Add(this.label2); this.flowLayoutPanelAccount.Controls.Add(this.ComboxAccounts); this.flowLayoutPanelAccount.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanelAccount.Location = new System.Drawing.Point(64, 114); this.flowLayoutPanelAccount.Margin = new System.Windows.Forms.Padding(0); this.flowLayoutPanelAccount.Name = "flowLayoutPanelAccount"; this.flowLayoutPanelAccount.Size = new System.Drawing.Size(229, 44); this.flowLayoutPanelAccount.TabIndex = 19; this.flowLayoutPanelAccount.TabStop = true; // // label2 // this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(3, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(0, 26); this.label2.TabIndex = 1; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // ComboxAccounts // this.ComboxAccounts.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ComboxAccounts.FormattingEnabled = true; this.ComboxAccounts.Location = new System.Drawing.Point(6, 3); this.ComboxAccounts.Margin = new System.Windows.Forms.Padding(0, 3, 3, 3); this.ComboxAccounts.Name = "ComboxAccounts"; this.ComboxAccounts.Size = new System.Drawing.Size(212, 21); this.ComboxAccounts.TabIndex = 2; // // label1 // this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(3, 114); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(47, 44); this.label1.TabIndex = 20; this.label1.Text = "Account"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // AddPositionCreateForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(293, 187); this.Controls.Add(this.tableLayoutPanelMain); this.Name = "AddPositionCreateForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Add a Position"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.AddPositionCreateForm_FormClosing); this.Shown += new System.EventHandler(this.AddPositionCreateForm_Shown); this.tableLayoutPanelMain.ResumeLayout(false); this.tableLayoutPanelMain.PerformLayout(); this.tableLayoutPanelGrid.ResumeLayout(false); this.tableLayoutPanelGrid.PerformLayout(); this.flowLayoutPanelExpiration.ResumeLayout(false); this.flowLayoutPanelAddPosition.ResumeLayout(false); this.flowLayoutPanelAddPosition.PerformLayout(); this.flowLayoutPanelSide.ResumeLayout(false); this.flowLayoutPanelSide.PerformLayout(); this.flowLayoutPanelButtons.ResumeLayout(false); this.flowLayoutPanelAccount.ResumeLayout(false); this.flowLayoutPanelAccount.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel tableLayoutPanelMain; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanelButtons; private System.Windows.Forms.Button buttonSave; private System.Windows.Forms.Button buttonCancel; private System.Windows.Forms.TableLayoutPanel tableLayoutPanelGrid; private System.Windows.Forms.TextBox textBoxShares; private System.Windows.Forms.Label labelInvalidPrice; private System.Windows.Forms.Label labelExpires; private System.Windows.Forms.Label labelPrice; private System.Windows.Forms.Label labelSymbol; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanelExpiration; private System.Windows.Forms.DateTimePicker dateTimePickerEntryDate; private System.Windows.Forms.DateTimePicker dateTimePickerEntryTime; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanelAddPosition; private System.Windows.Forms.Label labelCurrentPrice; private System.Windows.Forms.TextBox textBoxPrice; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanelSide; private System.Windows.Forms.RadioButton radioButtonSideLong; private System.Windows.Forms.RadioButton radioButtonSideShort; private System.Windows.Forms.Label labelSide; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanelAccount; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox ComboxAccounts; private System.Windows.Forms.Label label1; } }