Added ability to edit game ID and updated validation
This commit is contained in:
Generated
+28
-1
@@ -1500,6 +1500,15 @@ Namespace My.Resources
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to &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>
|
||||
|
||||
Reference in New Issue
Block a user