This commit is contained in:
2022-07-04 17:45:30 +00:00
parent f718b34280
commit d4c163bc93
4 changed files with 38 additions and 0 deletions

View File

@@ -44,6 +44,7 @@
this.btnOK.TabIndex = 16;
this.btnOK.Text = "OK";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// btnCancel
//
@@ -54,6 +55,7 @@
this.btnCancel.TabIndex = 15;
this.btnCancel.Text = "Cancel";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// label1
//