185 lines
6.9 KiB
C#
185 lines
6.9 KiB
C#
namespace Catamaran
|
||
{
|
||
partial class FormCatamaran
|
||
{
|
||
|
||
private System.ComponentModel.IContainer components = null;
|
||
|
||
protected override void Dispose(bool disposing)
|
||
{
|
||
if (disposing && (components != null))
|
||
{
|
||
components.Dispose();
|
||
}
|
||
base.Dispose(disposing);
|
||
}
|
||
|
||
#region Windows Form Designer generated code
|
||
|
||
private void InitializeComponent()
|
||
{
|
||
pictureBox=new PictureBox();
|
||
buttonCreateBasic=new Button();
|
||
buttonUp=new Button();
|
||
buttonRight=new Button();
|
||
buttonDown=new Button();
|
||
buttonLeft=new Button();
|
||
buttonCreatePro=new Button();
|
||
comboBox=new ComboBox();
|
||
buttonStep=new Button();
|
||
buttonSelect=new Button();
|
||
((System.ComponentModel.ISupportInitialize)pictureBox).BeginInit();
|
||
SuspendLayout();
|
||
//
|
||
// pictureBox
|
||
//
|
||
pictureBox.Dock=DockStyle.Fill;
|
||
pictureBox.Location=new Point(0, 0);
|
||
pictureBox.Margin=new Padding(4, 5, 4, 5);
|
||
pictureBox.Name="pictureBox";
|
||
pictureBox.Size=new Size(1143, 750);
|
||
pictureBox.TabIndex=5;
|
||
pictureBox.TabStop=false;
|
||
pictureBox.Click+=ButtonMove_Click;
|
||
//
|
||
// buttonCreateBasic
|
||
//
|
||
buttonCreateBasic.Anchor=AnchorStyles.Bottom|AnchorStyles.Left;
|
||
buttonCreateBasic.Location=new Point(34, 638);
|
||
buttonCreateBasic.Margin=new Padding(4, 5, 4, 5);
|
||
buttonCreateBasic.Name="buttonCreateBasic";
|
||
buttonCreateBasic.Size=new Size(167, 73);
|
||
buttonCreateBasic.TabIndex=6;
|
||
buttonCreateBasic.Text="Создать база";
|
||
buttonCreateBasic.UseVisualStyleBackColor=true;
|
||
buttonCreateBasic.Click+=buttonCreate_Click;
|
||
//
|
||
// buttonUp
|
||
//
|
||
buttonUp.Anchor=AnchorStyles.Bottom|AnchorStyles.Right;
|
||
buttonUp.Location=new Point(979, 597);
|
||
buttonUp.Margin=new Padding(4, 5, 4, 5);
|
||
buttonUp.Name="buttonUp";
|
||
buttonUp.Size=new Size(43, 50);
|
||
buttonUp.TabIndex=10;
|
||
buttonUp.Text="⬆️";
|
||
buttonUp.UseVisualStyleBackColor=true;
|
||
buttonUp.Click+=ButtonMove_Click;
|
||
//
|
||
// buttonRight
|
||
//
|
||
buttonRight.Anchor=AnchorStyles.Bottom|AnchorStyles.Right;
|
||
buttonRight.Location=new Point(1030, 657);
|
||
buttonRight.Margin=new Padding(4, 5, 4, 5);
|
||
buttonRight.Name="buttonRight";
|
||
buttonRight.Size=new Size(43, 50);
|
||
buttonRight.TabIndex=9;
|
||
buttonRight.Text="➞";
|
||
buttonRight.UseVisualStyleBackColor=true;
|
||
buttonRight.Click+=ButtonMove_Click;
|
||
//
|
||
// buttonDown
|
||
//
|
||
buttonDown.Anchor=AnchorStyles.Bottom|AnchorStyles.Right;
|
||
buttonDown.Location=new Point(979, 657);
|
||
buttonDown.Margin=new Padding(4, 5, 4, 5);
|
||
buttonDown.Name="buttonDown";
|
||
buttonDown.Size=new Size(43, 50);
|
||
buttonDown.TabIndex=8;
|
||
buttonDown.Text="⬇️";
|
||
buttonDown.UseVisualStyleBackColor=true;
|
||
buttonDown.Click+=ButtonMove_Click;
|
||
//
|
||
// buttonLeft
|
||
//
|
||
buttonLeft.Anchor=AnchorStyles.Bottom|AnchorStyles.Right;
|
||
buttonLeft.Location=new Point(927, 657);
|
||
buttonLeft.Margin=new Padding(4, 5, 4, 5);
|
||
buttonLeft.Name="buttonLeft";
|
||
buttonLeft.Size=new Size(43, 50);
|
||
buttonLeft.TabIndex=7;
|
||
buttonLeft.Text="⬅️";
|
||
buttonLeft.UseVisualStyleBackColor=true;
|
||
buttonLeft.Click+=ButtonMove_Click;
|
||
//
|
||
// buttonCreatePro
|
||
//
|
||
buttonCreatePro.Anchor=AnchorStyles.Bottom|AnchorStyles.Left;
|
||
buttonCreatePro.Location=new Point(240, 638);
|
||
buttonCreatePro.Margin=new Padding(4, 5, 4, 5);
|
||
buttonCreatePro.Name="buttonCreatePro";
|
||
buttonCreatePro.Size=new Size(167, 73);
|
||
buttonCreatePro.TabIndex=11;
|
||
buttonCreatePro.Text="Создать про";
|
||
buttonCreatePro.UseVisualStyleBackColor=true;
|
||
buttonCreatePro.Click+=buttonCreatePro_Click;
|
||
//
|
||
// comboBox
|
||
//
|
||
comboBox.FormattingEnabled=true;
|
||
comboBox.Items.AddRange(new object[] { "центр", "прав. ниж. гр." });
|
||
comboBox.Location=new Point(953, 20);
|
||
comboBox.Margin=new Padding(4, 5, 4, 5);
|
||
comboBox.Name="comboBox";
|
||
comboBox.Size=new Size(170, 33);
|
||
comboBox.TabIndex=12;
|
||
//
|
||
// buttonStep
|
||
//
|
||
buttonStep.Location=new Point(953, 68);
|
||
buttonStep.Margin=new Padding(4, 5, 4, 5);
|
||
buttonStep.Name="buttonStep";
|
||
buttonStep.Size=new Size(173, 42);
|
||
buttonStep.TabIndex=13;
|
||
buttonStep.Text="шаг";
|
||
buttonStep.UseVisualStyleBackColor=true;
|
||
buttonStep.Click+=buttonStep_Click;
|
||
//
|
||
// buttonSelect
|
||
//
|
||
buttonSelect.ImageAlign=ContentAlignment.TopCenter;
|
||
buttonSelect.Location=new Point(431, 638);
|
||
buttonSelect.Name="buttonSelect";
|
||
buttonSelect.Size=new Size(197, 73);
|
||
buttonSelect.TabIndex=14;
|
||
buttonSelect.Text="Выбрать катамаран";
|
||
buttonSelect.UseVisualStyleBackColor=true;
|
||
buttonSelect.Click+=buttonSelect_Click;
|
||
//
|
||
// FormCatamaran
|
||
//
|
||
AutoScaleDimensions=new SizeF(10F, 25F);
|
||
AutoScaleMode=AutoScaleMode.Font;
|
||
ClientSize=new Size(1143, 750);
|
||
Controls.Add(buttonSelect);
|
||
Controls.Add(buttonStep);
|
||
Controls.Add(comboBox);
|
||
Controls.Add(buttonCreatePro);
|
||
Controls.Add(buttonUp);
|
||
Controls.Add(buttonRight);
|
||
Controls.Add(buttonDown);
|
||
Controls.Add(buttonLeft);
|
||
Controls.Add(buttonCreateBasic);
|
||
Controls.Add(pictureBox);
|
||
Margin=new Padding(4, 5, 4, 5);
|
||
Name="FormCatamaran";
|
||
Text="FormCatamaran";
|
||
((System.ComponentModel.ISupportInitialize)pictureBox).EndInit();
|
||
ResumeLayout(false);
|
||
}
|
||
|
||
#endregion
|
||
|
||
private Button UpBut;
|
||
private PictureBox pictureBox;
|
||
private Button buttonCreateBasic;
|
||
private Button buttonUp;
|
||
private Button buttonRight;
|
||
private Button buttonDown;
|
||
private Button buttonLeft;
|
||
private Button buttonCreatePro;
|
||
private ComboBox comboBox;
|
||
private Button buttonStep;
|
||
public Button buttonSelect;
|
||
}
|
||
} |