PIbd22_Kamcharova_K.A._Doub.../DoubleDeckerBus/FormDoubleDeckerBus.Designer.cs

180 lines
9.6 KiB
C#
Raw Normal View History

2023-11-14 14:11:54 +04:00
namespace DoubleDeckerbus
2023-11-14 13:52:50 +04:00
{
partial class FormDoubleDeckerBus
{
/// <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-11-14 14:11:54 +04:00
this.pictureBoxDoubleDeckerbus = new System.Windows.Forms.PictureBox();
this.DoubleDeckerbus = new System.Windows.Forms.Button();
2023-11-14 13:52:50 +04:00
this.buttonUp = new System.Windows.Forms.Button();
this.buttonLeft = new System.Windows.Forms.Button();
2023-11-14 14:11:54 +04:00
this.buttonDown = new System.Windows.Forms.Button();
2023-11-14 13:52:50 +04:00
this.buttonRight = new System.Windows.Forms.Button();
2023-11-14 14:11:54 +04:00
this.comboBoxStrategy = new System.Windows.Forms.ComboBox();
this.buttonStep = new System.Windows.Forms.Button();
this.buttonCreateBus = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxDoubleDeckerbus)).BeginInit();
2023-11-14 13:52:50 +04:00
this.SuspendLayout();
//
2023-11-14 14:11:54 +04:00
// pictureBoxDoubleDeckerbus
2023-11-14 13:52:50 +04:00
//
2023-11-14 14:11:54 +04:00
this.pictureBoxDoubleDeckerbus.Dock = System.Windows.Forms.DockStyle.Fill;
this.pictureBoxDoubleDeckerbus.Location = new System.Drawing.Point(0, 0);
this.pictureBoxDoubleDeckerbus.Name = "pictureBoxDoubleDeckerbus";
this.pictureBoxDoubleDeckerbus.Size = new System.Drawing.Size(882, 453);
this.pictureBoxDoubleDeckerbus.TabIndex = 5;
this.pictureBoxDoubleDeckerbus.TabStop = false;
2023-11-14 13:52:50 +04:00
//
2023-11-14 14:11:54 +04:00
// DoubleDeckerbus
2023-11-14 13:52:50 +04:00
//
2023-11-14 14:11:54 +04:00
this.DoubleDeckerbus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.DoubleDeckerbus.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.DoubleDeckerbus.Location = new System.Drawing.Point(11, 365);
this.DoubleDeckerbus.Name = "DoubleDeckerbus";
this.DoubleDeckerbus.Size = new System.Drawing.Size(120, 73);
this.DoubleDeckerbus.TabIndex = 6;
this.DoubleDeckerbus.Text = "Создать Двухэтажный автобус";
this.DoubleDeckerbus.UseVisualStyleBackColor = true;
this.DoubleDeckerbus.Click += new System.EventHandler(this.buttonCreateDoubleDeckerbus_Click);
2023-11-14 13:52:50 +04:00
//
// buttonUp
//
2023-11-14 14:11:54 +04:00
this.buttonUp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonUp.BackgroundImage = global::DoubleDeckerBus.Properties.Resources.ArrowUp;
2023-11-14 13:52:50 +04:00
this.buttonUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
2023-11-14 14:11:54 +04:00
this.buttonUp.Location = new System.Drawing.Point(811, 377);
2023-11-14 13:52:50 +04:00
this.buttonUp.Name = "buttonUp";
2023-11-14 14:11:54 +04:00
this.buttonUp.Size = new System.Drawing.Size(30, 29);
this.buttonUp.TabIndex = 7;
2023-11-14 13:52:50 +04:00
this.buttonUp.UseVisualStyleBackColor = true;
2023-11-14 14:11:54 +04:00
this.buttonUp.Click += new System.EventHandler(this.buttonMove_Click);
2023-11-14 13:52:50 +04:00
//
// buttonLeft
//
2023-11-14 14:11:54 +04:00
this.buttonLeft.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonLeft.BackgroundImage = global::DoubleDeckerBus.Properties.Resources.ArrowLeft;
2023-11-14 13:52:50 +04:00
this.buttonLeft.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
2023-11-14 14:11:54 +04:00
this.buttonLeft.Location = new System.Drawing.Point(776, 413);
2023-11-14 13:52:50 +04:00
this.buttonLeft.Name = "buttonLeft";
2023-11-14 14:11:54 +04:00
this.buttonLeft.Size = new System.Drawing.Size(30, 29);
this.buttonLeft.TabIndex = 8;
2023-11-14 13:52:50 +04:00
this.buttonLeft.UseVisualStyleBackColor = true;
2023-11-14 14:11:54 +04:00
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::DoubleDeckerBus.Properties.Resources.ArrowDown;
this.buttonDown.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.buttonDown.Location = new System.Drawing.Point(811, 413);
this.buttonDown.Name = "buttonDown";
this.buttonDown.Size = new System.Drawing.Size(30, 29);
this.buttonDown.TabIndex = 9;
this.buttonDown.UseVisualStyleBackColor = true;
this.buttonDown.Click += new System.EventHandler(this.buttonMove_Click);
2023-11-14 13:52:50 +04:00
//
// buttonRight
//
2023-11-14 14:11:54 +04:00
this.buttonRight.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonRight.BackgroundImage = global::DoubleDeckerBus.Properties.Resources.ArrowRight;
2023-11-14 13:52:50 +04:00
this.buttonRight.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
2023-11-14 14:11:54 +04:00
this.buttonRight.Location = new System.Drawing.Point(848, 413);
2023-11-14 13:52:50 +04:00
this.buttonRight.Name = "buttonRight";
2023-11-14 14:11:54 +04:00
this.buttonRight.Size = new System.Drawing.Size(30, 29);
this.buttonRight.TabIndex = 10;
2023-11-14 13:52:50 +04:00
this.buttonRight.UseVisualStyleBackColor = true;
2023-11-14 14:11:54 +04:00
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(719, 12);
this.comboBoxStrategy.Name = "comboBoxStrategy";
this.comboBoxStrategy.Size = new System.Drawing.Size(151, 28);
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(747, 45);
this.buttonStep.Name = "buttonStep";
this.buttonStep.Size = new System.Drawing.Size(94, 29);
this.buttonStep.TabIndex = 12;
this.buttonStep.Text = "Шаг";
this.buttonStep.UseVisualStyleBackColor = true;
this.buttonStep.Click += new System.EventHandler(this.buttonStep_Click);
2023-11-14 13:52:50 +04:00
//
2023-11-14 14:11:54 +04:00
// buttonCreateBus
//
this.buttonCreateBus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonCreateBus.Location = new System.Drawing.Point(138, 388);
this.buttonCreateBus.Name = "buttonCreateBus";
this.buttonCreateBus.Size = new System.Drawing.Size(120, 51);
this.buttonCreateBus.TabIndex = 13;
this.buttonCreateBus.Text = "Создать автобус";
this.buttonCreateBus.UseVisualStyleBackColor = true;
this.buttonCreateBus.Click += new System.EventHandler(this.buttonCreateBus_Click);
//
// FormDoubleDeckerbus
2023-11-14 13:52:50 +04:00
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
2023-11-14 14:11:54 +04:00
this.ClientSize = new System.Drawing.Size(882, 453);
this.Controls.Add(this.buttonCreateBus);
this.Controls.Add(this.buttonStep);
this.Controls.Add(this.comboBoxStrategy);
2023-11-14 13:52:50 +04:00
this.Controls.Add(this.buttonRight);
this.Controls.Add(this.buttonDown);
2023-11-14 14:11:54 +04:00
this.Controls.Add(this.buttonLeft);
2023-11-14 13:52:50 +04:00
this.Controls.Add(this.buttonUp);
2023-11-14 14:11:54 +04:00
this.Controls.Add(this.DoubleDeckerbus);
this.Controls.Add(this.pictureBoxDoubleDeckerbus);
this.Name = "FormDoubleDeckerbus";
this.Text = "DoubleDeckerbus";
((System.ComponentModel.ISupportInitialize)(this.pictureBoxDoubleDeckerbus)).EndInit();
2023-11-14 13:52:50 +04:00
this.ResumeLayout(false);
}
#endregion
2023-11-14 14:11:54 +04:00
private PictureBox pictureBoxDoubleDeckerbus;
private Button DoubleDeckerbus;
2023-11-14 13:52:50 +04:00
private Button buttonUp;
private Button buttonLeft;
2023-11-14 14:11:54 +04:00
private Button buttonDown;
2023-11-14 13:52:50 +04:00
private Button buttonRight;
2023-11-14 14:11:54 +04:00
private ComboBox comboBoxStrategy;
private Button buttonStep;
private Button buttonCreateBus;
2023-11-14 13:52:50 +04:00
}
}