名詞解釋“文檔”選項(xiàng)卡

您可能感興趣的試卷

你可能感興趣的試題

2.單項(xiàng)選擇題在表單設(shè)計(jì)器中,要選定表單中某選項(xiàng)按鈕組中某個(gè)選項(xiàng)按鈕,可以()。

A.單擊選項(xiàng)按鈕
B.雙擊選項(xiàng)按鈕
C.右擊選項(xiàng)按鈕組,選擇“編輯”命令,然后再單擊選項(xiàng)按鈕
D.以上B和C都可以

3.單項(xiàng)選擇題表單form1上有標(biāo)簽對(duì)象label1,為使其在表單上橫向居中,表單的init事件代碼為()。

A.thisform.lable1.left=thisform.width/2
B.thisform.lable1.height=thisform.height/2
C.thisform.lable1.width=thisform.width/2
D.thisform.lable1.left=(thisform.width-thisform.label1.with)/2

4.單項(xiàng)選擇題要預(yù)設(shè)表單中文本框控件Text1值的類型為數(shù)值型,下列哪一種說(shuō)法是正確的()。

A.Value的值設(shè)置為.NULL.
B.Value的值設(shè)置為“0”
C.Value的值設(shè)置為1
D.默認(rèn),無(wú)須設(shè)置

5.單項(xiàng)選擇題復(fù)選框的value屬性值為0時(shí),表示()。

A.復(fù)選框被選中
B.復(fù)選框未選中
C.復(fù)選框變灰色
D.操作錯(cuò)誤