211 lines
12 KiB
C#
211 lines
12 KiB
C#
namespace ElectricLocomotive
|
|
{
|
|
partial class FormElectricLocomotive
|
|
{
|
|
/// <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()
|
|
{
|
|
this.pictureBoxElectricLocomotive = new System.Windows.Forms.PictureBox();
|
|
this.buttonCreateElectricLocomotive = new System.Windows.Forms.Button();
|
|
this.buttonLeft = new System.Windows.Forms.Button();
|
|
this.buttonUp = new System.Windows.Forms.Button();
|
|
this.buttonRight = new System.Windows.Forms.Button();
|
|
this.buttonDown = new System.Windows.Forms.Button();
|
|
this.comboBoxStrategy = new System.Windows.Forms.ComboBox();
|
|
this.buttonCreateLocomotive = new System.Windows.Forms.Button();
|
|
this.buttonStep = new System.Windows.Forms.Button();
|
|
this.ButtonSelect_Locomotive = new System.Windows.Forms.Button();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxElectricLocomotive)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// pictureBoxElectricLocomotive
|
|
//
|
|
this.pictureBoxElectricLocomotive.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pictureBoxElectricLocomotive.Location = new System.Drawing.Point(0, 0);
|
|
this.pictureBoxElectricLocomotive.Margin = new System.Windows.Forms.Padding(2);
|
|
this.pictureBoxElectricLocomotive.Name = "pictureBoxElectricLocomotive";
|
|
this.pictureBoxElectricLocomotive.Size = new System.Drawing.Size(870, 572);
|
|
this.pictureBoxElectricLocomotive.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
|
this.pictureBoxElectricLocomotive.TabIndex = 0;
|
|
this.pictureBoxElectricLocomotive.TabStop = false;
|
|
//
|
|
// buttonCreateElectricLocomotive
|
|
//
|
|
this.buttonCreateElectricLocomotive.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.buttonCreateElectricLocomotive.Font = new System.Drawing.Font("Candara Light", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
this.buttonCreateElectricLocomotive.Location = new System.Drawing.Point(11, 514);
|
|
this.buttonCreateElectricLocomotive.Margin = new System.Windows.Forms.Padding(2);
|
|
this.buttonCreateElectricLocomotive.Name = "buttonCreateElectricLocomotive";
|
|
this.buttonCreateElectricLocomotive.Size = new System.Drawing.Size(191, 48);
|
|
this.buttonCreateElectricLocomotive.TabIndex = 1;
|
|
this.buttonCreateElectricLocomotive.Text = "Создать электролокомотив";
|
|
this.buttonCreateElectricLocomotive.UseVisualStyleBackColor = true;
|
|
this.buttonCreateElectricLocomotive.Click += new System.EventHandler(this.buttonCreateElectricLocomotive_Click);
|
|
//
|
|
// buttonLeft
|
|
//
|
|
this.buttonLeft.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.buttonLeft.BackgroundImage = global::ProjectElectricLocomotive.Properties.Resources.arrowLeft;
|
|
this.buttonLeft.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
|
this.buttonLeft.Location = new System.Drawing.Point(768, 543);
|
|
this.buttonLeft.Margin = new System.Windows.Forms.Padding(2);
|
|
this.buttonLeft.Name = "buttonLeft";
|
|
this.buttonLeft.Size = new System.Drawing.Size(21, 18);
|
|
this.buttonLeft.TabIndex = 2;
|
|
this.buttonLeft.UseVisualStyleBackColor = true;
|
|
this.buttonLeft.Click += new System.EventHandler(this.buttonMove_Click);
|
|
//
|
|
// buttonUp
|
|
//
|
|
this.buttonUp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.buttonUp.BackgroundImage = global::ProjectElectricLocomotive.Properties.Resources.arrowUP;
|
|
this.buttonUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
|
this.buttonUp.Location = new System.Drawing.Point(801, 514);
|
|
this.buttonUp.Margin = new System.Windows.Forms.Padding(2);
|
|
this.buttonUp.Name = "buttonUp";
|
|
this.buttonUp.Size = new System.Drawing.Size(21, 18);
|
|
this.buttonUp.TabIndex = 3;
|
|
this.buttonUp.UseVisualStyleBackColor = true;
|
|
this.buttonUp.Click += new System.EventHandler(this.buttonMove_Click);
|
|
//
|
|
// buttonRight
|
|
//
|
|
this.buttonRight.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.buttonRight.BackgroundImage = global::ProjectElectricLocomotive.Properties.Resources.arrowRight;
|
|
this.buttonRight.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
|
this.buttonRight.Location = new System.Drawing.Point(831, 543);
|
|
this.buttonRight.Margin = new System.Windows.Forms.Padding(2);
|
|
this.buttonRight.Name = "buttonRight";
|
|
this.buttonRight.Size = new System.Drawing.Size(21, 18);
|
|
this.buttonRight.TabIndex = 4;
|
|
this.buttonRight.UseVisualStyleBackColor = true;
|
|
this.buttonRight.Click += new System.EventHandler(this.buttonMove_Click);
|
|
//
|
|
// buttonDown
|
|
//
|
|
this.buttonDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.buttonDown.BackgroundImage = global::ProjectElectricLocomotive.Properties.Resources.arrowDown;
|
|
this.buttonDown.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
|
this.buttonDown.Location = new System.Drawing.Point(801, 543);
|
|
this.buttonDown.Margin = new System.Windows.Forms.Padding(2);
|
|
this.buttonDown.Name = "buttonDown";
|
|
this.buttonDown.Size = new System.Drawing.Size(21, 18);
|
|
this.buttonDown.TabIndex = 5;
|
|
this.buttonDown.UseVisualStyleBackColor = true;
|
|
this.buttonDown.Click += new System.EventHandler(this.buttonMove_Click);
|
|
//
|
|
// comboBoxStrategy
|
|
//
|
|
this.comboBoxStrategy.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.comboBoxStrategy.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboBoxStrategy.FormattingEnabled = true;
|
|
this.comboBoxStrategy.Items.AddRange(new object[] {
|
|
"MoveToCenter",
|
|
"MoveToRightCorner"});
|
|
this.comboBoxStrategy.Location = new System.Drawing.Point(740, 8);
|
|
this.comboBoxStrategy.Margin = new System.Windows.Forms.Padding(2);
|
|
this.comboBoxStrategy.Name = "comboBoxStrategy";
|
|
this.comboBoxStrategy.Size = new System.Drawing.Size(113, 23);
|
|
this.comboBoxStrategy.TabIndex = 6;
|
|
//
|
|
// buttonCreateLocomotive
|
|
//
|
|
this.buttonCreateLocomotive.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.buttonCreateLocomotive.Font = new System.Drawing.Font("Candara Light", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
this.buttonCreateLocomotive.Location = new System.Drawing.Point(233, 514);
|
|
this.buttonCreateLocomotive.Margin = new System.Windows.Forms.Padding(2);
|
|
this.buttonCreateLocomotive.Name = "buttonCreateLocomotive";
|
|
this.buttonCreateLocomotive.Size = new System.Drawing.Size(191, 48);
|
|
this.buttonCreateLocomotive.TabIndex = 7;
|
|
this.buttonCreateLocomotive.Text = "Создать локомотив";
|
|
this.buttonCreateLocomotive.UseVisualStyleBackColor = true;
|
|
this.buttonCreateLocomotive.Click += new System.EventHandler(this.buttonCreateLocomotive_Click);
|
|
//
|
|
// buttonStep
|
|
//
|
|
this.buttonStep.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.buttonStep.Font = new System.Drawing.Font("Candara Light", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
this.buttonStep.Location = new System.Drawing.Point(755, 39);
|
|
this.buttonStep.Margin = new System.Windows.Forms.Padding(2);
|
|
this.buttonStep.Name = "buttonStep";
|
|
this.buttonStep.Size = new System.Drawing.Size(88, 34);
|
|
this.buttonStep.TabIndex = 8;
|
|
this.buttonStep.Text = "Шаг";
|
|
this.buttonStep.UseVisualStyleBackColor = true;
|
|
this.buttonStep.Click += new System.EventHandler(this.buttonStep_Click);
|
|
//
|
|
// ButtonSelect_Locomotive
|
|
//
|
|
this.ButtonSelect_Locomotive.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ButtonSelect_Locomotive.Font = new System.Drawing.Font("Candara Light", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
this.ButtonSelect_Locomotive.Location = new System.Drawing.Point(755, 85);
|
|
this.ButtonSelect_Locomotive.Margin = new System.Windows.Forms.Padding(2);
|
|
this.ButtonSelect_Locomotive.Name = "ButtonSelect_Locomotive";
|
|
this.ButtonSelect_Locomotive.Size = new System.Drawing.Size(88, 46);
|
|
this.ButtonSelect_Locomotive.TabIndex = 9;
|
|
this.ButtonSelect_Locomotive.Text = "Выбор локо";
|
|
this.ButtonSelect_Locomotive.UseVisualStyleBackColor = true;
|
|
this.ButtonSelect_Locomotive.Click += new System.EventHandler(this.ButtonSelect_Locomotive_Click);
|
|
//
|
|
// FormElectricLocomotive
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(870, 572);
|
|
this.Controls.Add(this.ButtonSelect_Locomotive);
|
|
this.Controls.Add(this.buttonStep);
|
|
this.Controls.Add(this.buttonCreateLocomotive);
|
|
this.Controls.Add(this.comboBoxStrategy);
|
|
this.Controls.Add(this.buttonDown);
|
|
this.Controls.Add(this.buttonRight);
|
|
this.Controls.Add(this.buttonUp);
|
|
this.Controls.Add(this.buttonLeft);
|
|
this.Controls.Add(this.buttonCreateElectricLocomotive);
|
|
this.Controls.Add(this.pictureBoxElectricLocomotive);
|
|
this.Margin = new System.Windows.Forms.Padding(2);
|
|
this.Name = "FormElectricLocomotive";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "ElectricLocomotive";
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxElectricLocomotive)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private PictureBox pictureBoxElectricLocomotive;
|
|
private Button buttonCreateElectricLocomotive;
|
|
private Button buttonLeft;
|
|
private Button buttonUp;
|
|
private Button buttonRight;
|
|
private Button buttonDown;
|
|
private ComboBox comboBoxStrategy;
|
|
private Button buttonCreateLocomotive;
|
|
private Button buttonStep;
|
|
private Button ButtonSelect_Locomotive;
|
|
}
|
|
} |