This commit is contained in:
2010-11-23 14:52:15 +00:00
parent e03ccd4482
commit bd4ec5d510
2 changed files with 2 additions and 2 deletions

View File

@@ -1213,7 +1213,7 @@ namespace VEPROMS
this.Controls.Add(this.ribbonControl1);
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Name = "frmVEPROMS";
this.Text = "VE-PROMS";
this.Text = "Proms";
this.Load += new System.EventHandler(this.frmVEPROMS_Load);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmVEPROMS_FormClosing);
this.Resize += new System.EventHandler(this.frmVEPROMS_Resize);