速成篇 共32页[1 2 3 4 5 6 7 >»<... 最后一页]
按钮控件
一、CommandButton控件 CommandButton控件接受用户的命令。 [属性:] ·Caption 表示按钮所显示的内容 例:Command1.Caption="&OK" [事件:] ·Click 当点击或按下快捷键时发生。 二、Frame控件 Frame控件主要用于为OptionButton控件分组。 [属性:] ·Caption 表示分组所提示的内容。 例:Frame1.Caption="性别":Frame2.Caption="民族"