2023-10-31 12:23:01 +04:00
|
|
|
|
namespace Catamaran
|
|
|
|
|
{
|
|
|
|
|
partial class FormCatamaran
|
|
|
|
|
{
|
2023-11-25 20:02:11 +04:00
|
|
|
|
|
2023-10-31 12:23:01 +04:00
|
|
|
|
private System.ComponentModel.IContainer components = null;
|
2023-11-12 11:28:15 +04:00
|
|
|
|
|
2023-10-31 12:23:01 +04:00
|
|
|
|
protected override void Dispose(bool disposing)
|
|
|
|
|
{
|
|
|
|
|
if (disposing && (components != null))
|
|
|
|
|
{
|
|
|
|
|
components.Dispose();
|
|
|
|
|
}
|
|
|
|
|
base.Dispose(disposing);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
|
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
2023-11-25 20:02:11 +04:00
|
|
|
|
pictureBox=new PictureBox();
|
2023-10-31 12:27:43 +04:00
|
|
|
|
buttonCreateBasic=new Button();
|
2023-10-31 12:23:01 +04:00
|
|
|
|
buttonUp=new Button();
|
|
|
|
|
buttonRight=new Button();
|
|
|
|
|
buttonDown=new Button();
|
|
|
|
|
buttonLeft=new Button();
|
2023-10-31 12:27:43 +04:00
|
|
|
|
buttonCreatePro=new Button();
|
|
|
|
|
comboBox=new ComboBox();
|
|
|
|
|
buttonStep=new Button();
|
2023-11-12 11:28:15 +04:00
|
|
|
|
buttonSelect=new Button();
|
2023-11-25 20:02:11 +04:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)pictureBox).BeginInit();
|
2023-10-31 12:23:01 +04:00
|
|
|
|
SuspendLayout();
|
|
|
|
|
//
|
2023-11-25 20:02:11 +04:00
|
|
|
|
// pictureBox
|
2023-10-31 12:23:01 +04:00
|
|
|
|
//
|
2023-11-25 20:02:11 +04:00
|
|
|
|
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;
|
2023-10-31 12:23:01 +04:00
|
|
|
|
//
|
2023-10-31 12:27:43 +04:00
|
|
|
|
// buttonCreateBasic
|
2023-10-31 12:23:01 +04:00
|
|
|
|
//
|
2023-10-31 12:27:43 +04:00
|
|
|
|
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;
|
2023-10-31 12:23:01 +04:00
|
|
|
|
//
|
|
|
|
|
// buttonUp
|
|
|
|
|
//
|
|
|
|
|
buttonUp.Anchor=AnchorStyles.Bottom|AnchorStyles.Right;
|
2023-10-31 12:27:43 +04:00
|
|
|
|
buttonUp.Location=new Point(979, 597);
|
|
|
|
|
buttonUp.Margin=new Padding(4, 5, 4, 5);
|
2023-10-31 12:23:01 +04:00
|
|
|
|
buttonUp.Name="buttonUp";
|
2023-10-31 12:27:43 +04:00
|
|
|
|
buttonUp.Size=new Size(43, 50);
|
2023-10-31 12:23:01 +04:00
|
|
|
|
buttonUp.TabIndex=10;
|
|
|
|
|
buttonUp.Text="⬆️";
|
|
|
|
|
buttonUp.UseVisualStyleBackColor=true;
|
|
|
|
|
buttonUp.Click+=ButtonMove_Click;
|
|
|
|
|
//
|
|
|
|
|
// buttonRight
|
|
|
|
|
//
|
|
|
|
|
buttonRight.Anchor=AnchorStyles.Bottom|AnchorStyles.Right;
|
2023-10-31 12:27:43 +04:00
|
|
|
|
buttonRight.Location=new Point(1030, 657);
|
|
|
|
|
buttonRight.Margin=new Padding(4, 5, 4, 5);
|
2023-10-31 12:23:01 +04:00
|
|
|
|
buttonRight.Name="buttonRight";
|
2023-10-31 12:27:43 +04:00
|
|
|
|
buttonRight.Size=new Size(43, 50);
|
2023-10-31 12:23:01 +04:00
|
|
|
|
buttonRight.TabIndex=9;
|
|
|
|
|
buttonRight.Text="➞";
|
|
|
|
|
buttonRight.UseVisualStyleBackColor=true;
|
|
|
|
|
buttonRight.Click+=ButtonMove_Click;
|
|
|
|
|
//
|
|
|
|
|
// buttonDown
|
|
|
|
|
//
|
|
|
|
|
buttonDown.Anchor=AnchorStyles.Bottom|AnchorStyles.Right;
|
2023-10-31 12:27:43 +04:00
|
|
|
|
buttonDown.Location=new Point(979, 657);
|
|
|
|
|
buttonDown.Margin=new Padding(4, 5, 4, 5);
|
2023-10-31 12:23:01 +04:00
|
|
|
|
buttonDown.Name="buttonDown";
|
2023-10-31 12:27:43 +04:00
|
|
|
|
buttonDown.Size=new Size(43, 50);
|
2023-10-31 12:23:01 +04:00
|
|
|
|
buttonDown.TabIndex=8;
|
|
|
|
|
buttonDown.Text="⬇️";
|
|
|
|
|
buttonDown.UseVisualStyleBackColor=true;
|
|
|
|
|
buttonDown.Click+=ButtonMove_Click;
|
|
|
|
|
//
|
|
|
|
|
// buttonLeft
|
|
|
|
|
//
|
|
|
|
|
buttonLeft.Anchor=AnchorStyles.Bottom|AnchorStyles.Right;
|
2023-10-31 12:27:43 +04:00
|
|
|
|
buttonLeft.Location=new Point(927, 657);
|
|
|
|
|
buttonLeft.Margin=new Padding(4, 5, 4, 5);
|
2023-10-31 12:23:01 +04:00
|
|
|
|
buttonLeft.Name="buttonLeft";
|
2023-10-31 12:27:43 +04:00
|
|
|
|
buttonLeft.Size=new Size(43, 50);
|
2023-10-31 12:23:01 +04:00
|
|
|
|
buttonLeft.TabIndex=7;
|
|
|
|
|
buttonLeft.Text="⬅️";
|
|
|
|
|
buttonLeft.UseVisualStyleBackColor=true;
|
|
|
|
|
buttonLeft.Click+=ButtonMove_Click;
|
|
|
|
|
//
|
2023-10-31 12:27:43 +04:00
|
|
|
|
// 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;
|
|
|
|
|
//
|
2023-11-12 11:28:15 +04:00
|
|
|
|
// 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;
|
|
|
|
|
//
|
2023-10-31 12:23:01 +04:00
|
|
|
|
// FormCatamaran
|
|
|
|
|
//
|
2023-10-31 12:27:43 +04:00
|
|
|
|
AutoScaleDimensions=new SizeF(10F, 25F);
|
2023-10-31 12:23:01 +04:00
|
|
|
|
AutoScaleMode=AutoScaleMode.Font;
|
2023-10-31 12:27:43 +04:00
|
|
|
|
ClientSize=new Size(1143, 750);
|
2023-11-12 11:28:15 +04:00
|
|
|
|
Controls.Add(buttonSelect);
|
2023-10-31 12:27:43 +04:00
|
|
|
|
Controls.Add(buttonStep);
|
|
|
|
|
Controls.Add(comboBox);
|
|
|
|
|
Controls.Add(buttonCreatePro);
|
2023-10-31 12:23:01 +04:00
|
|
|
|
Controls.Add(buttonUp);
|
|
|
|
|
Controls.Add(buttonRight);
|
|
|
|
|
Controls.Add(buttonDown);
|
|
|
|
|
Controls.Add(buttonLeft);
|
2023-10-31 12:27:43 +04:00
|
|
|
|
Controls.Add(buttonCreateBasic);
|
2023-11-25 20:02:11 +04:00
|
|
|
|
Controls.Add(pictureBox);
|
2023-10-31 12:27:43 +04:00
|
|
|
|
Margin=new Padding(4, 5, 4, 5);
|
2023-10-31 12:23:01 +04:00
|
|
|
|
Name="FormCatamaran";
|
|
|
|
|
Text="FormCatamaran";
|
2023-11-25 20:02:11 +04:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)pictureBox).EndInit();
|
2023-10-31 12:23:01 +04:00
|
|
|
|
ResumeLayout(false);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private Button UpBut;
|
2023-11-25 20:02:11 +04:00
|
|
|
|
private PictureBox pictureBox;
|
2023-10-31 12:27:43 +04:00
|
|
|
|
private Button buttonCreateBasic;
|
2023-10-31 12:23:01 +04:00
|
|
|
|
private Button buttonUp;
|
|
|
|
|
private Button buttonRight;
|
|
|
|
|
private Button buttonDown;
|
|
|
|
|
private Button buttonLeft;
|
2023-10-31 12:27:43 +04:00
|
|
|
|
private Button buttonCreatePro;
|
|
|
|
|
private ComboBox comboBox;
|
|
|
|
|
private Button buttonStep;
|
2023-11-12 11:28:15 +04:00
|
|
|
|
public Button buttonSelect;
|
2023-10-31 12:23:01 +04:00
|
|
|
|
}
|
|
|
|
|
}
|