📄 menutbl2.h
字号:
NaviKeyEvent,// KeyEvent
{ AdjustVolume, // AdjustFunction
NULL // ExecFunction
},// *DisplayValue;
DisplayValueVolumeIcon,
mibSelectable|mibSubWindowHightLightSelect //| mibAdjustItem// Flags
},
{ 14, 10, // XPos, YPos;
CP_BlackColor, CP_SoftLowGreenColor,// ForeColor, BackColor;
CP_BlackColor, CP_GrassGreenColor,// SelForeColor, SelBackColor;
100, //NextMenuPage;
DWI_Text,// DrawMenuItemType;
ExitText, // DisplayText;
NaviExitKeyEvent,// KeyEvent
{ NULL, // AdjustFunction
NULL // ExecFunction
},// *DisplayValue;
DisplayValueNull,
mibSelectable|mibSubWindowHightLightSelect //| mibAdjustItem// Flags
},
};
RadioTextType code ExitIconText[]=
{
{dwiEnd,2, 14, ExitIcon}
};
DrawRadioGroupType code DrawExitIcon[]=
{ //ForeColor, BackColor, GetValue RadioText
{dwiIcon, CP_PinkColor, CP_RedColor,CP_PinkColor, CP_GrayColor,NULL, ExitIconText}
};
DrawValueType code DisplayValueDrawExitIcon[]=
{
{dwiEnd,
NULL, // DrawNumberType
NULL, // DrawGuageType
DrawExitIcon// DrawRadioGroupType
},
};
//-----------------------------------------------------------------
MenuItemType code ExitMenuItems[]=
{
//ONLY FOR KEY STATION enough use
{ 4, 14, // XPos, YPos;
CP_BlackColor, CP_SoftLowGreenColor,// ForeColor, BackColor;
CP_BlackColor, CP_GrassGreenColor,// SelForeColor, SelBackColor;
MainMenu, //NextMenuPage;
DWI_Text,// DrawMenuItemType;
ExitText, // DisplayText;
ExitKeyEvent,// KeyEvent
{ NULL, // AdjustFunction
NULL // ExecFunction
},// *DisplayValue;
DisplayValueDrawExitIcon,
mibSelectable|mibSubWindowHightLightSelect //| mibAdjustItem// Flags
},
//===========================================
{ 14, 10, // XPos, YPos;
CP_BlackColor, CP_SoftLowGreenColor,// ForeColor, BackColor;
CP_BlackColor, CP_GrassGreenColor,// SelForeColor, SelBackColor;
100, //NextMenuPage;
DWI_Text,// DrawMenuItemType;
NULL, // DisplayText;
ExitKeyEvent,// KeyEvent
{ NULL, // AdjustFunction
NULL // ExecFunction
},// *DisplayValue;
DisplayValueNull,
mibSelectable|mibSubWindowHightLightSelect //| mibAdjustItem// Flags
},
};
//============================================
//--------------------------------------------------------
MenuItemType code TUserColorMenuItems[]=
{
//ONLY FOR KEY STATION enough use
{ 14, 10, // XPos, YPos;
CP_BlackColor, CP_SoftLowGreenColor,// ForeColor, BackColor;
CP_BlackColor, CP_GrassGreenColor,// SelForeColor, SelBackColor;
MainMenu, //NextMenuPage;
DWI_Text,// DrawMenuItemType;
RedColorText, // DisplayText;
NaviSUBKeyEvent,// KeyEvent
{ NULL, // AdjustFunction
NULL // ExecFunction
},// *DisplayValue;
DisplayValueNull,
mibSelectable|mibSubWindowHightLightSelect //| mibAdjustItem// Flags
},
//===========
{ 14, 4, // XPos, YPos;
CP_BlackColor, CP_SoftLowGreenColor,// ForeColor, BackColor;
CP_BlackColor, CP_GrassGreenColor, // SelForeColor, SelBackColor;
100, //NextMenuPage;
DWI_Text,// DrawMenuItemType;
RedColorText, // DisplayText;
NaviKeyEvent,// KeyEvent
{ AdjustRedColor, // AdjustFunction
NULL // ExecFunction
},// *DisplayValue;
DisplayValueTRedColorIcon,
mibSelectable // Flags
},
{ 14, 6, // XPos, YPos;
CP_BlackColor, CP_SoftLowGreenColor, // ForeColor, BackColor;
CP_BlackColor, CP_GrassGreenColor, // SelForeColor, SelBackColor;
100, //NextMenuPage;
DWI_Text,// DrawMenuItemType;
GreenColorText, // DisplayText;
NaviKeyEvent,// KeyEvent
{ AdjustGreenColor, // AdjustFunction
NULL // ExecFunction
},// *DisplayValue;
DisplayValueTGreenColorIcon,
mibSelectable // Flags
},
{ 14, 8, // XPos, YPos;
CP_BlackColor, CP_SoftLowGreenColor, // ForeColor, BackColor;
CP_BlackColor, CP_GrassGreenColor, // SelForeColor, SelBackColor;
100, //NextMenuPage;
DWI_Text,// DrawMenuItemType;
BlueColorText, // DisplayText;
NaviKeyEvent,// KeyEvent
{ AdjustBlueColor, // AdjustFunction
NULL // ExecFunction
},// *DisplayValue;
DisplayValueTBlueColorIcon,
mibSelectable // Flags
},
{ 14, 10, // XPos, YPos;
CP_BlackColor, CP_SoftLowGreenColor, // ForeColor, BackColor;
CP_BlackColor, CP_GrassGreenColor, // SelForeColor, SelBackColor;
100, //NextMenuPage;
DWI_Text,// DrawMenuItemType;
ExitText, // DisplayText;
NaviExitRGBKeyEvent,// KeyEvent
{ NULL, // AdjustFunction
NULL // ExecFunction
},// *DisplayValue;
DisplayValueNull,
mibSelectable // Flags
},
};
//=====================
//======================
//================================================================================
MenuItemType code LanguageMenuItems[]=
{
//ONLY FOR KEY STATION enough use
{ 14, 10, // XPos, YPos;
CP_BlackColor, CP_SoftLowGreenColor,// ForeColor, BackColor;
CP_BlackColor, CP_GrassGreenColor,// SelForeColor, SelBackColor;
OsdSetMenu, //NextMenuPage;
DWI_Text,// DrawMenuItemType;
NULL, // DisplayText;
NaviSUBKeyEvent,// KeyEvent
{ NULL, // AdjustFunction
NULL // ExecFunction
},// *DisplayValue;
DisplayValueNull,
mibSelectable|mibSubWindowHightLightSelect //| mibAdjustItem// Flags
},
{ 14, 4, // XPos, YPos;
CP_BlackColor, CP_SoftLowGreenColor, // ForeColor, BackColor;
CP_BlackColor, CP_GrassGreenColor, // SelForeColor, SelBackColor;
OsdSetMenu, //NextMenuPage;
DWI_Text,// DrawMenuItemType;
EnglishText, // DisplayText;
LanguageSelKeyEvent,// KeyEvent
{ NULL, // AdjustFunction
SetEnglishLanguage // ExecFunction
},// *DisplayValue;
DisplayValueNull,
mibSelectable //| mibAdjustItem// Flags
},
{ 14, 6, // XPos, YPos;
CP_BlackColor, CP_SoftLowGreenColor, // ForeColor, BackColor;
CP_BlackColor, CP_GrassGreenColor, // SelForeColor, SelBackColor;
OsdSetMenu, //NextMenuPage;
DWI_Text,// DrawMenuItemType;
FranceText, // DisplayText;
LanguageSelKeyEvent,// KeyEvent
{ NULL, // AdjustFunction
SetFranceLanguage // ExecFunction
},// *DisplayValue;
DisplayValueNull,
mibSelectable //| mibAdjustItem// Flags
},
{ 14, 8, // XPos, YPos;
CP_BlackColor, CP_SoftLowGreenColor, // ForeColor, BackColor;
CP_BlackColor, CP_GrassGreenColor, // SelForeColor, SelBackColor;
OsdSetMenu, //NextMenuPage;
DWI_Text,// DrawMenuItemType;
GermanText,//ContrastText, // DisplayText;
LanguageSelKeyEvent,// KeyEvent
{ NULL, // AdjustFunction
SetGermanLanguage // ExecFunction
},// *DisplayValue;
DisplayValueNull,
mibSelectable //| mibAdjustItem// Flags
},
{ 14, 10, // XPos, YPos;
CP_BlackColor, CP_SoftLowGreenColor, // ForeColor, BackColor;
CP_BlackColor, CP_GrassGreenColor, // SelForeColor, SelBackColor;
OsdSetMenu, //NextMenuPage;
DWI_Text,// DrawMenuItemType;
SpanishText, // DisplayText;
LanguageSelKeyEvent,// KeyEvent
{ NULL, // AdjustFunction
SetSpanishLanguage // ExecFunction
},// *DisplayValue;
DisplayValueNull,
mibSelectable //| mibAdjustItem// Flags
},
{ 28, 4, // XPos, YPos;
CP_BlackColor, CP_SoftLowGreenColor, // ForeColor, BackColor;
CP_BlackColor, CP_GrassGreenColor, // SelForeColor, SelBackColor;
OsdSetMenu, //NextMenuPage;
DWI_Text,// DrawMenuItemType;
ItalianText,//ContrastText, // DisplayText;
LanguageSelKeyEvent,// KeyEvent
{ NULL, // AdjustFunction
SetItalianLanguage // ExecFunction
},// *DisplayValue;
DisplayValueNull,
mibSelectable //| mibAdjustItem// Flags
},
{ 28, 6, // XPos, YPos;
CP_BlackColor, CP_SoftLowGreenColor, // ForeColor, BackColor;
CP_BlackColor, CP_GrassGreenColor, // SelForeColor, SelBackColor;
OsdSetMenu, //NextMenuPage;
DWI_Text,// DrawMenuItemType;
TChineseText, // DisplayText;
LanguageSelKeyEvent,// KeyEvent
{ NULL, // AdjustFunction
SetTChineseLanguage // ExecFunction
},// *DisplayValue;
DisplayValueNull,
mibSelectable //| mibAdjustItem// Flags
},
{ 28, 8, // XPos, YPos;
CP_BlackColor, CP_SoftLowGreenColor, // ForeColor, BackColor;
CP_BlackColor, CP_GrassGreenColor, // SelForeColor, SelBackColor;
OsdSetMenu, //NextMenuPage;
DWI_Text,// DrawMenuItemType;
SChineseText, // DisplayText;
LanguageSelKeyEvent,// KeyEvent
{ NULL, // AdjustFunction
SetSChineseLanguage // ExecFunction
},// *DisplayValue;
DisplayValueNull,
mibSelectable //| mibAdjustItem// Flags
},
{ 28, 10, // XPos, YPos;
CP_BlackColor, CP_SoftLowGreenColor, // ForeColor, BackColor;
CP_BlackColor, CP_GrassGreenColor, // SelForeColor, SelBackColor;
OsdSetMenu, //NextMenuPage;
DWI_Text,// DrawMenuItemType;
JapaneseText, // DisplayText;
LanguageSelKeyEvent,// KeyEvent
{ NULL, // AdjustFunction
SetJapaneseLanguage // ExecFunction
},// *DisplayValue;
DisplayValueNull,
mibSelectable //| mibAdjustItem// Flags
},
};
//==============================================================================================
MenuItemType code OsdHPositionMenuItems[]=
{
{ 18, 2, // XPos, YPos;
CP_BlackColor, CP_GrayColor, // ForeColor, BackColor;
CP_BlackColor, CP_GrayColor,// SelForeColor, SelBackColor;
OsdSetMenu, //NextMenuPage;
DWI_Text,// DrawMenuItemType;
NULL, // DisplayText;
AdjusterKeyEvent,// KeyEvent
{AdjustOSDHPos, // AdjustFunction
NULL // ExecFunction
},// *DisplayValue;
DisplayValueOsdHPosIcon,
mibSelectable | mibAdjustItem// Flags
},
};
//==============================================================================================
///////////////////////////////////////////////////////////////////////////////////
DrawNumberType code DrawCUserKRGainIconNumber[]=
{ // Flags, ForeColor, BackColor, XPos, YPos, GetValue
{dwiEnd, CP_BlackColor, CP_GrayColor,CP_BlackColor, CP_GrayColor, 20, 2, GetRedColorValue},
};
DrawGuageType code DrawCUserKRGainIconGuage[]=
{ // Flags, ForeColor, BackColor, Length, XPos, YPos, GetValue
{dwiEnd, CP_RedColor,CP_SoftLowGreenColor,7, 20, 3, GetRedColorValue},
};
DrawValueType code DisplayValueCUserKRGainIcon[]=
{
{dwiEnd,
DrawCUserKRGainIconNumber, // DrawNumberType
DrawCUserKRGainIconGuage, // DrawGuageType
DrawColrIconRadioGroup// DrawRadioGroupType
},
};
DrawNumberType code DrawCUserKGGainIconNumber[]=
{ // Flags, ForeColor, BackColor, XPos, YPos, GetValue
{dwiEnd, CP_BlackColor, CP_GrayColor,CP_BlackColor, CP_GrayColor, 20, 4, GetGreenColorValue},
};
DrawGuageType code DrawCUserKGGainIconGuage[]=
{ // Flags, ForeColor, BackColor, Length, XPos, YPos, GetValue
{dwiEnd, CP_GreenColor,CP_SoftLowGreenColor,7, 20, 5, GetGreenColorValue},
};
DrawValueType code DisplayValueCUserKGGainIcon[]=
{
{dwiEnd,
DrawCUserKGGainIconNumber, // DrawNumberType
DrawCUserKGGainIconGuage, // DrawGuageType
DrawColrIconRadioGroup // DrawRadioGroupType
},
};DrawNumberType code DrawCUserKBGainIconNumber[]=
{ // Flags, ForeColor, BackColor, XPos, YPos, GetValue
{dwiEnd, CP_BlackColor, CP_GrayColor,CP_BlackColor, CP_GrayColor, 20, 6, GetBlueColorValue},
};
DrawGuageType code DrawCUserKBGainIconGuage[]=
{ // Flags, ForeColor, BackColor, Length, XPos, YPos, GetValue
{dwiEnd, CP_BlueColor,CP_SoftLowGreenColor,7, 20, 7, GetBlueColorValue},
};
DrawValueType code DisplayValueCUserKBGainIcon[]=
{
{dwiEnd,
DrawCUserKBGainIconNumber, // DrawNumberType
DrawCUserKBGainIconGuage, // DrawGuageType
DrawColrIconRadioGroup// DrawRadioGroupType
},
};
//================================================================================
MenuItemType code UserColorMenuItems[]=
{
{ 18, 2, // XPos, YPos;
CP_BlackColor, CP_GrayColor,// ForeColor, BackColor;
CP_BlackColor, CP_GrayColor,// SelForeColor, SelBackColor;
100, //NextMenuPage;
DWI_None,// DrawMenuItemType;
NULL, // DisplayText;
AdjusterColorKeyEvent,// KeyEvent
{ AdjustRedColor, // AdjustFunction
NULL // ExecFunction
},// *DisplayValue;
DisplayValueCUserKRGainIcon,
mibSelectable | mibAdjustItem|mibDrawValue// Flags
},
{ 19, 5, // XPos, YPos;
CP_BlackColor, CP_GrayColor, // ForeColor, BackColor;
CP_YellowColor, CP_GrayColor, // SelForeColor, SelBackColor;
100, //NextMenuPage;
DWI_None,// DrawMenuItemType;
NULL,//ContrastText, // DisplayText;
AdjusterColorKeyEvent,// KeyEvent
{ AdjustGreenColor, // AdjustFunction
NULL // ExecFunction
},// *DisplayValue;
DisplayValueCUserKGGainIcon,
mibSelectable | mibAdjustItem|mibDrawValue// Flags
},
{ 19, 7, // XPos, YPos;
CP_GrayColor, CP_GrayColor, // ForeColor, BackColor;
CP_YellowColor, CP_GrayColor, // SelForeColor, SelBackColor;
100, //NextMenuPage;
DWI_None,// DrawMenuItemType;
NULL, // DisplayText;
AdjusterColorKeyEvent,// KeyEvent
{ AdjustBlueColor, // AdjustFunction
NULL // ExecFunction
},// *DisplayValue;
DisplayValueCUserKBGainIcon,
mibSelectable | mibAdjustItem|mibDrawValue// Flags
}
};
//===========================================================
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -