namespace TIProAutoTradeExtension
{
partial class OrderPriceForm
{
///
/// 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.btnOk = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.lblSymbol = new System.Windows.Forms.Label();
this.lblBuySell = new System.Windows.Forms.Label();
this.lblPrice = new System.Windows.Forms.Label();
this.lblButtonName = new System.Windows.Forms.Label();
this.numPrice = new System.Windows.Forms.NumericUpDown();
((System.ComponentModel.ISupportInitialize)(this.numPrice)).BeginInit();
this.SuspendLayout();
//
// btnOk
//
this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
this.btnOk.Location = new System.Drawing.Point(17, 144);
this.btnOk.Name = "btnOk";
this.btnOk.Size = new System.Drawing.Size(75, 23);
this.btnOk.TabIndex = 0;
this.btnOk.Text = "Ok";
this.btnOk.UseVisualStyleBackColor = true;
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
//
// btnCancel
//
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Location = new System.Drawing.Point(121, 144);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 1;
this.btnCancel.Text = "Cancel";
this.btnCancel.UseVisualStyleBackColor = true;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(14, 76);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(47, 13);
this.label1.TabIndex = 2;
this.label1.Text = "Symbol";
//
// lblSymbol
//
this.lblSymbol.AutoSize = true;
this.lblSymbol.Location = new System.Drawing.Point(88, 76);
this.lblSymbol.Name = "lblSymbol";
this.lblSymbol.Size = new System.Drawing.Size(41, 13);
this.lblSymbol.TabIndex = 4;
this.lblSymbol.Text = "Symbol";
//
// lblBuySell
//
this.lblBuySell.AutoSize = true;
this.lblBuySell.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblBuySell.Location = new System.Drawing.Point(14, 47);
this.lblBuySell.Name = "lblBuySell";
this.lblBuySell.Size = new System.Drawing.Size(28, 13);
this.lblBuySell.TabIndex = 6;
this.lblBuySell.Text = "Buy";
//
// lblPrice
//
this.lblPrice.AutoSize = true;
this.lblPrice.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblPrice.Location = new System.Drawing.Point(14, 106);
this.lblPrice.Name = "lblPrice";
this.lblPrice.Size = new System.Drawing.Size(36, 13);
this.lblPrice.TabIndex = 7;
this.lblPrice.Text = "Price";
//
// lblButtonName
//
this.lblButtonName.AutoSize = true;
this.lblButtonName.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblButtonName.Location = new System.Drawing.Point(15, 18);
this.lblButtonName.Name = "lblButtonName";
this.lblButtonName.Size = new System.Drawing.Size(80, 13);
this.lblButtonName.TabIndex = 8;
this.lblButtonName.Text = "Button Name";
//
// numPrice
//
this.numPrice.DecimalPlaces = 2;
this.numPrice.Increment = new decimal(new int[] {
1,
0,
0,
131072});
this.numPrice.Location = new System.Drawing.Point(91, 104);
this.numPrice.Maximum = new decimal(new int[] {
100000,
0,
0,
0});
this.numPrice.Name = "numPrice";
this.numPrice.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.numPrice.Size = new System.Drawing.Size(105, 20);
this.numPrice.TabIndex = 9;
this.numPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.numPrice.ThousandsSeparator = true;
//
// OrderPriceForm
//
this.AcceptButton = this.btnOk;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnCancel;
this.ClientSize = new System.Drawing.Size(219, 179);
this.Controls.Add(this.numPrice);
this.Controls.Add(this.lblButtonName);
this.Controls.Add(this.lblPrice);
this.Controls.Add(this.lblBuySell);
this.Controls.Add(this.lblSymbol);
this.Controls.Add(this.label1);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnOk);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "OrderPriceForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Order Price";
((System.ComponentModel.ISupportInitialize)(this.numPrice)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnOk;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label lblSymbol;
private System.Windows.Forms.Label lblBuySell;
private System.Windows.Forms.Label lblPrice;
private System.Windows.Forms.Label lblButtonName;
private System.Windows.Forms.NumericUpDown numPrice;
}
}