2023-11-30 02:11:18 +04:00
|
|
|
|
namespace ProjectBulldozer
|
|
|
|
|
{
|
|
|
|
|
partial class FormTractorCollections
|
|
|
|
|
{
|
|
|
|
|
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()
|
|
|
|
|
{
|
|
|
|
|
Instruments = new Panel();
|
|
|
|
|
maskedTextBoxNumber = new MaskedTextBox();
|
|
|
|
|
ButtonRefreshCollection = new Button();
|
|
|
|
|
ButtonRemoveTractor = new Button();
|
|
|
|
|
ButtonAddTractor = new Button();
|
|
|
|
|
pictureBoxCollections = new PictureBox();
|
|
|
|
|
Instruments.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)pictureBoxCollections).BeginInit();
|
|
|
|
|
SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// Instruments
|
|
|
|
|
//
|
|
|
|
|
Instruments.Anchor = AnchorStyles.Right;
|
|
|
|
|
Instruments.AutoSize = true;
|
|
|
|
|
Instruments.Controls.Add(maskedTextBoxNumber);
|
|
|
|
|
Instruments.Controls.Add(ButtonRefreshCollection);
|
|
|
|
|
Instruments.Controls.Add(ButtonAddTractor);
|
|
|
|
|
Instruments.Controls.Add(ButtonRemoveTractor);
|
|
|
|
|
Instruments.Location = new Point(588, 11);
|
|
|
|
|
Instruments.Margin = new Padding(3, 2, 3, 2);
|
|
|
|
|
Instruments.Name = "Instruments";
|
|
|
|
|
Instruments.Size = new Size(150, 456);
|
|
|
|
|
Instruments.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// maskedTextBoxNumber
|
|
|
|
|
//
|
|
|
|
|
maskedTextBoxNumber.Location = new Point(15, 51);
|
|
|
|
|
maskedTextBoxNumber.Margin = new Padding(3, 2, 3, 2);
|
|
|
|
|
maskedTextBoxNumber.Mask = "0";
|
|
|
|
|
maskedTextBoxNumber.Name = "maskedTextBoxNumber";
|
|
|
|
|
maskedTextBoxNumber.Size = new Size(119, 23);
|
|
|
|
|
maskedTextBoxNumber.TabIndex = 4;
|
|
|
|
|
//
|
|
|
|
|
// ButtonRefreshCollection
|
|
|
|
|
//
|
|
|
|
|
ButtonRefreshCollection.Anchor = AnchorStyles.Right;
|
|
|
|
|
ButtonRefreshCollection.Location = new Point(3, 175);
|
|
|
|
|
ButtonRefreshCollection.Margin = new Padding(3, 2, 3, 2);
|
|
|
|
|
ButtonRefreshCollection.Name = "ButtonRefreshCollection";
|
|
|
|
|
ButtonRefreshCollection.Size = new Size(131, 27);
|
|
|
|
|
ButtonRefreshCollection.TabIndex = 2;
|
|
|
|
|
ButtonRefreshCollection.Text = "Обновить ";
|
|
|
|
|
ButtonRefreshCollection.UseVisualStyleBackColor = true;
|
|
|
|
|
ButtonRefreshCollection.Click += ButtonRefreshCollection_Click;
|
|
|
|
|
//
|
|
|
|
|
// ButtonRemoveTractor
|
|
|
|
|
//
|
|
|
|
|
ButtonRemoveTractor.Anchor = AnchorStyles.Right;
|
|
|
|
|
ButtonRemoveTractor.Location = new Point(3, 133);
|
|
|
|
|
ButtonRemoveTractor.Margin = new Padding(3, 2, 3, 2);
|
|
|
|
|
ButtonRemoveTractor.Name = "ButtonRemoveTractor";
|
|
|
|
|
ButtonRemoveTractor.Size = new Size(131, 27);
|
|
|
|
|
ButtonRemoveTractor.TabIndex = 1;
|
|
|
|
|
ButtonRemoveTractor.Text = "Удалить объект";
|
|
|
|
|
ButtonRemoveTractor.UseVisualStyleBackColor = true;
|
|
|
|
|
ButtonRemoveTractor.Click += ButtonRemoveTractor_Click;
|
|
|
|
|
//
|
|
|
|
|
// ButtonAddTractor
|
|
|
|
|
//
|
|
|
|
|
ButtonAddTractor.Anchor = AnchorStyles.Top | AnchorStyles.Right;
|
|
|
|
|
ButtonAddTractor.Location = new Point(6, 20);
|
|
|
|
|
ButtonAddTractor.Margin = new Padding(3, 2, 3, 2);
|
|
|
|
|
ButtonAddTractor.Name = "ButtonAddTractor";
|
|
|
|
|
ButtonAddTractor.Size = new Size(128, 27);
|
|
|
|
|
ButtonAddTractor.TabIndex = 0;
|
|
|
|
|
ButtonAddTractor.Text = "Добавить объект";
|
|
|
|
|
ButtonAddTractor.UseVisualStyleBackColor = true;
|
|
|
|
|
ButtonAddTractor.Click += ButtonAddTractor_Click;
|
|
|
|
|
//
|
|
|
|
|
// pictureBoxCollections
|
|
|
|
|
//
|
|
|
|
|
pictureBoxCollections.Anchor = AnchorStyles.Left;
|
|
|
|
|
pictureBoxCollections.Location = new Point(12, 11);
|
|
|
|
|
pictureBoxCollections.Margin = new Padding(3, 2, 3, 2);
|
|
|
|
|
pictureBoxCollections.Name = "pictureBoxCollections";
|
|
|
|
|
pictureBoxCollections.Size = new Size(570, 456);
|
|
|
|
|
pictureBoxCollections.TabIndex = 1;
|
|
|
|
|
pictureBoxCollections.TabStop = false;
|
|
|
|
|
pictureBoxCollections.Click += pictureBoxCollections_Click;
|
|
|
|
|
//
|
|
|
|
|
// FormTractorCollections
|
|
|
|
|
//
|
|
|
|
|
AutoScaleDimensions = new SizeF(7F, 15F);
|
|
|
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
|
|
|
ClientSize = new Size(748, 478);
|
|
|
|
|
Controls.Add(pictureBoxCollections);
|
|
|
|
|
Controls.Add(Instruments);
|
|
|
|
|
Margin = new Padding(3, 2, 3, 2);
|
|
|
|
|
Name = "FormTractorCollections";
|
|
|
|
|
Text = "Набор трактороов";
|
|
|
|
|
Instruments.ResumeLayout(false);
|
|
|
|
|
Instruments.PerformLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)pictureBoxCollections).EndInit();
|
|
|
|
|
ResumeLayout(false);
|
|
|
|
|
PerformLayout();
|
|
|
|
|
}
|
2023-11-30 02:23:07 +04:00
|
|
|
|
private void pictureBoxCollections_Click(object sender, EventArgs e)
|
|
|
|
|
{
|
|
|
|
|
throw new NotImplementedException();
|
|
|
|
|
}
|
2023-11-30 02:11:18 +04:00
|
|
|
|
#endregion
|
|
|
|
|
private Panel Instruments;
|
|
|
|
|
private Button ButtonRefreshCollection;
|
|
|
|
|
private Button ButtonRemoveTractor;
|
|
|
|
|
private Button ButtonAddTractor;
|
|
|
|
|
private PictureBox pictureBoxCollections;
|
|
|
|
|
private MaskedTextBox maskedTextBoxNumber;
|
|
|
|
|
}
|
|
|
|
|
}
|