namespace _2ISForms
{
partial class FormEntryField
{
///
/// Обязательная переменная конструктора.
///
private System.ComponentModel.IContainer components = null;
///
/// Освободить все используемые ресурсы.
///
/// истинно, если управляемый ресурс должен быть удален; иначе ложно.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Код, автоматически созданный конструктором форм Windows
///
/// Требуемый метод для поддержки конструктора — не изменяйте
/// содержимое этого метода с помощью редактора кода.
///
private void InitializeComponent()
{
this.btnLock = new System.Windows.Forms.Button();
this.btnUnLock = new System.Windows.Forms.Button();
this.tbInput = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// btnLock
//
this.btnLock.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.btnLock.Location = new System.Drawing.Point(47, 279);
this.btnLock.Name = "btnLock";
this.btnLock.Size = new System.Drawing.Size(214, 68);
this.btnLock.TabIndex = 0;
this.btnLock.Text = "Блокировать";
this.btnLock.UseVisualStyleBackColor = true;
this.btnLock.Click += new System.EventHandler(this.btnLock_Click);
//
// btnUnLock
//
this.btnUnLock.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.btnUnLock.Location = new System.Drawing.Point(371, 279);
this.btnUnLock.Name = "btnUnLock";
this.btnUnLock.Size = new System.Drawing.Size(214, 68);
this.btnUnLock.TabIndex = 1;
this.btnUnLock.Text = "Разблокировать";
this.btnUnLock.UseVisualStyleBackColor = true;
this.btnUnLock.Click += new System.EventHandler(this.btnUnLock_Click);
//
// tbInput
//
this.tbInput.Font = new System.Drawing.Font("Microsoft Sans Serif", 27.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.tbInput.Location = new System.Drawing.Point(47, 92);
this.tbInput.Name = "tbInput";
this.tbInput.Size = new System.Drawing.Size(538, 49);
this.tbInput.TabIndex = 2;
//
// FormEntryField
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.SteelBlue;
this.ClientSize = new System.Drawing.Size(642, 489);
this.Controls.Add(this.tbInput);
this.Controls.Add(this.btnUnLock);
this.Controls.Add(this.btnLock);
this.Name = "FormEntryField";
this.Text = "РВ-ПР№1";
this.Click += new System.EventHandler(this.FormEntryField_Click);
this.DoubleClick += new System.EventHandler(this.FormEntryField_DoubleClick);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnLock;
private System.Windows.Forms.Button btnUnLock;
private System.Windows.Forms.TextBox tbInput;
}
}