PIbd-23-Radaev-A.V.-20/Catamaran/FormCatamaranCollection.Designer.cs
Аркадий Радаев a9f980816e res
2023-11-19 12:36:59 +04:00

179 lines
6.9 KiB
C#

namespace Catamaran
{
partial class FormCatamaranCollection
{
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()
{
groupBoxCollection=new GroupBox();
maskedTextBox=new MaskedTextBox();
buttonUpdateCollection=new Button();
buttonDeleteCat=new Button();
buttonAddCat=new Button();
pictureBoxCollection=new PictureBox();
setsBox=new GroupBox();
AddSetButton=new Button();
setAddBox=new TextBox();
SetslistBox=new ListBox();
DeleteSetButton=new Button();
groupBoxCollection.SuspendLayout();
((System.ComponentModel.ISupportInitialize)pictureBoxCollection).BeginInit();
setsBox.SuspendLayout();
SuspendLayout();
//
// groupBoxCollection
//
groupBoxCollection.Controls.Add(setsBox);
groupBoxCollection.Controls.Add(maskedTextBox);
groupBoxCollection.Controls.Add(buttonUpdateCollection);
groupBoxCollection.Controls.Add(buttonDeleteCat);
groupBoxCollection.Controls.Add(buttonAddCat);
groupBoxCollection.Location=new Point(889, 12);
groupBoxCollection.Name="groupBoxCollection";
groupBoxCollection.Size=new Size(242, 738);
groupBoxCollection.TabIndex=0;
groupBoxCollection.TabStop=false;
groupBoxCollection.Text="Инструменты";
//
// maskedTextBox
//
maskedTextBox.Location=new Point(21, 537);
maskedTextBox.Name="maskedTextBox";
maskedTextBox.Size=new Size(204, 31);
maskedTextBox.TabIndex=2;
//
// buttonUpdateCollection
//
buttonUpdateCollection.Location=new Point(21, 666);
buttonUpdateCollection.Name="buttonUpdateCollection";
buttonUpdateCollection.Size=new Size(204, 54);
buttonUpdateCollection.TabIndex=2;
buttonUpdateCollection.Text="Обновить коллекцию";
buttonUpdateCollection.UseVisualStyleBackColor=true;
buttonUpdateCollection.Click+=ButtonRefreshCollection_Click;
//
// buttonDeleteCat
//
buttonDeleteCat.Location=new Point(21, 584);
buttonDeleteCat.Name="buttonDeleteCat";
buttonDeleteCat.Size=new Size(204, 54);
buttonDeleteCat.TabIndex=1;
buttonDeleteCat.Text="Удалить катамаран";
buttonDeleteCat.UseVisualStyleBackColor=true;
buttonDeleteCat.Click+=ButtonRemoveCatamaran_Click;
//
// buttonAddCat
//
buttonAddCat.Location=new Point(21, 465);
buttonAddCat.Name="buttonAddCat";
buttonAddCat.Size=new Size(204, 54);
buttonAddCat.TabIndex=0;
buttonAddCat.Text="Добавить катамаран";
buttonAddCat.UseVisualStyleBackColor=true;
buttonAddCat.Click+=ButtonAddCatamaran_Click;
//
// pictureBoxCollection
//
pictureBoxCollection.Location=new Point(0, 0);
pictureBoxCollection.Name="pictureBoxCollection";
pictureBoxCollection.Size=new Size(883, 750);
pictureBoxCollection.TabIndex=1;
pictureBoxCollection.TabStop=false;
//
// setsBox
//
setsBox.Controls.Add(DeleteSetButton);
setsBox.Controls.Add(SetslistBox);
setsBox.Controls.Add(setAddBox);
setsBox.Controls.Add(AddSetButton);
setsBox.Location=new Point(6, 45);
setsBox.Name="setsBox";
setsBox.RightToLeft=RightToLeft.No;
setsBox.Size=new Size(219, 374);
setsBox.TabIndex=3;
setsBox.TabStop=false;
setsBox.Text="Наборы";
//
// AddSetButton
//
AddSetButton.Location=new Point(15, 71);
AddSetButton.Name="AddSetButton";
AddSetButton.Size=new Size(190, 54);
AddSetButton.TabIndex=0;
AddSetButton.Text="Добавить набор";
AddSetButton.UseVisualStyleBackColor=true;
AddSetButton.Click+=ButtonAddStorage_Click;
//
// setAddBox
//
setAddBox.Location=new Point(15, 34);
setAddBox.Name="setAddBox";
setAddBox.Size=new Size(190, 31);
setAddBox.TabIndex=1;
//
// SetslistBox
//
SetslistBox.FormattingEnabled=true;
SetslistBox.ItemHeight=25;
SetslistBox.Location=new Point(15, 131);
SetslistBox.Name="SetslistBox";
SetslistBox.Size=new Size(190, 129);
SetslistBox.TabIndex=2;
SetslistBox.SelectedIndexChanged += ListBoxObjects_SelectedIndexChanged;
//
// DeleteSetButton
//
DeleteSetButton.Location=new Point(15, 279);
DeleteSetButton.Name="DeleteSetButton";
DeleteSetButton.Size=new Size(190, 64);
DeleteSetButton.TabIndex=3;
DeleteSetButton.Text="Удалить набор";
DeleteSetButton.UseVisualStyleBackColor=true;
DeleteSetButton.Click+=ButtonDeleteStorage_Click;
//
// FormCatamaranCollection
//
AutoScaleDimensions=new SizeF(10F, 25F);
AutoScaleMode=AutoScaleMode.Font;
ClientSize=new Size(1143, 750);
Controls.Add(pictureBoxCollection);
Controls.Add(groupBoxCollection);
Name="FormCatamaranCollection";
Text="FormCatamaranCollection";
groupBoxCollection.ResumeLayout(false);
groupBoxCollection.PerformLayout();
((System.ComponentModel.ISupportInitialize)pictureBoxCollection).EndInit();
setsBox.ResumeLayout(false);
setsBox.PerformLayout();
ResumeLayout(false);
}
#endregion
private GroupBox groupBoxCollection;
private Button buttonAddCat;
private Button buttonUpdateCollection;
private Button buttonDeleteCat;
private MaskedTextBox maskedTextBox;
public PictureBox pictureBoxCollection;
private GroupBox setsBox;
private Button DeleteSetButton;
private ListBox SetslistBox;
private TextBox setAddBox;
private Button AddSetButton;
}
}