单项选择题
A.File1.Path=Dir.Path B.Dir1.Path=File1.Path C.File1.Path=Dir1.Drive D.Dir1.Drive=File1.Path
A.文本框的MultiLine属性值为True B.文本框的Locked属性值为True C.文本框的MultiLine属性值为False D.文本框的Locked属性值为False
A.窗体中凡被声明为Private的变量只能在某个指定的过程中使用 B.全局变量必须在标准模块中声明 C.模块级变量只能用Private关键字声明 D.Static类型变量的作用域是它所在的窗体或模块文件