2023-11-30 03:15:19 +04:00
|
|
|
|
|
|
|
|
|
namespace ProjectBulldozer
|
2023-11-30 02:11:18 +04:00
|
|
|
|
{
|
|
|
|
|
partial class FormTractorCollections
|
|
|
|
|
{
|
2023-11-30 03:15:19 +04:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required designer variable.
|
|
|
|
|
/// </summary>
|
2023-11-30 02:11:18 +04:00
|
|
|
|
private System.ComponentModel.IContainer components = null;
|
2023-11-30 03:15:19 +04:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Clean up any resources being used.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
2023-11-30 02:11:18 +04:00
|
|
|
|
protected override void Dispose(bool disposing)
|
|
|
|
|
{
|
|
|
|
|
if (disposing && (components != null))
|
|
|
|
|
{
|
|
|
|
|
components.Dispose();
|
|
|
|
|
}
|
|
|
|
|
base.Dispose(disposing);
|
|
|
|
|
}
|
|
|
|
|
#region Windows Form Designer generated code
|
2023-11-30 03:15:19 +04:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required method for Designer support - do not modify
|
|
|
|
|
/// the contents of this method with the code editor.
|
|
|
|
|
/// </summary>
|
2023-11-30 02:11:18 +04:00
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
2023-11-30 02:46:03 +04:00
|
|
|
|
components = new System.ComponentModel.Container();
|
2023-11-30 02:11:18 +04:00
|
|
|
|
maskedTextBoxNumber = new MaskedTextBox();
|
|
|
|
|
ButtonRefreshCollection = new Button();
|
|
|
|
|
ButtonRemoveTractor = new Button();
|
|
|
|
|
ButtonAddTractor = new Button();
|
|
|
|
|
pictureBoxCollections = new PictureBox();
|
2023-11-30 02:46:03 +04:00
|
|
|
|
textBoxStorageName = new TextBox();
|
|
|
|
|
bindingSource1 = new BindingSource(components);
|
|
|
|
|
bindingSource2 = new BindingSource(components);
|
|
|
|
|
groupBox1 = new GroupBox();
|
|
|
|
|
listBoxStorage = new ListBox();
|
|
|
|
|
ButtonAddObject = new Button();
|
|
|
|
|
ButtonRemoveObject = new Button();
|
|
|
|
|
Instruments = new GroupBox();
|
2023-11-30 02:11:18 +04:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)pictureBoxCollections).BeginInit();
|
2023-11-30 02:46:03 +04:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)bindingSource1).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)bindingSource2).BeginInit();
|
|
|
|
|
groupBox1.SuspendLayout();
|
|
|
|
|
Instruments.SuspendLayout();
|
2023-11-30 02:11:18 +04:00
|
|
|
|
SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// maskedTextBoxNumber
|
|
|
|
|
//
|
2023-11-30 02:46:03 +04:00
|
|
|
|
maskedTextBoxNumber.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
|
|
|
|
maskedTextBoxNumber.Location = new Point(33, 399);
|
2023-11-30 02:11:18 +04:00
|
|
|
|
maskedTextBoxNumber.Margin = new Padding(3, 2, 3, 2);
|
|
|
|
|
maskedTextBoxNumber.Mask = "0";
|
|
|
|
|
maskedTextBoxNumber.Name = "maskedTextBoxNumber";
|
2023-11-30 02:46:03 +04:00
|
|
|
|
maskedTextBoxNumber.Size = new Size(131, 23);
|
2023-11-30 02:11:18 +04:00
|
|
|
|
maskedTextBoxNumber.TabIndex = 4;
|
|
|
|
|
//
|
|
|
|
|
// ButtonRefreshCollection
|
|
|
|
|
//
|
2023-11-30 02:46:03 +04:00
|
|
|
|
ButtonRefreshCollection.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
|
|
|
|
|
ButtonRefreshCollection.Location = new Point(33, 499);
|
2023-11-30 02:11:18 +04:00
|
|
|
|
ButtonRefreshCollection.Margin = new Padding(3, 2, 3, 2);
|
|
|
|
|
ButtonRefreshCollection.Name = "ButtonRefreshCollection";
|
2023-11-30 02:46:03 +04:00
|
|
|
|
ButtonRefreshCollection.Size = new Size(131, 31);
|
2023-11-30 02:11:18 +04:00
|
|
|
|
ButtonRefreshCollection.TabIndex = 2;
|
2023-11-30 02:46:03 +04:00
|
|
|
|
ButtonRefreshCollection.Text = "Обновить все";
|
2023-11-30 02:11:18 +04:00
|
|
|
|
ButtonRefreshCollection.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// ButtonRemoveTractor
|
|
|
|
|
//
|
2023-11-30 02:46:03 +04:00
|
|
|
|
ButtonRemoveTractor.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
|
|
|
|
|
ButtonRemoveTractor.Location = new Point(33, 444);
|
2023-11-30 02:11:18 +04:00
|
|
|
|
ButtonRemoveTractor.Margin = new Padding(3, 2, 3, 2);
|
|
|
|
|
ButtonRemoveTractor.Name = "ButtonRemoveTractor";
|
2023-11-30 02:46:03 +04:00
|
|
|
|
ButtonRemoveTractor.Size = new Size(131, 33);
|
2023-11-30 02:11:18 +04:00
|
|
|
|
ButtonRemoveTractor.TabIndex = 1;
|
|
|
|
|
ButtonRemoveTractor.Text = "Удалить объект";
|
|
|
|
|
ButtonRemoveTractor.UseVisualStyleBackColor = true;
|
|
|
|
|
ButtonRemoveTractor.Click += ButtonRemoveTractor_Click;
|
|
|
|
|
//
|
|
|
|
|
// ButtonAddTractor
|
|
|
|
|
//
|
2023-11-30 02:46:03 +04:00
|
|
|
|
ButtonAddTractor.Anchor = AnchorStyles.Top;
|
|
|
|
|
ButtonAddTractor.Location = new Point(33, 346);
|
2023-11-30 02:11:18 +04:00
|
|
|
|
ButtonAddTractor.Margin = new Padding(3, 2, 3, 2);
|
|
|
|
|
ButtonAddTractor.Name = "ButtonAddTractor";
|
2023-11-30 02:46:03 +04:00
|
|
|
|
ButtonAddTractor.Size = new Size(131, 29);
|
2023-11-30 02:11:18 +04:00
|
|
|
|
ButtonAddTractor.TabIndex = 0;
|
|
|
|
|
ButtonAddTractor.Text = "Добавить объект";
|
|
|
|
|
ButtonAddTractor.UseVisualStyleBackColor = true;
|
|
|
|
|
ButtonAddTractor.Click += ButtonAddTractor_Click;
|
|
|
|
|
//
|
|
|
|
|
// pictureBoxCollections
|
|
|
|
|
//
|
2023-11-30 02:46:03 +04:00
|
|
|
|
pictureBoxCollections.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
|
|
|
|
|
pictureBoxCollections.Location = new Point(4, 4);
|
2023-11-30 02:11:18 +04:00
|
|
|
|
pictureBoxCollections.Margin = new Padding(3, 2, 3, 2);
|
|
|
|
|
pictureBoxCollections.Name = "pictureBoxCollections";
|
2023-11-30 02:46:03 +04:00
|
|
|
|
pictureBoxCollections.Size = new Size(693, 541);
|
2023-11-30 02:11:18 +04:00
|
|
|
|
pictureBoxCollections.TabIndex = 1;
|
|
|
|
|
pictureBoxCollections.TabStop = false;
|
2023-11-30 02:46:03 +04:00
|
|
|
|
//
|
|
|
|
|
// textBoxStorageName
|
|
|
|
|
//
|
|
|
|
|
textBoxStorageName.Location = new Point(27, 32);
|
|
|
|
|
textBoxStorageName.Name = "textBoxStorageName";
|
|
|
|
|
textBoxStorageName.Size = new Size(131, 23);
|
|
|
|
|
textBoxStorageName.TabIndex = 5;
|
|
|
|
|
textBoxStorageName.TextChanged += textBoxStorageName_TextChanged;
|
|
|
|
|
//
|
|
|
|
|
// groupBox1
|
|
|
|
|
//
|
|
|
|
|
groupBox1.Controls.Add(listBoxStorage);
|
|
|
|
|
groupBox1.Controls.Add(ButtonAddObject);
|
|
|
|
|
groupBox1.Controls.Add(ButtonRemoveObject);
|
|
|
|
|
groupBox1.Controls.Add(textBoxStorageName);
|
|
|
|
|
groupBox1.Location = new Point(6, 22);
|
|
|
|
|
groupBox1.Name = "groupBox1";
|
|
|
|
|
groupBox1.Size = new Size(189, 296);
|
|
|
|
|
groupBox1.TabIndex = 5;
|
|
|
|
|
groupBox1.TabStop = false;
|
|
|
|
|
groupBox1.Text = "Наборы";
|
|
|
|
|
//
|
|
|
|
|
// listBoxStorage
|
|
|
|
|
//
|
|
|
|
|
listBoxStorage.FormattingEnabled = true;
|
|
|
|
|
listBoxStorage.ItemHeight = 15;
|
|
|
|
|
listBoxStorage.Location = new Point(27, 122);
|
|
|
|
|
listBoxStorage.Name = "listBoxStorage";
|
|
|
|
|
listBoxStorage.Size = new Size(131, 94);
|
|
|
|
|
listBoxStorage.TabIndex = 9;
|
|
|
|
|
listBoxStorage.SelectedIndexChanged += listBoxStorage_SelectedIndexChanged;
|
|
|
|
|
//
|
|
|
|
|
// ButtonAddObject
|
|
|
|
|
//
|
|
|
|
|
ButtonAddObject.Anchor = AnchorStyles.Top;
|
|
|
|
|
ButtonAddObject.Location = new Point(27, 72);
|
|
|
|
|
ButtonAddObject.Margin = new Padding(3, 2, 3, 2);
|
|
|
|
|
ButtonAddObject.Name = "ButtonAddObject";
|
|
|
|
|
ButtonAddObject.Size = new Size(131, 29);
|
|
|
|
|
ButtonAddObject.TabIndex = 7;
|
|
|
|
|
ButtonAddObject.Text = "Добавить набор";
|
|
|
|
|
ButtonAddObject.UseVisualStyleBackColor = true;
|
|
|
|
|
ButtonAddObject.Click += ButtonAddObject_Click;
|
|
|
|
|
//
|
|
|
|
|
// ButtonRemoveObject
|
|
|
|
|
//
|
|
|
|
|
ButtonRemoveObject.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
|
|
|
|
|
ButtonRemoveObject.Location = new Point(27, 244);
|
|
|
|
|
ButtonRemoveObject.Margin = new Padding(3, 2, 3, 2);
|
|
|
|
|
ButtonRemoveObject.Name = "ButtonRemoveObject";
|
|
|
|
|
ButtonRemoveObject.Size = new Size(131, 33);
|
|
|
|
|
ButtonRemoveObject.TabIndex = 8;
|
|
|
|
|
ButtonRemoveObject.Text = "Удалить набор";
|
|
|
|
|
ButtonRemoveObject.UseVisualStyleBackColor = true;
|
|
|
|
|
ButtonRemoveObject.Click += ButtonRemoveObject_Click;
|
|
|
|
|
//
|
|
|
|
|
// Instruments
|
|
|
|
|
//
|
|
|
|
|
Instruments.Controls.Add(ButtonRefreshCollection);
|
|
|
|
|
Instruments.Controls.Add(groupBox1);
|
|
|
|
|
Instruments.Controls.Add(maskedTextBoxNumber);
|
|
|
|
|
Instruments.Controls.Add(ButtonAddTractor);
|
|
|
|
|
Instruments.Controls.Add(ButtonRemoveTractor);
|
|
|
|
|
Instruments.Location = new Point(697, 4);
|
|
|
|
|
Instruments.Name = "Instruments";
|
|
|
|
|
Instruments.Size = new Size(200, 541);
|
|
|
|
|
Instruments.TabIndex = 6;
|
|
|
|
|
Instruments.TabStop = false;
|
|
|
|
|
Instruments.Text = "Инструменты";
|
2023-11-30 02:11:18 +04:00
|
|
|
|
//
|
|
|
|
|
// FormTractorCollections
|
|
|
|
|
//
|
|
|
|
|
AutoScaleDimensions = new SizeF(7F, 15F);
|
|
|
|
|
AutoScaleMode = AutoScaleMode.Font;
|
2023-11-30 02:46:03 +04:00
|
|
|
|
ClientSize = new Size(904, 543);
|
2023-11-30 02:11:18 +04:00
|
|
|
|
Controls.Add(Instruments);
|
2023-11-30 02:46:03 +04:00
|
|
|
|
Controls.Add(pictureBoxCollections);
|
2023-11-30 02:11:18 +04:00
|
|
|
|
Margin = new Padding(3, 2, 3, 2);
|
|
|
|
|
Name = "FormTractorCollections";
|
2023-11-30 02:46:03 +04:00
|
|
|
|
Text = "Набор локомотивов";
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)pictureBoxCollections).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)bindingSource1).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)bindingSource2).EndInit();
|
|
|
|
|
groupBox1.ResumeLayout(false);
|
|
|
|
|
groupBox1.PerformLayout();
|
2023-11-30 02:11:18 +04:00
|
|
|
|
Instruments.ResumeLayout(false);
|
|
|
|
|
Instruments.PerformLayout();
|
|
|
|
|
ResumeLayout(false);
|
2023-11-30 02:23:07 +04:00
|
|
|
|
}
|
2023-11-30 02:46:03 +04:00
|
|
|
|
|
2023-11-30 02:11:18 +04:00
|
|
|
|
#endregion
|
|
|
|
|
private Button ButtonRefreshCollection;
|
|
|
|
|
private Button ButtonRemoveTractor;
|
|
|
|
|
private Button ButtonAddTractor;
|
|
|
|
|
private PictureBox pictureBoxCollections;
|
|
|
|
|
private MaskedTextBox maskedTextBoxNumber;
|
2023-11-30 02:46:03 +04:00
|
|
|
|
private GroupBox groupBox1;
|
|
|
|
|
private TextBox textBoxStorageName;
|
|
|
|
|
private BindingSource bindingSource1;
|
|
|
|
|
private BindingSource bindingSource2;
|
|
|
|
|
private ListBox listBoxStorage;
|
|
|
|
|
private Button ButtonAddObject;
|
|
|
|
|
private Button ButtonRemoveObject;
|
|
|
|
|
private GroupBox Instruments;
|
2023-11-30 03:15:19 +04:00
|
|
|
|
private EventHandler textBoxStorageName_TextChanged;
|
2023-11-30 02:11:18 +04:00
|
|
|
|
}
|
|
|
|
|
}
|