namespace TradeIdeas.TIProGUI
{
partial class NumericTextBox
{
///
/// 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 Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.txtNumeric = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// txtNumeric
//
this.txtNumeric.Dock = System.Windows.Forms.DockStyle.Fill;
this.txtNumeric.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtNumeric.Location = new System.Drawing.Point(0, 0);
this.txtNumeric.Margin = new System.Windows.Forms.Padding(0);
this.txtNumeric.Name = "txtNumeric";
this.txtNumeric.Size = new System.Drawing.Size(172, 20);
this.txtNumeric.TabIndex = 0;
this.txtNumeric.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtNumeric.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtNumberic_KeyPress);
this.txtNumeric.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtNumberic_KeyUp);
//
// NumericTextBox
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.Controls.Add(this.txtNumeric);
this.Margin = new System.Windows.Forms.Padding(0);
this.Name = "NumericTextBox";
this.Size = new System.Drawing.Size(172, 30);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox txtNumeric;
}
}