📄 menutbl.h
字号:
RootMenu,// PrevMenuPage;
StandbyMenuItems, // MenuItems;
sizeof(StandbyMenuItems)/sizeof(MenuItemType), // MenuItemCount;
EnablePowerDownCounter, // ExecFunction;
0, // FontAddr
NULL, // Fonts
mpbStay | mpbCenter// Flags;
},
// 4 CableNotConnectMenu
{ 12, 4, // XSize, YSize;
RootMenu,// PrevMenuPage;
CableNotConnectedMenuItems, // MenuItems;
sizeof(CableNotConnectedMenuItems)/sizeof(MenuItemType), // MenuItemCount;
EnablePowerDownCounter, // ExecFunction;
MainMenuFontAddr, // FontAddr
MenuPage10, // Fonts
mpbStay | mpbCenter// Flags;
},
// 5 UnsupportedModeMenu
{16, 3, // XSize, YSize;
RootMenu,// PrevMenuPage;
UnsupportedModeMenuItems, // MenuItems;
sizeof(UnsupportedModeMenuItems)/sizeof(MenuItemType), // MenuItemCount;
NULL, // ExecFunction;
MainMenuFontAddr, // FontAddr
MenuPage11, // Fonts
mpbStay| mpbCenter// Flags;
},
// 6 RootMenu
{ 16, 3, // XSize, YSize;
RootMenu,// PrevMenuPage;
RootMenuItems, // MenuItems;
sizeof(RootMenuItems)/sizeof(MenuItemType), // MenuItemCount;
EnterRootMenu, // ExecFunction;
0, // FontAddr
NULL, // Fonts
mpbInvisible|mpbStay // Flags;
},
//============================================================
//7 MainMenu
{ 41, 16, // XSize, YSize;
ExitMenu,// PrevMenuPage;
MainMenuItems, // MenuItems;
sizeof(MainMenuItems)/sizeof(MenuItemType), // MenuItemCount;
NULL, // ExecFunction; fendy
SubMenuFontAddr, // FontAddr
MenuPage2, // Fonts
mpbStay|mpbDrawFrame // Flags;
},
// 8 PictureMenu
{ 41,16, // XSize, YSize;
MainMenu,// PrevMenuPage;
PictureMenuItems, // MenuItems;
sizeof(PictureMenuItems)/sizeof(MenuItemType), // MenuItemCount;
NULL, // ExecFunction;
SubMenuFontAddr, // FontAddr
MenuPage3, // Fonts
mpbStay|mpbDrawFrame // Flags;
},
// 9 FunctionMenu
{ 41,16, // XSize, YSize;
PictureMenu,// PrevMenuPage;
FunctionMenuItems, // MenuItems;
sizeof(FunctionMenuItems)/sizeof(MenuItemType), // MenuItemCount;
NULL, // ExecFunction;
SubMenuFontAddr, // FontAddr
MenuPage4, // Fonts
mpbStay|mpbDrawFrame // Flags;
},
// 10 OsdSetMenu
{ 41,16,//30, 9, // XSize, YSize;
FunctionMenu,// PrevMenuPage;
OsdSetMenuItems, // MenuItems;
sizeof(OsdSetMenuItems)/sizeof(MenuItemType), // MenuItemCount;
NULL, // ExecFunction;
SubMenuFontAddr, // FontAddr
MenuPage5, // Fonts
mpbStay|mpbDrawFrame // Flags;
},
//11 MiscellaneousMenu
{ 41,16,//30, 9, // XSize, YSize;
OsdSetMenu,// PrevMenuPage;
MiscellaneousMenuItems, // MenuItems;
sizeof(MiscellaneousMenuItems)/sizeof(MenuItemType), // MenuItemCount;
NULL, // ExecFunction;
SubMenuFontAddr, // FontAddr
MenuPage6, // Fonts
mpbStay|mpbDrawFrame // Flags;
},
//12 EXITMENU
{ 41,16,//30, 9, // XSize, YSize;
MiscellaneousMenu,// PrevMenuPage;
ExitMenuItems, // MenuItems;
sizeof(ExitMenuItems)/sizeof(MenuItemType), // MenuItemCount;
NULL, // ExecFunction;
0, // FontAddr
NULL, // Fonts
mpbStay|mpbDrawFrame // Flags;
},
/////////========================
// 18 TUserColorMenu
{ 41,16,//30, 9, // XSize, YSize;
MainMenu,// PrevMenuPage;
TUserColorMenuItems, // MenuItems;
sizeof(TUserColorMenuItems)/sizeof(MenuItemType), // MenuItemCount;
NULL, // ExecFunction;
SubMenuFontAddr, // FontAddr
MenuPage7, // Fonts
mpbStay|mpbDrawFrame // Flags;
},
//28 OsdTimeMenu
{ 41, 16, // XSize, YSize;
MainMenu,// PrevMenuPage;
OsdTimeMenuItems, // MenuItems;
sizeof(OsdTimeMenuItems)/sizeof(MenuItemType), // MenuItemCount;
EnterOsdTimeMuteMenu, // ExecFunction;
0, // FontAddr
NULL, // Fonts
mpbStay|mpbDrawFrame // Flags;
},
// OsdTimeSubMenu
{ 41, 16, // XSize, YSize;
OsdTimeMenu,// PrevMenuPage;
OsdTimeSubMenuItems, // MenuItems;
sizeof(OsdTimeSubMenuItems)/sizeof(MenuItemType), // MenuItemCount;
NULL, // ExecFunction;
0, // FontAddr
NULL, // Fonts
mpbStay | mpbCenter// Flags;
},
//=========================================
// 16 LanguageMenu
{ 28,11, // XSize, YSize;
MainMenu,// PrevMenuPage;
LanguageMenuItems, // MenuItems;
sizeof(LanguageMenuItems)/sizeof(MenuItemType), // MenuItemCount;
NULL,//EnterLanguageMenu, // ExecFunction;
SubMenuFontAddr, // FontAddr
MenuPage9, // Fonts
mpbStay|mpbDrawFrame // Flags;
},
// 19 FactoryConfigMenu
{ 29,11, // XSize, YSize;
FactoryConfigMenu,// PrevMenuPage;
FactoryConfigMenuItems, // MenuItems;
sizeof(FactoryConfigMenuItems)/sizeof(MenuItemType), // MenuItemCount;
NULL, // ExecFunction;
0, // FontAddr
NULL, // Fonts
mpbStay|mpbDrawFrame // Flags;
},
//-------------------------------------------------------------------
////HOT KEY================================
// 33 AutoMenu
{ 10, 3, // XSize, YSize;
RootMenu,// PrevMenuPage;
AutoMenuItems, // MenuItems;
sizeof(AutoMenuItems)/sizeof(MenuItemType), // MenuItemCount;
AutoConfig, // ExecFunction;
MainMenuFontAddr, // FontAddr
MenuPage8, // Fonts
mpbCenter // Flags;
},
// 34 ContMenu
{ 18, 5, // XSize, YSize;
RootMenu,// PrevMenuPage;
ContMenuItems, // MenuItems;
sizeof(ContMenuItems)/sizeof(MenuItemType), // MenuItemCount;
NULL, // ExecFunction;
0, // FontAddr
NULL, // Fonts
mpbStay // | mpbCenter// Flags;
},
// 35 BriteMenu
{ 18, 5, // XSize, YSize;
RootMenu,// PrevMenuPage;
BriteMenuItems, // MenuItems;
sizeof(BriteMenuItems)/sizeof(MenuItemType), // MenuItemCount;
NULL, // ExecFunction;
0, // FontAddr
NULL, // Fonts
mpbStay // | mpbCenter// Flags;
},
// 36 VolMenu
{ 18, 4, // XSize, YSize;
RootMenu,// PrevMenuPage;
VolMenuItems, // MenuItems;
sizeof(VolMenuItems)/sizeof(MenuItemType), // MenuItemCount;
NULL, // ExecFunction;
SubMenuFontAddr, // FontAddr
MenuPage6, // Fonts
mpbStay // | mpbCenter// Flags;
},
//============================================
//37 AutoColorMenu
{ 24, 3, // XSize, YSize;
MainMenu,// PrevMenuPage;
AutoMenuItems, // MenuItems;
sizeof(AutoMenuItems)/sizeof(MenuItemType), // MenuItemCount;
AutoColor, // ExecFunction;
MainMenuFontAddr, // FontAddr
MenuPage8, // Fonts
0 // Flags;
},
// 38 BurninMenu
{ 14, 3, // XSize, YSize;
RootMenu,// PrevMenuPage;
BurninMenuItems, // MenuItems;
sizeof(BurninMenuItems)/sizeof(MenuItemType), // MenuItemCount;
EnableBurninMode, // ExecFunction;
0, // FontAddr
NULL, // Fonts
mpbStay|mpbInvisible// Flags;
},
// 39 FactoryMenu
{ 26, 20, // XSize, YSize;
RootMenu,// PrevMenuPage;
FactoryMenuItems, // MenuItems;
sizeof(FactoryMenuItems)/sizeof(MenuItemType), // MenuItemCount;
NULL, // ExecFunction;
0, // FontAddr
NULL, // Fonts
mpbStay // Flags;
},
// 40 ISPMenu
{ 13, 3, // XSize, YSize;
RootMenu,// PrevMenuPage;
ISPMenuItems, // MenuItems;
sizeof(ISPMenuItems)/sizeof(MenuItemType), // MenuItemCount;
EnterISPMode, // ExecFunction;
0, // FontAddr
NULL, // Fonts
mpbStay | mpbCenter// Flags;
},
// DDCTypeMenu
{ 10, 3, // XSize, YSize;
RootMenu,// PrevMenuPage;
DDCTypeMenuItems, // MenuItems;
sizeof(DDCTypeMenuItems)/sizeof(MenuItemType), // MenuItemCount;
NULL, // ExecFunction;
0, // FontAddr
NULL, // Fonts
mpbStay | mpbCenter// Flags;
},
#if Dual_Input_Icon_Enable
// SourceTypeMenu
{ 7, 3, // XSize, YSize;
RootMenu,// PrevMenuPage;
SourceTypeMenuItems, // MenuItems;
sizeof(SourceTypeMenuItems)/sizeof(MenuItemType), // MenuItemCount;
NULL, // ExecFunction;
0, // FontAddr
NULL, // Fonts
mpbStay// Flags;
},
#endif
//==========
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -