PIbd-23_Starostin_I.K._Lain.../lainer/Lainer1/FormLainerCollection.Designer.cs

109 lines
4.2 KiB
C#
Raw Normal View History

2023-12-08 21:10:19 +04:00
namespace ProjectLainer
{
partial class FormLainerCollection
{
/// <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()
{
pictureBoxCollection = new PictureBox();
ButtonAddLainer = new Button();
ButtonRemove = new Button();
ButtonRefresh = new Button();
maskedTextBoxNumber = new MaskedTextBox();
((System.ComponentModel.ISupportInitialize)pictureBoxCollection).BeginInit();
SuspendLayout();
//
// pictureBoxCollection
//
pictureBoxCollection.Location = new Point(16, 14);
pictureBoxCollection.Name = "pictureBoxCollection";
pictureBoxCollection.Size = new Size(781, 297);
pictureBoxCollection.TabIndex = 0;
pictureBoxCollection.TabStop = false;
//
// ButtonAddLainer
//
ButtonAddLainer.Location = new Point(813, 40);
ButtonAddLainer.Name = "ButtonAddLainer";
ButtonAddLainer.Size = new Size(154, 52);
ButtonAddLainer.TabIndex = 1;
ButtonAddLainer.Text = "добавить лайнер";
ButtonAddLainer.UseVisualStyleBackColor = true;
ButtonAddLainer.Click += ButtonAddLainer_Click;
//
// ButtonRemove
//
ButtonRemove.Location = new Point(812, 158);
ButtonRemove.Name = "ButtonRemove";
ButtonRemove.Size = new Size(139, 65);
ButtonRemove.TabIndex = 2;
ButtonRemove.Text = "удалить лайнер";
ButtonRemove.UseVisualStyleBackColor = true;
ButtonRemove.Click += ButtonRemove_Click;
//
// ButtonRefresh
//
ButtonRefresh.Location = new Point(803, 247);
ButtonRefresh.Name = "ButtonRefresh";
ButtonRefresh.Size = new Size(164, 54);
ButtonRefresh.TabIndex = 3;
ButtonRefresh.Text = "обновить коллекцию";
ButtonRefresh.UseVisualStyleBackColor = true;
ButtonRefresh.Click += ButtonRefresh_Click;
//
// maskedTextBoxNumber
//
maskedTextBoxNumber.Location = new Point(826, 111);
maskedTextBoxNumber.Name = "maskedTextBoxNumber";
maskedTextBoxNumber.Size = new Size(125, 27);
maskedTextBoxNumber.TabIndex = 4;
//
// FormLainerCollection
//
AutoScaleDimensions = new SizeF(8F, 20F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(1003, 450);
Controls.Add(maskedTextBoxNumber);
Controls.Add(ButtonRefresh);
Controls.Add(ButtonRemove);
Controls.Add(ButtonAddLainer);
Controls.Add(pictureBoxCollection);
Name = "FormLainerCollection";
Text = "FormLainerCollection";
((System.ComponentModel.ISupportInitialize)pictureBoxCollection).EndInit();
ResumeLayout(false);
PerformLayout();
}
#endregion
private PictureBox pictureBoxCollection;
private Button ButtonAddLainer;
private Button ButtonRemove;
private Button ButtonRefresh;
private MaskedTextBox maskedTextBoxNumber;
}
}