188 lines
7.7 KiB
C#
188 lines
7.7 KiB
C#
namespace ProjectLainer
|
|
{
|
|
partial class LainerForm : Form
|
|
{
|
|
/// <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()
|
|
{
|
|
pictureBoxLainer = new PictureBox();
|
|
ButtonCreate = new Button();
|
|
buttonRight = new Button();
|
|
buttonLeft = new Button();
|
|
buttonDown = new Button();
|
|
buttonUp = new Button();
|
|
ButtonCreateSuperLainer = new Button();
|
|
comboBoxStrategy = new ComboBox();
|
|
ButtonStep = new Button();
|
|
ButtonSelectLainer = new Button();
|
|
((System.ComponentModel.ISupportInitialize)pictureBoxLainer).BeginInit();
|
|
SuspendLayout();
|
|
//
|
|
// pictureBoxLainer
|
|
//
|
|
pictureBoxLainer.Dock = DockStyle.Fill;
|
|
pictureBoxLainer.Location = new Point(0, 0);
|
|
pictureBoxLainer.Name = "pictureBoxLainer";
|
|
pictureBoxLainer.Size = new Size(729, 397);
|
|
pictureBoxLainer.SizeMode = PictureBoxSizeMode.AutoSize;
|
|
pictureBoxLainer.TabIndex = 0;
|
|
pictureBoxLainer.TabStop = false;
|
|
//
|
|
// ButtonCreate
|
|
//
|
|
ButtonCreate.Anchor = AnchorStyles.Bottom | AnchorStyles.Left;
|
|
ButtonCreate.Location = new Point(12, 356);
|
|
ButtonCreate.Name = "ButtonCreate";
|
|
ButtonCreate.Size = new Size(94, 29);
|
|
ButtonCreate.TabIndex = 1;
|
|
ButtonCreate.Text = "создать";
|
|
ButtonCreate.UseVisualStyleBackColor = true;
|
|
ButtonCreate.Click += ButtonCreate_Click;
|
|
//
|
|
// buttonRight
|
|
//
|
|
buttonRight.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
|
|
buttonRight.BackgroundImage = Lainer1.Properties.Resources._3042406;
|
|
buttonRight.BackgroundImageLayout = ImageLayout.Zoom;
|
|
buttonRight.Location = new Point(659, 315);
|
|
buttonRight.Name = "buttonRight";
|
|
buttonRight.Size = new Size(30, 30);
|
|
buttonRight.TabIndex = 2;
|
|
buttonRight.UseVisualStyleBackColor = true;
|
|
buttonRight.Click += ButtonMove_Click;
|
|
//
|
|
// buttonLeft
|
|
//
|
|
buttonLeft.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
|
|
buttonLeft.BackgroundImage = Lainer1.Properties.Resources._2;
|
|
buttonLeft.BackgroundImageLayout = ImageLayout.Zoom;
|
|
buttonLeft.Location = new Point(587, 315);
|
|
buttonLeft.Name = "buttonLeft";
|
|
buttonLeft.Size = new Size(30, 30);
|
|
buttonLeft.TabIndex = 3;
|
|
buttonLeft.UseVisualStyleBackColor = true;
|
|
buttonLeft.Click += ButtonMove_Click;
|
|
//
|
|
// buttonDown
|
|
//
|
|
buttonDown.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
|
|
buttonDown.BackgroundImage = Lainer1.Properties.Resources._1;
|
|
buttonDown.BackgroundImageLayout = ImageLayout.Zoom;
|
|
buttonDown.Location = new Point(623, 344);
|
|
buttonDown.Name = "buttonDown";
|
|
buttonDown.Size = new Size(30, 30);
|
|
buttonDown.TabIndex = 4;
|
|
buttonDown.UseVisualStyleBackColor = true;
|
|
buttonDown.Click += ButtonMove_Click;
|
|
//
|
|
// buttonUp
|
|
//
|
|
buttonUp.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
|
|
buttonUp.BackgroundImage = Lainer1.Properties.Resources._3;
|
|
buttonUp.BackgroundImageLayout = ImageLayout.Zoom;
|
|
buttonUp.Location = new Point(623, 287);
|
|
buttonUp.Name = "buttonUp";
|
|
buttonUp.Size = new Size(30, 30);
|
|
buttonUp.TabIndex = 5;
|
|
buttonUp.UseVisualStyleBackColor = true;
|
|
buttonUp.Click += ButtonMove_Click;
|
|
//
|
|
// ButtonCreateSuperLainer
|
|
//
|
|
ButtonCreateSuperLainer.Location = new Point(137, 356);
|
|
ButtonCreateSuperLainer.Name = "ButtonCreateSuperLainer";
|
|
ButtonCreateSuperLainer.Size = new Size(192, 29);
|
|
ButtonCreateSuperLainer.TabIndex = 6;
|
|
ButtonCreateSuperLainer.Text = "создать супер лайнер";
|
|
ButtonCreateSuperLainer.UseVisualStyleBackColor = true;
|
|
ButtonCreateSuperLainer.Click += ButtonCreateSuperLainer_Click;
|
|
//
|
|
// comboBoxStrategy
|
|
//
|
|
comboBoxStrategy.FormattingEnabled = true;
|
|
comboBoxStrategy.Items.AddRange(new object[] { "центр", "край" });
|
|
comboBoxStrategy.Location = new Point(566, 12);
|
|
comboBoxStrategy.Name = "comboBoxStrategy";
|
|
comboBoxStrategy.Size = new Size(151, 28);
|
|
comboBoxStrategy.TabIndex = 7;
|
|
//
|
|
// ButtonStep
|
|
//
|
|
ButtonStep.Location = new Point(623, 66);
|
|
ButtonStep.Name = "ButtonStep";
|
|
ButtonStep.Size = new Size(94, 29);
|
|
ButtonStep.TabIndex = 8;
|
|
ButtonStep.Text = "шаг";
|
|
ButtonStep.UseVisualStyleBackColor = true;
|
|
ButtonStep.Click += ButtonStep_Click;
|
|
//
|
|
// ButtonSelectLainer
|
|
//
|
|
ButtonSelectLainer.Location = new Point(369, 356);
|
|
ButtonSelectLainer.Name = "ButtonSelectLainer";
|
|
ButtonSelectLainer.Size = new Size(94, 29);
|
|
ButtonSelectLainer.TabIndex = 9;
|
|
ButtonSelectLainer.Text = "выбрать";
|
|
ButtonSelectLainer.UseVisualStyleBackColor = true;
|
|
ButtonSelectLainer.Click += ButtonSelectLainer_Click;
|
|
//
|
|
// LainerForm
|
|
//
|
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
ClientSize = new Size(729, 397);
|
|
Controls.Add(ButtonSelectLainer);
|
|
Controls.Add(ButtonStep);
|
|
Controls.Add(comboBoxStrategy);
|
|
Controls.Add(ButtonCreateSuperLainer);
|
|
Controls.Add(buttonUp);
|
|
Controls.Add(buttonDown);
|
|
Controls.Add(buttonLeft);
|
|
Controls.Add(buttonRight);
|
|
Controls.Add(ButtonCreate);
|
|
Controls.Add(pictureBoxLainer);
|
|
Name = "LainerForm";
|
|
Text = "LainerField";
|
|
((System.ComponentModel.ISupportInitialize)pictureBoxLainer).EndInit();
|
|
ResumeLayout(false);
|
|
PerformLayout();
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
|
private PictureBox pictureBoxLainer;
|
|
private Button ButtonCreate;
|
|
private Button buttonRight;
|
|
private Button buttonLeft;
|
|
private Button buttonDown;
|
|
private Button buttonUp;
|
|
private Button ButtonCreateSuperLainer;
|
|
private ComboBox comboBoxStrategy;
|
|
private Button ButtonStep;
|
|
private Button ButtonSelectLainer;
|
|
}
|
|
} |