namespace DumpTruck { partial class FormDumpTruck { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { pictureBoxDumpTruck = new PictureBox(); Create = new Button(); buttonLeft = new Button(); buttonUp = new Button(); buttonRight = new Button(); buttonDown = new Button(); ((System.ComponentModel.ISupportInitialize)pictureBoxDumpTruck).BeginInit(); SuspendLayout(); // // pictureBoxDumpTruck // pictureBoxDumpTruck.Dock = DockStyle.Fill; pictureBoxDumpTruck.Location = new Point(0, 0); pictureBoxDumpTruck.Name = "pictureBoxDumpTruck"; pictureBoxDumpTruck.Size = new Size(800, 450); pictureBoxDumpTruck.TabIndex = 0; pictureBoxDumpTruck.TabStop = false; // // Create // Create.Anchor = AnchorStyles.Bottom | AnchorStyles.Left; Create.Location = new Point(12, 415); Create.Name = "Create"; Create.Size = new Size(75, 23); Create.TabIndex = 1; Create.Text = "Создать"; Create.UseVisualStyleBackColor = true; Create.Click += Create_Click; // // buttonLeft // buttonLeft.Anchor = AnchorStyles.Bottom | AnchorStyles.Right; buttonLeft.BackgroundImage = Properties.Resources.left; buttonLeft.BackgroundImageLayout = ImageLayout.Zoom; buttonLeft.Location = new Point(686, 408); buttonLeft.Name = "buttonLeft"; buttonLeft.Size = new Size(30, 30); buttonLeft.TabIndex = 2; buttonLeft.UseVisualStyleBackColor = true; buttonLeft.Click += ButtonMove_Click; // // buttonUp // buttonUp.Anchor = AnchorStyles.Bottom | AnchorStyles.Right; buttonUp.BackgroundImage = Properties.Resources.up; buttonUp.BackgroundImageLayout = ImageLayout.Zoom; buttonUp.Location = new Point(722, 372); buttonUp.Name = "buttonUp"; buttonUp.Size = new Size(30, 30); buttonUp.TabIndex = 3; buttonUp.UseVisualStyleBackColor = true; buttonUp.Click += ButtonMove_Click; // // buttonRight // buttonRight.Anchor = AnchorStyles.Bottom | AnchorStyles.Right; buttonRight.BackgroundImage = Properties.Resources.right; buttonRight.BackgroundImageLayout = ImageLayout.Zoom; buttonRight.Location = new Point(758, 408); buttonRight.Name = "buttonRight"; buttonRight.Size = new Size(30, 30); buttonRight.TabIndex = 4; buttonRight.UseVisualStyleBackColor = true; buttonRight.Click += ButtonMove_Click; // // buttonDown // buttonDown.Anchor = AnchorStyles.Bottom | AnchorStyles.Right; buttonDown.BackgroundImage = Properties.Resources.down; buttonDown.BackgroundImageLayout = ImageLayout.Zoom; buttonDown.Location = new Point(722, 408); buttonDown.Name = "buttonDown"; buttonDown.Size = new Size(30, 30); buttonDown.TabIndex = 5; buttonDown.UseVisualStyleBackColor = true; buttonDown.Click += ButtonMove_Click; // // FormDumpTruck // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(800, 450); Controls.Add(buttonDown); Controls.Add(buttonRight); Controls.Add(buttonUp); Controls.Add(buttonLeft); Controls.Add(Create); Controls.Add(pictureBoxDumpTruck); Name = "FormDumpTruck"; Text = "FormDumpTruck"; ((System.ComponentModel.ISupportInitialize)pictureBoxDumpTruck).EndInit(); ResumeLayout(false); } #endregion private PictureBox pictureBoxDumpTruck; private Button Create; private Button buttonLeft; private Button buttonUp; private Button buttonRight; private Button buttonDown; } }