⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 menutbl2.h

📁 完整的软件学习--显示器驱动视频软件
💻 H
📖 第 1 页 / 共 4 页
字号:
    DisplayValueNull,
    mibSelectable|mibNotFactoryItem // Flags
  },
  
   {14, 14, // 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|mibNotFactoryItem // Flags
  },
};
RadioTextType code PictureIconText[]=
{
   {dwiEnd,2,	6,	PictureIcon}
};

DrawRadioGroupType code DrawPictureIcon[]=
{ //ForeColor,	BackColor,	GetValue	RadioText
	{dwiIcon,	CP_PinkColor,CP_SoftLowGreenColor,CP_PinkColor,CP_BlueColor,NULL, PictureIconText}
};
DrawValueType code DisplayValueDrawPictureIcon[]=
{
 {dwiEnd,
  NULL,	// DrawNumberType
  NULL,	// DrawGuageType
   DrawPictureIcon// DrawRadioGroupType
 },

};

//===============================================================================================
MenuItemType code PictureMenuItems[]=

{
    { 4, 6, // XPos, YPos;
     CP_BlackColor, CP_SoftLowGreenColor, // ForeColor, BackColor;
     CP_BlackColor, CP_GrassGreenColor, // SelForeColor, SelBackColor;
    FunctionMenu, //NextMenuPage;
    DWI_Text,// DrawMenuItemType;
    PictureText, // DisplayText; 
    NaviSUBKeyEvent,// KeyEvent
    { NULL,	// AdjustFunction
      NULL			// ExecFunction
    },// *DisplayValue;
  DisplayValueDrawPictureIcon, //
    mibSelectable|mibNotFactoryItem // Flags
  },

//====================
  { 14, 4, // XPos, YPos;
     CP_BlackColor, CP_SoftLowGreenColor, // ForeColor, BackColor;
    CP_BlackColor, CP_GrassGreenColor, // SelForeColor, SelBackColor;
     100, //NextMenuPage;
    DWI_Text,// DrawMenuItemType;
    HPositionText, // DisplayText; 
    NaviKeyEvent,// KeyEvent
    { AdjustHPosition,		// AdjustFunction
      NULL			// ExecFunction
    },// *DisplayValue;
 DisplayValueHPositionIcon, //  DisplayValueNull, //
    mibSelectable|mibNotFactoryItem |mibDVIDisable// Flags
  },
    { 14, 6, // XPos, YPos;
    CP_BlackColor, CP_SoftLowGreenColor, // ForeColor, BackColor;
    CP_BlackColor, CP_GrassGreenColor, // SelForeColor, SelBackColor;
    100, //NextMenuPage;
    DWI_Text,// DrawMenuItemType;
    VPositionText,//ContrastText, // DisplayText; 
    NaviKeyEvent,// KeyEvent
    {AdjustVPosition,		// AdjustFunction
      NULL			// ExecFunction
    },// *DisplayValue;
  DisplayValueVPositionIcon,// DisplayValueNull, // 
    mibSelectable|mibNotFactoryItem |mibDVIDisable// Flags
  },
  { 14, 8, // XPos, YPos;
    CP_BlackColor, CP_SoftLowGreenColor, // ForeColor, BackColor;
    CP_BlackColor, CP_GrassGreenColor, // SelForeColor, SelBackColor;
    100, //NextMenuPage;
    DWI_Text,// DrawMenuItemType;
    PhaseText, // DisplayText; 
    NaviKeyEvent,// KeyEvent
    { AdjustFocus,	// AdjustFunction
      NULL			// ExecFunction
    },// *DisplayValue;
DisplayValueFocusIcon ,//DisplayValueNull,//  
   mibSelectable|mibNotFactoryItem|mibDVIDisable // Flags
  },
  
  { 14, 10, // XPos, YPos;
    CP_BlackColor, CP_SoftLowGreenColor, // ForeColor, BackColor;
    CP_BlackColor, CP_GrassGreenColor, // SelForeColor, SelBackColor;
    100, //NextMenuPage;
    DWI_Text,// DrawMenuItemType;
    ClockText, // DisplayText; 
    NaviKeyEvent,// KeyEvent
    { AdjustClock,	// AdjustFunction
      NULL			// ExecFunction
    },// *DisplayValue;
 DisplayValueClockIcon,//  DisplayValueNull,// 
   mibSelectable|mibNotFactoryItem|mibDVIDisable // Flags
  },      

  { 14, 12, // XPos, YPos;
    CP_BlackColor, CP_SoftLowGreenColor, // ForeColor, BackColor;
    CP_BlackColor, CP_GrassGreenColor, // SelForeColor, SelBackColor;
    100, //NextMenuPage;
    DWI_Text,// DrawMenuItemType;
    SharpnessText, // DisplayText; 
    NaviKeyEvent,// KeyEvent
    { mStar_SetSharpness,	// AdjustFunction
      NULL			// ExecFunction
    },// *DisplayValue;
  DisplayValue12345Icon,//DisplayValueNull,//  
 mibSelectable|mibNotFactoryItem // Flags
  },   
  
  { 14, 14, // 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|mibNotFactoryItem // Flags
  },      

};
RadioTextType code FunctionIconText[]=
{
   {dwiEnd,2,	8,	FunctionIcon}
};

