This commit is contained in:
Kathy Ruffing 2010-11-23 14:49:30 +00:00
parent 1d1ec46516
commit e03ccd4482

View File

@ -699,7 +699,7 @@ namespace VEPROMS
this.btnReset.Name = "btnReset";
this.btnReset.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.btnReset.Size = new System.Drawing.Size(105, 23);
this.superTooltip1.SetSuperTooltip(this.btnReset, new DevComponents.DotNetBar.SuperTooltipInfo("Default Settings", "", "This will reset saved user settings back to the VE-PROMS system default.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(140, 95)));
this.superTooltip1.SetSuperTooltip(this.btnReset, new DevComponents.DotNetBar.SuperTooltipInfo("Default Settings", "", "This will reset saved user settings back to the Proms system default.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(140, 95)));
this.btnReset.TabIndex = 3;
this.btnReset.Text = "Default Settings";
this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
@ -724,7 +724,7 @@ namespace VEPROMS
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.Name = "frmSysOptions";
this.Text = "VE-PROMS System Options";
this.Text = "Proms System Options";
this.Load += new System.EventHandler(this.frmSysOptions_Load);
this.groupPanel1.ResumeLayout(false);
this.panButtons.ResumeLayout(false);