172 lines
7.0 KiB
C#
172 lines
7.0 KiB
C#
namespace DeviceAdmin
|
|
{
|
|
partial class FormMain
|
|
{
|
|
/// <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()
|
|
{
|
|
buttonCabinets = new Button();
|
|
labelWelcome = new Label();
|
|
buttonKits = new Button();
|
|
buttonKinds = new Button();
|
|
buttonDevices = new Button();
|
|
buttonOwnership = new Button();
|
|
button5 = new Button();
|
|
buttonStaff = new Button();
|
|
flowLayoutPanel1 = new FlowLayoutPanel();
|
|
flowLayoutPanel1.SuspendLayout();
|
|
SuspendLayout();
|
|
//
|
|
// buttonCabinets
|
|
//
|
|
buttonCabinets.Font = new Font("Segoe UI", 14F, FontStyle.Regular, GraphicsUnit.Point, 204);
|
|
buttonCabinets.Location = new Point(536, 261);
|
|
buttonCabinets.Name = "buttonCabinets";
|
|
buttonCabinets.Size = new Size(261, 80);
|
|
buttonCabinets.TabIndex = 0;
|
|
buttonCabinets.Text = "Кабинеты";
|
|
buttonCabinets.UseVisualStyleBackColor = true;
|
|
buttonCabinets.Click += ButtonCabinets_Click;
|
|
//
|
|
// labelWelcome
|
|
//
|
|
labelWelcome.AutoSize = true;
|
|
labelWelcome.Font = new Font("Arial Narrow", 18F, FontStyle.Regular, GraphicsUnit.Point, 204);
|
|
labelWelcome.Location = new Point(270, 11);
|
|
labelWelcome.Name = "labelWelcome";
|
|
labelWelcome.Size = new Size(268, 42);
|
|
labelWelcome.TabIndex = 1;
|
|
labelWelcome.Text = "Выберите раздел:";
|
|
//
|
|
// buttonKits
|
|
//
|
|
buttonKits.Font = new Font("Segoe UI", 14F, FontStyle.Regular, GraphicsUnit.Point, 204);
|
|
buttonKits.Location = new Point(403, 3);
|
|
buttonKits.Name = "buttonKits";
|
|
buttonKits.Size = new Size(394, 80);
|
|
buttonKits.TabIndex = 2;
|
|
buttonKits.Text = "Комплекты";
|
|
buttonKits.UseVisualStyleBackColor = true;
|
|
buttonKits.Click += ButtonKits_Click;
|
|
//
|
|
// buttonKinds
|
|
//
|
|
buttonKinds.Font = new Font("Segoe UI", 14F, FontStyle.Regular, GraphicsUnit.Point, 204);
|
|
buttonKinds.Location = new Point(270, 261);
|
|
buttonKinds.Name = "buttonKinds";
|
|
buttonKinds.Size = new Size(260, 80);
|
|
buttonKinds.TabIndex = 3;
|
|
buttonKinds.Text = "Виды устройств";
|
|
buttonKinds.UseVisualStyleBackColor = true;
|
|
buttonKinds.Click += ButtonKinds_Click;
|
|
//
|
|
// buttonDevices
|
|
//
|
|
buttonDevices.Font = new Font("Segoe UI", 14F, FontStyle.Regular, GraphicsUnit.Point, 204);
|
|
buttonDevices.Location = new Point(3, 3);
|
|
buttonDevices.Name = "buttonDevices";
|
|
buttonDevices.Size = new Size(394, 80);
|
|
buttonDevices.TabIndex = 4;
|
|
buttonDevices.Text = "Устройства";
|
|
buttonDevices.UseVisualStyleBackColor = true;
|
|
buttonDevices.Click += ButtonDevices_Click;
|
|
//
|
|
// buttonOwnership
|
|
//
|
|
buttonOwnership.Font = new Font("Segoe UI", 14F, FontStyle.Regular, GraphicsUnit.Point, 204);
|
|
buttonOwnership.Location = new Point(3, 89);
|
|
buttonOwnership.Name = "buttonOwnership";
|
|
buttonOwnership.Size = new Size(794, 80);
|
|
buttonOwnership.TabIndex = 5;
|
|
buttonOwnership.Text = "Владение";
|
|
buttonOwnership.UseVisualStyleBackColor = true;
|
|
buttonOwnership.Click += ButtonOwnership_Click;
|
|
//
|
|
// button5
|
|
//
|
|
button5.Font = new Font("Segoe UI", 14F, FontStyle.Regular, GraphicsUnit.Point, 204);
|
|
button5.Location = new Point(3, 175);
|
|
button5.Name = "button5";
|
|
button5.Size = new Size(794, 80);
|
|
button5.TabIndex = 6;
|
|
button5.Text = "Обслуживание";
|
|
button5.UseVisualStyleBackColor = true;
|
|
button5.Click += ButtonService_Click;
|
|
//
|
|
// buttonStaff
|
|
//
|
|
buttonStaff.Font = new Font("Segoe UI", 14F, FontStyle.Regular, GraphicsUnit.Point, 204);
|
|
buttonStaff.Location = new Point(3, 261);
|
|
buttonStaff.Name = "buttonStaff";
|
|
buttonStaff.Size = new Size(261, 80);
|
|
buttonStaff.TabIndex = 7;
|
|
buttonStaff.Text = "Персонал";
|
|
buttonStaff.UseVisualStyleBackColor = true;
|
|
buttonStaff.Click += ButtonStaff_Click;
|
|
//
|
|
// flowLayoutPanel1
|
|
//
|
|
flowLayoutPanel1.Controls.Add(buttonDevices);
|
|
flowLayoutPanel1.Controls.Add(buttonKits);
|
|
flowLayoutPanel1.Controls.Add(buttonOwnership);
|
|
flowLayoutPanel1.Controls.Add(button5);
|
|
flowLayoutPanel1.Controls.Add(buttonStaff);
|
|
flowLayoutPanel1.Controls.Add(buttonKinds);
|
|
flowLayoutPanel1.Controls.Add(buttonCabinets);
|
|
flowLayoutPanel1.Dock = DockStyle.Bottom;
|
|
flowLayoutPanel1.Location = new Point(0, 66);
|
|
flowLayoutPanel1.Name = "flowLayoutPanel1";
|
|
flowLayoutPanel1.Size = new Size(800, 346);
|
|
flowLayoutPanel1.TabIndex = 8;
|
|
//
|
|
// FormMain
|
|
//
|
|
AutoScaleDimensions = new SizeF(10F, 25F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
ClientSize = new Size(800, 412);
|
|
Controls.Add(labelWelcome);
|
|
Controls.Add(flowLayoutPanel1);
|
|
Name = "FormMain";
|
|
Text = "Учет вычислительной техники на предприятии";
|
|
flowLayoutPanel1.ResumeLayout(false);
|
|
ResumeLayout(false);
|
|
PerformLayout();
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Button buttonCabinets;
|
|
private Label labelWelcome;
|
|
private Button buttonKits;
|
|
private Button buttonKinds;
|
|
private Button buttonDevices;
|
|
private Button buttonOwnership;
|
|
private Button button5;
|
|
private Button buttonStaff;
|
|
private FlowLayoutPanel flowLayoutPanel1;
|
|
}
|
|
}
|