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:44:06 +04:00
|
|
|
|
this.menuStrip = new System.Windows.Forms.MenuStrip();
|
|
|
|
|
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.loadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
|
|
|
|
|
this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
|
2024-10-03 01:40:53 +04:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxCollection)).BeginInit();
|
2024-10-03 01:44:06 +04:00
|
|
|
|
this.menuStrip.SuspendLayout();
|
2024-10-03 01:40:53 +04:00
|
|
|
|
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)));
|
2024-10-03 01:44:06 +04:00
|
|
|
|
this.buttonAddTruck.Location = new System.Drawing.Point(642, 315);
|
2024-10-03 01:42:04 +04:00
|
|
|
|
this.buttonAddTruck.Name = "buttonAddTruck";
|
2024-10-03 01:44:06 +04:00
|
|
|
|
this.buttonAddTruck.Size = new System.Drawing.Size(137, 28);
|
2024-10-03 01:42:04 +04:00
|
|
|
|
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:44:06 +04:00
|
|
|
|
this.pictureBoxCollection.Location = new System.Drawing.Point(0, 27);
|
2024-10-03 01:40:53 +04:00
|
|
|
|
this.pictureBoxCollection.Name = "pictureBoxCollection";
|
2024-10-03 01:44:06 +04:00
|
|
|
|
this.pictureBoxCollection.Size = new System.Drawing.Size(626, 436);
|
2024-10-03 01:42:04 +04:00
|
|
|
|
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);
|
2024-10-03 01:44:06 +04:00
|
|
|
|
this.labelInstruments.Location = new System.Drawing.Point(659, 9);
|
2024-10-03 01:40:53 +04:00
|
|
|
|
this.labelInstruments.Name = "labelInstruments";
|
2024-10-03 01:44:06 +04:00
|
|
|
|
this.labelInstruments.Size = new System.Drawing.Size(108, 21);
|
2024-10-03 01:42:04 +04:00
|
|
|
|
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)));
|
2024-10-03 01:44:06 +04:00
|
|
|
|
this.buttonUpdate.Location = new System.Drawing.Point(648, 129);
|
2024-10-03 01:42:04 +04:00
|
|
|
|
this.buttonUpdate.Name = "buttonUpdate";
|
2024-10-03 01:44:06 +04:00
|
|
|
|
this.buttonUpdate.Size = new System.Drawing.Size(131, 25);
|
2024-10-03 01:42:04 +04:00
|
|
|
|
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)));
|
2024-10-03 01:44:06 +04:00
|
|
|
|
this.buttonDeleteTruck.Location = new System.Drawing.Point(642, 403);
|
2024-10-03 01:42:04 +04:00
|
|
|
|
this.buttonDeleteTruck.Name = "buttonDeleteTruck";
|
2024-10-03 01:44:06 +04:00
|
|
|
|
this.buttonDeleteTruck.Size = new System.Drawing.Size(137, 28);
|
2024-10-03 01:42:04 +04:00
|
|
|
|
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)));
|
2024-10-03 01:44:06 +04:00
|
|
|
|
this.maskedTextBoxNumber.Location = new System.Drawing.Point(642, 360);
|
2024-10-03 01:42:04 +04:00
|
|
|
|
this.maskedTextBoxNumber.Mask = "00";
|
2024-10-03 01:40:53 +04:00
|
|
|
|
this.maskedTextBoxNumber.Name = "maskedTextBoxNumber";
|
2024-10-03 01:44:06 +04:00
|
|
|
|
this.maskedTextBoxNumber.Size = new System.Drawing.Size(138, 23);
|
2024-10-03 01:42:04 +04:00
|
|
|
|
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;
|
2024-10-03 01:44:06 +04:00
|
|
|
|
this.label1.Location = new System.Drawing.Point(648, 47);
|
2024-10-03 01:42:04 +04:00
|
|
|
|
this.label1.Name = "label1";
|
2024-10-03 01:44:06 +04:00
|
|
|
|
this.label1.Size = new System.Drawing.Size(52, 15);
|
2024-10-03 01:42:04 +04:00
|
|
|
|
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;
|
2024-10-03 01:44:06 +04:00
|
|
|
|
this.listBoxStorages.ItemHeight = 15;
|
|
|
|
|
this.listBoxStorages.Location = new System.Drawing.Point(648, 157);
|
|
|
|
|
this.listBoxStorages.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
2024-10-03 01:42:04 +04:00
|
|
|
|
this.listBoxStorages.Name = "listBoxStorages";
|
2024-10-03 01:44:06 +04:00
|
|
|
|
this.listBoxStorages.Size = new System.Drawing.Size(132, 109);
|
2024-10-03 01:42:04 +04:00
|
|
|
|
this.listBoxStorages.TabIndex = 8;
|
|
|
|
|
this.listBoxStorages.SelectedIndexChanged += new System.EventHandler(this.listBoxObjects_SelectedIndexChanged);
|
|
|
|
|
//
|
|
|
|
|
// buttonAddStorage
|
|
|
|
|
//
|
2024-10-03 01:44:06 +04:00
|
|
|
|
this.buttonAddStorage.Location = new System.Drawing.Point(648, 99);
|
|
|
|
|
this.buttonAddStorage.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
2024-10-03 01:42:04 +04:00
|
|
|
|
this.buttonAddStorage.Name = "buttonAddStorage";
|
2024-10-03 01:44:06 +04:00
|
|
|
|
this.buttonAddStorage.Size = new System.Drawing.Size(131, 25);
|
2024-10-03 01:42:04 +04:00
|
|
|
|
this.buttonAddStorage.TabIndex = 9;
|
|
|
|
|
this.buttonAddStorage.Text = "Добавить набор";
|
|
|
|
|
this.buttonAddStorage.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonAddStorage.Click += new System.EventHandler(this.buttonAddStorage_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonDeleteStorage
|
|
|
|
|
//
|
2024-10-03 01:44:06 +04:00
|
|
|
|
this.buttonDeleteStorage.Location = new System.Drawing.Point(648, 270);
|
|
|
|
|
this.buttonDeleteStorage.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
2024-10-03 01:42:04 +04:00
|
|
|
|
this.buttonDeleteStorage.Name = "buttonDeleteStorage";
|
2024-10-03 01:44:06 +04:00
|
|
|
|
this.buttonDeleteStorage.Size = new System.Drawing.Size(131, 25);
|
2024-10-03 01:42:04 +04:00
|
|
|
|
this.buttonDeleteStorage.TabIndex = 10;
|
|
|
|
|
this.buttonDeleteStorage.Text = "Удалить набор";
|
|
|
|
|
this.buttonDeleteStorage.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonDeleteStorage.Click += new System.EventHandler(this.buttonDeleteStorage_Click);
|
|
|
|
|
//
|
|
|
|
|
// textBoxStorageName
|
|
|
|
|
//
|
2024-10-03 01:44:06 +04:00
|
|
|
|
this.textBoxStorageName.Location = new System.Drawing.Point(648, 74);
|
|
|
|
|
this.textBoxStorageName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
2024-10-03 01:42:04 +04:00
|
|
|
|
this.textBoxStorageName.Name = "textBoxStorageName";
|
2024-10-03 01:44:06 +04:00
|
|
|
|
this.textBoxStorageName.Size = new System.Drawing.Size(132, 23);
|
2024-10-03 01:42:04 +04:00
|
|
|
|
this.textBoxStorageName.TabIndex = 11;
|
2024-10-03 01:40:53 +04:00
|
|
|
|
//
|
2024-10-03 01:44:06 +04:00
|
|
|
|
// menuStrip
|
|
|
|
|
//
|
|
|
|
|
this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.toolStripMenuItem1});
|
|
|
|
|
this.menuStrip.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.menuStrip.Name = "menuStrip";
|
|
|
|
|
this.menuStrip.Size = new System.Drawing.Size(797, 24);
|
|
|
|
|
this.menuStrip.TabIndex = 12;
|
|
|
|
|
this.menuStrip.Text = "menuStrip1";
|
|
|
|
|
//
|
|
|
|
|
// toolStripMenuItem1
|
|
|
|
|
//
|
|
|
|
|
this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.saveToolStripMenuItem,
|
|
|
|
|
this.loadToolStripMenuItem});
|
|
|
|
|
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
|
|
|
|
|
this.toolStripMenuItem1.Size = new System.Drawing.Size(48, 20);
|
|
|
|
|
this.toolStripMenuItem1.Text = "Файл";
|
|
|
|
|
//
|
|
|
|
|
// saveToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
|
|
|
|
|
this.saveToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
|
|
|
|
this.saveToolStripMenuItem.Text = "Сохранить";
|
|
|
|
|
this.saveToolStripMenuItem.Click += new System.EventHandler(this.SaveToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// loadToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.loadToolStripMenuItem.Name = "loadToolStripMenuItem";
|
|
|
|
|
this.loadToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
|
|
|
|
this.loadToolStripMenuItem.Text = "Загрузить";
|
|
|
|
|
this.loadToolStripMenuItem.Click += new System.EventHandler(this.LoadToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// saveFileDialog
|
|
|
|
|
//
|
|
|
|
|
this.saveFileDialog.Filter = "txt file | *.txt";
|
|
|
|
|
//
|
|
|
|
|
// openFileDialog
|
|
|
|
|
//
|
|
|
|
|
this.openFileDialog.FileName = "openFileDialog1";
|
|
|
|
|
this.openFileDialog.Filter = "txt file | *.txt";
|
|
|
|
|
//
|
2024-10-03 01:40:53 +04:00
|
|
|
|
// FormTruckCollection
|
|
|
|
|
//
|
2024-10-03 01:44:06 +04:00
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
2024-10-03 01:40:53 +04:00
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
2024-10-03 01:44:06 +04:00
|
|
|
|
this.ClientSize = new System.Drawing.Size(797, 465);
|
2024-10-03 01:42:04 +04:00
|
|
|
|
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:44:06 +04:00
|
|
|
|
this.Controls.Add(this.menuStrip);
|
|
|
|
|
this.MainMenuStrip = this.menuStrip;
|
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();
|
2024-10-03 01:44:06 +04:00
|
|
|
|
this.menuStrip.ResumeLayout(false);
|
|
|
|
|
this.menuStrip.PerformLayout();
|
2024-10-03 01:40:53 +04:00
|
|
|
|
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:44:06 +04:00
|
|
|
|
private MenuStrip menuStrip;
|
|
|
|
|
private ToolStripMenuItem toolStripMenuItem1;
|
|
|
|
|
private ToolStripMenuItem saveToolStripMenuItem;
|
|
|
|
|
private ToolStripMenuItem loadToolStripMenuItem;
|
|
|
|
|
private SaveFileDialog saveFileDialog;
|
|
|
|
|
private OpenFileDialog openFileDialog;
|
2024-10-03 01:40:53 +04:00
|
|
|
|
}
|
|
|
|
|
}
|