Change button Caption from Okay or Ok to OK
This commit is contained in:
@@ -51,7 +51,7 @@ namespace VEPROMS
|
||||
this.btnOkay.Name = "btnOkay";
|
||||
this.btnOkay.Size = new System.Drawing.Size(75, 30);
|
||||
this.btnOkay.TabIndex = 1;
|
||||
this.btnOkay.Text = "Okay";
|
||||
this.btnOkay.Text = "OK";//Fixed Code Change Request C2015-056
|
||||
this.btnOkay.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// btnForce
|
||||
|
Reference in New Issue
Block a user