public variables 公共变量
public constants 公共常量
project name (as specified in the project properties dialog box) 工程名称(在工程属性对话框中的名字) [ps: vb中文版中的工程名称可以是中文,比较奇怪的说]
class names (name property of a class module, a user control, a property page, or a user document) 类名(类模块、用户控件模块,属性页,用户文档的name属性)
换句话说,其他的标识符都可以用中文,例如:
private sub cmdtest_click()
dim 中文变量 as string
中文变量 = "你好! hello!"
msgbox 中文变量