SHOTPROⅡ译码器的TESTMENU菜单中有()选项。
A、雷管测试
B、井口检波器测试
C、电台控制
D、工作方式
参考答案:A, B
下列符合原发不孕诊断的情况是()。
A.结婚2年,未采取避孕措施,1年未孕
B.结婚5年,未避孕自然流产2次,至今未孕
C.结婚3年,安全期避孕,至今未孕
D.结婚5年,避孕套避孕,近2年来未避孕未孕
E.结婚5年,3年前人工流产,近2年未避孕未孕
设已经在“菜单编辑器”中设计了窗体的快捷菜单,其顶级菜单为Bs,取消其“可见”属性,运行时,在以下事件过程中,可以使快捷菜单响应鼠标右键的是( )
A.Private Sub Form_MouseDown(Button As Integer,Shift As Integer,X As Single,Y As Single) If Button=2 Then PopupMenu Bs,2End SubB.Private Sub Form_MouseDown(Button As Integer,Shift As Integer,X As Single,Y As Single) PopupMenu BsEnd SubC.Private Sub Form—MouseDown(Button As Integer,Shift As Integer,X As Single,Y As Single) PopupMenu Bs,0End SubD.Private Sub Form_MouseDown(Button As Integer,Shift As Integer,X As Single,Y As Single) If(Button=vbLeftButton)0r(Button=vbRightButton)Then PopupMenu BsEnd Sub