Fixed minor tray and startup issue

This commit is contained in:
Michael J. Seiferling
2016-03-02 11:43:34 -06:00
parent da16a89baa
commit ca8798a460
4 changed files with 460 additions and 460 deletions
+1 -2
View File
@@ -99,7 +99,6 @@ Partial Class frmMain
Me.gMonTray.ContextMenuStrip = Me.gMonTrayMenu Me.gMonTray.ContextMenuStrip = Me.gMonTrayMenu
Me.gMonTray.Icon = CType(resources.GetObject("gMonTray.Icon"), System.Drawing.Icon) Me.gMonTray.Icon = CType(resources.GetObject("gMonTray.Icon"), System.Drawing.Icon)
Me.gMonTray.Text = "GBM" Me.gMonTray.Text = "GBM"
Me.gMonTray.Visible = True
' '
'gMonTrayMenu 'gMonTrayMenu
' '
@@ -257,7 +256,7 @@ Partial Class frmMain
' '
Me.gMonStripTxtStatus.Margin = New System.Windows.Forms.Padding(5, 0, 0, 0) Me.gMonStripTxtStatus.Margin = New System.Windows.Forms.Padding(5, 0, 0, 0)
Me.gMonStripTxtStatus.Name = "gMonStripTxtStatus" Me.gMonStripTxtStatus.Name = "gMonStripTxtStatus"
Me.gMonStripTxtStatus.Size = New System.Drawing.Size(369, 22) Me.gMonStripTxtStatus.Size = New System.Drawing.Size(400, 22)
Me.gMonStripTxtStatus.Spring = True Me.gMonStripTxtStatus.Spring = True
Me.gMonStripTxtStatus.Text = "Monitor Status" Me.gMonStripTxtStatus.Text = "Monitor Status"
Me.gMonStripTxtStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.gMonStripTxtStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+6 -5
View File
@@ -1578,21 +1578,22 @@ Public Class frmMain
'Unix Handler 'Unix Handler
If mgrCommon.IsUnix Then If mgrCommon.IsUnix Then
gMonTray.Visible = False
Me.MinimizeBox = True Me.MinimizeBox = True
Else
Me.gMonTray.Visible = True
End If End If
End Sub End Sub
Private Sub frmMain_Shown(sender As Object, e As EventArgs) Handles MyBase.Shown Private Sub frmMain_Shown(sender As Object, e As EventArgs) Handles MyBase.Shown
If bFirstRun And Not bInitFail Then
OpenStartupWizard()
End If
If bInitFail Then If bInitFail Then
bShutdown = True bShutdown = True
Me.Close() Me.Close()
End If End If
If bFirstRun And Not bShutdown Then
OpenStartupWizard()
End If
End Sub End Sub
Private Sub txtGameInfo_Enter(sender As Object, e As EventArgs) Private Sub txtGameInfo_Enter(sender As Object, e As EventArgs)
+1 -1
View File
@@ -2221,7 +2221,7 @@ Namespace My.Resources
End Property End Property
'''<summary> '''<summary>
''' Looks up a localized string similar to 7-Zip was not found in the Game Backup Monitor utilities folder. The application cannot continue.. ''' Looks up a localized string similar to 7-Zip was not found. The application cannot continue..
'''</summary> '''</summary>
Friend ReadOnly Property frmMain_Error7zip() As String Friend ReadOnly Property frmMain_Error7zip() As String
Get Get
+1 -1
View File
@@ -194,7 +194,7 @@
<value>[PARAM] is a 64-bit game, GBM cannot detect the required information to save your backup.</value> <value>[PARAM] is a 64-bit game, GBM cannot detect the required information to save your backup.</value>
</data> </data>
<data name="frmMain_Error7zip" xml:space="preserve"> <data name="frmMain_Error7zip" xml:space="preserve">
<value>7-Zip was not found in the Game Backup Monitor utilities folder. The application cannot continue.</value> <value>7-Zip was not found. The application cannot continue.</value>
</data> </data>
<data name="frmMain_ErrorAdminBackup" xml:space="preserve"> <data name="frmMain_ErrorAdminBackup" xml:space="preserve">
<value>[PARAM] is running as Administrator and GBM is not, GBM cannot detect the required information to save your backup.</value> <value>[PARAM] is running as Administrator and GBM is not, GBM cannot detect the required information to save your backup.</value>