PIbd-32.-Gerimovich-I.M.-COP/Library15Gerimovich/InputRealNumber.Designer.cs

71 lines
2.7 KiB
C#
Raw Normal View History

2024-09-17 00:38:06 +04:00
namespace Library15Gerimovich
{
partial class InputRealNumber
{
/// <summary>
/// Обязательная переменная конструктора.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Освободить все используемые ресурсы.
/// </summary>
/// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Код, автоматически созданный конструктором компонентов
/// <summary>
/// Требуемый метод для поддержки конструктора — не изменяйте
/// содержимое этого метода с помощью редактора кода.
/// </summary>
private void InitializeComponent()
{
this.IsNullCheckBox = new System.Windows.Forms.CheckBox();
2024-09-17 12:41:48 +04:00
this.MainTextBox = new System.Windows.Forms.TextBox();
2024-09-17 00:38:06 +04:00
this.SuspendLayout();
//
// IsNullCheckBox
//
this.IsNullCheckBox.AutoSize = true;
2024-09-17 12:41:48 +04:00
this.IsNullCheckBox.Location = new System.Drawing.Point(3, 62);
2024-09-17 00:38:06 +04:00
this.IsNullCheckBox.Name = "IsNullCheckBox";
2024-09-17 12:41:48 +04:00
this.IsNullCheckBox.Size = new System.Drawing.Size(127, 19);
2024-09-17 00:38:06 +04:00
this.IsNullCheckBox.TabIndex = 0;
2024-09-17 12:41:48 +04:00
this.IsNullCheckBox.Text = "Нулевое значение";
2024-09-17 00:38:06 +04:00
this.IsNullCheckBox.UseVisualStyleBackColor = true;
//
2024-09-17 12:41:48 +04:00
// 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;
//
2024-09-17 00:38:06 +04:00
// InputRealNumber
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
2024-09-17 12:41:48 +04:00
this.Controls.Add(this.MainTextBox);
2024-09-17 00:38:06 +04:00
this.Controls.Add(this.IsNullCheckBox);
this.Name = "InputRealNumber";
2024-09-17 12:41:48 +04:00
this.Size = new System.Drawing.Size(135, 101);
2024-09-17 00:38:06 +04:00
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private CheckBox IsNullCheckBox;
2024-09-17 12:41:48 +04:00
private TextBox MainTextBox;
2024-09-17 00:38:06 +04:00
}
}