175 lines
8.5 KiB
C#
175 lines
8.5 KiB
C#
|
||
namespace Trolleybus
|
||
{
|
||
partial class Form1
|
||
{
|
||
/// <summary>
|
||
/// Обязательная переменная конструктора.
|
||
/// </summary>
|
||
private System.ComponentModel.IContainer components = null;
|
||
|
||
/// <summary>
|
||
/// Освободить все используемые ресурсы.
|
||
/// </summary>
|
||
/// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
|
||
protected override void Dispose(bool disposing)
|
||
{
|
||
if (disposing && (components != null))
|
||
{
|
||
components.Dispose();
|
||
}
|
||
base.Dispose(disposing);
|
||
}
|
||
|
||
#region Код, автоматически созданный конструктором форм Windows
|
||
|
||
/// <summary>
|
||
/// Требуемый метод для поддержки конструктора — не изменяйте
|
||
/// содержимое этого метода с помощью редактора кода.
|
||
/// </summary>
|
||
private void InitializeComponent()
|
||
{
|
||
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.buttonRight = new System.Windows.Forms.Button();
|
||
this.buttonLeft = new System.Windows.Forms.Button();
|
||
this.buttonDown = new System.Windows.Forms.Button();
|
||
this.pictureBoxTrolleybus = new System.Windows.Forms.PictureBox();
|
||
this.statusStrip1.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.pictureBoxTrolleybus)).BeginInit();
|
||
this.SuspendLayout();
|
||
//
|
||
// statusStrip1
|
||
//
|
||
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
this.toolStripStatusLabelSpeed,
|
||
this.toolStripStatusLabelWeight,
|
||
this.toolStripStatusLabelBodyColor});
|
||
this.statusStrip1.Location = new System.Drawing.Point(0, 428);
|
||
this.statusStrip1.Name = "statusStrip1";
|
||
this.statusStrip1.Size = new System.Drawing.Size(800, 22);
|
||
this.statusStrip1.TabIndex = 1;
|
||
this.statusStrip1.Text = "statusStrip1";
|
||
//
|
||
// toolStripStatusLabelSpeed
|
||
//
|
||
this.toolStripStatusLabelSpeed.Name = "toolStripStatusLabelSpeed";
|
||
this.toolStripStatusLabelSpeed.Size = new System.Drawing.Size(59, 17);
|
||
this.toolStripStatusLabelSpeed.Text = "Скорость";
|
||
//
|
||
// toolStripStatusLabelWeight
|
||
//
|
||
this.toolStripStatusLabelWeight.Name = "toolStripStatusLabelWeight";
|
||
this.toolStripStatusLabelWeight.Size = new System.Drawing.Size(26, 17);
|
||
this.toolStripStatusLabelWeight.Text = "Вес";
|
||
//
|
||
// toolStripStatusLabelBodyColor
|
||
//
|
||
this.toolStripStatusLabelBodyColor.Name = "toolStripStatusLabelBodyColor";
|
||
this.toolStripStatusLabelBodyColor.Size = new System.Drawing.Size(33, 17);
|
||
this.toolStripStatusLabelBodyColor.Text = "Цвет";
|
||
//
|
||
// buttonCreate
|
||
//
|
||
this.buttonCreate.Location = new System.Drawing.Point(12, 390);
|
||
this.buttonCreate.Name = "buttonCreate";
|
||
this.buttonCreate.Size = new System.Drawing.Size(75, 23);
|
||
this.buttonCreate.TabIndex = 2;
|
||
this.buttonCreate.Text = "Создать";
|
||
this.buttonCreate.UseVisualStyleBackColor = true;
|
||
this.buttonCreate.Click += new System.EventHandler(this.buttonCreate_Click);
|
||
//
|
||
// buttonUp
|
||
//
|
||
this.buttonUp.BackgroundImage = global::Trolleybus.Properties.Resources.up30;
|
||
this.buttonUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
this.buttonUp.Location = new System.Drawing.Point(729, 347);
|
||
this.buttonUp.Name = "buttonUp";
|
||
this.buttonUp.Size = new System.Drawing.Size(30, 30);
|
||
this.buttonUp.TabIndex = 6;
|
||
this.buttonUp.UseVisualStyleBackColor = true;
|
||
this.buttonUp.Click += new System.EventHandler(this.ButtonMove_Click);
|
||
//
|
||
// buttonRight
|
||
//
|
||
this.buttonRight.BackgroundImage = global::Trolleybus.Properties.Resources.right30;
|
||
this.buttonRight.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
this.buttonRight.Location = new System.Drawing.Point(765, 383);
|
||
this.buttonRight.Name = "buttonRight";
|
||
this.buttonRight.Size = new System.Drawing.Size(30, 30);
|
||
this.buttonRight.TabIndex = 5;
|
||
this.buttonRight.UseVisualStyleBackColor = true;
|
||
this.buttonRight.Click += new System.EventHandler(this.ButtonMove_Click);
|
||
//
|
||
// buttonLeft
|
||
//
|
||
this.buttonLeft.BackgroundImage = global::Trolleybus.Properties.Resources.left30;
|
||
this.buttonLeft.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
this.buttonLeft.Location = new System.Drawing.Point(693, 383);
|
||
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.BackgroundImage = global::Trolleybus.Properties.Resources.down30;
|
||
this.buttonDown.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
this.buttonDown.Location = new System.Drawing.Point(729, 383);
|
||
this.buttonDown.Name = "buttonDown";
|
||
this.buttonDown.Size = new System.Drawing.Size(30, 30);
|
||
this.buttonDown.TabIndex = 3;
|
||
this.buttonDown.UseVisualStyleBackColor = true;
|
||
this.buttonDown.Click += new System.EventHandler(this.ButtonMove_Click);
|
||
//
|
||
// pictureBoxTrolleybus
|
||
//
|
||
this.pictureBoxTrolleybus.Location = new System.Drawing.Point(0, -1);
|
||
this.pictureBoxTrolleybus.Name = "pictureBoxTrolleybus";
|
||
this.pictureBoxTrolleybus.Size = new System.Drawing.Size(800, 451);
|
||
this.pictureBoxTrolleybus.TabIndex = 0;
|
||
this.pictureBoxTrolleybus.TabStop = false;
|
||
//
|
||
// Form1
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(800, 450);
|
||
this.Controls.Add(this.buttonUp);
|
||
this.Controls.Add(this.buttonRight);
|
||
this.Controls.Add(this.buttonLeft);
|
||
this.Controls.Add(this.buttonDown);
|
||
this.Controls.Add(this.buttonCreate);
|
||
this.Controls.Add(this.statusStrip1);
|
||
this.Controls.Add(this.pictureBoxTrolleybus);
|
||
this.Name = "Form1";
|
||
this.Text = "Form1";
|
||
this.statusStrip1.ResumeLayout(false);
|
||
this.statusStrip1.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.pictureBoxTrolleybus)).EndInit();
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.PictureBox pictureBoxTrolleybus;
|
||
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 buttonDown;
|
||
private System.Windows.Forms.Button buttonLeft;
|
||
private System.Windows.Forms.Button buttonRight;
|
||
private System.Windows.Forms.Button buttonUp;
|
||
}
|
||
}
|
||
|