?? 引導(dǎo)菜單.c
字號(hào):
//---------------------------------------------------------------------------------------------------
//標(biāo)準(zhǔn)菜單程序
//
//
//---------------------------------------------------------------------------------------------------
#include "menu.h"
#include "CM240128.H"
#include "輸入狀態(tài)欄.h"
#include "gprs.h"
#include "功能選擇菜單.h"
#include "數(shù)據(jù)存儲(chǔ).h"
#include "main.h"
//---------------------------------------------------------------------------------------------------
void MENU_Boot_Load(unsigned char *pBuf)
{
pBuf=pBuf;
MENU_Option(0);
/*
ClrDisplay();
SetCurrLoc(0,96);
DisplayStr("連接過(guò)程結(jié)束按任意鍵繼續(xù)",30);
InputStateOption(1);
*/
}
//---------------------------------------------------------------------------------------------------
//刷新
void MENU_Boot_refurbish(void)
{
//user code
//user code end
}
//---------------------------------------------------------------------------------------------------
//數(shù)據(jù)輸入
void MENU_Boot_incept(unsigned char *pBuf)
{
//user code
if(pBuf==0)return;
MENU_Option(0);
//user code end
}
//---------------------------------------------------------------------------------------------------
//---------------------------------------------------------------------------------------------------
//下面是不可改寫(xiě)的代碼
void MENU_Boot(unsigned char *pBuf)
{
MenuSet(MENU_Boot_refurbish,MENU_Boot_incept);
MENU_Boot_Load(pBuf);
}
//---------------------------------------------------------------------------------------------------
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -