📄 settings.bas
字号:
Attribute VB_Name = "settings"
'maximum ammount of clients
'the maximum clients the server will handle
Public Const server_max_clients = 200
'the default maximum number of clients
Public Const default_max_clients = 20
Public max_clients As Integer
'port for clients to connect to
Public Const default_server_port = "6000"
Public server_port As Long
Public live_connections As Integer
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -