173 lines
7.7 KiB
C#
173 lines
7.7 KiB
C#
|
namespace ProjectStormtrooper
|
|||
|
{
|
|||
|
partial class FormStormtrooperCollection
|
|||
|
{
|
|||
|
/// <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()
|
|||
|
{
|
|||
|
groupBoxTools = new GroupBox();
|
|||
|
buttonRefresh = new Button();
|
|||
|
buttonGoToCheck = new Button();
|
|||
|
buttonRemoveStormtrooper = new Button();
|
|||
|
maskedTextBox = new MaskedTextBox();
|
|||
|
buttonAddStormtrooper = new Button();
|
|||
|
buttonAddStormtrooperBase = new Button();
|
|||
|
comboBoxSelectorCompany = new ComboBox();
|
|||
|
pictureBox = new PictureBox();
|
|||
|
groupBoxTools.SuspendLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)pictureBox).BeginInit();
|
|||
|
SuspendLayout();
|
|||
|
//
|
|||
|
// groupBoxTools
|
|||
|
//
|
|||
|
groupBoxTools.Controls.Add(buttonRefresh);
|
|||
|
groupBoxTools.Controls.Add(buttonGoToCheck);
|
|||
|
groupBoxTools.Controls.Add(buttonRemoveStormtrooper);
|
|||
|
groupBoxTools.Controls.Add(maskedTextBox);
|
|||
|
groupBoxTools.Controls.Add(buttonAddStormtrooper);
|
|||
|
groupBoxTools.Controls.Add(buttonAddStormtrooperBase);
|
|||
|
groupBoxTools.Controls.Add(comboBoxSelectorCompany);
|
|||
|
groupBoxTools.Dock = DockStyle.Right;
|
|||
|
groupBoxTools.Location = new Point(919, 0);
|
|||
|
groupBoxTools.Name = "groupBoxTools";
|
|||
|
groupBoxTools.Size = new Size(165, 861);
|
|||
|
groupBoxTools.TabIndex = 0;
|
|||
|
groupBoxTools.TabStop = false;
|
|||
|
groupBoxTools.Text = "Инструменты";
|
|||
|
//
|
|||
|
// buttonRefresh
|
|||
|
//
|
|||
|
buttonRefresh.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
|||
|
buttonRefresh.Location = new Point(6, 381);
|
|||
|
buttonRefresh.Name = "buttonRefresh";
|
|||
|
buttonRefresh.Size = new Size(153, 32);
|
|||
|
buttonRefresh.TabIndex = 6;
|
|||
|
buttonRefresh.Text = "Обновить";
|
|||
|
buttonRefresh.UseVisualStyleBackColor = true;
|
|||
|
buttonRefresh.Click += ButtonRefresh_Click;
|
|||
|
//
|
|||
|
// buttonGoToCheck
|
|||
|
//
|
|||
|
buttonGoToCheck.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
|||
|
buttonGoToCheck.Location = new Point(6, 309);
|
|||
|
buttonGoToCheck.Name = "buttonGoToCheck";
|
|||
|
buttonGoToCheck.Size = new Size(153, 36);
|
|||
|
buttonGoToCheck.TabIndex = 5;
|
|||
|
buttonGoToCheck.Text = "Передать на тесты";
|
|||
|
buttonGoToCheck.UseVisualStyleBackColor = true;
|
|||
|
buttonGoToCheck.Click += ButtonGoToCheck_Click;
|
|||
|
//
|
|||
|
// buttonRemoveStormtrooper
|
|||
|
//
|
|||
|
buttonRemoveStormtrooper.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
|||
|
buttonRemoveStormtrooper.Location = new Point(6, 248);
|
|||
|
buttonRemoveStormtrooper.Name = "buttonRemoveStormtrooper";
|
|||
|
buttonRemoveStormtrooper.Size = new Size(153, 33);
|
|||
|
buttonRemoveStormtrooper.TabIndex = 4;
|
|||
|
buttonRemoveStormtrooper.Text = "Удалить Штурмовик";
|
|||
|
buttonRemoveStormtrooper.UseVisualStyleBackColor = true;
|
|||
|
buttonRemoveStormtrooper.Click += ButtonRemoveStormtrooper_Click;
|
|||
|
//
|
|||
|
// maskedTextBox
|
|||
|
//
|
|||
|
maskedTextBox.Location = new Point(6, 208);
|
|||
|
maskedTextBox.Mask = "00";
|
|||
|
maskedTextBox.Name = "maskedTextBox";
|
|||
|
maskedTextBox.Size = new Size(153, 23);
|
|||
|
maskedTextBox.TabIndex = 3;
|
|||
|
maskedTextBox.ValidatingType = typeof(int);
|
|||
|
//
|
|||
|
// buttonAddStormtrooper
|
|||
|
//
|
|||
|
buttonAddStormtrooper.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
|||
|
buttonAddStormtrooper.Location = new Point(6, 139);
|
|||
|
buttonAddStormtrooper.Name = "buttonAddStormtrooper";
|
|||
|
buttonAddStormtrooper.Size = new Size(153, 45);
|
|||
|
buttonAddStormtrooper.TabIndex = 2;
|
|||
|
buttonAddStormtrooper.Text = "Добавление Штурмовика";
|
|||
|
buttonAddStormtrooper.UseVisualStyleBackColor = true;
|
|||
|
buttonAddStormtrooper.Click += ButtonAddStormtrooper_Click;
|
|||
|
//
|
|||
|
// buttonAddStormtrooperBase
|
|||
|
//
|
|||
|
buttonAddStormtrooperBase.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
|||
|
buttonAddStormtrooperBase.Location = new Point(6, 78);
|
|||
|
buttonAddStormtrooperBase.Name = "buttonAddStormtrooperBase";
|
|||
|
buttonAddStormtrooperBase.Size = new Size(153, 39);
|
|||
|
buttonAddStormtrooperBase.TabIndex = 1;
|
|||
|
buttonAddStormtrooperBase.Text = "Добавление базового Штурмовика";
|
|||
|
buttonAddStormtrooperBase.UseVisualStyleBackColor = true;
|
|||
|
buttonAddStormtrooperBase.Click += ButtonAddStormtrooperBase_Click;
|
|||
|
//
|
|||
|
// comboBoxSelectorCompany
|
|||
|
//
|
|||
|
comboBoxSelectorCompany.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
|||
|
comboBoxSelectorCompany.DropDownStyle = ComboBoxStyle.DropDownList;
|
|||
|
comboBoxSelectorCompany.FormattingEnabled = true;
|
|||
|
comboBoxSelectorCompany.Items.AddRange(new object[] { "Хранилище" });
|
|||
|
comboBoxSelectorCompany.Location = new Point(6, 22);
|
|||
|
comboBoxSelectorCompany.Name = "comboBoxSelectorCompany";
|
|||
|
comboBoxSelectorCompany.Size = new Size(159, 23);
|
|||
|
comboBoxSelectorCompany.TabIndex = 0;
|
|||
|
comboBoxSelectorCompany.SelectedIndexChanged += СomboBoxSelectorCompany_SelectedIndexChanged;
|
|||
|
//
|
|||
|
// pictureBox
|
|||
|
//
|
|||
|
pictureBox.Dock = DockStyle.Fill;
|
|||
|
pictureBox.Location = new Point(0, 0);
|
|||
|
pictureBox.Name = "pictureBox";
|
|||
|
pictureBox.Size = new Size(919, 861);
|
|||
|
pictureBox.TabIndex = 3;
|
|||
|
pictureBox.TabStop = false;
|
|||
|
//
|
|||
|
// FormStormtrooperCollection
|
|||
|
//
|
|||
|
AutoScaleDimensions = new SizeF(7F, 15F);
|
|||
|
AutoScaleMode = AutoScaleMode.Font;
|
|||
|
ClientSize = new Size(1084, 861);
|
|||
|
Controls.Add(pictureBox);
|
|||
|
Controls.Add(groupBoxTools);
|
|||
|
Name = "FormStormtrooperCollection";
|
|||
|
Text = "Коллекция штурмовиков";
|
|||
|
groupBoxTools.ResumeLayout(false);
|
|||
|
groupBoxTools.PerformLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)pictureBox).EndInit();
|
|||
|
ResumeLayout(false);
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private GroupBox groupBoxTools;
|
|||
|
private Button buttonAddStormtrooperBase;
|
|||
|
private ComboBox comboBoxSelectorCompany;
|
|||
|
private Button buttonAddStormtrooper;
|
|||
|
private PictureBox pictureBox;
|
|||
|
private Button buttonRemoveStormtrooper;
|
|||
|
private MaskedTextBox maskedTextBox;
|
|||
|
private Button buttonGoToCheck;
|
|||
|
private Button buttonRefresh;
|
|||
|
}
|
|||
|
}
|