Добавлено контекстное меню к панели автомобилей
This commit is contained in:
18
Forms/AddParameter.Designer.cs
generated
18
Forms/AddParameter.Designer.cs
generated
@@ -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);
|
||||
|
Reference in New Issue
Block a user