PIbd-23-Mamadosimov-Z-Sh-Se.../Lab1/SelfPropelledArtilleryUnit/Form1.Designer.cs
Ziyoviddin Mamadosimov 95b7b05dc7 Lab1
2023-10-13 10:51:06 +04:00

146 lines
6.7 KiB
C#

namespace SelfPropelledArtilleryUnit
{
partial class FormTank
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormTank));
buttonCreateTank = new System.Windows.Forms.Button();
buttonUp = new System.Windows.Forms.Button();
buttonDown = new System.Windows.Forms.Button();
buttonLeft = new System.Windows.Forms.Button();
buttonRight = new System.Windows.Forms.Button();
pictureboxTankk = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)pictureboxTankk).BeginInit();
SuspendLayout();
//
// buttonCreateTank
//
buttonCreateTank.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left;
buttonCreateTank.Location = new System.Drawing.Point(31, 398);
buttonCreateTank.Name = "buttonCreateTank";
buttonCreateTank.Size = new System.Drawing.Size(94, 29);
buttonCreateTank.TabIndex = 1;
buttonCreateTank.Text = "Создать";
buttonCreateTank.UseVisualStyleBackColor = true;
buttonCreateTank.Click += buttonCreate_Click;
//
// buttonUp
//
buttonUp.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right;
buttonUp.BackgroundImage = (System.Drawing.Image)resources.GetObject("buttonUp.BackgroundImage");
buttonUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
buttonUp.Location = new System.Drawing.Point(680, 361);
buttonUp.Name = "buttonUp";
buttonUp.Size = new System.Drawing.Size(94, 29);
buttonUp.TabIndex = 2;
buttonUp.Text = "\\";
buttonUp.UseVisualStyleBackColor = true;
buttonUp.Click += ButtonMove_Click;
//
// buttonDown
//
buttonDown.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right;
buttonDown.BackgroundImage = (System.Drawing.Image)resources.GetObject("buttonDown.BackgroundImage");
buttonDown.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
buttonDown.Location = new System.Drawing.Point(680, 396);
buttonDown.Name = "buttonDown";
buttonDown.Size = new System.Drawing.Size(94, 29);
buttonDown.TabIndex = 3;
buttonDown.UseVisualStyleBackColor = true;
buttonDown.Click += ButtonMove_Click;
//
// buttonLeft
//
buttonLeft.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right;
buttonLeft.BackgroundImage = (System.Drawing.Image)resources.GetObject("buttonLeft.BackgroundImage");
buttonLeft.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
buttonLeft.Location = new System.Drawing.Point(580, 396);
buttonLeft.Name = "buttonLeft";
buttonLeft.Size = new System.Drawing.Size(94, 29);
buttonLeft.TabIndex = 4;
buttonLeft.UseVisualStyleBackColor = true;
buttonLeft.Click += ButtonMove_Click;
//
// buttonRight
//
buttonRight.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right;
buttonRight.BackgroundImage = (System.Drawing.Image)resources.GetObject("buttonRight.BackgroundImage");
buttonRight.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
buttonRight.Location = new System.Drawing.Point(784, 396);
buttonRight.Name = "buttonRight";
buttonRight.Size = new System.Drawing.Size(94, 29);
buttonRight.TabIndex = 5;
buttonRight.UseVisualStyleBackColor = true;
buttonRight.Click += ButtonMove_Click;
//
// pictureboxTankk
//
pictureboxTankk.Dock = System.Windows.Forms.DockStyle.Fill;
pictureboxTankk.Location = new System.Drawing.Point(0, 0);
pictureboxTankk.Name = "pictureboxTankk";
pictureboxTankk.Size = new System.Drawing.Size(882, 453);
pictureboxTankk.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
pictureboxTankk.TabIndex = 6;
pictureboxTankk.TabStop = false;
pictureboxTankk.Click += pictureBox1_Click_1;
//
// FormTank
//
AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
ClientSize = new System.Drawing.Size(882, 453);
Controls.Add(buttonRight);
Controls.Add(buttonLeft);
Controls.Add(buttonDown);
Controls.Add(buttonUp);
Controls.Add(buttonCreateTank);
Controls.Add(pictureboxTankk);
Name = "FormTank";
StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
Text = "TANK";
Load += Form1_Load;
((System.ComponentModel.ISupportInitialize)pictureboxTankk).EndInit();
ResumeLayout(false);
PerformLayout();
}
#endregion
private System.Windows.Forms.PictureBox pictureBoxTank;
private System.Windows.Forms.PictureBox pictureBoxTanka;
private System.Windows.Forms.Button buttonCreateTank;
private System.Windows.Forms.Button buttonUp;
private System.Windows.Forms.Button buttonDown;
private System.Windows.Forms.Button buttonLeft;
private System.Windows.Forms.Button buttonRight;
private System.Windows.Forms.PictureBox pictureboxTankk;
}
}