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