PIbd-23-Radaev-A.V.-20/Catamaran/FormCatamaran.Designer.cs
Аркадий Радаев eda14d9810 res
2023-10-31 12:27:43 +04:00

174 lines
6.6 KiB
C#
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
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();
((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;
//
// FormCatamaran
//
AutoScaleDimensions=new SizeF(10F, 25F);
AutoScaleMode=AutoScaleMode.Font;
ClientSize=new Size(1143, 750);
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 button1;
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;
}
}