Исправление ошибки почему-то
This commit is contained in:
parent
a3e75e643f
commit
38a767f64c
@ -63,6 +63,7 @@
|
||||
this.ButtonDel.TabIndex = 7;
|
||||
this.ButtonDel.Text = "Удалить";
|
||||
this.ButtonDel.UseVisualStyleBackColor = true;
|
||||
this.ButtonDel.Click += new System.EventHandler(this.ButtonDel_Click);
|
||||
//
|
||||
// ButtonUpd
|
||||
//
|
||||
@ -72,6 +73,7 @@
|
||||
this.ButtonUpd.TabIndex = 8;
|
||||
this.ButtonUpd.Text = "Изменить";
|
||||
this.ButtonUpd.UseVisualStyleBackColor = true;
|
||||
this.ButtonUpd.Click += new System.EventHandler(this.ButtonUpd_Click);
|
||||
//
|
||||
// ButtonRef
|
||||
//
|
||||
@ -81,6 +83,7 @@
|
||||
this.ButtonRef.TabIndex = 9;
|
||||
this.ButtonRef.Text = "Обновить";
|
||||
this.ButtonRef.UseVisualStyleBackColor = true;
|
||||
this.ButtonRef.Click += new System.EventHandler(this.ButtonRef_Click);
|
||||
//
|
||||
// FormFurnitures
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user