2023-10-11 21:22:18 +04:00
|
|
|
|
namespace DumpTruck
|
|
|
|
|
{
|
|
|
|
|
partial class FormDumpTruck
|
|
|
|
|
{
|
|
|
|
|
/// <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()
|
|
|
|
|
{
|
2023-10-11 22:38:57 +04:00
|
|
|
|
this.pictureBoxDumpTruck = new System.Windows.Forms.PictureBox();
|
|
|
|
|
this.ButtonCreateDumpTruck = 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.ButtonCreateTruck = new System.Windows.Forms.Button();
|
|
|
|
|
this.ButtonStep = new System.Windows.Forms.Button();
|
2023-11-04 16:22:00 +04:00
|
|
|
|
this.buttonSelectTruck = new System.Windows.Forms.Button();
|
2023-10-11 22:38:57 +04:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxDumpTruck)).BeginInit();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// pictureBoxDumpTruck
|
|
|
|
|
//
|
|
|
|
|
this.pictureBoxDumpTruck.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.pictureBoxDumpTruck.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.pictureBoxDumpTruck.Name = "pictureBoxDumpTruck";
|
|
|
|
|
this.pictureBoxDumpTruck.Size = new System.Drawing.Size(800, 450);
|
|
|
|
|
this.pictureBoxDumpTruck.TabIndex = 0;
|
|
|
|
|
this.pictureBoxDumpTruck.TabStop = false;
|
|
|
|
|
//
|
|
|
|
|
// ButtonCreateDumpTruck
|
|
|
|
|
//
|
|
|
|
|
this.ButtonCreateDumpTruck.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
|
|
this.ButtonCreateDumpTruck.Location = new System.Drawing.Point(12, 408);
|
|
|
|
|
this.ButtonCreateDumpTruck.Name = "ButtonCreateDumpTruck";
|
|
|
|
|
this.ButtonCreateDumpTruck.Size = new System.Drawing.Size(130, 30);
|
|
|
|
|
this.ButtonCreateDumpTruck.TabIndex = 1;
|
|
|
|
|
this.ButtonCreateDumpTruck.Text = "Создать самосвал";
|
|
|
|
|
this.ButtonCreateDumpTruck.UseVisualStyleBackColor = true;
|
|
|
|
|
this.ButtonCreateDumpTruck.Click += new System.EventHandler(this.ButtonCreateDumpTruck_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonLeft
|
|
|
|
|
//
|
|
|
|
|
this.buttonLeft.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.buttonLeft.BackgroundImage = global::DumpTruck.Properties.Resources.left;
|
|
|
|
|
this.buttonLeft.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
|
|
|
|
this.buttonLeft.Location = new System.Drawing.Point(686, 408);
|
|
|
|
|
this.buttonLeft.Name = "buttonLeft";
|
|
|
|
|
this.buttonLeft.Size = new System.Drawing.Size(30, 30);
|
|
|
|
|
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::DumpTruck.Properties.Resources.up;
|
|
|
|
|
this.buttonUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
|
|
|
|
this.buttonUp.Location = new System.Drawing.Point(722, 372);
|
|
|
|
|
this.buttonUp.Name = "buttonUp";
|
|
|
|
|
this.buttonUp.Size = new System.Drawing.Size(30, 30);
|
|
|
|
|
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::DumpTruck.Properties.Resources.right;
|
|
|
|
|
this.buttonRight.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
|
|
|
|
this.buttonRight.Location = new System.Drawing.Point(758, 408);
|
|
|
|
|
this.buttonRight.Name = "buttonRight";
|
|
|
|
|
this.buttonRight.Size = new System.Drawing.Size(30, 30);
|
|
|
|
|
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::DumpTruck.Properties.Resources.down;
|
|
|
|
|
this.buttonDown.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
|
|
|
|
this.buttonDown.Location = new System.Drawing.Point(722, 408);
|
|
|
|
|
this.buttonDown.Name = "buttonDown";
|
|
|
|
|
this.buttonDown.Size = new System.Drawing.Size(30, 30);
|
|
|
|
|
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[] {
|
|
|
|
|
"0",
|
|
|
|
|
"1"});
|
|
|
|
|
this.comboBoxStrategy.Location = new System.Drawing.Point(667, 12);
|
|
|
|
|
this.comboBoxStrategy.Name = "comboBoxStrategy";
|
|
|
|
|
this.comboBoxStrategy.Size = new System.Drawing.Size(121, 23);
|
|
|
|
|
this.comboBoxStrategy.TabIndex = 6;
|
|
|
|
|
//
|
|
|
|
|
// 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(148, 408);
|
|
|
|
|
this.ButtonCreateTruck.Name = "ButtonCreateTruck";
|
|
|
|
|
this.ButtonCreateTruck.Size = new System.Drawing.Size(130, 30);
|
|
|
|
|
this.ButtonCreateTruck.TabIndex = 7;
|
|
|
|
|
this.ButtonCreateTruck.Text = "Создать грузовик";
|
|
|
|
|
this.ButtonCreateTruck.UseVisualStyleBackColor = true;
|
|
|
|
|
this.ButtonCreateTruck.Click += new System.EventHandler(this.ButtonCreateTruck_Click);
|
|
|
|
|
//
|
|
|
|
|
// 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(713, 41);
|
|
|
|
|
this.ButtonStep.Name = "ButtonStep";
|
|
|
|
|
this.ButtonStep.Size = new System.Drawing.Size(75, 23);
|
|
|
|
|
this.ButtonStep.TabIndex = 8;
|
|
|
|
|
this.ButtonStep.Text = "Шаг";
|
|
|
|
|
this.ButtonStep.UseVisualStyleBackColor = true;
|
|
|
|
|
this.ButtonStep.Click += new System.EventHandler(this.ButtonStep_Click);
|
|
|
|
|
//
|
2023-11-04 16:22:00 +04:00
|
|
|
|
// buttonSelectTruck
|
|
|
|
|
//
|
|
|
|
|
this.buttonSelectTruck.Location = new System.Drawing.Point(284, 408);
|
|
|
|
|
this.buttonSelectTruck.Name = "buttonSelectTruck";
|
|
|
|
|
this.buttonSelectTruck.Size = new System.Drawing.Size(75, 30);
|
|
|
|
|
this.buttonSelectTruck.TabIndex = 9;
|
|
|
|
|
this.buttonSelectTruck.Text = "Выбрать";
|
|
|
|
|
this.buttonSelectTruck.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonSelectTruck.Click += new System.EventHandler(this.buttonSelectTruck_Click);
|
|
|
|
|
//
|
2023-10-11 22:38:57 +04:00
|
|
|
|
// FormDumpTruck
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(800, 450);
|
2023-11-04 16:22:00 +04:00
|
|
|
|
this.Controls.Add(this.buttonSelectTruck);
|
2023-10-11 22:38:57 +04:00
|
|
|
|
this.Controls.Add(this.ButtonStep);
|
|
|
|
|
this.Controls.Add(this.ButtonCreateTruck);
|
|
|
|
|
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.ButtonCreateDumpTruck);
|
|
|
|
|
this.Controls.Add(this.pictureBoxDumpTruck);
|
|
|
|
|
this.Name = "FormDumpTruck";
|
|
|
|
|
this.Text = "FormDumpTruck";
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxDumpTruck)).EndInit();
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
2023-10-11 21:22:18 +04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private PictureBox pictureBoxDumpTruck;
|
2023-10-11 22:38:57 +04:00
|
|
|
|
private Button ButtonCreateDumpTruck;
|
2023-10-11 21:22:18 +04:00
|
|
|
|
private Button buttonLeft;
|
|
|
|
|
private Button buttonUp;
|
|
|
|
|
private Button buttonRight;
|
|
|
|
|
private Button buttonDown;
|
2023-10-11 22:38:57 +04:00
|
|
|
|
private ComboBox comboBoxStrategy;
|
|
|
|
|
private Button ButtonCreateTruck;
|
|
|
|
|
private Button ButtonStep;
|
2023-11-04 16:22:00 +04:00
|
|
|
|
private Button buttonSelectTruck;
|
2023-10-11 22:38:57 +04:00
|
|
|
|
}
|
2023-10-11 21:22:18 +04:00
|
|
|
|
}
|