173 lines
6.6 KiB
C#

namespace DeviceAdmin
{
partial class FormKits
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
comboBoxCabinet = new ComboBox();
dataGridView = new DataGridView();
buttonAdd = new Button();
buttonEdit = new Button();
buttonDelete = new Button();
buttonRefresh = new Button();
label1 = new Label();
label3 = new Label();
textBoxKit = new TextBox();
((System.ComponentModel.ISupportInitialize)dataGridView).BeginInit();
SuspendLayout();
//
// comboBoxCabinet
//
comboBoxCabinet.DisplayMember = "cabinet";
comboBoxCabinet.FormattingEnabled = true;
comboBoxCabinet.Location = new Point(501, 270);
comboBoxCabinet.Name = "comboBoxCabinet";
comboBoxCabinet.Size = new Size(197, 33);
comboBoxCabinet.TabIndex = 16;
comboBoxCabinet.ValueMember = "id";
//
// dataGridView
//
dataGridView.AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.AllCells;
dataGridView.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
dataGridView.Dock = DockStyle.Left;
dataGridView.Location = new Point(0, 0);
dataGridView.Margin = new Padding(5, 6, 5, 6);
dataGridView.Name = "dataGridView";
dataGridView.RowHeadersWidth = 62;
dataGridView.Size = new Size(493, 482);
dataGridView.TabIndex = 0;
//
// buttonAdd
//
buttonAdd.Font = new Font("Segoe UI", 14F, FontStyle.Regular, GraphicsUnit.Point, 204);
buttonAdd.Location = new Point(501, 97);
buttonAdd.Margin = new Padding(5, 6, 5, 6);
buttonAdd.Name = "buttonAdd";
buttonAdd.Size = new Size(197, 70);
buttonAdd.TabIndex = 5;
buttonAdd.Text = "Добавить";
buttonAdd.UseVisualStyleBackColor = true;
buttonAdd.Click += ButtonAdd_Click;
//
// buttonEdit
//
buttonEdit.Font = new Font("Segoe UI", 14F, FontStyle.Regular, GraphicsUnit.Point, 204);
buttonEdit.Location = new Point(501, 315);
buttonEdit.Margin = new Padding(5, 6, 5, 6);
buttonEdit.Name = "buttonEdit";
buttonEdit.Size = new Size(197, 70);
buttonEdit.TabIndex = 4;
buttonEdit.Text = "Изменить";
buttonEdit.UseVisualStyleBackColor = true;
buttonEdit.Click += ButtonEdit_Click;
//
// buttonDelete
//
buttonDelete.Font = new Font("Segoe UI", 14F, FontStyle.Regular, GraphicsUnit.Point, 204);
buttonDelete.Location = new Point(501, 397);
buttonDelete.Margin = new Padding(5, 6, 5, 6);
buttonDelete.Name = "buttonDelete";
buttonDelete.Size = new Size(197, 70);
buttonDelete.TabIndex = 3;
buttonDelete.Text = "Удалить";
buttonDelete.UseVisualStyleBackColor = true;
buttonDelete.Click += ButtonDelete_Click;
//
// buttonRefresh
//
buttonRefresh.Font = new Font("Segoe UI", 14F, FontStyle.Regular, GraphicsUnit.Point, 204);
buttonRefresh.Location = new Point(501, 15);
buttonRefresh.Margin = new Padding(5, 6, 5, 6);
buttonRefresh.Name = "buttonRefresh";
buttonRefresh.Size = new Size(197, 70);
buttonRefresh.TabIndex = 2;
buttonRefresh.Text = "Обновить";
buttonRefresh.UseVisualStyleBackColor = true;
buttonRefresh.Click += ButtonRefresh_Click;
//
// label1
//
label1.AutoSize = true;
label1.Location = new Point(501, 176);
label1.Name = "label1";
label1.Size = new Size(94, 25);
label1.TabIndex = 11;
label1.Text = "Комплект:";
//
// label3
//
label3.AutoSize = true;
label3.Location = new Point(501, 242);
label3.Name = "label3";
label3.Size = new Size(81, 25);
label3.TabIndex = 18;
label3.Text = "Кабинет:";
//
// textBoxKit
//
textBoxKit.Location = new Point(501, 208);
textBoxKit.Name = "textBoxKit";
textBoxKit.Size = new Size(197, 31);
textBoxKit.TabIndex = 19;
//
// FormKits
//
AutoScaleDimensions = new SizeF(10F, 25F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(712, 482);
Controls.Add(textBoxKit);
Controls.Add(label3);
Controls.Add(label1);
Controls.Add(buttonRefresh);
Controls.Add(buttonDelete);
Controls.Add(buttonAdd);
Controls.Add(dataGridView);
Controls.Add(buttonEdit);
Controls.Add(comboBoxCabinet);
Margin = new Padding(5, 6, 5, 6);
Name = "FormKits";
Text = "Комлекты";
((System.ComponentModel.ISupportInitialize)dataGridView).EndInit();
ResumeLayout(false);
PerformLayout();
}
#endregion
private DataGridView dataGridView;
private Button buttonAdd;
private Button buttonEdit;
private Button buttonDelete;
private Button buttonRefresh;
private TextBox roomTextBox;
private Label label1;
private Label label3;
private TextBox textBoxKit;
private ComboBox comboBoxCabinet;
}
}