2022-11-13 20:39:23 +04:00
|
|
|
|
|
|
|
|
|
namespace WinFormsApp1
|
|
|
|
|
{
|
|
|
|
|
partial class FormTractor
|
|
|
|
|
{
|
|
|
|
|
/// <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.pictureBoxTractor = new System.Windows.Forms.PictureBox();
|
|
|
|
|
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
|
|
|
|
this.toolStripStatusLabelSpeed = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
|
this.toolStripStatusLabelWeight = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
|
this.toolStripStatusLabelBodyColor = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
|
this.buttonCreate = 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();
|
2022-11-14 21:25:33 +04:00
|
|
|
|
this.buttonCreateModif = new System.Windows.Forms.Button();
|
2022-11-28 22:39:41 +04:00
|
|
|
|
this.buttonSelectedTractor = new System.Windows.Forms.Button();
|
2022-11-13 20:39:23 +04:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxTractor)).BeginInit();
|
|
|
|
|
this.statusStrip1.SuspendLayout();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// pictureBoxTractor
|
|
|
|
|
//
|
|
|
|
|
this.pictureBoxTractor.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.pictureBoxTractor.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.pictureBoxTractor.Name = "pictureBoxTractor";
|
|
|
|
|
this.pictureBoxTractor.Size = new System.Drawing.Size(800, 424);
|
|
|
|
|
this.pictureBoxTractor.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
|
|
|
|
this.pictureBoxTractor.TabIndex = 0;
|
|
|
|
|
this.pictureBoxTractor.TabStop = false;
|
|
|
|
|
this.pictureBoxTractor.Resize += new System.EventHandler(this.pictureBoxTractor_Resize);
|
|
|
|
|
//
|
|
|
|
|
// statusStrip1
|
|
|
|
|
//
|
|
|
|
|
this.statusStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
|
|
|
|
|
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.toolStripStatusLabelSpeed,
|
|
|
|
|
this.toolStripStatusLabelWeight,
|
|
|
|
|
this.toolStripStatusLabelBodyColor});
|
|
|
|
|
this.statusStrip1.Location = new System.Drawing.Point(0, 424);
|
|
|
|
|
this.statusStrip1.Name = "statusStrip1";
|
|
|
|
|
this.statusStrip1.Size = new System.Drawing.Size(800, 26);
|
|
|
|
|
this.statusStrip1.TabIndex = 1;
|
|
|
|
|
this.statusStrip1.Text = "statusStrip1";
|
|
|
|
|
//
|
|
|
|
|
// toolStripStatusLabelSpeed
|
|
|
|
|
//
|
|
|
|
|
this.toolStripStatusLabelSpeed.Name = "toolStripStatusLabelSpeed";
|
|
|
|
|
this.toolStripStatusLabelSpeed.Size = new System.Drawing.Size(73, 20);
|
|
|
|
|
this.toolStripStatusLabelSpeed.Text = "Скорость";
|
|
|
|
|
//
|
|
|
|
|
// toolStripStatusLabelWeight
|
|
|
|
|
//
|
|
|
|
|
this.toolStripStatusLabelWeight.Name = "toolStripStatusLabelWeight";
|
|
|
|
|
this.toolStripStatusLabelWeight.Size = new System.Drawing.Size(32, 20);
|
|
|
|
|
this.toolStripStatusLabelWeight.Text = "вес";
|
|
|
|
|
//
|
|
|
|
|
// toolStripStatusLabelBodyColor
|
|
|
|
|
//
|
|
|
|
|
this.toolStripStatusLabelBodyColor.Name = "toolStripStatusLabelBodyColor";
|
|
|
|
|
this.toolStripStatusLabelBodyColor.Size = new System.Drawing.Size(42, 20);
|
|
|
|
|
this.toolStripStatusLabelBodyColor.Text = "Цвет";
|
|
|
|
|
this.toolStripStatusLabelBodyColor.Click += new System.EventHandler(this.ButtonMove_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonCreate
|
|
|
|
|
//
|
|
|
|
|
this.buttonCreate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
|
|
this.buttonCreate.Location = new System.Drawing.Point(0, 378);
|
|
|
|
|
this.buttonCreate.Name = "buttonCreate";
|
|
|
|
|
this.buttonCreate.Size = new System.Drawing.Size(94, 29);
|
|
|
|
|
this.buttonCreate.TabIndex = 2;
|
|
|
|
|
this.buttonCreate.Text = "создать";
|
|
|
|
|
this.buttonCreate.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonCreate.Click += new System.EventHandler(this.ButtonCreate_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonUp
|
|
|
|
|
//
|
|
|
|
|
this.buttonUp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.buttonUp.BackgroundImage = global::Tractors.Properties.Resources._2EdzyM4iEKw;
|
|
|
|
|
this.buttonUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
|
|
|
this.buttonUp.Location = new System.Drawing.Point(682, 296);
|
|
|
|
|
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);
|
|
|
|
|
//
|
|
|
|
|
// buttonLeft
|
|
|
|
|
//
|
|
|
|
|
this.buttonLeft.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.buttonLeft.BackgroundImage = global::Tractors.Properties.Resources.Hhxt4dLqV5g;
|
|
|
|
|
this.buttonLeft.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
|
|
|
this.buttonLeft.Location = new System.Drawing.Point(649, 332);
|
|
|
|
|
this.buttonLeft.Name = "buttonLeft";
|
|
|
|
|
this.buttonLeft.Size = new System.Drawing.Size(30, 30);
|
|
|
|
|
this.buttonLeft.TabIndex = 4;
|
|
|
|
|
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::Tractors.Properties.Resources.MbV2DYU_nPM;
|
|
|
|
|
this.buttonDown.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
|
|
|
this.buttonDown.Location = new System.Drawing.Point(682, 332);
|
|
|
|
|
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);
|
|
|
|
|
//
|
|
|
|
|
// buttonRight
|
|
|
|
|
//
|
|
|
|
|
this.buttonRight.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.buttonRight.BackgroundImage = global::Tractors.Properties.Resources.RkYIe2_6DuQ;
|
|
|
|
|
this.buttonRight.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
|
|
|
this.buttonRight.Location = new System.Drawing.Point(718, 332);
|
|
|
|
|
this.buttonRight.Name = "buttonRight";
|
|
|
|
|
this.buttonRight.Size = new System.Drawing.Size(30, 30);
|
|
|
|
|
this.buttonRight.TabIndex = 6;
|
|
|
|
|
this.buttonRight.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonRight.Click += new System.EventHandler(this.ButtonMove_Click);
|
|
|
|
|
//
|
2022-11-14 21:25:33 +04:00
|
|
|
|
// buttonCreateModif
|
|
|
|
|
//
|
|
|
|
|
this.buttonCreateModif.Location = new System.Drawing.Point(111, 378);
|
|
|
|
|
this.buttonCreateModif.Name = "buttonCreateModif";
|
|
|
|
|
this.buttonCreateModif.Size = new System.Drawing.Size(129, 27);
|
|
|
|
|
this.buttonCreateModif.TabIndex = 7;
|
|
|
|
|
this.buttonCreateModif.Text = "Модификация";
|
|
|
|
|
this.buttonCreateModif.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonCreateModif.Click += new System.EventHandler(this.buttonCreateModif_Click);
|
|
|
|
|
//
|
2022-11-28 22:39:41 +04:00
|
|
|
|
// buttonSelectedTractor
|
|
|
|
|
//
|
|
|
|
|
this.buttonSelectedTractor.Location = new System.Drawing.Point(262, 372);
|
|
|
|
|
this.buttonSelectedTractor.Name = "buttonSelectedTractor";
|
|
|
|
|
this.buttonSelectedTractor.Size = new System.Drawing.Size(89, 35);
|
|
|
|
|
this.buttonSelectedTractor.TabIndex = 8;
|
|
|
|
|
this.buttonSelectedTractor.Text = "Выбрать";
|
|
|
|
|
this.buttonSelectedTractor.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonSelectedTractor.Click += new System.EventHandler(this.buttonSelectedTractor_Click);
|
|
|
|
|
//
|
2022-11-13 20:39:23 +04:00
|
|
|
|
// FormTractor
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(800, 450);
|
2022-11-28 22:39:41 +04:00
|
|
|
|
this.Controls.Add(this.buttonSelectedTractor);
|
2022-11-14 21:25:33 +04:00
|
|
|
|
this.Controls.Add(this.buttonCreateModif);
|
2022-11-13 20:39:23 +04:00
|
|
|
|
this.Controls.Add(this.buttonRight);
|
|
|
|
|
this.Controls.Add(this.buttonDown);
|
|
|
|
|
this.Controls.Add(this.buttonLeft);
|
|
|
|
|
this.Controls.Add(this.buttonUp);
|
|
|
|
|
this.Controls.Add(this.buttonCreate);
|
|
|
|
|
this.Controls.Add(this.pictureBoxTractor);
|
|
|
|
|
this.Controls.Add(this.statusStrip1);
|
|
|
|
|
this.Name = "FormTractor";
|
|
|
|
|
this.Text = "Трактор";
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxTractor)).EndInit();
|
|
|
|
|
this.statusStrip1.ResumeLayout(false);
|
|
|
|
|
this.statusStrip1.PerformLayout();
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.PictureBox pictureBoxTractor;
|
|
|
|
|
private System.Windows.Forms.StatusStrip statusStrip1;
|
|
|
|
|
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelSpeed;
|
|
|
|
|
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelWeight;
|
|
|
|
|
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelBodyColor;
|
|
|
|
|
private System.Windows.Forms.Button buttonCreate;
|
|
|
|
|
private System.Windows.Forms.Button buttonUp;
|
|
|
|
|
private System.Windows.Forms.Button buttonLeft;
|
|
|
|
|
private System.Windows.Forms.Button buttonDown;
|
|
|
|
|
private System.Windows.Forms.Button buttonRight;
|
2022-11-14 21:25:33 +04:00
|
|
|
|
private System.Windows.Forms.Button buttonCreateModif;
|
2022-11-28 22:39:41 +04:00
|
|
|
|
private System.Windows.Forms.Button buttonSelectedTractor;
|
2022-11-13 20:39:23 +04:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|