221 lines
8.4 KiB
C#
221 lines
8.4 KiB
C#
namespace Hydroplane
|
|
{
|
|
partial class FormHydroplaneCollection
|
|
{
|
|
/// <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()
|
|
{
|
|
panel1 = new Panel();
|
|
panel2 = new Panel();
|
|
DeleteCollectButton = new Button();
|
|
CollectionListBox = new ListBox();
|
|
AddCollectButton = new Button();
|
|
SetTextBox = new TextBox();
|
|
label2 = new Label();
|
|
UpdateButton = new Button();
|
|
DeleteButton = new Button();
|
|
AddButton = new Button();
|
|
PlaneTextBox = new TextBox();
|
|
label1 = new Label();
|
|
DrawPlane = new PictureBox();
|
|
panel1.SuspendLayout();
|
|
panel2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)DrawPlane).BeginInit();
|
|
SuspendLayout();
|
|
//
|
|
// panel1
|
|
//
|
|
panel1.Controls.Add(panel2);
|
|
panel1.Controls.Add(UpdateButton);
|
|
panel1.Controls.Add(DeleteButton);
|
|
panel1.Controls.Add(AddButton);
|
|
panel1.Controls.Add(PlaneTextBox);
|
|
panel1.Controls.Add(label1);
|
|
panel1.Dock = DockStyle.Right;
|
|
panel1.Location = new Point(646, 0);
|
|
panel1.Margin = new Padding(3, 2, 3, 2);
|
|
panel1.Name = "panel1";
|
|
panel1.Size = new Size(219, 386);
|
|
panel1.TabIndex = 0;
|
|
//
|
|
// panel2
|
|
//
|
|
panel2.Controls.Add(DeleteCollectButton);
|
|
panel2.Controls.Add(CollectionListBox);
|
|
panel2.Controls.Add(AddCollectButton);
|
|
panel2.Controls.Add(SetTextBox);
|
|
panel2.Controls.Add(label2);
|
|
panel2.Location = new Point(14, 28);
|
|
panel2.Margin = new Padding(3, 2, 3, 2);
|
|
panel2.Name = "panel2";
|
|
panel2.Size = new Size(187, 165);
|
|
panel2.TabIndex = 5;
|
|
//
|
|
// DeleteCollectButton
|
|
//
|
|
DeleteCollectButton.Location = new Point(3, 136);
|
|
DeleteCollectButton.Margin = new Padding(3, 2, 3, 2);
|
|
DeleteCollectButton.Name = "DeleteCollectButton";
|
|
DeleteCollectButton.Size = new Size(182, 22);
|
|
DeleteCollectButton.TabIndex = 4;
|
|
DeleteCollectButton.Text = "Удалить набор";
|
|
DeleteCollectButton.UseVisualStyleBackColor = true;
|
|
DeleteCollectButton.Click += ButtonDelObject_Click;
|
|
//
|
|
// CollectionListBox
|
|
//
|
|
CollectionListBox.FormattingEnabled = true;
|
|
CollectionListBox.ItemHeight = 15;
|
|
CollectionListBox.Location = new Point(3, 68);
|
|
CollectionListBox.Margin = new Padding(3, 2, 3, 2);
|
|
CollectionListBox.Name = "CollectionListBox";
|
|
CollectionListBox.Size = new Size(182, 64);
|
|
CollectionListBox.TabIndex = 3;
|
|
CollectionListBox.SelectedIndexChanged += ListBoxObjects_SelectedIndexChanged;
|
|
//
|
|
// AddCollectButton
|
|
//
|
|
AddCollectButton.Location = new Point(3, 42);
|
|
AddCollectButton.Margin = new Padding(3, 2, 3, 2);
|
|
AddCollectButton.Name = "AddCollectButton";
|
|
AddCollectButton.Size = new Size(182, 22);
|
|
AddCollectButton.TabIndex = 2;
|
|
AddCollectButton.Text = "Добавить набор";
|
|
AddCollectButton.UseVisualStyleBackColor = true;
|
|
AddCollectButton.Click += ButtonAddObject_Click;
|
|
//
|
|
// SetTextBox
|
|
//
|
|
SetTextBox.Location = new Point(2, 17);
|
|
SetTextBox.Margin = new Padding(3, 2, 3, 2);
|
|
SetTextBox.Name = "SetTextBox";
|
|
SetTextBox.Size = new Size(183, 23);
|
|
SetTextBox.TabIndex = 1;
|
|
//
|
|
// label2
|
|
//
|
|
label2.AutoSize = true;
|
|
label2.Location = new Point(3, 0);
|
|
label2.Name = "label2";
|
|
label2.Size = new Size(52, 15);
|
|
label2.TabIndex = 0;
|
|
label2.Text = "Наборы";
|
|
//
|
|
// UpdateButton
|
|
//
|
|
UpdateButton.Location = new Point(9, 301);
|
|
UpdateButton.Margin = new Padding(3, 2, 3, 2);
|
|
UpdateButton.Name = "UpdateButton";
|
|
UpdateButton.Size = new Size(200, 28);
|
|
UpdateButton.TabIndex = 4;
|
|
UpdateButton.Text = "Обновить коллекцию";
|
|
UpdateButton.UseVisualStyleBackColor = true;
|
|
UpdateButton.Click += ButtonRefreshCollection_Click;
|
|
//
|
|
// DeleteButton
|
|
//
|
|
DeleteButton.Location = new Point(9, 268);
|
|
DeleteButton.Margin = new Padding(3, 2, 3, 2);
|
|
DeleteButton.Name = "DeleteButton";
|
|
DeleteButton.Size = new Size(200, 28);
|
|
DeleteButton.TabIndex = 3;
|
|
DeleteButton.Text = "Удалить самолёт";
|
|
DeleteButton.UseVisualStyleBackColor = true;
|
|
DeleteButton.Click += ButtonRemovePlane_Click;
|
|
//
|
|
// AddButton
|
|
//
|
|
AddButton.Location = new Point(9, 212);
|
|
AddButton.Margin = new Padding(3, 2, 3, 2);
|
|
AddButton.Name = "AddButton";
|
|
AddButton.Size = new Size(200, 28);
|
|
AddButton.TabIndex = 2;
|
|
AddButton.Text = "Добавить самолёт";
|
|
AddButton.UseVisualStyleBackColor = true;
|
|
AddButton.Click += ButtonAddPlane_Click;
|
|
//
|
|
// PlaneTextBox
|
|
//
|
|
PlaneTextBox.Location = new Point(9, 244);
|
|
PlaneTextBox.Margin = new Padding(3, 2, 3, 2);
|
|
PlaneTextBox.Name = "PlaneTextBox";
|
|
PlaneTextBox.Size = new Size(200, 23);
|
|
PlaneTextBox.TabIndex = 1;
|
|
//
|
|
// label1
|
|
//
|
|
label1.AutoSize = true;
|
|
label1.Location = new Point(2, 2);
|
|
label1.Name = "label1";
|
|
label1.Size = new Size(83, 15);
|
|
label1.TabIndex = 0;
|
|
label1.Text = "Инструменты";
|
|
//
|
|
// DrawPlane
|
|
//
|
|
DrawPlane.Dock = DockStyle.Fill;
|
|
DrawPlane.Location = new Point(0, 0);
|
|
DrawPlane.Margin = new Padding(3, 2, 3, 2);
|
|
DrawPlane.Name = "DrawPlane";
|
|
DrawPlane.Size = new Size(646, 386);
|
|
DrawPlane.TabIndex = 1;
|
|
DrawPlane.TabStop = false;
|
|
//
|
|
// FormHydroplaneCollection
|
|
//
|
|
AutoScaleDimensions = new SizeF(7F, 15F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
ClientSize = new Size(865, 386);
|
|
Controls.Add(DrawPlane);
|
|
Controls.Add(panel1);
|
|
Margin = new Padding(3, 2, 3, 2);
|
|
Name = "FormHydroplaneCollection";
|
|
Text = "Гаражи гидропланов";
|
|
panel1.ResumeLayout(false);
|
|
panel1.PerformLayout();
|
|
panel2.ResumeLayout(false);
|
|
panel2.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)DrawPlane).EndInit();
|
|
ResumeLayout(false);
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Panel panel1;
|
|
private Button UpdateButton;
|
|
private Button DeleteButton;
|
|
private Button AddButton;
|
|
private TextBox PlaneTextBox;
|
|
private Label label1;
|
|
private PictureBox DrawPlane;
|
|
private Panel panel2;
|
|
private Button DeleteCollectButton;
|
|
private ListBox CollectionListBox;
|
|
private Button AddCollectButton;
|
|
private TextBox SetTextBox;
|
|
private Label label2;
|
|
}
|
|
} |