namespace ProjectElectricLocomotive { partial class FormlectricLocomotive { /// /// 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() { pictureBoxElectricLocomotive = new PictureBox(); buttonCreate = new Button(); buttonUp = new Button(); buttonLeft = new Button(); buttonRight = new Button(); buttonDown = new Button(); buttonCreateLocomotive = new Button(); ((System.ComponentModel.ISupportInitialize)pictureBoxElectricLocomotive).BeginInit(); SuspendLayout(); // // pictureBoxElectricLocomotive // pictureBoxElectricLocomotive.Anchor = AnchorStyles.Bottom | AnchorStyles.Right; pictureBoxElectricLocomotive.BackgroundImageLayout = ImageLayout.Stretch; pictureBoxElectricLocomotive.Location = new Point(9, -12); pictureBoxElectricLocomotive.Name = "pictureBoxElectricLocomotive"; pictureBoxElectricLocomotive.Size = new Size(779, 411); pictureBoxElectricLocomotive.TabIndex = 0; pictureBoxElectricLocomotive.TabStop = false; // // buttonCreate // buttonCreate.Anchor = AnchorStyles.Bottom | AnchorStyles.Left; buttonCreate.Location = new Point(12, 353); buttonCreate.Name = "buttonCreate"; buttonCreate.Size = new Size(263, 34); buttonCreate.TabIndex = 1; buttonCreate.Text = "Создать ЭлектроЛокомотив"; buttonCreate.UseVisualStyleBackColor = true; buttonCreate.Click += buttonCreate_Click; // // buttonUp // buttonUp.Anchor = AnchorStyles.Bottom | AnchorStyles.Right; buttonUp.BackgroundImage = Properties.Resources.UpArrow; buttonUp.BackgroundImageLayout = ImageLayout.Stretch; buttonUp.Location = new Point(697, 312); buttonUp.Name = "buttonUp"; buttonUp.Size = new Size(35, 35); buttonUp.TabIndex = 2; buttonUp.UseVisualStyleBackColor = true; buttonUp.Click += ButtonMove_Click; // // buttonLeft // buttonLeft.Anchor = AnchorStyles.Bottom | AnchorStyles.Right; buttonLeft.BackgroundImage = Properties.Resources.RightArrow__1_; buttonLeft.BackgroundImageLayout = ImageLayout.Stretch; buttonLeft.Location = new Point(656, 352); buttonLeft.Name = "buttonLeft"; buttonLeft.Size = new Size(35, 35); buttonLeft.TabIndex = 3; buttonLeft.UseVisualStyleBackColor = true; buttonLeft.Click += ButtonMove_Click; // // buttonRight // buttonRight.Anchor = AnchorStyles.Bottom | AnchorStyles.Right; buttonRight.BackgroundImage = Properties.Resources.LeftArrow; buttonRight.BackgroundImageLayout = ImageLayout.Stretch; buttonRight.Location = new Point(738, 352); buttonRight.Name = "buttonRight"; buttonRight.Size = new Size(35, 35); buttonRight.TabIndex = 4; buttonRight.UseVisualStyleBackColor = true; buttonRight.Click += ButtonMove_Click; // // buttonDown // buttonDown.Anchor = AnchorStyles.Bottom | AnchorStyles.Right; buttonDown.BackgroundImage = Properties.Resources.DownArrow; buttonDown.BackgroundImageLayout = ImageLayout.Stretch; buttonDown.Location = new Point(697, 352); buttonDown.Name = "buttonDown"; buttonDown.Size = new Size(35, 35); buttonDown.TabIndex = 5; buttonDown.UseVisualStyleBackColor = true; buttonDown.Click += ButtonMove_Click; // // buttonCreateLocomotive // buttonCreateLocomotive.Anchor = AnchorStyles.Bottom | AnchorStyles.Left; buttonCreateLocomotive.Location = new Point(281, 353); buttonCreateLocomotive.Name = "buttonCreateLocomotive"; buttonCreateLocomotive.Size = new Size(263, 34); buttonCreateLocomotive.TabIndex = 6; buttonCreateLocomotive.Text = "Создать Локомотив"; buttonCreateLocomotive.UseVisualStyleBackColor = true; buttonCreateLocomotive.Click += buttonCreateLocomotive_Click; // // FormlectricLocomotive // AutoScaleDimensions = new SizeF(10F, 25F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(788, 399); Controls.Add(buttonCreateLocomotive); Controls.Add(buttonDown); Controls.Add(buttonRight); Controls.Add(buttonLeft); Controls.Add(buttonUp); Controls.Add(buttonCreate); Controls.Add(pictureBoxElectricLocomotive); Name = "FormlectricLocomotive"; Text = "ЭлектроВоз"; ((System.ComponentModel.ISupportInitialize)pictureBoxElectricLocomotive).EndInit(); ResumeLayout(false); } #endregion private PictureBox pictureBoxElectricLocomotive; private Button buttonCreate; private Button buttonUp; private Button buttonLeft; private Button buttonRight; private Button buttonDown; private Button buttonCreateLocomotive; } }