Change button Caption from Okay or Ok to OK

This commit is contained in:
Rich
2015-11-30 15:48:49 +00:00
parent e3244fc59e
commit 5cc71b9e10
5 changed files with 5 additions and 5 deletions

View File

@@ -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);
//