PIbd-22_Fedorenko_G.Y._Hydr.../Hydroplane/FormHydroplaneCollection.Designer.cs

278 lines
11 KiB
C#
Raw Permalink Normal View History

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()
{
2023-10-25 02:19:13 +04:00
panel1 = new Panel();
2023-10-25 10:59:54 +04:00
panel2 = new Panel();
DeleteCollectButton = new Button();
CollectionListBox = new ListBox();
AddCollectButton = new Button();
SetTextBox = new TextBox();
label2 = new Label();
2023-10-25 02:19:13 +04:00
UpdateButton = new Button();
DeleteButton = new Button();
AddButton = new Button();
2023-10-25 10:59:54 +04:00
PlaneTextBox = new TextBox();
2023-10-25 02:19:13 +04:00
label1 = new Label();
DrawPlane = new PictureBox();
2023-11-18 18:35:07 +04:00
StripMenu = new MenuStrip();
fileToolStripMenuItem = new ToolStripMenuItem();
saveToolStripMenuItem = new ToolStripMenuItem();
loadToolStripMenuItem = new ToolStripMenuItem();
SaveFileDialog = new SaveFileDialog();
OpenFileDialog = new OpenFileDialog();
2023-10-25 02:19:13 +04:00
panel1.SuspendLayout();
2023-10-25 10:59:54 +04:00
panel2.SuspendLayout();
2023-10-25 02:19:13 +04:00
((System.ComponentModel.ISupportInitialize)DrawPlane).BeginInit();
2023-11-18 18:35:07 +04:00
StripMenu.SuspendLayout();
2023-10-25 02:19:13 +04:00
SuspendLayout();
//
// panel1
//
2023-10-25 10:59:54 +04:00
panel1.Controls.Add(panel2);
2023-10-25 02:19:13 +04:00
panel1.Controls.Add(UpdateButton);
panel1.Controls.Add(DeleteButton);
panel1.Controls.Add(AddButton);
2023-10-25 10:59:54 +04:00
panel1.Controls.Add(PlaneTextBox);
2023-10-25 02:19:13 +04:00
panel1.Controls.Add(label1);
panel1.Dock = DockStyle.Right;
2023-11-18 18:35:07 +04:00
panel1.Location = new Point(646, 24);
2023-10-25 09:11:32 +04:00
panel1.Margin = new Padding(3, 2, 3, 2);
2023-10-25 02:19:13 +04:00
panel1.Name = "panel1";
2023-11-18 18:35:07 +04:00
panel1.Size = new Size(219, 362);
2023-10-25 02:19:13 +04:00
panel1.TabIndex = 0;
//
2023-10-25 10:59:54 +04:00
// 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 = "Наборы";
//
2023-10-25 02:19:13 +04:00
// UpdateButton
//
2023-10-25 10:59:54 +04:00
UpdateButton.Location = new Point(9, 301);
2023-10-25 09:11:32 +04:00
UpdateButton.Margin = new Padding(3, 2, 3, 2);
2023-10-25 02:19:13 +04:00
UpdateButton.Name = "UpdateButton";
2023-10-25 09:11:32 +04:00
UpdateButton.Size = new Size(200, 28);
2023-10-25 02:19:13 +04:00
UpdateButton.TabIndex = 4;
UpdateButton.Text = "Обновить коллекцию";
UpdateButton.UseVisualStyleBackColor = true;
UpdateButton.Click += ButtonRefreshCollection_Click;
//
// DeleteButton
//
2023-10-25 10:59:54 +04:00
DeleteButton.Location = new Point(9, 268);
2023-10-25 09:11:32 +04:00
DeleteButton.Margin = new Padding(3, 2, 3, 2);
2023-10-25 02:19:13 +04:00
DeleteButton.Name = "DeleteButton";
2023-10-25 09:11:32 +04:00
DeleteButton.Size = new Size(200, 28);
2023-10-25 02:19:13 +04:00
DeleteButton.TabIndex = 3;
DeleteButton.Text = "Удалить самолёт";
DeleteButton.UseVisualStyleBackColor = true;
2023-10-25 10:59:54 +04:00
DeleteButton.Click += ButtonRemovePlane_Click;
2023-10-25 02:19:13 +04:00
//
// AddButton
//
2023-10-25 10:59:54 +04:00
AddButton.Location = new Point(9, 212);
2023-10-25 09:11:32 +04:00
AddButton.Margin = new Padding(3, 2, 3, 2);
2023-10-25 02:19:13 +04:00
AddButton.Name = "AddButton";
2023-10-25 09:11:32 +04:00
AddButton.Size = new Size(200, 28);
2023-10-25 02:19:13 +04:00
AddButton.TabIndex = 2;
AddButton.Text = "Добавить самолёт";
AddButton.UseVisualStyleBackColor = true;
2023-10-25 10:59:54 +04:00
AddButton.Click += ButtonAddPlane_Click;
2023-10-25 02:19:13 +04:00
//
2023-10-25 10:59:54 +04:00
// PlaneTextBox
2023-10-25 02:19:13 +04:00
//
2023-10-25 10:59:54 +04:00
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;
2023-10-25 02:19:13 +04:00
//
// label1
//
label1.AutoSize = true;
label1.Location = new Point(2, 2);
label1.Name = "label1";
2023-10-25 09:11:32 +04:00
label1.Size = new Size(83, 15);
2023-10-25 02:19:13 +04:00
label1.TabIndex = 0;
label1.Text = "Инструменты";
//
// DrawPlane
//
DrawPlane.Dock = DockStyle.Fill;
2023-11-18 18:35:07 +04:00
DrawPlane.Location = new Point(0, 24);
2023-10-25 09:11:32 +04:00
DrawPlane.Margin = new Padding(3, 2, 3, 2);
2023-10-25 02:19:13 +04:00
DrawPlane.Name = "DrawPlane";
2023-11-18 18:35:07 +04:00
DrawPlane.Size = new Size(646, 362);
2023-10-25 02:19:13 +04:00
DrawPlane.TabIndex = 1;
DrawPlane.TabStop = false;
//
2023-11-18 18:35:07 +04:00
// StripMenu
//
StripMenu.Items.AddRange(new ToolStripItem[] { fileToolStripMenuItem });
StripMenu.Location = new Point(0, 0);
StripMenu.Name = "StripMenu";
StripMenu.Size = new Size(865, 24);
StripMenu.TabIndex = 2;
StripMenu.Text = "menuStrip1";
//
// fileToolStripMenuItem
//
fileToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { saveToolStripMenuItem, loadToolStripMenuItem });
fileToolStripMenuItem.Name = "fileToolStripMenuItem";
fileToolStripMenuItem.Size = new Size(37, 20);
fileToolStripMenuItem.Text = "File";
//
// saveToolStripMenuItem
//
saveToolStripMenuItem.Name = "saveToolStripMenuItem";
saveToolStripMenuItem.Size = new Size(100, 22);
saveToolStripMenuItem.Text = "Save";
saveToolStripMenuItem.Click += SaveToolStripMenu_Click;
//
// loadToolStripMenuItem
//
loadToolStripMenuItem.Name = "loadToolStripMenuItem";
loadToolStripMenuItem.Size = new Size(100, 22);
loadToolStripMenuItem.Text = "Load";
loadToolStripMenuItem.Click += LoadToolStripMenu_Click;
//
// SaveFileDialog
//
SaveFileDialog.Filter = "txt file | *.txt";
//
// OpenFileDialog
//
OpenFileDialog.FileName = "openFileDialog1";
OpenFileDialog.Filter = "txt file | *.txt";
//
2023-10-25 09:11:32 +04:00
// FormHydroplaneCollection
2023-10-25 02:19:13 +04:00
//
2023-10-25 09:11:32 +04:00
AutoScaleDimensions = new SizeF(7F, 15F);
2023-10-25 02:19:13 +04:00
AutoScaleMode = AutoScaleMode.Font;
2023-10-25 10:59:54 +04:00
ClientSize = new Size(865, 386);
2023-10-25 02:19:13 +04:00
Controls.Add(DrawPlane);
Controls.Add(panel1);
2023-11-18 18:35:07 +04:00
Controls.Add(StripMenu);
MainMenuStrip = StripMenu;
2023-10-25 09:11:32 +04:00
Margin = new Padding(3, 2, 3, 2);
Name = "FormHydroplaneCollection";
2023-10-25 10:59:54 +04:00
Text = "Гаражи гидропланов";
2023-10-25 02:19:13 +04:00
panel1.ResumeLayout(false);
panel1.PerformLayout();
2023-10-25 10:59:54 +04:00
panel2.ResumeLayout(false);
panel2.PerformLayout();
2023-10-25 02:19:13 +04:00
((System.ComponentModel.ISupportInitialize)DrawPlane).EndInit();
2023-11-18 18:35:07 +04:00
StripMenu.ResumeLayout(false);
StripMenu.PerformLayout();
2023-10-25 02:19:13 +04:00
ResumeLayout(false);
2023-11-18 18:35:07 +04:00
PerformLayout();
}
#endregion
2023-10-25 02:19:13 +04:00
private Panel panel1;
private Button UpdateButton;
private Button DeleteButton;
private Button AddButton;
2023-10-25 10:59:54 +04:00
private TextBox PlaneTextBox;
2023-10-25 02:19:13 +04:00
private Label label1;
private PictureBox DrawPlane;
2023-10-25 10:59:54 +04:00
private Panel panel2;
private Button DeleteCollectButton;
private ListBox CollectionListBox;
private Button AddCollectButton;
private TextBox SetTextBox;
private Label label2;
2023-11-18 18:35:07 +04:00
private MenuStrip StripMenu;
private ToolStripMenuItem fileToolStripMenuItem;
private ToolStripMenuItem saveToolStripMenuItem;
private ToolStripMenuItem loadToolStripMenuItem;
private SaveFileDialog SaveFileDialog;
private OpenFileDialog OpenFileDialog;
}
}