⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bashelp.bas

📁 JK Proxy Project - Version 0.1 ------------------------------ This was going to be a proxy serve
💻 BAS
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -