TerryKong 发表于 2014-6-17 17:58:23

让整个Proe的浮动菜单关闭与开启代码


如题,哪位高手能告诉我设置什么参数可以开启或关闭我的整个浮动菜单?
我的浮动菜单代码
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);
}

页: [1]
查看完整版本: 让整个Proe的浮动菜单关闭与开启代码