From 39427a0253bd13be04724a020f61e21787a2b85e Mon Sep 17 00:00:00 2001 From: dex_moth Date: Sat, 4 Nov 2023 20:29:35 +0400 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'AirBus/FormAirbus.Designer.cs'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...rm1.Designer.cs => FormAirbus.Designer.cs} | 39 +++++++++---------- 1 file changed, 19 insertions(+), 20 deletions(-) rename AirBus/{Form1.Designer.cs => FormAirbus.Designer.cs} (87%) diff --git a/AirBus/Form1.Designer.cs b/AirBus/FormAirbus.Designer.cs similarity index 87% rename from AirBus/Form1.Designer.cs rename to AirBus/FormAirbus.Designer.cs index d715255..47253cb 100644 --- a/AirBus/Form1.Designer.cs +++ b/AirBus/FormAirbus.Designer.cs @@ -1,6 +1,6 @@ -namespace AirBus +namespace Airbus { - partial class FormAirBus + partial class FormAirbus { /// /// Required designer variable. @@ -28,25 +28,25 @@ /// private void InitializeComponent() { - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAirBus)); - pictureAirBus = new PictureBox(); + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAirbus)); + pictureAirbus = new PictureBox(); buttonUp = new Button(); buttonLeft = new Button(); buttonDown = new Button(); buttonRight = new Button(); buttonCreate = new Button(); - ((System.ComponentModel.ISupportInitialize)pictureAirBus).BeginInit(); + ((System.ComponentModel.ISupportInitialize)pictureAirbus).BeginInit(); SuspendLayout(); // - // pictureAirBus + // pictureAirbus // - pictureAirBus.Dock = DockStyle.Fill; - pictureAirBus.Location = new Point(0, 0); - pictureAirBus.Name = "pictureAirBus"; - pictureAirBus.Size = new Size(800, 450); - pictureAirBus.SizeMode = PictureBoxSizeMode.AutoSize; - pictureAirBus.TabIndex = 0; - pictureAirBus.TabStop = false; + pictureAirbus.Dock = DockStyle.Fill; + pictureAirbus.Location = new Point(0, 0); + pictureAirbus.Name = "pictureAirbus"; + pictureAirbus.Size = new Size(800, 450); + pictureAirbus.SizeMode = PictureBoxSizeMode.AutoSize; + pictureAirbus.TabIndex = 0; + pictureAirbus.TabStop = false; // // buttonUp // @@ -115,7 +115,7 @@ buttonCreate.UseVisualStyleBackColor = true; buttonCreate.Click += buttonCreate_Click; // - // FormAirBus + // FormAirbus // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; @@ -125,18 +125,17 @@ Controls.Add(buttonDown); Controls.Add(buttonLeft); Controls.Add(buttonUp); - Controls.Add(pictureAirBus); - Name = "FormAirBus"; - Text = "Form1"; - Load += Form1_Load; - ((System.ComponentModel.ISupportInitialize)pictureAirBus).EndInit(); + Controls.Add(pictureAirbus); + Name = "FormAirbus"; + Text = "FormAirbus"; + ((System.ComponentModel.ISupportInitialize)pictureAirbus).EndInit(); ResumeLayout(false); PerformLayout(); } #endregion - private PictureBox pictureAirBus; + private PictureBox pictureAirbus; private Button buttonUp; private Button buttonLeft; private Button buttonDown;