A、事件、方法 B、方法、事件 C、屬性、方法 D、過程、事件
在窗體Form1的Click事件過程中有以下語句: Label1.Caption=”Visual Basic”若本語句執(zhí)行之前,標(biāo)簽控件的Caption屬性為默認(rèn)值,則標(biāo)簽控件的Name屬性和Caption屬性在執(zhí)行本語句之前的值分別為()。
A、”Label”、”Label” B、”Label1”、”VisualBasic” C、”Label1”、”Label1” D、”Caption”、”Label”
A、A>=BAndB>=CAndC>0 B、A+C>BAndB+C>AAndC>0 C、(A+C.>=CAndA-C<=C.AndC>0 D、A+B>CAndA-B>CAndC>0