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();
|
|
|
|
|
this.maskedTextBox = new System.Windows.Forms.MaskedTextBox();
|
|
|
|
|
this.updateCollectionButton = new System.Windows.Forms.Button();
|
|
|
|
|
this.deleteAirplaneButton = new System.Windows.Forms.Button();
|
|
|
|
|
this.addAirplaneButton = new System.Windows.Forms.Button();
|
|
|
|
|
this.pictureBoxCollection = new System.Windows.Forms.PictureBox();
|
|
|
|
|
this.toolGroupBox.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxCollection)).BeginInit();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// toolGroupBox
|
|
|
|
|
//
|
|
|
|
|
this.toolGroupBox.Controls.Add(this.maskedTextBox);
|
|
|
|
|
this.toolGroupBox.Controls.Add(this.updateCollectionButton);
|
|
|
|
|
this.toolGroupBox.Controls.Add(this.deleteAirplaneButton);
|
|
|
|
|
this.toolGroupBox.Controls.Add(this.addAirplaneButton);
|
2023-10-15 21:41:44 +04:00
|
|
|
|
this.toolGroupBox.Location = new System.Drawing.Point(688, 12);
|
2023-10-15 17:11:27 +04:00
|
|
|
|
this.toolGroupBox.Name = "toolGroupBox";
|
2023-10-15 21:41:44 +04:00
|
|
|
|
this.toolGroupBox.Size = new System.Drawing.Size(251, 426);
|
2023-10-15 17:11:27 +04:00
|
|
|
|
this.toolGroupBox.TabIndex = 0;
|
|
|
|
|
this.toolGroupBox.TabStop = false;
|
|
|
|
|
this.toolGroupBox.Text = "Инструменты";
|
|
|
|
|
//
|
|
|
|
|
// maskedTextBox
|
|
|
|
|
//
|
2023-10-15 21:41:44 +04:00
|
|
|
|
this.maskedTextBox.Location = new System.Drawing.Point(20, 72);
|
2023-10-15 17:11:27 +04:00
|
|
|
|
this.maskedTextBox.Name = "maskedTextBox";
|
|
|
|
|
this.maskedTextBox.Size = new System.Drawing.Size(125, 27);
|
|
|
|
|
this.maskedTextBox.TabIndex = 4;
|
|
|
|
|
//
|
|
|
|
|
// updateCollectionButton
|
|
|
|
|
//
|
2023-10-15 21:41:44 +04:00
|
|
|
|
this.updateCollectionButton.Location = new System.Drawing.Point(20, 151);
|
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-10-15 21:41:44 +04:00
|
|
|
|
this.deleteAirplaneButton.Location = new System.Drawing.Point(20, 105);
|
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;
|
|
|
|
|
this.deleteAirplaneButton.Text = "Удалить";
|
|
|
|
|
this.deleteAirplaneButton.UseVisualStyleBackColor = true;
|
|
|
|
|
this.deleteAirplaneButton.Click += new System.EventHandler(this.deleteAirplaneButton_Click);
|
|
|
|
|
//
|
|
|
|
|
// addAirplaneButton
|
|
|
|
|
//
|
2023-10-15 21:41:44 +04:00
|
|
|
|
this.addAirplaneButton.Location = new System.Drawing.Point(20, 26);
|
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;
|
|
|
|
|
this.addAirplaneButton.Text = "Добавить";
|
|
|
|
|
this.addAirplaneButton.UseVisualStyleBackColor = true;
|
|
|
|
|
this.addAirplaneButton.Click += new System.EventHandler(this.addAirplaneButton_Click);
|
|
|
|
|
//
|
|
|
|
|
// pictureBoxCollection
|
|
|
|
|
//
|
|
|
|
|
this.pictureBoxCollection.Location = new System.Drawing.Point(12, 12);
|
|
|
|
|
this.pictureBoxCollection.Name = "pictureBoxCollection";
|
2023-10-15 21:41:44 +04:00
|
|
|
|
this.pictureBoxCollection.Size = new System.Drawing.Size(670, 426);
|
2023-10-15 17:11:27 +04:00
|
|
|
|
this.pictureBoxCollection.TabIndex = 1;
|
|
|
|
|
this.pictureBoxCollection.TabStop = false;
|
|
|
|
|
//
|
|
|
|
|
// FormAirplaneCollection
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
2023-10-15 21:41:44 +04:00
|
|
|
|
this.ClientSize = new System.Drawing.Size(951, 446);
|
2023-10-15 17:11:27 +04:00
|
|
|
|
this.Controls.Add(this.pictureBoxCollection);
|
|
|
|
|
this.Controls.Add(this.toolGroupBox);
|
|
|
|
|
this.Name = "FormAirplaneCollection";
|
|
|
|
|
this.Text = "FormMonorailCollection";
|
|
|
|
|
this.toolGroupBox.ResumeLayout(false);
|
|
|
|
|
this.toolGroupBox.PerformLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxCollection)).EndInit();
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.GroupBox toolGroupBox;
|
|
|
|
|
private System.Windows.Forms.Button updateCollectionButton;
|
|
|
|
|
private System.Windows.Forms.Button deleteAirplaneButton;
|
|
|
|
|
private System.Windows.Forms.Button addAirplaneButton;
|
|
|
|
|
private System.Windows.Forms.PictureBox pictureBoxCollection;
|
|
|
|
|
private System.Windows.Forms.MaskedTextBox maskedTextBox;
|
|
|
|
|
}
|
|
|
|
|
}
|