2024-02-04 11:14:51 +04:00
|
|
|
|
namespace Seaplane
|
|
|
|
|
{
|
2024-02-06 20:33:48 +04:00
|
|
|
|
partial class FormSeaplane
|
2024-02-04 11:14:51 +04:00
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
2024-02-06 20:33:48 +04:00
|
|
|
|
/// Required designer variable.
|
2024-02-04 11:14:51 +04:00
|
|
|
|
/// </summary>
|
|
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
2024-02-06 20:33:48 +04:00
|
|
|
|
/// Clean up any resources being used.
|
2024-02-04 11:14:51 +04:00
|
|
|
|
/// </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>
|
2024-02-06 20:33:48 +04:00
|
|
|
|
/// Required method for Designer support - do not modify
|
|
|
|
|
/// the contents of this method with the code editor.
|
2024-02-04 11:14:51 +04:00
|
|
|
|
/// </summary>
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
2024-02-06 20:43:28 +04:00
|
|
|
|
pictureBoxSeaplane = new PictureBox();
|
|
|
|
|
buttonCreate = new Button();
|
|
|
|
|
buttonLeft = new Button();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)pictureBoxSeaplane).BeginInit();
|
|
|
|
|
SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// pictureBoxSeaplane
|
|
|
|
|
//
|
|
|
|
|
pictureBoxSeaplane.Dock = DockStyle.Fill;
|
|
|
|
|
pictureBoxSeaplane.Location = new Point(0, 0);
|
|
|
|
|
pictureBoxSeaplane.Name = "pictureBoxSeaplane";
|
|
|
|
|
pictureBoxSeaplane.Size = new Size(800, 450);
|
|
|
|
|
pictureBoxSeaplane.TabIndex = 0;
|
|
|
|
|
pictureBoxSeaplane.TabStop = false;
|
|
|
|
|
//
|
|
|
|
|
// buttonCreate
|
|
|
|
|
//
|
|
|
|
|
buttonCreate.Anchor = AnchorStyles.Bottom | AnchorStyles.Left;
|
|
|
|
|
buttonCreate.Location = new Point(12, 415);
|
|
|
|
|
buttonCreate.Name = "buttonCreate";
|
|
|
|
|
buttonCreate.Size = new Size(75, 23);
|
|
|
|
|
buttonCreate.TabIndex = 1;
|
|
|
|
|
buttonCreate.Text = "Создать";
|
|
|
|
|
buttonCreate.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// buttonLeft
|
|
|
|
|
//
|
|
|
|
|
buttonLeft.Location = new Point(654, 374);
|
|
|
|
|
buttonLeft.Name = "buttonLeft";
|
|
|
|
|
buttonLeft.Size = new Size(35, 35);
|
|
|
|
|
buttonLeft.TabIndex = 2;
|
|
|
|
|
buttonLeft.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// FormSeaplane
|
|
|
|
|
//
|
|
|
|
|
AutoScaleDimensions = new SizeF(7F, 15F);
|
|
|
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
|
|
|
ClientSize = new Size(800, 450);
|
|
|
|
|
Controls.Add(buttonLeft);
|
|
|
|
|
Controls.Add(buttonCreate);
|
|
|
|
|
Controls.Add(pictureBoxSeaplane);
|
|
|
|
|
Name = "FormSeaplane";
|
|
|
|
|
Text = "Гидросамолет";
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)pictureBoxSeaplane).EndInit();
|
|
|
|
|
ResumeLayout(false);
|
2024-02-04 11:14:51 +04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
2024-02-06 20:43:28 +04:00
|
|
|
|
|
|
|
|
|
private PictureBox pictureBoxSeaplane;
|
|
|
|
|
private Button buttonCreate;
|
|
|
|
|
private Button buttonLeft;
|
2024-02-04 11:14:51 +04:00
|
|
|
|
}
|
|
|
|
|
}
|