Fixed minor tray and startup issue
This commit is contained in:
Generated
+1
-2
@@ -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
|
||||||
|
|||||||
@@ -1577,22 +1577,23 @@ Public Class frmMain
|
|||||||
End Try
|
End Try
|
||||||
|
|
||||||
'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)
|
||||||
|
|||||||
Generated
+451
-451
File diff suppressed because it is too large
Load Diff
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user