本課介紹一些常用的對(duì)象及其屬性、事件、方法,掌握了這些知識(shí)以后,便可編一些簡(jiǎn)單實(shí)用的軟件了。
對(duì)象 (object) :
表單 (form) 按鈕 (commandbutton) 標(biāo)簽 (label)
文本框 (text) 表格 (grid)
屬性 (property):
標(biāo)題 (caption) 左起始位 (left) 上起始位 (top)
寬度 (width) 高度 (hight) 控制源 (controlsource)
值 (value) 文本對(duì)齊 (alignment) 名稱 (name)
只讀 (readonly) 可見(jiàn) (visible)
事件 (event):
單擊 (click) 初始化 (init)
方法 (methord) :
設(shè)置焦點(diǎn) (setfocus) 刷新 (refresh) 釋放 (release)
對(duì)象 (object) :
表單 (form) 按鈕 (commandbutton) 標(biāo)簽 (label)
文本框 (text) 表格 (grid)
屬性 (property):
標(biāo)題 (caption) 左起始位 (left) 上起始位 (top)
寬度 (width) 高度 (hight) 控制源 (controlsource)
值 (value) 文本對(duì)齊 (alignment) 名稱 (name)
只讀 (readonly) 可見(jiàn) (visible)
事件 (event):
單擊 (click) 初始化 (init)
方法 (methord) :
設(shè)置焦點(diǎn) (setfocus) 刷新 (refresh) 釋放 (release)