210 lines
9.5 KiB
C#
210 lines
9.5 KiB
C#
|
||
namespace ProjectBulldozer
|
||
{
|
||
partial class FormTractorCollections
|
||
{
|
||
/// <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()
|
||
{
|
||
components = new System.ComponentModel.Container();
|
||
maskedTextBoxNumber = new MaskedTextBox();
|
||
ButtonRefreshCollection = new Button();
|
||
ButtonRemoveTractor = new Button();
|
||
ButtonAddTractor = new Button();
|
||
pictureBoxCollections = new PictureBox();
|
||
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();
|
||
((System.ComponentModel.ISupportInitialize)pictureBoxCollections).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)bindingSource1).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)bindingSource2).BeginInit();
|
||
groupBox1.SuspendLayout();
|
||
Instruments.SuspendLayout();
|
||
SuspendLayout();
|
||
//
|
||
// maskedTextBoxNumber
|
||
//
|
||
maskedTextBoxNumber.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
||
maskedTextBoxNumber.Location = new Point(33, 399);
|
||
maskedTextBoxNumber.Margin = new Padding(3, 2, 3, 2);
|
||
maskedTextBoxNumber.Mask = "0";
|
||
maskedTextBoxNumber.Name = "maskedTextBoxNumber";
|
||
maskedTextBoxNumber.Size = new Size(131, 23);
|
||
maskedTextBoxNumber.TabIndex = 4;
|
||
//
|
||
// ButtonRefreshCollection
|
||
//
|
||
ButtonRefreshCollection.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
|
||
ButtonRefreshCollection.Location = new Point(33, 499);
|
||
ButtonRefreshCollection.Margin = new Padding(3, 2, 3, 2);
|
||
ButtonRefreshCollection.Name = "ButtonRefreshCollection";
|
||
ButtonRefreshCollection.Size = new Size(131, 31);
|
||
ButtonRefreshCollection.TabIndex = 2;
|
||
ButtonRefreshCollection.Text = "Обновить все";
|
||
ButtonRefreshCollection.UseVisualStyleBackColor = true;
|
||
//
|
||
// ButtonRemoveTractor
|
||
//
|
||
ButtonRemoveTractor.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
|
||
ButtonRemoveTractor.Location = new Point(33, 444);
|
||
ButtonRemoveTractor.Margin = new Padding(3, 2, 3, 2);
|
||
ButtonRemoveTractor.Name = "ButtonRemoveTractor";
|
||
ButtonRemoveTractor.Size = new Size(131, 33);
|
||
ButtonRemoveTractor.TabIndex = 1;
|
||
ButtonRemoveTractor.Text = "Удалить объект";
|
||
ButtonRemoveTractor.UseVisualStyleBackColor = true;
|
||
ButtonRemoveTractor.Click += ButtonRemoveTractor_Click;
|
||
//
|
||
// ButtonAddTractor
|
||
//
|
||
ButtonAddTractor.Anchor = AnchorStyles.Top;
|
||
ButtonAddTractor.Location = new Point(33, 346);
|
||
ButtonAddTractor.Margin = new Padding(3, 2, 3, 2);
|
||
ButtonAddTractor.Name = "ButtonAddTractor";
|
||
ButtonAddTractor.Size = new Size(131, 29);
|
||
ButtonAddTractor.TabIndex = 0;
|
||
ButtonAddTractor.Text = "Добавить объект";
|
||
ButtonAddTractor.UseVisualStyleBackColor = true;
|
||
ButtonAddTractor.Click += ButtonAddTractor_Click;
|
||
//
|
||
// pictureBoxCollections
|
||
//
|
||
pictureBoxCollections.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
|
||
pictureBoxCollections.Location = new Point(4, 4);
|
||
pictureBoxCollections.Margin = new Padding(3, 2, 3, 2);
|
||
pictureBoxCollections.Name = "pictureBoxCollections";
|
||
pictureBoxCollections.Size = new Size(693, 541);
|
||
pictureBoxCollections.TabIndex = 1;
|
||
pictureBoxCollections.TabStop = false;
|
||
//
|
||
// 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 = "Инструменты";
|
||
//
|
||
// FormTractorCollections
|
||
//
|
||
AutoScaleDimensions = new SizeF(7F, 15F);
|
||
AutoScaleMode = AutoScaleMode.Font;
|
||
ClientSize = new Size(904, 543);
|
||
Controls.Add(Instruments);
|
||
Controls.Add(pictureBoxCollections);
|
||
Margin = new Padding(3, 2, 3, 2);
|
||
Name = "FormTractorCollections";
|
||
Text = "Набор локомотивов";
|
||
((System.ComponentModel.ISupportInitialize)pictureBoxCollections).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)bindingSource1).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)bindingSource2).EndInit();
|
||
groupBox1.ResumeLayout(false);
|
||
groupBox1.PerformLayout();
|
||
Instruments.ResumeLayout(false);
|
||
Instruments.PerformLayout();
|
||
ResumeLayout(false);
|
||
}
|
||
|
||
#endregion
|
||
private Button ButtonRefreshCollection;
|
||
private Button ButtonRemoveTractor;
|
||
private Button ButtonAddTractor;
|
||
private PictureBox pictureBoxCollections;
|
||
private MaskedTextBox maskedTextBoxNumber;
|
||
private GroupBox groupBox1;
|
||
private TextBox textBoxStorageName;
|
||
private BindingSource bindingSource1;
|
||
private BindingSource bindingSource2;
|
||
private ListBox listBoxStorage;
|
||
private Button ButtonAddObject;
|
||
private Button ButtonRemoveObject;
|
||
private GroupBox Instruments;
|
||
private EventHandler textBoxStorageName_TextChanged;
|
||
}
|
||
} |