коммит

This commit is contained in:
KirillFirsof 2023-11-09 21:54:25 +04:00
parent 988e9bf8d6
commit c06691432d

View File

@ -243,6 +243,7 @@ namespace ProjectTractor
this.ButtonDelObject.TabIndex = 3;
this.ButtonDelObject.Text = "Удалить набор";
this.ButtonDelObject.UseVisualStyleBackColor = true;
this.ButtonDelObject.Click += new System.EventHandler(this.ButtonDelObject_Click);
//
// listBoxStorages
//
@ -261,6 +262,7 @@ namespace ProjectTractor
this.ButtonAddObject.TabIndex = 1;
this.ButtonAddObject.Text = "Добавить набор";
this.ButtonAddObject.UseVisualStyleBackColor = true;
this.ButtonAddObject.Click += new System.EventHandler(this.ButtonAddObject_Click);
//
// textBoxStorageName
//
@ -337,5 +339,6 @@ namespace ProjectTractor
private MaskedTextBox textBoxStorageName;
private PictureBox pictureBoxCollection;
}
}