2024-10-03 01:40:53 +04:00
|
|
|
|
namespace ProjectGasolineTanker
|
|
|
|
|
{
|
|
|
|
|
partial class FormTruckCollection
|
|
|
|
|
{
|
|
|
|
|
/// <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()
|
|
|
|
|
{
|
2024-10-03 01:42:04 +04:00
|
|
|
|
this.buttonAddTruck = new System.Windows.Forms.Button();
|
2024-10-03 01:40:53 +04:00
|
|
|
|
this.pictureBoxCollection = new System.Windows.Forms.PictureBox();
|
|
|
|
|
this.labelInstruments = new System.Windows.Forms.Label();
|
|
|
|
|
this.buttonUpdate = new System.Windows.Forms.Button();
|
2024-10-03 01:42:04 +04:00
|
|
|
|
this.buttonDeleteTruck = new System.Windows.Forms.Button();
|
|
|
|
|
this.colorDialog = new System.Windows.Forms.ColorDialog();
|
|
|
|
|
this.maskedTextBoxNumber = new System.Windows.Forms.MaskedTextBox();
|
|
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
|
|
this.listBoxStorages = new System.Windows.Forms.ListBox();
|
|
|
|
|
this.buttonAddStorage = new System.Windows.Forms.Button();
|
|
|
|
|
this.buttonDeleteStorage = new System.Windows.Forms.Button();
|
|
|
|
|
this.textBoxStorageName = new System.Windows.Forms.TextBox();
|
2024-10-03 01:40:53 +04:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxCollection)).BeginInit();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
2024-10-03 01:42:04 +04:00
|
|
|
|
// buttonAddTruck
|
|
|
|
|
//
|
|
|
|
|
this.buttonAddTruck.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.buttonAddTruck.Location = new System.Drawing.Point(734, 420);
|
|
|
|
|
this.buttonAddTruck.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
|
|
|
this.buttonAddTruck.Name = "buttonAddTruck";
|
|
|
|
|
this.buttonAddTruck.Size = new System.Drawing.Size(157, 37);
|
|
|
|
|
this.buttonAddTruck.TabIndex = 0;
|
|
|
|
|
this.buttonAddTruck.Text = "Добавить грузовик";
|
|
|
|
|
this.buttonAddTruck.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonAddTruck.Click += new System.EventHandler(this.buttonAddTruck_Click);
|
|
|
|
|
//
|
2024-10-03 01:40:53 +04:00
|
|
|
|
// pictureBoxCollection
|
|
|
|
|
//
|
2024-10-03 01:42:04 +04:00
|
|
|
|
this.pictureBoxCollection.Location = new System.Drawing.Point(1, 12);
|
|
|
|
|
this.pictureBoxCollection.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
2024-10-03 01:40:53 +04:00
|
|
|
|
this.pictureBoxCollection.Name = "pictureBoxCollection";
|
2024-10-03 01:42:04 +04:00
|
|
|
|
this.pictureBoxCollection.Size = new System.Drawing.Size(668, 381);
|
|
|
|
|
this.pictureBoxCollection.TabIndex = 1;
|
2024-10-03 01:40:53 +04:00
|
|
|
|
this.pictureBoxCollection.TabStop = false;
|
|
|
|
|
//
|
|
|
|
|
// labelInstruments
|
|
|
|
|
//
|
2024-10-03 01:42:04 +04:00
|
|
|
|
this.labelInstruments.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2024-10-03 01:40:53 +04:00
|
|
|
|
this.labelInstruments.AutoSize = true;
|
2024-10-03 01:42:04 +04:00
|
|
|
|
this.labelInstruments.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
|
|
|
this.labelInstruments.Location = new System.Drawing.Point(753, 12);
|
2024-10-03 01:40:53 +04:00
|
|
|
|
this.labelInstruments.Name = "labelInstruments";
|
2024-10-03 01:42:04 +04:00
|
|
|
|
this.labelInstruments.Size = new System.Drawing.Size(136, 28);
|
|
|
|
|
this.labelInstruments.TabIndex = 2;
|
2024-10-03 01:40:53 +04:00
|
|
|
|
this.labelInstruments.Text = "Инструменты";
|
|
|
|
|
//
|
2024-10-03 01:42:04 +04:00
|
|
|
|
// buttonUpdate
|
2024-10-03 01:40:53 +04:00
|
|
|
|
//
|
2024-10-03 01:42:04 +04:00
|
|
|
|
this.buttonUpdate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.buttonUpdate.Location = new System.Drawing.Point(741, 172);
|
|
|
|
|
this.buttonUpdate.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
|
|
|
this.buttonUpdate.Name = "buttonUpdate";
|
|
|
|
|
this.buttonUpdate.Size = new System.Drawing.Size(150, 33);
|
|
|
|
|
this.buttonUpdate.TabIndex = 3;
|
|
|
|
|
this.buttonUpdate.Text = "Обновить набор";
|
|
|
|
|
this.buttonUpdate.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonUpdate.Click += new System.EventHandler(this.buttonUpdate_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonDeleteTruck
|
|
|
|
|
//
|
|
|
|
|
this.buttonDeleteTruck.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.buttonDeleteTruck.Location = new System.Drawing.Point(734, 537);
|
|
|
|
|
this.buttonDeleteTruck.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
|
|
|
this.buttonDeleteTruck.Name = "buttonDeleteTruck";
|
|
|
|
|
this.buttonDeleteTruck.Size = new System.Drawing.Size(157, 37);
|
|
|
|
|
this.buttonDeleteTruck.TabIndex = 4;
|
|
|
|
|
this.buttonDeleteTruck.Text = "Удалить грузовик";
|
|
|
|
|
this.buttonDeleteTruck.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonDeleteTruck.Click += new System.EventHandler(this.buttonDeleteTruck_Click);
|
2024-10-03 01:40:53 +04:00
|
|
|
|
//
|
|
|
|
|
// maskedTextBoxNumber
|
|
|
|
|
//
|
2024-10-03 01:42:04 +04:00
|
|
|
|
this.maskedTextBoxNumber.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.maskedTextBoxNumber.Location = new System.Drawing.Point(734, 480);
|
|
|
|
|
this.maskedTextBoxNumber.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
|
|
|
this.maskedTextBoxNumber.Mask = "00";
|
2024-10-03 01:40:53 +04:00
|
|
|
|
this.maskedTextBoxNumber.Name = "maskedTextBoxNumber";
|
2024-10-03 01:42:04 +04:00
|
|
|
|
this.maskedTextBoxNumber.Size = new System.Drawing.Size(157, 27);
|
|
|
|
|
this.maskedTextBoxNumber.TabIndex = 5;
|
|
|
|
|
this.maskedTextBoxNumber.ValidatingType = typeof(int);
|
2024-10-03 01:40:53 +04:00
|
|
|
|
//
|
2024-10-03 01:42:04 +04:00
|
|
|
|
// label1
|
2024-10-03 01:40:53 +04:00
|
|
|
|
//
|
2024-10-03 01:42:04 +04:00
|
|
|
|
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.label1.AutoSize = true;
|
|
|
|
|
this.label1.Location = new System.Drawing.Point(741, 63);
|
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
|
this.label1.Size = new System.Drawing.Size(66, 20);
|
|
|
|
|
this.label1.TabIndex = 7;
|
|
|
|
|
this.label1.Text = "Наборы";
|
2024-10-03 01:40:53 +04:00
|
|
|
|
//
|
2024-10-03 01:42:04 +04:00
|
|
|
|
// listBoxStorages
|
2024-10-03 01:40:53 +04:00
|
|
|
|
//
|
2024-10-03 01:42:04 +04:00
|
|
|
|
this.listBoxStorages.FormattingEnabled = true;
|
|
|
|
|
this.listBoxStorages.ItemHeight = 20;
|
|
|
|
|
this.listBoxStorages.Location = new System.Drawing.Point(741, 209);
|
|
|
|
|
this.listBoxStorages.Name = "listBoxStorages";
|
|
|
|
|
this.listBoxStorages.Size = new System.Drawing.Size(150, 144);
|
|
|
|
|
this.listBoxStorages.TabIndex = 8;
|
|
|
|
|
this.listBoxStorages.SelectedIndexChanged += new System.EventHandler(this.listBoxObjects_SelectedIndexChanged);
|
|
|
|
|
//
|
|
|
|
|
// buttonAddStorage
|
|
|
|
|
//
|
|
|
|
|
this.buttonAddStorage.Location = new System.Drawing.Point(741, 132);
|
|
|
|
|
this.buttonAddStorage.Name = "buttonAddStorage";
|
|
|
|
|
this.buttonAddStorage.Size = new System.Drawing.Size(150, 33);
|
|
|
|
|
this.buttonAddStorage.TabIndex = 9;
|
|
|
|
|
this.buttonAddStorage.Text = "Добавить набор";
|
|
|
|
|
this.buttonAddStorage.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonAddStorage.Click += new System.EventHandler(this.buttonAddStorage_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonDeleteStorage
|
|
|
|
|
//
|
|
|
|
|
this.buttonDeleteStorage.Location = new System.Drawing.Point(741, 360);
|
|
|
|
|
this.buttonDeleteStorage.Name = "buttonDeleteStorage";
|
|
|
|
|
this.buttonDeleteStorage.Size = new System.Drawing.Size(150, 33);
|
|
|
|
|
this.buttonDeleteStorage.TabIndex = 10;
|
|
|
|
|
this.buttonDeleteStorage.Text = "Удалить набор";
|
|
|
|
|
this.buttonDeleteStorage.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonDeleteStorage.TabIndexChanged += new System.EventHandler(this.listBoxObjects_SelectedIndexChanged);
|
|
|
|
|
this.buttonDeleteStorage.Click += new System.EventHandler(this.buttonDeleteStorage_Click);
|
|
|
|
|
//
|
|
|
|
|
// textBoxStorageName
|
|
|
|
|
//
|
|
|
|
|
this.textBoxStorageName.Location = new System.Drawing.Point(741, 99);
|
|
|
|
|
this.textBoxStorageName.Name = "textBoxStorageName";
|
|
|
|
|
this.textBoxStorageName.Size = new System.Drawing.Size(150, 27);
|
|
|
|
|
this.textBoxStorageName.TabIndex = 11;
|
2024-10-03 01:40:53 +04:00
|
|
|
|
//
|
|
|
|
|
// FormTruckCollection
|
|
|
|
|
//
|
2024-10-03 01:42:04 +04:00
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
|
2024-10-03 01:40:53 +04:00
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
2024-10-03 01:42:04 +04:00
|
|
|
|
this.ClientSize = new System.Drawing.Size(911, 689);
|
|
|
|
|
this.Controls.Add(this.textBoxStorageName);
|
|
|
|
|
this.Controls.Add(this.buttonDeleteStorage);
|
|
|
|
|
this.Controls.Add(this.buttonAddStorage);
|
|
|
|
|
this.Controls.Add(this.listBoxStorages);
|
|
|
|
|
this.Controls.Add(this.label1);
|
|
|
|
|
this.Controls.Add(this.buttonAddTruck);
|
2024-10-03 01:40:53 +04:00
|
|
|
|
this.Controls.Add(this.maskedTextBoxNumber);
|
2024-10-03 01:42:04 +04:00
|
|
|
|
this.Controls.Add(this.buttonDeleteTruck);
|
|
|
|
|
this.Controls.Add(this.buttonUpdate);
|
2024-10-03 01:40:53 +04:00
|
|
|
|
this.Controls.Add(this.labelInstruments);
|
|
|
|
|
this.Controls.Add(this.pictureBoxCollection);
|
2024-10-03 01:42:04 +04:00
|
|
|
|
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
2024-10-03 01:40:53 +04:00
|
|
|
|
this.Name = "FormTruckCollection";
|
2024-10-03 01:42:04 +04:00
|
|
|
|
this.Text = "Набор грузовиков";
|
2024-10-03 01:40:53 +04:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxCollection)).EndInit();
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
2024-10-03 01:42:04 +04:00
|
|
|
|
private Button buttonAddTruck;
|
2024-10-03 01:40:53 +04:00
|
|
|
|
private PictureBox pictureBoxCollection;
|
|
|
|
|
private Label labelInstruments;
|
|
|
|
|
private Button buttonUpdate;
|
2024-10-03 01:42:04 +04:00
|
|
|
|
private Button buttonDeleteTruck;
|
|
|
|
|
private ColorDialog colorDialog;
|
|
|
|
|
private MaskedTextBox maskedTextBoxNumber;
|
|
|
|
|
private Label label1;
|
|
|
|
|
private ListBox listBoxStorages;
|
|
|
|
|
private Button buttonAddStorage;
|
|
|
|
|
private Button buttonDeleteStorage;
|
|
|
|
|
private TextBox textBoxStorageName;
|
2024-10-03 01:40:53 +04:00
|
|
|
|
}
|
|
|
|
|
}
|