227 lines
8.8 KiB
C#
227 lines
8.8 KiB
C#
namespace RoadTrain
|
|
{
|
|
partial class FormTrainCollection
|
|
{
|
|
/// <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()
|
|
{
|
|
panel1 = new Panel();
|
|
label2 = new Label();
|
|
panel2 = new Panel();
|
|
textBoxStorageName = new TextBox();
|
|
ButtonDelObject = new Button();
|
|
ButtonAddObject = new Button();
|
|
listBoxStorages = new ListBox();
|
|
InputTextBox = new TextBox();
|
|
ButtonRefreshCollection = new Button();
|
|
ButtonRemoveTrain = new Button();
|
|
ButtonAddTrain = new Button();
|
|
label1 = new Label();
|
|
pictureBoxCollection = new PictureBox();
|
|
label = new Label();
|
|
panel1.SuspendLayout();
|
|
panel2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)pictureBoxCollection).BeginInit();
|
|
SuspendLayout();
|
|
//
|
|
// panel1
|
|
//
|
|
panel1.Controls.Add(label2);
|
|
panel1.Controls.Add(panel2);
|
|
panel1.Controls.Add(InputTextBox);
|
|
panel1.Controls.Add(ButtonRefreshCollection);
|
|
panel1.Controls.Add(ButtonRemoveTrain);
|
|
panel1.Controls.Add(ButtonAddTrain);
|
|
panel1.Dock = DockStyle.Right;
|
|
panel1.Location = new Point(678, 0);
|
|
panel1.Margin = new Padding(3, 4, 3, 4);
|
|
panel1.Name = "panel1";
|
|
panel1.Size = new Size(236, 600);
|
|
panel1.TabIndex = 0;
|
|
//
|
|
// label2
|
|
//
|
|
label2.AutoSize = true;
|
|
label2.Location = new Point(43, 18);
|
|
label2.Name = "label2";
|
|
label2.Size = new Size(66, 20);
|
|
label2.TabIndex = 0;
|
|
label2.Text = "Наборы";
|
|
//
|
|
// panel2
|
|
//
|
|
panel2.Controls.Add(textBoxStorageName);
|
|
panel2.Controls.Add(ButtonDelObject);
|
|
panel2.Controls.Add(ButtonAddObject);
|
|
panel2.Controls.Add(listBoxStorages);
|
|
panel2.Location = new Point(24, 29);
|
|
panel2.Name = "panel2";
|
|
panel2.Size = new Size(190, 278);
|
|
panel2.TabIndex = 5;
|
|
//
|
|
// textBoxStorageName
|
|
//
|
|
textBoxStorageName.Location = new Point(21, 30);
|
|
textBoxStorageName.Name = "textBoxStorageName";
|
|
textBoxStorageName.Size = new Size(150, 27);
|
|
textBoxStorageName.TabIndex = 3;
|
|
//
|
|
// ButtonDelObject
|
|
//
|
|
ButtonDelObject.Location = new Point(21, 179);
|
|
ButtonDelObject.Name = "ButtonDelObject";
|
|
ButtonDelObject.Size = new Size(150, 29);
|
|
ButtonDelObject.TabIndex = 2;
|
|
ButtonDelObject.Text = "Удалить набор";
|
|
ButtonDelObject.UseVisualStyleBackColor = true;
|
|
ButtonDelObject.Click += ButtonDelObject_Click;
|
|
//
|
|
// ButtonAddObject
|
|
//
|
|
ButtonAddObject.Location = new Point(21, 77);
|
|
ButtonAddObject.Name = "ButtonAddObject";
|
|
ButtonAddObject.Size = new Size(150, 29);
|
|
ButtonAddObject.TabIndex = 1;
|
|
ButtonAddObject.Text = "Добавить набор";
|
|
ButtonAddObject.UseVisualStyleBackColor = true;
|
|
ButtonAddObject.Click += ButtonAddObject_Click;
|
|
//
|
|
// listBoxStorages
|
|
//
|
|
listBoxStorages.FormattingEnabled = true;
|
|
listBoxStorages.ItemHeight = 20;
|
|
listBoxStorages.Location = new Point(21, 121);
|
|
listBoxStorages.Name = "listBoxStorages";
|
|
listBoxStorages.Size = new Size(150, 44);
|
|
listBoxStorages.TabIndex = 0;
|
|
listBoxStorages.SelectedIndexChanged += ListBoxStorages_SelectedIndexChanged;
|
|
//
|
|
// InputTextBox
|
|
//
|
|
InputTextBox.Location = new Point(59, 384);
|
|
InputTextBox.Margin = new Padding(3, 4, 3, 4);
|
|
InputTextBox.Name = "InputTextBox";
|
|
InputTextBox.Size = new Size(114, 27);
|
|
InputTextBox.TabIndex = 4;
|
|
//
|
|
// ButtonRefreshCollection
|
|
//
|
|
ButtonRefreshCollection.Location = new Point(45, 485);
|
|
ButtonRefreshCollection.Margin = new Padding(3, 4, 3, 4);
|
|
ButtonRefreshCollection.Name = "ButtonRefreshCollection";
|
|
ButtonRefreshCollection.Size = new Size(144, 59);
|
|
ButtonRefreshCollection.TabIndex = 3;
|
|
ButtonRefreshCollection.Text = "Обновить коллекцию";
|
|
ButtonRefreshCollection.UseVisualStyleBackColor = true;
|
|
ButtonRefreshCollection.Click += ButtonRefreshCollection_Click;
|
|
//
|
|
// ButtonRemoveTrain
|
|
//
|
|
ButtonRemoveTrain.Location = new Point(45, 428);
|
|
ButtonRemoveTrain.Margin = new Padding(3, 4, 3, 4);
|
|
ButtonRemoveTrain.Name = "ButtonRemoveTrain";
|
|
ButtonRemoveTrain.Size = new Size(144, 40);
|
|
ButtonRemoveTrain.TabIndex = 2;
|
|
ButtonRemoveTrain.Text = "Удалить поезд";
|
|
ButtonRemoveTrain.UseVisualStyleBackColor = true;
|
|
ButtonRemoveTrain.Click += ButtonRemoveTrain_Click;
|
|
//
|
|
// ButtonAddTrain
|
|
//
|
|
ButtonAddTrain.Location = new Point(45, 322);
|
|
ButtonAddTrain.Margin = new Padding(3, 4, 3, 4);
|
|
ButtonAddTrain.Name = "ButtonAddTrain";
|
|
ButtonAddTrain.Size = new Size(144, 44);
|
|
ButtonAddTrain.TabIndex = 1;
|
|
ButtonAddTrain.Text = "Добавить поезд";
|
|
ButtonAddTrain.UseVisualStyleBackColor = true;
|
|
ButtonAddTrain.Click += ButtonAddTrain_Click;
|
|
//
|
|
// label1
|
|
//
|
|
label1.Location = new Point(0, 0);
|
|
label1.Name = "label1";
|
|
label1.Size = new Size(114, 31);
|
|
label1.TabIndex = 2;
|
|
//
|
|
// pictureBoxCollection
|
|
//
|
|
pictureBoxCollection.Dock = DockStyle.Fill;
|
|
pictureBoxCollection.Location = new Point(0, 0);
|
|
pictureBoxCollection.Margin = new Padding(3, 4, 3, 4);
|
|
pictureBoxCollection.Name = "pictureBoxCollection";
|
|
pictureBoxCollection.Size = new Size(678, 600);
|
|
pictureBoxCollection.TabIndex = 1;
|
|
pictureBoxCollection.TabStop = false;
|
|
//
|
|
// label
|
|
//
|
|
label.AutoSize = true;
|
|
label.Location = new Point(718, 16);
|
|
label.Name = "label";
|
|
label.Size = new Size(103, 20);
|
|
label.TabIndex = 5;
|
|
label.Text = "Инструменты";
|
|
//
|
|
// FormTrainCollection
|
|
//
|
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
ClientSize = new Size(914, 600);
|
|
Controls.Add(label);
|
|
Controls.Add(pictureBoxCollection);
|
|
Controls.Add(panel1);
|
|
Controls.Add(label1);
|
|
Margin = new Padding(3, 4, 3, 4);
|
|
Name = "FormTrainCollection";
|
|
Text = "FormTrainCollection";
|
|
panel1.ResumeLayout(false);
|
|
panel1.PerformLayout();
|
|
panel2.ResumeLayout(false);
|
|
panel2.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)pictureBoxCollection).EndInit();
|
|
ResumeLayout(false);
|
|
PerformLayout();
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Panel panel1;
|
|
private Button ButtonAddTrain;
|
|
private Label label1;
|
|
private TextBox InputTextBox;
|
|
private Button ButtonRefreshCollection;
|
|
private Button ButtonRemoveTrain;
|
|
private PictureBox pictureBoxCollection;
|
|
private Label label;
|
|
private Label label2;
|
|
private Panel panel2;
|
|
private ListBox listBoxStorages;
|
|
private Button ButtonDelObject;
|
|
private Button ButtonAddObject;
|
|
private TextBox textBoxStorageName;
|
|
}
|
|
} |