Change button Caption from Okay or Ok to OK
This commit is contained in:
@@ -516,7 +516,7 @@ namespace VEPROMS
|
||||
this.btnOkay.Size = new System.Drawing.Size(75, 23);
|
||||
this.btnOkay.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
||||
this.btnOkay.TabIndex = 14;
|
||||
this.btnOkay.Text = "Okay";
|
||||
this.btnOkay.Text = "OK";//Fixed Code Change Request C2015-056
|
||||
this.btnOkay.Click += new System.EventHandler(this.btnOkay_Click);
|
||||
//
|
||||
// btnCancelMore
|
||||
|
Reference in New Issue
Block a user