Change button Caption from Okay or Ok to OK
This commit is contained in:
parent
e3244fc59e
commit
5cc71b9e10
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -63,7 +63,7 @@ namespace VEPROMS
|
||||
this.btnOkay.Name = "btnOkay";
|
||||
this.btnOkay.Size = new System.Drawing.Size(75, 23);
|
||||
this.btnOkay.TabIndex = 3;
|
||||
this.btnOkay.Text = "Okay";
|
||||
this.btnOkay.Text = "OK";//Fixed Code Change Request C2015-056
|
||||
this.btnOkay.UseVisualStyleBackColor = true;
|
||||
this.btnOkay.Click += new System.EventHandler(this.btnOkay_Click);
|
||||
//
|
||||
|
2
PROMS/VEPROMS User Interface/frmPSI.Designer.cs
generated
2
PROMS/VEPROMS User Interface/frmPSI.Designer.cs
generated
@ -41,7 +41,7 @@ namespace VEPROMS
|
||||
this.btnOk.Name = "btnOk";
|
||||
this.btnOk.Size = new System.Drawing.Size(75, 23);
|
||||
this.btnOk.TabIndex = 0;
|
||||
this.btnOk.Text = "Ok";
|
||||
this.btnOk.Text = "OK";//Fixed Code Change Request C2015-056
|
||||
this.btnOk.UseVisualStyleBackColor = true;
|
||||
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user