282 lines
12 KiB
C#
282 lines
12 KiB
C#
namespace ProjectAirbus
|
||
{
|
||
partial class FormAirbusCollection
|
||
{
|
||
/// <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()
|
||
{
|
||
buttonAddAirbus = new Button();
|
||
pictureBoxCollection = new PictureBox();
|
||
labelInstruments = new Label();
|
||
buttonUpdate = new Button();
|
||
buttonDeleteAirbus = new Button();
|
||
colorDialog = new ColorDialog();
|
||
maskedTextBoxNumber = new MaskedTextBox();
|
||
label1 = new Label();
|
||
listBoxStorages = new ListBox();
|
||
buttonAddStorage = new Button();
|
||
buttonDeleteStorage = new Button();
|
||
textBoxStorageName = new TextBox();
|
||
menuStrip = new MenuStrip();
|
||
ToolStripMenuItem = new ToolStripMenuItem();
|
||
SaveToolStripMenuItem = new ToolStripMenuItem();
|
||
LoadToolStripMenuItem = new ToolStripMenuItem();
|
||
openFileDialog = new OpenFileDialog();
|
||
saveFileDialog = new SaveFileDialog();
|
||
buttonSortByType = new Button();
|
||
buttonSortByColor = new Button();
|
||
((System.ComponentModel.ISupportInitialize)pictureBoxCollection).BeginInit();
|
||
menuStrip.SuspendLayout();
|
||
SuspendLayout();
|
||
//
|
||
// buttonAddAirbus
|
||
//
|
||
buttonAddAirbus.Anchor = AnchorStyles.Top | AnchorStyles.Right;
|
||
buttonAddAirbus.Location = new Point(638, 458);
|
||
buttonAddAirbus.Margin = new Padding(3, 4, 3, 4);
|
||
buttonAddAirbus.Name = "buttonAddAirbus";
|
||
buttonAddAirbus.Size = new Size(173, 37);
|
||
buttonAddAirbus.TabIndex = 0;
|
||
buttonAddAirbus.Text = "Добавить самолёт";
|
||
buttonAddAirbus.UseVisualStyleBackColor = true;
|
||
buttonAddAirbus.Click += buttonAddAirbus_Click;
|
||
//
|
||
// pictureBoxCollection
|
||
//
|
||
pictureBoxCollection.Location = new Point(0, 28);
|
||
pictureBoxCollection.Margin = new Padding(3, 4, 3, 4);
|
||
pictureBoxCollection.Name = "pictureBoxCollection";
|
||
pictureBoxCollection.Size = new Size(620, 545);
|
||
pictureBoxCollection.TabIndex = 1;
|
||
pictureBoxCollection.TabStop = false;
|
||
//
|
||
// labelInstruments
|
||
//
|
||
labelInstruments.Anchor = AnchorStyles.Top | AnchorStyles.Right;
|
||
labelInstruments.AutoSize = true;
|
||
labelInstruments.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point);
|
||
labelInstruments.Location = new Point(638, 28);
|
||
labelInstruments.Name = "labelInstruments";
|
||
labelInstruments.Size = new Size(136, 28);
|
||
labelInstruments.TabIndex = 2;
|
||
labelInstruments.Text = "Инструменты";
|
||
//
|
||
// buttonUpdate
|
||
//
|
||
buttonUpdate.Anchor = AnchorStyles.Top | AnchorStyles.Right;
|
||
buttonUpdate.Location = new Point(638, 160);
|
||
buttonUpdate.Margin = new Padding(3, 4, 3, 4);
|
||
buttonUpdate.Name = "buttonUpdate";
|
||
buttonUpdate.Size = new Size(166, 33);
|
||
buttonUpdate.TabIndex = 3;
|
||
buttonUpdate.Text = "Обновить набор";
|
||
buttonUpdate.UseVisualStyleBackColor = true;
|
||
buttonUpdate.Click += buttonUpdate_Click;
|
||
//
|
||
// buttonDeleteAirbus
|
||
//
|
||
buttonDeleteAirbus.Anchor = AnchorStyles.Top | AnchorStyles.Right;
|
||
buttonDeleteAirbus.Location = new Point(638, 537);
|
||
buttonDeleteAirbus.Margin = new Padding(3, 4, 3, 4);
|
||
buttonDeleteAirbus.Name = "buttonDeleteAirbus";
|
||
buttonDeleteAirbus.Size = new Size(173, 37);
|
||
buttonDeleteAirbus.TabIndex = 4;
|
||
buttonDeleteAirbus.Text = "Удалить самолёт";
|
||
buttonDeleteAirbus.UseVisualStyleBackColor = true;
|
||
buttonDeleteAirbus.Click += buttonDeleteAirbus_Click;
|
||
//
|
||
// maskedTextBoxNumber
|
||
//
|
||
maskedTextBoxNumber.Anchor = AnchorStyles.Top | AnchorStyles.Right;
|
||
maskedTextBoxNumber.Location = new Point(638, 502);
|
||
maskedTextBoxNumber.Margin = new Padding(3, 4, 3, 4);
|
||
maskedTextBoxNumber.Mask = "00";
|
||
maskedTextBoxNumber.Name = "maskedTextBoxNumber";
|
||
maskedTextBoxNumber.Size = new Size(173, 27);
|
||
maskedTextBoxNumber.TabIndex = 5;
|
||
maskedTextBoxNumber.ValidatingType = typeof(int);
|
||
//
|
||
// label1
|
||
//
|
||
label1.Anchor = AnchorStyles.Top | AnchorStyles.Right;
|
||
label1.AutoSize = true;
|
||
label1.Location = new Point(638, 65);
|
||
label1.Name = "label1";
|
||
label1.Size = new Size(66, 20);
|
||
label1.TabIndex = 7;
|
||
label1.Text = "Наборы";
|
||
//
|
||
// listBoxStorages
|
||
//
|
||
listBoxStorages.FormattingEnabled = true;
|
||
listBoxStorages.ItemHeight = 20;
|
||
listBoxStorages.Location = new Point(638, 196);
|
||
listBoxStorages.Name = "listBoxStorages";
|
||
listBoxStorages.Size = new Size(166, 124);
|
||
listBoxStorages.TabIndex = 8;
|
||
listBoxStorages.SelectedIndexChanged += listBoxObjects_SelectedIndexChanged;
|
||
//
|
||
// buttonAddStorage
|
||
//
|
||
buttonAddStorage.Location = new Point(638, 124);
|
||
buttonAddStorage.Name = "buttonAddStorage";
|
||
buttonAddStorage.Size = new Size(166, 33);
|
||
buttonAddStorage.TabIndex = 9;
|
||
buttonAddStorage.Text = "Добавить набор";
|
||
buttonAddStorage.UseVisualStyleBackColor = true;
|
||
buttonAddStorage.Click += buttonAddStorage_Click;
|
||
//
|
||
// buttonDeleteStorage
|
||
//
|
||
buttonDeleteStorage.Location = new Point(638, 324);
|
||
buttonDeleteStorage.Name = "buttonDeleteStorage";
|
||
buttonDeleteStorage.Size = new Size(166, 33);
|
||
buttonDeleteStorage.TabIndex = 10;
|
||
buttonDeleteStorage.Text = "Удалить набор";
|
||
buttonDeleteStorage.UseVisualStyleBackColor = true;
|
||
buttonDeleteStorage.Click += buttonDeleteStorage_Click;
|
||
//
|
||
// textBoxStorageName
|
||
//
|
||
textBoxStorageName.Location = new Point(638, 93);
|
||
textBoxStorageName.Name = "textBoxStorageName";
|
||
textBoxStorageName.Size = new Size(166, 27);
|
||
textBoxStorageName.TabIndex = 11;
|
||
//
|
||
// menuStrip
|
||
//
|
||
menuStrip.ImageScalingSize = new Size(20, 20);
|
||
menuStrip.Items.AddRange(new ToolStripItem[] { ToolStripMenuItem });
|
||
menuStrip.Location = new Point(0, 0);
|
||
menuStrip.Name = "menuStrip";
|
||
menuStrip.Size = new Size(827, 28);
|
||
menuStrip.TabIndex = 12;
|
||
menuStrip.Text = "menuStrip1";
|
||
//
|
||
// ToolStripMenuItem
|
||
//
|
||
ToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { SaveToolStripMenuItem, LoadToolStripMenuItem });
|
||
ToolStripMenuItem.Name = "ToolStripMenuItem";
|
||
ToolStripMenuItem.Size = new Size(59, 24);
|
||
ToolStripMenuItem.Text = "Файл";
|
||
//
|
||
// SaveToolStripMenuItem
|
||
//
|
||
SaveToolStripMenuItem.Name = "SaveToolStripMenuItem";
|
||
SaveToolStripMenuItem.Size = new Size(166, 26);
|
||
SaveToolStripMenuItem.Text = "Сохранить";
|
||
SaveToolStripMenuItem.Click += SaveToolStripMenuItem_Click;
|
||
//
|
||
// LoadToolStripMenuItem
|
||
//
|
||
LoadToolStripMenuItem.Name = "LoadToolStripMenuItem";
|
||
LoadToolStripMenuItem.Size = new Size(166, 26);
|
||
LoadToolStripMenuItem.Text = "Загрузить";
|
||
LoadToolStripMenuItem.Click += LoadToolStripMenuItem_Click;
|
||
//
|
||
// openFileDialog
|
||
//
|
||
openFileDialog.Filter = "txt file | *.txt";
|
||
//
|
||
// saveFileDialog
|
||
//
|
||
saveFileDialog.Filter = "txt file | *.txt";
|
||
saveFileDialog.OverwritePrompt = false;
|
||
//
|
||
// buttonSortByType
|
||
//
|
||
buttonSortByType.Location = new Point(638, 372);
|
||
buttonSortByType.Name = "buttonSortByType";
|
||
buttonSortByType.Size = new Size(166, 33);
|
||
buttonSortByType.TabIndex = 13;
|
||
buttonSortByType.Text = "Сортировка по типу";
|
||
buttonSortByType.UseVisualStyleBackColor = true;
|
||
buttonSortByType.Click += buttonSortByType_Click;
|
||
//
|
||
// buttonSortByColor
|
||
//
|
||
buttonSortByColor.Location = new Point(638, 408);
|
||
buttonSortByColor.Name = "buttonSortByColor";
|
||
buttonSortByColor.Size = new Size(166, 31);
|
||
buttonSortByColor.TabIndex = 14;
|
||
buttonSortByColor.Text = "Сортировка по цвету";
|
||
buttonSortByColor.UseVisualStyleBackColor = true;
|
||
buttonSortByColor.Click += buttonSortByColor_Click;
|
||
//
|
||
// FormAirbusCollection
|
||
//
|
||
AutoScaleDimensions = new SizeF(8F, 20F);
|
||
AutoScaleMode = AutoScaleMode.Font;
|
||
ClientSize = new Size(827, 585);
|
||
Controls.Add(buttonSortByColor);
|
||
Controls.Add(buttonSortByType);
|
||
Controls.Add(textBoxStorageName);
|
||
Controls.Add(buttonDeleteStorage);
|
||
Controls.Add(buttonAddStorage);
|
||
Controls.Add(listBoxStorages);
|
||
Controls.Add(label1);
|
||
Controls.Add(buttonAddAirbus);
|
||
Controls.Add(maskedTextBoxNumber);
|
||
Controls.Add(buttonDeleteAirbus);
|
||
Controls.Add(buttonUpdate);
|
||
Controls.Add(labelInstruments);
|
||
Controls.Add(pictureBoxCollection);
|
||
Controls.Add(menuStrip);
|
||
MainMenuStrip = menuStrip;
|
||
Margin = new Padding(3, 4, 3, 4);
|
||
Name = "FormAirbusCollection";
|
||
Text = "Набор самолётов";
|
||
((System.ComponentModel.ISupportInitialize)pictureBoxCollection).EndInit();
|
||
menuStrip.ResumeLayout(false);
|
||
menuStrip.PerformLayout();
|
||
ResumeLayout(false);
|
||
PerformLayout();
|
||
}
|
||
|
||
#endregion
|
||
|
||
private Button buttonAddAirbus;
|
||
private PictureBox pictureBoxCollection;
|
||
private Label labelInstruments;
|
||
private Button buttonUpdate;
|
||
private Button buttonDeleteAirbus;
|
||
private ColorDialog colorDialog;
|
||
private MaskedTextBox maskedTextBoxNumber;
|
||
private Label label1;
|
||
private ListBox listBoxStorages;
|
||
private Button buttonAddStorage;
|
||
private Button buttonDeleteStorage;
|
||
private TextBox textBoxStorageName;
|
||
private MenuStrip menuStrip;
|
||
private ToolStripMenuItem ToolStripMenuItem;
|
||
private ToolStripMenuItem SaveToolStripMenuItem;
|
||
private ToolStripMenuItem LoadToolStripMenuItem;
|
||
private OpenFileDialog openFileDialog;
|
||
private SaveFileDialog saveFileDialog;
|
||
private Button buttonSortByType;
|
||
private Button buttonSortByColor;
|
||
}
|
||
} |