-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathModule2.vb
More file actions
17 lines (17 loc) · 648 Bytes
/
Module2.vb
File metadata and controls
17 lines (17 loc) · 648 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Module Module2
Public errormsgbox As String ' 判断是否save成功
Public Startupparameters As String
Public line12 As String
Public secondLine As String
Public Waittime As String
Public starting_config As String
Public line13 As String
Public ninthline As String
Public error1 As String '错误info
Public error2 As String '错误info
Public Enableclicking As String
Public Preventthepointtoomanytimes As Boolean = False
Public Whethertostartinfullscreen As String = "OFF"
Public Preventthepointtoomanytimes2 As Boolean = False
Public Version As String = "正式版V4.0"
End Module