單項(xiàng)選擇題在表單form1中有一個(gè)計(jì)時(shí)器timer1和一個(gè)標(biāo)簽label1,在form1的load事件中寫入如下代碼:publicIstore0toI在timer1的timer事件中有如下代碼:I=I+1Thisform.label1.caption=str(I,5)若timer1的interval屬性值為1000,則表單運(yùn)行15秒時(shí),標(biāo)簽label1顯示為()。

A.15000
B.15
C.0
D.1


您可能感興趣的試卷

你可能感興趣的試題

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

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

5.單項(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