列兵
UID2489170
U币0
G币0
技术0
主题1
精华0
阅读权限10
注册时间2012-6-20
最后登录1970-1-1
在线时间0 小时
列兵
|
如题,哪位高手能告诉我设置什么参数可以开启或关闭我的整个浮动菜单?
我的浮动菜单代码
int FloatMenu()
{
ProMenuFileRegister ("HojyLib", "assembly.mnu",NULL);
//ProMenuAuxfileRegister ("assembly","assembly.aux",NULL);
ProMenubuttonActionSet ("HojyLib",MTitle_asm1,MenuButton2,RetChar,RETVAL_ASM1_1);//电池
ProMenubuttonActionSet ("HojyLib",MTitle_asm2,MenuButton2,RetChar,RETVAL_ASM2_1);//电池连接器
ProMenubuttonActionSet ("HojyLib",MTitle_asm3,MenuButton2,RetChar,RETVAL_ASM3_1);//锅仔
ProMenubuttonActionSet ("HojyLib",MTitle_asm4,MenuButton2,RetChar,RETVAL_ASM4_1);//LCM
ProMenubuttonActionSet ("HojyLib",MTitle_asm5,MenuButton2,RetChar,RETVAL_ASM5_1);//RF弹片
ProMenubuttonActionSet ("HojyLib",MTitle_asm6,MenuButton2,RetChar,RETVAL_ASM6_1);//RF测试座
ProMenubuttonActionSet ("HojyLib",MTitle_asm7,MenuButton2,RetChar,RETVAL_ASM7_1);//SIM卡座
ProMenubuttonActionSet ("HojyLib",MTitle_asm8,MenuButton2,RetChar,RETVAL_ASM8_1);//TF卡座
ProMenubuttonActionSet ("HojyLib",MTitle_asm9,MenuButton2,RetChar,RETVAL_ASM9_1);//USB
return(0);
} |
|
|