174 lines
6.8 KiB
C#
174 lines
6.8 KiB
C#
namespace DeviceAdmin
|
|
{
|
|
partial class FormCabinets
|
|
{
|
|
/// <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()
|
|
{
|
|
dataGridView = new DataGridView();
|
|
buttonAdd = new Button();
|
|
buttonEdit = new Button();
|
|
buttonDelete = new Button();
|
|
buttonRefresh = new Button();
|
|
textBoxRoom = new TextBox();
|
|
numericUpDownBuilding = new NumericUpDown();
|
|
label1 = new Label();
|
|
label2 = new Label();
|
|
((System.ComponentModel.ISupportInitialize)dataGridView).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)numericUpDownBuilding).BeginInit();
|
|
SuspendLayout();
|
|
//
|
|
// dataGridView
|
|
//
|
|
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.ReadOnly = true;
|
|
dataGridView.RowHeadersWidth = 62;
|
|
dataGridView.Size = new Size(514, 482);
|
|
dataGridView.TabIndex = 0;
|
|
//
|
|
// buttonAdd
|
|
//
|
|
buttonAdd.Font = new Font("Segoe UI", 14F, FontStyle.Regular, GraphicsUnit.Point, 204);
|
|
buttonAdd.Location = new Point(530, 107);
|
|
buttonAdd.Margin = new Padding(5, 6, 5, 6);
|
|
buttonAdd.Name = "buttonAdd";
|
|
buttonAdd.Size = new Size(197, 80);
|
|
buttonAdd.TabIndex = 2;
|
|
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(530, 295);
|
|
buttonEdit.Margin = new Padding(5, 6, 5, 6);
|
|
buttonEdit.Name = "buttonEdit";
|
|
buttonEdit.Size = new Size(197, 80);
|
|
buttonEdit.TabIndex = 5;
|
|
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(530, 387);
|
|
buttonDelete.Margin = new Padding(5, 6, 5, 6);
|
|
buttonDelete.Name = "buttonDelete";
|
|
buttonDelete.Size = new Size(197, 80);
|
|
buttonDelete.TabIndex = 6;
|
|
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(530, 15);
|
|
buttonRefresh.Margin = new Padding(5, 6, 5, 6);
|
|
buttonRefresh.Name = "buttonRefresh";
|
|
buttonRefresh.Size = new Size(197, 80);
|
|
buttonRefresh.TabIndex = 1;
|
|
buttonRefresh.Text = "Обновить";
|
|
buttonRefresh.UseVisualStyleBackColor = true;
|
|
buttonRefresh.Click += ButtonRefresh_Click;
|
|
//
|
|
// textBoxRoom
|
|
//
|
|
textBoxRoom.Location = new Point(629, 206);
|
|
textBoxRoom.Margin = new Padding(5, 6, 5, 6);
|
|
textBoxRoom.Name = "textBoxRoom";
|
|
textBoxRoom.Size = new Size(98, 31);
|
|
textBoxRoom.TabIndex = 3;
|
|
//
|
|
// numericUpDownBuilding
|
|
//
|
|
numericUpDownBuilding.Location = new Point(629, 248);
|
|
numericUpDownBuilding.Maximum = new decimal(new int[] { 999999, 0, 0, 0 });
|
|
numericUpDownBuilding.Name = "numericUpDownBuilding";
|
|
numericUpDownBuilding.Size = new Size(98, 31);
|
|
numericUpDownBuilding.TabIndex = 4;
|
|
//
|
|
// label1
|
|
//
|
|
label1.AutoSize = true;
|
|
label1.Location = new Point(530, 209);
|
|
label1.Name = "label1";
|
|
label1.Size = new Size(81, 25);
|
|
label1.TabIndex = 11;
|
|
label1.Text = "Кабинет:";
|
|
//
|
|
// label2
|
|
//
|
|
label2.AutoSize = true;
|
|
label2.Location = new Point(530, 250);
|
|
label2.Name = "label2";
|
|
label2.Size = new Size(75, 25);
|
|
label2.TabIndex = 12;
|
|
label2.Text = "Корпус:";
|
|
//
|
|
// FormCabinets
|
|
//
|
|
AutoScaleDimensions = new SizeF(10F, 25F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
ClientSize = new Size(741, 482);
|
|
Controls.Add(label2);
|
|
Controls.Add(label1);
|
|
Controls.Add(numericUpDownBuilding);
|
|
Controls.Add(textBoxRoom);
|
|
Controls.Add(buttonRefresh);
|
|
Controls.Add(buttonDelete);
|
|
Controls.Add(buttonEdit);
|
|
Controls.Add(buttonAdd);
|
|
Controls.Add(dataGridView);
|
|
Margin = new Padding(5, 6, 5, 6);
|
|
Name = "FormCabinets";
|
|
Text = "Кабинеты";
|
|
((System.ComponentModel.ISupportInitialize)dataGridView).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)numericUpDownBuilding).EndInit();
|
|
ResumeLayout(false);
|
|
PerformLayout();
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DataGridView dataGridView;
|
|
private Button buttonAdd;
|
|
private Button buttonEdit;
|
|
private Button buttonDelete;
|
|
private Button buttonRefresh;
|
|
private TextBox roomTextBox;
|
|
private TextBox textBoxRoom;
|
|
private NumericUpDown numericUpDownBuilding;
|
|
private Label label1;
|
|
private Label label2;
|
|
}
|
|
} |