Added ability to edit game ID and updated validation

This commit is contained in:
MikeMaximus
2018-03-02 12:00:00 -06:00
parent c2a752573a
commit 609ee09cfa
6 changed files with 143 additions and 55 deletions
+28 -1
View File
@@ -1500,6 +1500,15 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized string similar to &amp;Game ID....
'''</summary>
Friend ReadOnly Property frmGameManager_btnGameID() As String
Get
Return ResourceManager.GetString("frmGameManager_btnGameID", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to ....
'''</summary>
@@ -1906,7 +1915,7 @@ Namespace My.Resources
End Property
'''<summary>
''' Looks up a localized string similar to A game with this exact name and process already exists..
''' Looks up a localized string similar to A game with the same ID ([PARAM]) already exists..
'''</summary>
Friend ReadOnly Property frmGameManager_ErrorGameDupe() As String
Get
@@ -2040,6 +2049,24 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized string similar to The unique Game ID is generated by GBM. Changing this value is not recommended..
'''</summary>
Friend ReadOnly Property frmGameManager_GameIDEditInfo() As String
Get
Return ResourceManager.GetString("frmGameManager_GameIDEditInfo", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Edit Game ID.
'''</summary>
Friend ReadOnly Property frmGameManager_GameIDEditTitle() As String
Get
Return ResourceManager.GetString("frmGameManager_GameIDEditTitle", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Configuration.
'''</summary>