2023-10-15 17:11:27 +04:00
|
|
|
|
namespace ProjectAirFighter
|
|
|
|
|
{
|
|
|
|
|
partial class FormAirplaneCollection
|
|
|
|
|
{
|
|
|
|
|
/// <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()
|
|
|
|
|
{
|
|
|
|
|
this.toolGroupBox = new System.Windows.Forms.GroupBox();
|
2023-10-27 00:17:04 +04:00
|
|
|
|
this.maskedTextBoxNumber = new System.Windows.Forms.MaskedTextBox();
|
|
|
|
|
this.kitGroupbox = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.textBoxStorageName = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.ButtonDelObject = new System.Windows.Forms.Button();
|
|
|
|
|
this.ButtonAddObject = new System.Windows.Forms.Button();
|
|
|
|
|
this.listBoxStorages = new System.Windows.Forms.ListBox();
|
2023-10-15 17:11:27 +04:00
|
|
|
|
this.updateCollectionButton = new System.Windows.Forms.Button();
|
|
|
|
|
this.deleteAirplaneButton = new System.Windows.Forms.Button();
|
|
|
|
|
this.addAirplaneButton = new System.Windows.Forms.Button();
|
2023-11-24 22:30:21 +04:00
|
|
|
|
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
|
|
|
|
this.файлToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SaveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.LoadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2023-10-15 17:11:27 +04:00
|
|
|
|
this.pictureBoxCollection = new System.Windows.Forms.PictureBox();
|
2023-11-24 22:30:21 +04:00
|
|
|
|
this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
|
|
|
|
|
this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
|
2023-10-15 17:11:27 +04:00
|
|
|
|
this.toolGroupBox.SuspendLayout();
|
2023-10-27 00:17:04 +04:00
|
|
|
|
this.kitGroupbox.SuspendLayout();
|
2023-11-24 22:30:21 +04:00
|
|
|
|
this.menuStrip1.SuspendLayout();
|
2023-10-15 17:11:27 +04:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxCollection)).BeginInit();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// toolGroupBox
|
|
|
|
|
//
|
2023-10-27 00:17:04 +04:00
|
|
|
|
this.toolGroupBox.Controls.Add(this.maskedTextBoxNumber);
|
|
|
|
|
this.toolGroupBox.Controls.Add(this.kitGroupbox);
|
2023-10-15 17:11:27 +04:00
|
|
|
|
this.toolGroupBox.Controls.Add(this.updateCollectionButton);
|
|
|
|
|
this.toolGroupBox.Controls.Add(this.deleteAirplaneButton);
|
|
|
|
|
this.toolGroupBox.Controls.Add(this.addAirplaneButton);
|
2023-11-24 22:30:21 +04:00
|
|
|
|
this.toolGroupBox.Controls.Add(this.menuStrip1);
|
2023-11-19 00:11:44 +04:00
|
|
|
|
this.toolGroupBox.Location = new System.Drawing.Point(769, 12);
|
2023-10-15 17:11:27 +04:00
|
|
|
|
this.toolGroupBox.Name = "toolGroupBox";
|
2023-11-19 00:11:44 +04:00
|
|
|
|
this.toolGroupBox.Size = new System.Drawing.Size(232, 632);
|
2023-10-15 17:11:27 +04:00
|
|
|
|
this.toolGroupBox.TabIndex = 0;
|
|
|
|
|
this.toolGroupBox.TabStop = false;
|
|
|
|
|
this.toolGroupBox.Text = "Инструменты";
|
|
|
|
|
//
|
2023-10-27 00:17:04 +04:00
|
|
|
|
// maskedTextBoxNumber
|
2023-10-15 17:11:27 +04:00
|
|
|
|
//
|
2023-11-24 22:30:21 +04:00
|
|
|
|
this.maskedTextBoxNumber.Location = new System.Drawing.Point(7, 406);
|
2023-10-27 00:17:04 +04:00
|
|
|
|
this.maskedTextBoxNumber.Name = "maskedTextBoxNumber";
|
|
|
|
|
this.maskedTextBoxNumber.Size = new System.Drawing.Size(215, 27);
|
|
|
|
|
this.maskedTextBoxNumber.TabIndex = 7;
|
|
|
|
|
//
|
|
|
|
|
// kitGroupbox
|
|
|
|
|
//
|
|
|
|
|
this.kitGroupbox.Controls.Add(this.textBoxStorageName);
|
|
|
|
|
this.kitGroupbox.Controls.Add(this.ButtonDelObject);
|
|
|
|
|
this.kitGroupbox.Controls.Add(this.ButtonAddObject);
|
|
|
|
|
this.kitGroupbox.Controls.Add(this.listBoxStorages);
|
2023-11-24 22:30:21 +04:00
|
|
|
|
this.kitGroupbox.Location = new System.Drawing.Point(7, 74);
|
2023-10-27 00:17:04 +04:00
|
|
|
|
this.kitGroupbox.Name = "kitGroupbox";
|
|
|
|
|
this.kitGroupbox.Size = new System.Drawing.Size(217, 280);
|
|
|
|
|
this.kitGroupbox.TabIndex = 5;
|
|
|
|
|
this.kitGroupbox.TabStop = false;
|
|
|
|
|
this.kitGroupbox.Text = "Наборы";
|
|
|
|
|
//
|
|
|
|
|
// textBoxStorageName
|
|
|
|
|
//
|
2023-11-24 22:30:21 +04:00
|
|
|
|
this.textBoxStorageName.Location = new System.Drawing.Point(17, 26);
|
2023-10-27 00:17:04 +04:00
|
|
|
|
this.textBoxStorageName.Name = "textBoxStorageName";
|
2023-11-19 00:11:44 +04:00
|
|
|
|
this.textBoxStorageName.Size = new System.Drawing.Size(185, 27);
|
2023-10-27 00:17:04 +04:00
|
|
|
|
this.textBoxStorageName.TabIndex = 9;
|
|
|
|
|
//
|
|
|
|
|
// ButtonDelObject
|
|
|
|
|
//
|
|
|
|
|
this.ButtonDelObject.Location = new System.Drawing.Point(23, 233);
|
|
|
|
|
this.ButtonDelObject.Name = "ButtonDelObject";
|
|
|
|
|
this.ButtonDelObject.Size = new System.Drawing.Size(184, 29);
|
|
|
|
|
this.ButtonDelObject.TabIndex = 8;
|
|
|
|
|
this.ButtonDelObject.Text = "Удалить набор";
|
|
|
|
|
this.ButtonDelObject.UseVisualStyleBackColor = true;
|
|
|
|
|
this.ButtonDelObject.Click += new System.EventHandler(this.ButtonDelObject_Click);
|
|
|
|
|
//
|
|
|
|
|
// ButtonAddObject
|
|
|
|
|
//
|
2023-11-19 00:11:44 +04:00
|
|
|
|
this.ButtonAddObject.Location = new System.Drawing.Point(23, 63);
|
2023-10-27 00:17:04 +04:00
|
|
|
|
this.ButtonAddObject.Name = "ButtonAddObject";
|
|
|
|
|
this.ButtonAddObject.Size = new System.Drawing.Size(184, 29);
|
|
|
|
|
this.ButtonAddObject.TabIndex = 7;
|
|
|
|
|
this.ButtonAddObject.Text = "Добавить набор";
|
|
|
|
|
this.ButtonAddObject.UseVisualStyleBackColor = true;
|
|
|
|
|
this.ButtonAddObject.Click += new System.EventHandler(this.ButtonAddObject_Click);
|
|
|
|
|
//
|
|
|
|
|
// listBoxStorages
|
|
|
|
|
//
|
|
|
|
|
this.listBoxStorages.FormattingEnabled = true;
|
|
|
|
|
this.listBoxStorages.ItemHeight = 20;
|
2023-11-19 00:11:44 +04:00
|
|
|
|
this.listBoxStorages.Location = new System.Drawing.Point(23, 107);
|
2023-10-27 00:17:04 +04:00
|
|
|
|
this.listBoxStorages.Name = "listBoxStorages";
|
2023-11-19 00:11:44 +04:00
|
|
|
|
this.listBoxStorages.Size = new System.Drawing.Size(185, 104);
|
2023-10-27 00:17:04 +04:00
|
|
|
|
this.listBoxStorages.TabIndex = 6;
|
2023-11-24 22:30:21 +04:00
|
|
|
|
this.listBoxStorages.SelectedIndexChanged += new System.EventHandler(this.listBoxStorages_SelectedIndexChanged);
|
2023-10-15 17:11:27 +04:00
|
|
|
|
//
|
|
|
|
|
// updateCollectionButton
|
|
|
|
|
//
|
2023-11-24 22:30:21 +04:00
|
|
|
|
this.updateCollectionButton.Location = new System.Drawing.Point(6, 505);
|
2023-10-15 17:11:27 +04:00
|
|
|
|
this.updateCollectionButton.Name = "updateCollectionButton";
|
|
|
|
|
this.updateCollectionButton.Size = new System.Drawing.Size(215, 40);
|
|
|
|
|
this.updateCollectionButton.TabIndex = 3;
|
|
|
|
|
this.updateCollectionButton.Text = "Обновить коллекцию";
|
|
|
|
|
this.updateCollectionButton.UseVisualStyleBackColor = true;
|
|
|
|
|
this.updateCollectionButton.Click += new System.EventHandler(this.updateCollectionButton_Click);
|
|
|
|
|
//
|
|
|
|
|
// deleteAirplaneButton
|
|
|
|
|
//
|
2023-11-24 22:30:21 +04:00
|
|
|
|
this.deleteAirplaneButton.Location = new System.Drawing.Point(6, 449);
|
2023-10-15 17:11:27 +04:00
|
|
|
|
this.deleteAirplaneButton.Name = "deleteAirplaneButton";
|
|
|
|
|
this.deleteAirplaneButton.Size = new System.Drawing.Size(215, 40);
|
|
|
|
|
this.deleteAirplaneButton.TabIndex = 2;
|
2023-10-27 00:17:04 +04:00
|
|
|
|
this.deleteAirplaneButton.Text = "Удалить самолёт";
|
2023-10-15 17:11:27 +04:00
|
|
|
|
this.deleteAirplaneButton.UseVisualStyleBackColor = true;
|
|
|
|
|
this.deleteAirplaneButton.Click += new System.EventHandler(this.deleteAirplaneButton_Click);
|
|
|
|
|
//
|
|
|
|
|
// addAirplaneButton
|
|
|
|
|
//
|
2023-11-24 22:30:21 +04:00
|
|
|
|
this.addAirplaneButton.Location = new System.Drawing.Point(8, 360);
|
2023-10-15 17:11:27 +04:00
|
|
|
|
this.addAirplaneButton.Name = "addAirplaneButton";
|
|
|
|
|
this.addAirplaneButton.Size = new System.Drawing.Size(215, 40);
|
|
|
|
|
this.addAirplaneButton.TabIndex = 0;
|
2023-10-27 00:17:04 +04:00
|
|
|
|
this.addAirplaneButton.Text = "Добавить самолёт";
|
2023-10-15 17:11:27 +04:00
|
|
|
|
this.addAirplaneButton.UseVisualStyleBackColor = true;
|
|
|
|
|
this.addAirplaneButton.Click += new System.EventHandler(this.addAirplaneButton_Click);
|
|
|
|
|
//
|
2023-11-24 22:30:21 +04:00
|
|
|
|
// menuStrip1
|
|
|
|
|
//
|
|
|
|
|
this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
|
|
|
|
|
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.файлToolStripMenuItem});
|
|
|
|
|
this.menuStrip1.Location = new System.Drawing.Point(3, 23);
|
|
|
|
|
this.menuStrip1.Name = "menuStrip1";
|
|
|
|
|
this.menuStrip1.Size = new System.Drawing.Size(226, 28);
|
|
|
|
|
this.menuStrip1.TabIndex = 8;
|
|
|
|
|
this.menuStrip1.Text = "menuStrip1";
|
|
|
|
|
//
|
|
|
|
|
// файлToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.файлToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.SaveToolStripMenuItem,
|
|
|
|
|
this.LoadToolStripMenuItem});
|
|
|
|
|
this.файлToolStripMenuItem.Name = "файлToolStripMenuItem";
|
|
|
|
|
this.файлToolStripMenuItem.Size = new System.Drawing.Size(59, 24);
|
|
|
|
|
this.файлToolStripMenuItem.Text = "Файл";
|
|
|
|
|
//
|
|
|
|
|
// SaveToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SaveToolStripMenuItem.Name = "SaveToolStripMenuItem";
|
|
|
|
|
this.SaveToolStripMenuItem.Size = new System.Drawing.Size(177, 26);
|
|
|
|
|
this.SaveToolStripMenuItem.Text = "Сохранение";
|
|
|
|
|
this.SaveToolStripMenuItem.Click += new System.EventHandler(this.SaveToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// LoadToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.LoadToolStripMenuItem.Name = "LoadToolStripMenuItem";
|
|
|
|
|
this.LoadToolStripMenuItem.Size = new System.Drawing.Size(177, 26);
|
|
|
|
|
this.LoadToolStripMenuItem.Text = "Загрузка";
|
|
|
|
|
this.LoadToolStripMenuItem.Click += new System.EventHandler(this.LoadToolStripMenuItem_Click);
|
|
|
|
|
//
|
2023-10-15 17:11:27 +04:00
|
|
|
|
// pictureBoxCollection
|
|
|
|
|
//
|
|
|
|
|
this.pictureBoxCollection.Location = new System.Drawing.Point(12, 12);
|
|
|
|
|
this.pictureBoxCollection.Name = "pictureBoxCollection";
|
2023-11-19 00:11:44 +04:00
|
|
|
|
this.pictureBoxCollection.Size = new System.Drawing.Size(675, 632);
|
2023-10-15 17:11:27 +04:00
|
|
|
|
this.pictureBoxCollection.TabIndex = 1;
|
|
|
|
|
this.pictureBoxCollection.TabStop = false;
|
|
|
|
|
//
|
2023-11-24 22:30:21 +04:00
|
|
|
|
// openFileDialog
|
|
|
|
|
//
|
|
|
|
|
this.openFileDialog.FileName = "openFileDialog1";
|
|
|
|
|
this.openFileDialog.Filter = "txt file | *.txt";
|
|
|
|
|
//
|
|
|
|
|
// saveFileDialog
|
|
|
|
|
//
|
|
|
|
|
this.saveFileDialog.Filter = "txt file | *.txt";
|
|
|
|
|
//
|
2023-10-15 17:11:27 +04:00
|
|
|
|
// FormAirplaneCollection
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
2023-11-19 00:11:44 +04:00
|
|
|
|
this.ClientSize = new System.Drawing.Size(1017, 654);
|
2023-10-15 17:11:27 +04:00
|
|
|
|
this.Controls.Add(this.pictureBoxCollection);
|
|
|
|
|
this.Controls.Add(this.toolGroupBox);
|
2023-11-24 22:30:21 +04:00
|
|
|
|
this.MainMenuStrip = this.menuStrip1;
|
2023-10-15 17:11:27 +04:00
|
|
|
|
this.Name = "FormAirplaneCollection";
|
|
|
|
|
this.Text = "FormMonorailCollection";
|
|
|
|
|
this.toolGroupBox.ResumeLayout(false);
|
|
|
|
|
this.toolGroupBox.PerformLayout();
|
2023-10-27 00:17:04 +04:00
|
|
|
|
this.kitGroupbox.ResumeLayout(false);
|
|
|
|
|
this.kitGroupbox.PerformLayout();
|
2023-11-24 22:30:21 +04:00
|
|
|
|
this.menuStrip1.ResumeLayout(false);
|
|
|
|
|
this.menuStrip1.PerformLayout();
|
2023-10-15 17:11:27 +04:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxCollection)).EndInit();
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
2023-11-19 00:11:44 +04:00
|
|
|
|
private GroupBox toolGroupBox;
|
|
|
|
|
private Button updateCollectionButton;
|
|
|
|
|
private Button deleteAirplaneButton;
|
|
|
|
|
private Button addAirplaneButton;
|
|
|
|
|
private PictureBox pictureBoxCollection;
|
2023-10-27 00:17:04 +04:00
|
|
|
|
private GroupBox kitGroupbox;
|
|
|
|
|
private Button ButtonAddObject;
|
|
|
|
|
private ListBox listBoxStorages;
|
|
|
|
|
private Button ButtonDelObject;
|
|
|
|
|
private TextBox textBoxStorageName;
|
|
|
|
|
private MaskedTextBox maskedTextBoxNumber;
|
2023-11-24 22:30:21 +04:00
|
|
|
|
private MenuStrip menuStrip1;
|
|
|
|
|
private ToolStripMenuItem файлToolStripMenuItem;
|
|
|
|
|
private ToolStripMenuItem SaveToolStripMenuItem;
|
|
|
|
|
private ToolStripMenuItem LoadToolStripMenuItem;
|
|
|
|
|
private OpenFileDialog openFileDialog;
|
|
|
|
|
private SaveFileDialog saveFileDialog;
|
2023-10-15 17:11:27 +04:00
|
|
|
|
}
|
|
|
|
|
}
|