namespace TIProAutoTradeExtension { partial class LimitOutForm { /// /// 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.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.buttonSubmit = new System.Windows.Forms.Button(); this.buttonCancel = new System.Windows.Forms.Button(); this.labelLongExample = new System.Windows.Forms.Label(); this.labelShortExample = new System.Windows.Forms.Label(); this.labelPositionCount = new System.Windows.Forms.Label(); this.textBoxLimitOffset = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 49); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(110, 13); this.label1.TabIndex = 1; this.label1.Text = "Enter limit exit order at"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(181, 49); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(97, 13); this.label2.TabIndex = 2; this.label2.Text = "away from bid/ask."; // // buttonSubmit // this.buttonSubmit.Location = new System.Drawing.Point(15, 142); this.buttonSubmit.Name = "buttonSubmit"; this.buttonSubmit.Size = new System.Drawing.Size(75, 23); this.buttonSubmit.TabIndex = 3; this.buttonSubmit.Text = "Submit"; this.buttonSubmit.UseVisualStyleBackColor = true; this.buttonSubmit.Click += new System.EventHandler(this.buttonSubmit_Click); // // buttonCancel // this.buttonCancel.Location = new System.Drawing.Point(100, 142); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(75, 23); this.buttonCancel.TabIndex = 4; this.buttonCancel.Text = "Cancel"; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); // // labelLongExample // this.labelLongExample.AutoSize = true; this.labelLongExample.Location = new System.Drawing.Point(12, 79); this.labelLongExample.Name = "labelLongExample"; this.labelLongExample.Size = new System.Drawing.Size(161, 13); this.labelLongExample.TabIndex = 5; this.labelLongExample.Text = "For longs: Limit Price = Bid - 0.10"; // // labelShortExample // this.labelShortExample.AutoSize = true; this.labelShortExample.Location = new System.Drawing.Point(12, 101); this.labelShortExample.Name = "labelShortExample"; this.labelShortExample.Size = new System.Drawing.Size(170, 13); this.labelShortExample.TabIndex = 6; this.labelShortExample.Text = "For shorts: Limit Price = Ask + 0.10"; // // labelPositionCount // this.labelPositionCount.AutoSize = true; this.labelPositionCount.Location = new System.Drawing.Point(12, 19); this.labelPositionCount.Name = "labelPositionCount"; this.labelPositionCount.Size = new System.Drawing.Size(35, 13); this.labelPositionCount.TabIndex = 7; this.labelPositionCount.Text = "label3"; // // textBoxLimitOffset // this.textBoxLimitOffset.Location = new System.Drawing.Point(128, 46); this.textBoxLimitOffset.Name = "textBoxLimitOffset"; this.textBoxLimitOffset.Size = new System.Drawing.Size(47, 20); this.textBoxLimitOffset.TabIndex = 8; this.textBoxLimitOffset.Text = "0.00"; // // LimitOutForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(290, 179); this.Controls.Add(this.textBoxLimitOffset); this.Controls.Add(this.labelPositionCount); this.Controls.Add(this.labelShortExample); this.Controls.Add(this.labelLongExample); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.buttonSubmit); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Name = "LimitOutForm"; this.Text = "Limit Out"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button buttonSubmit; private System.Windows.Forms.Button buttonCancel; private System.Windows.Forms.Label labelLongExample; private System.Windows.Forms.Label labelShortExample; private System.Windows.Forms.Label labelPositionCount; private System.Windows.Forms.TextBox textBoxLimitOffset; } }