namespace TIProDevExtension { partial class TestSignalSenderForm { /// /// 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.label1 = new System.Windows.Forms.Label(); this.labelPrice = new System.Windows.Forms.Label(); this.textBoxPrice = new System.Windows.Forms.TextBox(); this.buttonSend = new System.Windows.Forms.Button(); this.buttonCancel = new System.Windows.Forms.Button(); this.SuspendLayout(); // // textBoxSymbol // this.textBoxSymbol.Location = new System.Drawing.Point(148, 65); this.textBoxSymbol.Name = "textBoxSymbol"; this.textBoxSymbol.Size = new System.Drawing.Size(100, 26); this.textBoxSymbol.TabIndex = 0; this.textBoxSymbol.Text = "SPY"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(81, 68); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(61, 20); this.label1.TabIndex = 1; this.label1.Text = "Symbol"; // // labelPrice // this.labelPrice.AutoSize = true; this.labelPrice.Location = new System.Drawing.Point(98, 117); this.labelPrice.Name = "labelPrice"; this.labelPrice.Size = new System.Drawing.Size(44, 20); this.labelPrice.TabIndex = 3; this.labelPrice.Text = "Price"; // // textBoxPrice // this.textBoxPrice.Location = new System.Drawing.Point(148, 114); this.textBoxPrice.Name = "textBoxPrice"; this.textBoxPrice.Size = new System.Drawing.Size(100, 26); this.textBoxPrice.TabIndex = 2; this.textBoxPrice.Text = "50.00"; // // buttonSend // this.buttonSend.Location = new System.Drawing.Point(420, 392); this.buttonSend.Name = "buttonSend"; this.buttonSend.Size = new System.Drawing.Size(83, 38); this.buttonSend.TabIndex = 4; this.buttonSend.Text = "Send"; this.buttonSend.UseVisualStyleBackColor = true; this.buttonSend.Click += new System.EventHandler(this.buttonSend_Click); // // buttonCancel // this.buttonCancel.Location = new System.Drawing.Point(528, 392); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(83, 38); this.buttonCancel.TabIndex = 5; this.buttonCancel.Text = "Cancel"; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); // // TestSignalSenderForm // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(623, 442); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.buttonSend); this.Controls.Add(this.labelPrice); this.Controls.Add(this.textBoxPrice); this.Controls.Add(this.label1); this.Controls.Add(this.textBoxSymbol); this.Name = "TestSignalSenderForm"; this.Text = "TestSignalSenderForm"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox textBoxSymbol; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label labelPrice; private System.Windows.Forms.TextBox textBoxPrice; private System.Windows.Forms.Button buttonSend; private System.Windows.Forms.Button buttonCancel; } }