DrawRadioGroupType code DrawFunctionIcon[]=
{ //ForeColor,	BackColor,	GetValue	RadioText
	{dwiIcon,CP_PinkColor,CP_RedColor,CP_PinkColor,CP_GrayColor,NULL, FunctionIconText}
};
DrawValueType code DisplayValueDrawFunctionIcon[]=
{
 {dwiEnd,
  NULL,	// DrawNumberType
  NULL,	// DrawGuageType
   DrawFunctionIcon// DrawRadioGroupType
 },

};

//==============================================================================================
MenuItemType code FunctionMenuItems[]=
{ 

 { 4, 8, // XPos, YPos;
    CP_BlackColor, CP_SoftLowGreenColor, // ForeColor, BackColor;
    CP_BlackColor, CP_GrassGreenColor, // SelForeColor, SelBackColor;
    OsdSetMenu, //NextMenuPage;
    DWI_Text,// DrawMenuItemType;
    FunctionText, // DisplayText; 
    NaviSUBKeyEvent,// KeyEvent
    { NULL,	// AdjustFunction
      NULL			// ExecFunction
    },// *DisplayValue;
    DisplayValueDrawFunctionIcon,
    mibSelectable|mibSubWindowHightLightSelect|mibDVIDisable //| mibAdjustItem// Flags
  },  

 
//====================
  { 14, 4, // XPos, YPos;
    CP_BlackColor, CP_SoftLowGreenColor, // ForeColor, BackColor;
    CP_BlackColor, CP_GrassGreenColor, // SelForeColor, SelBackColor;
    100, //NextMenuPage;
    DWI_Text,// DrawMenuItemType;
    AutoAdjustText, // DisplayText; 
    NaviKeyEvent,// KeyEvent
    { Select_YesNO_AutoAdjustUP,	       // AdjustFunction
      NULL			// ExecFunction
    },// *DisplayValue;
    DisplayValueYesNoUp,
    mibSelectable|mibSubWindowHightLightSelect //| mibAdjustItem// Flags
  },      
  { 14, 6, // XPos, YPos;
    CP_BlackColor, CP_SoftLowGreenColor, // ForeColor, BackColor;
    CP_BlackColor, CP_GrassGreenColor, // SelForeColor, SelBackColor;
    100, //NextMenuPage;
    DWI_Text,// DrawMenuItemType;
    AutoColorText, // DisplayText; 
    NaviKeyEvent,// KeyEvent
    { Select_YesNO_AutoAdjustDown,	// AdjustFunction
      NULL			// ExecFunction
    },// *DisplayValue;
    DisplayValueYesNo,
    mibSelectable|mibSubWindowHightLightSelect //| mibAdjustItem// Flags
  },      
   { 14, 8, // 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 OsdSetIconText[]=
{
   {dwiEnd,2,	10,	OSDIcon}
};

DrawRadioGroupType code DrawOsdSetIcon[]=
{ //ForeColor,	BackColor,	GetValue	RadioText
	{dwiIcon,	CP_PinkColor,CP_SoftLowGreenColor,CP_PinkColor,CP_BlueColor,NULL, OsdSetIconText}
};
DrawValueType code DisplayValueDrawOsdSetIcon[]=
{
 {dwiEnd,
  NULL,	// DrawNumberType
  NULL,	// DrawGuageType
   DrawOsdSetIcon// DrawRadioGroupType
 },

};
//================================================================================
MenuItemType code OsdSetMenuItems[]=
{

{ 4, 10, // XPos, YPos;
    CP_BlackColor, CP_SoftLowGreenColor, // ForeColor, BackColor;
    CP_BlackColor, CP_GrassGreenColor, // SelForeColor, SelBackColor;
    MiscellaneousMenu, //NextMenuPage;
    DWI_Text,// DrawMenuItemType;
   OsdMenuText, // DisplayText; 
    NaviSUBKeyEvent,// KeyEvent
    { NULL,	// AdjustFunction
      NULL			// ExecFunction
    },// *DisplayValue;
  DisplayValueDrawOsdSetIcon, //
    mibSelectable|mibNotFactoryItem // Flags
  },


//=================
{ 14, 4, // XPos, YPos;
    CP_BlackColor, CP_SoftLowGreenColor, // ForeColor, BackColor;
    CP_BlackColor, CP_GrassGreenColor, // SelForeColor, SelBackColor;
    100, //NextMenuPage;
    DWI_Text,// DrawMenuItemType;
    LanguageText, // DisplayText; 
    NaviKeyLangSelectEvent,// KeyEvent
    { NULL,	// AdjustFunction
      NULL			// ExecFunction
    },// *DisplayValue;
  DisplayValueNull, //
    mibSelectable|mibNotFactoryItem // Flags
  },
    { 14, 6, // XPos, YPos;
    CP_BlackColor, CP_SoftLowGreenColor, // ForeColor, BackColor;
    CP_BlackColor, CP_GrassGreenColor, // SelForeColor, SelBackColor;
    100, //NextMenuPage;
    DWI_Text,// DrawMenuItemType;
    OsdHPositionText,//ContrastText, // DisplayText; 
    NaviKeyEvent,// KeyEvent
    { AdjustOSDHPos,	// AdjustFunction
      NULL			// ExecFunction
    },// *DisplayValue;
  DisplayValueOsdHPosIcon,// DisplayValueNull, // 
    mibSelectable|mibNotFactoryItem // Flags
  },
  { 14, 8, // XPos, YPos;
    CP_BlackColor, CP_SoftLowGreenColor, // ForeColor, BackColor;
    CP_BlackColor, CP_GrassGreenColor, // SelForeColor, SelBackColor;
    100, //NextMenuPage;
    DWI_Text,// DrawMenuItemType;
    OsdVPositionText, // DisplayText; 
    NaviKeyEvent,// KeyEvent
    { AdjustOSDVPos,	// AdjustFunction
      NULL			// ExecFunction
    },// *DisplayValue;
DisplayValueOsdVPosIcon ,//DisplayValueNull,//  
   mibSelectable|mibNotFactoryItem // Flags
  },
  
  { 14, 10, // XPos, YPos;
    CP_BlackColor, CP_SoftLowGreenColor, // ForeColor, BackColor;
    CP_BlackColor, CP_GrassGreenColor, // SelForeColor, SelBackColor;
    100, //NextMenuPage;
    DWI_Text,// DrawMenuItemType;
    OsdTimeText, // DisplayText; 
    NaviKeyEvent,// KeyEvent
    { NULL,	// AdjustFunction
      NULL			// ExecFunction
    },// *DisplayValue;
    DisplayValueONOFF,// 
   mibSelectable|mibNotFactoryItem // Flags
  },      

  { 14, 12, // XPos, YPos;
    CP_BlackColor, CP_SoftLowGreenColor, // ForeColor, BackColor;
    CP_BlackColor, CP_GrassGreenColor, // SelForeColor, SelBackColor;
    100, //NextMenuPage;
    DWI_Text,// DrawMenuItemType;
    TranslucentText, // DisplayText; 
    NaviKeyEvent,// KeyEvent
    { Osd_AdjustOsdTranslucent,	// AdjustFunction
      NULL			// ExecFunction
    },// *DisplayValue;
  DisplayValueTranculentIcon,//DisplayValueNull,//  
 mibSelectable|mibNotFactoryItem // Flags
  },   
  { 14, 14, // 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|mibNotFactoryItem // Flags
  },      


};
RadioTextType code MiscellaneousIconText[]=
{
   {dwiEnd,2,	12,	MiscellaneousIcon}
};

DrawRadioGroupType code DrawMiscellaneousIcon[]=
{ //ForeColor,	BackColor,	GetValue	RadioText
	{dwiIcon,	CP_SoftLowGreenColor,CP_CyanColor,CP_SoftLowGreenColor,CP_PinkColor,NULL, MiscellaneousIconText}
};
DrawValueType code DisplayValueDrawMiscellaneousIcon[]=
{
 {dwiEnd,
  NULL,	// DrawNumberType
  NULL,	// DrawGuageType
   DrawMiscellaneousIcon// DrawRadioGroupType
 },

};
//========================================================

MenuItemType code MiscellaneousMenuItems[]=
{
{ 4, 12, // XPos, YPos;
   CP_BlackColor, CP_SoftLowGreenColor, // ForeColor, BackColor;
  CP_BlackColor, CP_GrassGreenColor,// SelForeColor, SelBackColor;
    ExitMenu, //NextMenuPage;
    DWI_Text,// DrawMenuItemType;
    MiscellaneousText, // DisplayText; 
    NaviSUBKeyEvent,// KeyEvent
    { NULL,	// AdjustFunction
      NULL			// ExecFunction
    },// *DisplayValue;
   DisplayValueDrawMiscellaneousIcon,
    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;
    ModeSelectText, // DisplayText; 
    NaviKeyEvent,// KeyEvent
    { ModeAdjust,	// AdjustFunction
      NULL			// ExecFunction
    },// *DisplayValue;
    DisplayValueDrawMode,
    mibSelectable|mibSubWindowHightLightSelect //| mibAdjustItem// Flags
  },
    { 14, 6, // XPos, YPos;
    CP_BlackColor, CP_SoftLowGreenColor, // ForeColor, BackColor;
   CP_BlackColor, CP_GrassGreenColor,// SelForeColor, SelBackColor;
    100, //NextMenuPage;
    DWI_Text,// DrawMenuItemType;
    FactoryResetText,//ContrastText, // DisplayText; 
    NaviKeyEvent,// KeyEvent
    { Select_YesNO_AutoAdjustDown,	// AdjustFunction
      NULL,      // ExecFunction
    },// *DisplayValue;
    DisplayValueYesNo,//DisplayValueNull,
    mibSelectable |mibSubWindowHightLightSelect//| mibAdjustItem// Flags
  },
  { 14, 8, // XPos, YPos;
  CP_BlackColor, CP_SoftLowGreenColor,// ForeColor, BackColor;
 CP_BlackColor, CP_GrassGreenColor,// SelForeColor, SelBackColor;
    100, //NextMenuPage;
    DWI_Text,// DrawMenuItemType;
    VolumeText, // DisplayText; 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -