bashelp.bas

来自「JK Proxy Project - Version 0.1 --------」· BAS 代码 · 共 29 行

BAS
29
字号
Attribute VB_Name = "basHelp"
Option Explicit

' All context-help sentences is defined here

' SETTINGS
Public Const SET_MODULE As String = _
  "Select the module of the proxy server you would like to configure."
' EMAIL SETTINGS
Public Const EMAIL_SERVERPORT As String = _
  "Sets the port the email proxy will use for listening. Default POP port is 110."
Public Const EMAIL_TRASHFOLDER As String = _
  "Sets the folder in which all blocked messages are stored."
Public Const EMAIL_RULESFILES As String = _
  "Defines the rule file used for email antispam functionality."
Public Const EMAIL_KEEPBLOCKED As String = _
  "Sets how many days blocked messages are stored."
Public Const EMAIL_IPRULES As String = _
  "Sets which IP rules file is used."

' TRAY
Public Const TRAY_RUNNING As String = _
  "Server is running"
Public Const TRAY_NOTRUNNING As String = _
  "Server is not running"
Public Const TRAY_GETMENU As String = _
  "right-click icon for menu"

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?