190 lines
11 KiB
C#
190 lines
11 KiB
C#
namespace ProjectGasolineTanker
|
||
{
|
||
partial class FormGasolineTanker
|
||
{
|
||
/// <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.pictureBoxGasolineTanker = new System.Windows.Forms.PictureBox();
|
||
this.buttonCreateGasolineTanker = new System.Windows.Forms.Button();
|
||
this.buttonUp = new System.Windows.Forms.Button();
|
||
this.buttonLeft = new System.Windows.Forms.Button();
|
||
this.buttonDown = new System.Windows.Forms.Button();
|
||
this.buttonRight = new System.Windows.Forms.Button();
|
||
this.comboBoxStrategy = new System.Windows.Forms.ComboBox();
|
||
this.buttonStep = new System.Windows.Forms.Button();
|
||
this.buttonCreateTruck = new System.Windows.Forms.Button();
|
||
((System.ComponentModel.ISupportInitialize)(this.pictureBoxGasolineTanker)).BeginInit();
|
||
this.SuspendLayout();
|
||
//
|
||
// pictureBoxGasolineTanker
|
||
//
|
||
this.pictureBoxGasolineTanker.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.pictureBoxGasolineTanker.Location = new System.Drawing.Point(0, 0);
|
||
this.pictureBoxGasolineTanker.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
this.pictureBoxGasolineTanker.Name = "pictureBoxGasolineTanker";
|
||
this.pictureBoxGasolineTanker.Size = new System.Drawing.Size(772, 340);
|
||
this.pictureBoxGasolineTanker.TabIndex = 5;
|
||
this.pictureBoxGasolineTanker.TabStop = false;
|
||
//
|
||
// buttonCreateGasolineTanker
|
||
//
|
||
this.buttonCreateGasolineTanker.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||
this.buttonCreateGasolineTanker.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
||
this.buttonCreateGasolineTanker.Location = new System.Drawing.Point(10, 274);
|
||
this.buttonCreateGasolineTanker.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
this.buttonCreateGasolineTanker.Name = "buttonCreateGasolineTanker";
|
||
this.buttonCreateGasolineTanker.Size = new System.Drawing.Size(105, 55);
|
||
this.buttonCreateGasolineTanker.TabIndex = 6;
|
||
this.buttonCreateGasolineTanker.Text = "Создать газовоз";
|
||
this.buttonCreateGasolineTanker.UseVisualStyleBackColor = true;
|
||
this.buttonCreateGasolineTanker.Click += new System.EventHandler(this.buttonCreateGasolineTanker_Click);
|
||
//
|
||
// buttonUp
|
||
//
|
||
this.buttonUp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.buttonUp.BackgroundImage = global::ProjectGasolineTanker.Properties.Resources.стрелка_вверх;
|
||
this.buttonUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||
this.buttonUp.Location = new System.Drawing.Point(710, 283);
|
||
this.buttonUp.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
this.buttonUp.Name = "buttonUp";
|
||
this.buttonUp.Size = new System.Drawing.Size(26, 22);
|
||
this.buttonUp.TabIndex = 7;
|
||
this.buttonUp.UseVisualStyleBackColor = true;
|
||
this.buttonUp.Click += new System.EventHandler(this.buttonMove_Click);
|
||
//
|
||
// buttonLeft
|
||
//
|
||
this.buttonLeft.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.buttonLeft.BackgroundImage = global::ProjectGasolineTanker.Properties.Resources.стрелка_влево;
|
||
this.buttonLeft.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||
this.buttonLeft.Location = new System.Drawing.Point(679, 310);
|
||
this.buttonLeft.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
this.buttonLeft.Name = "buttonLeft";
|
||
this.buttonLeft.Size = new System.Drawing.Size(26, 22);
|
||
this.buttonLeft.TabIndex = 8;
|
||
this.buttonLeft.UseVisualStyleBackColor = true;
|
||
this.buttonLeft.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::ProjectGasolineTanker.Properties.Resources.стрелка_вниз;
|
||
this.buttonDown.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||
this.buttonDown.Location = new System.Drawing.Point(710, 310);
|
||
this.buttonDown.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
this.buttonDown.Name = "buttonDown";
|
||
this.buttonDown.Size = new System.Drawing.Size(26, 22);
|
||
this.buttonDown.TabIndex = 9;
|
||
this.buttonDown.UseVisualStyleBackColor = true;
|
||
this.buttonDown.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::ProjectGasolineTanker.Properties.Resources.стрелка_вправо;
|
||
this.buttonRight.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||
this.buttonRight.Location = new System.Drawing.Point(742, 310);
|
||
this.buttonRight.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
this.buttonRight.Name = "buttonRight";
|
||
this.buttonRight.Size = new System.Drawing.Size(26, 22);
|
||
this.buttonRight.TabIndex = 10;
|
||
this.buttonRight.UseVisualStyleBackColor = true;
|
||
this.buttonRight.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[] {
|
||
"В центр",
|
||
"В правый нижний угол"});
|
||
this.comboBoxStrategy.Location = new System.Drawing.Point(629, 9);
|
||
this.comboBoxStrategy.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
this.comboBoxStrategy.Name = "comboBoxStrategy";
|
||
this.comboBoxStrategy.Size = new System.Drawing.Size(133, 23);
|
||
this.comboBoxStrategy.TabIndex = 11;
|
||
//
|
||
// buttonStep
|
||
//
|
||
this.buttonStep.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.buttonStep.Location = new System.Drawing.Point(654, 34);
|
||
this.buttonStep.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
this.buttonStep.Name = "buttonStep";
|
||
this.buttonStep.Size = new System.Drawing.Size(82, 22);
|
||
this.buttonStep.TabIndex = 12;
|
||
this.buttonStep.Text = "Шаг";
|
||
this.buttonStep.UseVisualStyleBackColor = true;
|
||
this.buttonStep.Click += new System.EventHandler(this.buttonStep_Click);
|
||
//
|
||
// buttonCreateTruck
|
||
//
|
||
this.buttonCreateTruck.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||
this.buttonCreateTruck.Location = new System.Drawing.Point(121, 291);
|
||
this.buttonCreateTruck.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
this.buttonCreateTruck.Name = "buttonCreateTruck";
|
||
this.buttonCreateTruck.Size = new System.Drawing.Size(105, 38);
|
||
this.buttonCreateTruck.TabIndex = 13;
|
||
this.buttonCreateTruck.Text = "Создать грузовик";
|
||
this.buttonCreateTruck.UseVisualStyleBackColor = true;
|
||
this.buttonCreateTruck.Click += new System.EventHandler(this.buttonCreateTruck_Click);
|
||
//
|
||
// FormGasolineTanker
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(772, 340);
|
||
this.Controls.Add(this.buttonCreateTruck);
|
||
this.Controls.Add(this.buttonStep);
|
||
this.Controls.Add(this.comboBoxStrategy);
|
||
this.Controls.Add(this.buttonRight);
|
||
this.Controls.Add(this.buttonDown);
|
||
this.Controls.Add(this.buttonLeft);
|
||
this.Controls.Add(this.buttonUp);
|
||
this.Controls.Add(this.buttonCreateGasolineTanker);
|
||
this.Controls.Add(this.pictureBoxGasolineTanker);
|
||
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
this.Name = "FormGasolineTanker";
|
||
this.Text = "GasolineTanker";
|
||
((System.ComponentModel.ISupportInitialize)(this.pictureBoxGasolineTanker)).EndInit();
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private PictureBox pictureBoxGasolineTanker;
|
||
private Button buttonCreateGasolineTanker;
|
||
private Button buttonUp;
|
||
private Button buttonLeft;
|
||
private Button buttonDown;
|
||
private Button buttonRight;
|
||
private ComboBox comboBoxStrategy;
|
||
private Button buttonStep;
|
||
private Button buttonCreateTruck;
|
||
}
|
||
} |