Добавлено контекстное меню к панели автомобилей

This commit is contained in:
2024-10-08 14:41:32 +03:00
parent 3e04430a86
commit a7e5c55a5d
13 changed files with 648 additions and 58 deletions

View File

@@ -32,8 +32,8 @@
this.saveItem = new System.Windows.Forms.Button();
this.separatopPanel1 = new System.Windows.Forms.Panel();
this.CarPanel = new System.Windows.Forms.Panel();
this.nameLabel = new System.Windows.Forms.Label();
this.nameTextBox = new System.Windows.Forms.TextBox();
this.nameLabel = new System.Windows.Forms.Label();
this.MainPanel.SuspendLayout();
this.CarPanel.SuspendLayout();
this.SuspendLayout();
@@ -81,6 +81,14 @@
this.CarPanel.Size = new System.Drawing.Size(248, 33);
this.CarPanel.TabIndex = 3;
//
// nameTextBox
//
this.nameTextBox.Dock = System.Windows.Forms.DockStyle.Top;
this.nameTextBox.Location = new System.Drawing.Point(0, 13);
this.nameTextBox.Name = "nameTextBox";
this.nameTextBox.Size = new System.Drawing.Size(248, 20);
this.nameTextBox.TabIndex = 4;
//
// nameLabel
//
this.nameLabel.AutoSize = true;
@@ -91,14 +99,6 @@
this.nameLabel.TabIndex = 2;
this.nameLabel.Text = "Название:";
//
// nameTextBox
//
this.nameTextBox.Dock = System.Windows.Forms.DockStyle.Top;
this.nameTextBox.Location = new System.Drawing.Point(0, 13);
this.nameTextBox.Name = "nameTextBox";
this.nameTextBox.Size = new System.Drawing.Size(248, 20);
this.nameTextBox.TabIndex = 4;
//
// AddParameter
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);