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.Icon = CType(resources.GetObject("gMonTray.Icon"), System.Drawing.Icon)
Me.gMonTray.Text = "GBM"
Me.gMonTray.Visible = True
'
'gMonTrayMenu
'
@@ -257,7 +256,7 @@ Partial Class frmMain
'
Me.gMonStripTxtStatus.Margin = New System.Windows.Forms.Padding(5, 0, 0, 0)
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.Text = "Monitor Status"
Me.gMonStripTxtStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+6 -5
View File
@@ -1578,21 +1578,22 @@ Public Class frmMain
'Unix Handler
If mgrCommon.IsUnix Then
gMonTray.Visible = False
Me.MinimizeBox = True
Else
Me.gMonTray.Visible = True
End If
End Sub
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
bShutdown = True
Me.Close()
End If
If bFirstRun And Not bShutdown Then
OpenStartupWizard()
End If
End Sub
Private Sub txtGameInfo_Enter(sender As Object, e As EventArgs)
+14 -14
View File
@@ -2221,7 +2221,7 @@ Namespace My.Resources
End Property
'''<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>
Friend ReadOnly Property frmMain_Error7zip() As String
Get
@@ -3738,7 +3738,7 @@ Namespace My.Resources
Friend ReadOnly Property GBM_Tray_Detected() As System.Drawing.Icon
Get
Dim obj As Object = ResourceManager.GetObject("GBM_Tray_Detected", resourceCulture)
Return CType(obj, System.Drawing.Icon)
Return CType(obj,System.Drawing.Icon)
End Get
End Property
@@ -3748,7 +3748,7 @@ Namespace My.Resources
Friend ReadOnly Property GBM_Tray_Ready() As System.Drawing.Icon
Get
Dim obj As Object = ResourceManager.GetObject("GBM_Tray_Ready", resourceCulture)
Return CType(obj, System.Drawing.Icon)
Return CType(obj,System.Drawing.Icon)
End Get
End Property
@@ -3758,7 +3758,7 @@ Namespace My.Resources
Friend ReadOnly Property GBM_Tray_Stopped() As System.Drawing.Icon
Get
Dim obj As Object = ResourceManager.GetObject("GBM_Tray_Stopped", resourceCulture)
Return CType(obj, System.Drawing.Icon)
Return CType(obj,System.Drawing.Icon)
End Get
End Property
@@ -3768,7 +3768,7 @@ Namespace My.Resources
Friend ReadOnly Property Icon_Admin() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("Icon_Admin", resourceCulture)
Return CType(obj, System.Drawing.Bitmap)
Return CType(obj,System.Drawing.Bitmap)
End Get
End Property
@@ -3778,7 +3778,7 @@ Namespace My.Resources
Friend ReadOnly Property Icon_Clock() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("Icon_Clock", resourceCulture)
Return CType(obj, System.Drawing.Bitmap)
Return CType(obj,System.Drawing.Bitmap)
End Get
End Property
@@ -3788,7 +3788,7 @@ Namespace My.Resources
Friend ReadOnly Property Icon_Detected() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("Icon_Detected", resourceCulture)
Return CType(obj, System.Drawing.Bitmap)
Return CType(obj,System.Drawing.Bitmap)
End Get
End Property
@@ -3798,7 +3798,7 @@ Namespace My.Resources
Friend ReadOnly Property Icon_Inbox() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("Icon_Inbox", resourceCulture)
Return CType(obj, System.Drawing.Bitmap)
Return CType(obj,System.Drawing.Bitmap)
End Get
End Property
@@ -3808,7 +3808,7 @@ Namespace My.Resources
Friend ReadOnly Property Icon_Ready() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("Icon_Ready", resourceCulture)
Return CType(obj, System.Drawing.Bitmap)
Return CType(obj,System.Drawing.Bitmap)
End Get
End Property
@@ -3818,7 +3818,7 @@ Namespace My.Resources
Friend ReadOnly Property Icon_Searching() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("Icon_Searching", resourceCulture)
Return CType(obj, System.Drawing.Bitmap)
Return CType(obj,System.Drawing.Bitmap)
End Get
End Property
@@ -3828,7 +3828,7 @@ Namespace My.Resources
Friend ReadOnly Property Icon_Stopped() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("Icon_Stopped", resourceCulture)
Return CType(obj, System.Drawing.Bitmap)
Return CType(obj,System.Drawing.Bitmap)
End Get
End Property
@@ -3838,7 +3838,7 @@ Namespace My.Resources
Friend ReadOnly Property Icon_Unknown() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("Icon_Unknown", resourceCulture)
Return CType(obj, System.Drawing.Bitmap)
Return CType(obj,System.Drawing.Bitmap)
End Get
End Property
@@ -3848,7 +3848,7 @@ Namespace My.Resources
Friend ReadOnly Property Icon_User() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("Icon_User", resourceCulture)
Return CType(obj, System.Drawing.Bitmap)
Return CType(obj,System.Drawing.Bitmap)
End Get
End Property
@@ -3858,7 +3858,7 @@ Namespace My.Resources
Friend ReadOnly Property Icon_Working() As System.Drawing.Bitmap
Get
Dim obj As Object = ResourceManager.GetObject("Icon_Working", resourceCulture)
Return CType(obj, System.Drawing.Bitmap)
Return CType(obj,System.Drawing.Bitmap)
End Get
End Property
+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>
</data>
<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 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>