namespace Library15Gerimovich
{
partial class InputRealNumber
{
///
/// Обязательная переменная конструктора.
///
private System.ComponentModel.IContainer components = null;
///
/// Освободить все используемые ресурсы.
///
/// истинно, если управляемый ресурс должен быть удален; иначе ложно.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Код, автоматически созданный конструктором компонентов
///
/// Требуемый метод для поддержки конструктора — не изменяйте
/// содержимое этого метода с помощью редактора кода.
///
private void InitializeComponent()
{
this.IsNullCheckBox = new System.Windows.Forms.CheckBox();
this.MainTextBox = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// IsNullCheckBox
//
this.IsNullCheckBox.AutoSize = true;
this.IsNullCheckBox.Location = new System.Drawing.Point(3, 62);
this.IsNullCheckBox.Name = "IsNullCheckBox";
this.IsNullCheckBox.Size = new System.Drawing.Size(127, 19);
this.IsNullCheckBox.TabIndex = 0;
this.IsNullCheckBox.Text = "Нулевое значение";
this.IsNullCheckBox.UseVisualStyleBackColor = true;
this.IsNullCheckBox.CheckedChanged += new System.EventHandler(this.IsNullCheckBox_CheckedChanged);
//
// MainTextBox
//
this.MainTextBox.Location = new System.Drawing.Point(3, 20);
this.MainTextBox.Name = "MainTextBox";
this.MainTextBox.Size = new System.Drawing.Size(127, 23);
this.MainTextBox.TabIndex = 1;
this.MainTextBox.TextChanged += new System.EventHandler(this.MainTextBox_TextChanged);
//
// InputRealNumber
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.MainTextBox);
this.Controls.Add(this.IsNullCheckBox);
this.Name = "InputRealNumber";
this.Size = new System.Drawing.Size(135, 101);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private CheckBox IsNullCheckBox;
private TextBox MainTextBox;
}
}