diff --git a/ClimsoftVer4/ClimsoftVer4/frmClimatSettings.Designer.vb b/ClimsoftVer4/ClimsoftVer4/frmClimatSettings.Designer.vb index 85a42290..7b1a5b75 100644 --- a/ClimsoftVer4/ClimsoftVer4/frmClimatSettings.Designer.vb +++ b/ClimsoftVer4/ClimsoftVer4/frmClimatSettings.Designer.vb @@ -99,16 +99,16 @@ Partial Class frmClimatSettings ' 'butGrant ' - Me.butGrant.Location = New System.Drawing.Point(317, 5) + Me.butGrant.Location = New System.Drawing.Point(256, 5) Me.butGrant.Name = "butGrant" - Me.butGrant.Size = New System.Drawing.Size(168, 23) + Me.butGrant.Size = New System.Drawing.Size(225, 23) Me.butGrant.TabIndex = 16 Me.butGrant.Text = "Grant User Permissions " Me.butGrant.UseVisualStyleBackColor = True ' 'butUpdate ' - Me.butUpdate.Location = New System.Drawing.Point(189, 5) + Me.butUpdate.Location = New System.Drawing.Point(294, 5) Me.butUpdate.Name = "butUpdate" Me.butUpdate.Size = New System.Drawing.Size(84, 23) Me.butUpdate.TabIndex = 0 diff --git a/ClimsoftVer4/ClimsoftVer4/frmSplashScreen.vb b/ClimsoftVer4/ClimsoftVer4/frmSplashScreen.vb index 8b2874fc..0ce804d5 100644 --- a/ClimsoftVer4/ClimsoftVer4/frmSplashScreen.vb +++ b/ClimsoftVer4/ClimsoftVer4/frmSplashScreen.vb @@ -43,7 +43,7 @@ Public NotInheritable Class frmSplashScreen ClsTranslations.TranslateForm(Me) 'due to translations. Append the version number here - lblVersion.Text = lblVersion.Text & " 4.2.1" + lblVersion.Text = lblVersion.Text & " 4.2.2" Timer1.Start()