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

📄 menutbldef.h

📁 完整的软件学习--显示器驱动视频软件
💻 H
📖 第 1 页 / 共 4 页
字号:
{ // Flags,	ForeColor,	BackColor,	XPos,	YPos,	GetValue
  {dwiEnd,	CP_BlueColor, CP_GrayColor,CP_RedColor, CP_GrayColor,	21,	12,	GetBColor5800KValue}
};
DrawValueType code DisplayValueBlueColor5800KNumber[]=
{
 {dwiEnd, 
  DrawBlueColor5800KNumber,	// DrawNumberType
  NULL,	// DrawGuageType
  NULL	// DrawRadioGroupType
 },
};




//====================================================================================
RadioTextType code  RadioBurninText[]=
{
  {	dwiEnd ,10,	17,	BurninOffText},
  {	dwiEnd ,10,	17,	BurninOnText}
};

/*
RadioTextType code  RadioBurninONText[]=
{
  {	dwiEnd ,10,	17,	BurninOnText},
};
  	*/
DrawRadioGroupType code DrawBurninRadioGroup[]=
{
  {dwiNormalFont,	CP_BlueColor,	CP_GrayColor,  CP_RedColor,	CP_GrayColor,GetBurninValue,RadioBurninText}////
};
DrawValueType code DisplayValueBurnin[]=
{
 {dwiEnd, 
  NULL,	// DrawNumberType
  NULL,	// DrawGuageType
  DrawBurninRadioGroup	// DrawRadioGroupType
 },
};
//====================================================================================
RadioTextType code FactoryText[]=
{ // Flags,		XPos,	YPos,	DisplayText
  {	0,	3,	0,	VersionDateText},
  //{	0,	3,	1,	PanelNameText},		
  {	0,	1,	5,	AdcGainText},
  {	dwiEnd ,1,	6,	AdcOffsetText},
};
DrawRadioGroupType code DrawFactoryRadioGroup[]=
{ //ForeColor,	BackColor,		GetValue	RadioText
  {dwiNormalFont,	CP_BlueColor,	CP_GrayColor,CP_BlueColor,	CP_GrayColor  ,NULL,	FactoryText}
};
DrawValueType code DisplayValueFactory[]=
{
 {dwiEnd, 
  NULL,	// DrawNumberType
  NULL,	// DrawGuageType
  DrawFactoryRadioGroup	// DrawRadioGroupType
 },
};

MenuItemType code FactoryMenuItems[]=
{ //fendy 
//only for right display  from item1-->to end
// Auto Color
  { 1, 3, // XPos, YPos;
    CP_BlueColor, CP_GrayColor, // ForeColor, BackColor;
    CP_BlueColor, CP_GrayColor, // SelForeColor, SelBackColor;
    RootMenu, //NextMenuPage;
    DWI_Text,// DrawMenuItemType;
    FacAutoColorText, // DisplayText; 
    FactoryNaviExecKeyEvent,
    { NULL,	// AdjustFunction
      AutoColor// ExecFunction
    },// DisplayValue;
    DisplayValueNull,
    mibSelectable|mibFactoryItem // Flags
  }, 

//============
// 1 Auto Color
  { 1, 3, // XPos, YPos;
    CP_BlueColor, CP_GrayColor, // ForeColor, BackColor;
    CP_RedColor, CP_GrayColor, // SelForeColor, SelBackColor;
    RootMenu, //NextMenuPage;
    DWI_Text,// DrawMenuItemType;
    FacAutoColorText, // DisplayText; 
    FactoryNaviExecKeyEvent,
    { NULL,	// AdjustFunction
      AutoColor// ExecFunction
    },// DisplayValue;
    DisplayValueNull,
    mibSelectable|mibFactoryItem // Flags
  },  
  // 2  Gain R
  { 8, 5, // XPos, YPos;
    CP_BlueColor, CP_SoftLowGreenColor, // ForeColor, BackColor;
    CP_RedColor, CP_SoftLowGreenColor, // SelForeColor, SelBackColor;
    RootMenu, //NextMenuPage;
    DWI_Text,// DrawMenuItemType;
    FactoryRedText, // DisplayText; 
    FactoryNaviKeyEvent,
    { NULL,	// AdjustFunction
      NULL// ExecFunction
    },// DisplayValue;
    DisplayValueNull,
    mibSelectable|mibFactoryItem // Flags
  }, 

  // 3 Gain R adjust
  { 10, 5, // XPos, YPos;
    CP_BlueColor, CP_SoftLowGreenColor, // ForeColor, BackColor;
    CP_RedColor, CP_SoftLowGreenColor, // SelForeColor, SelBackColor;
    RootMenu, //NextMenuPage;
    DWI_Text,// DrawMenuItemType;
    NULL, // DisplayText; 
    FactoryAdjustKeyEvent,
    { AdjustRedGain,	// AdjustFunction
      NULL// ExecFunction
    },// DisplayValue;
    DisplayValueRNumber,
    mibDrawValue | mibAdjustItem|mibFactoryItem// Flags
  },
  // 4  Gain G
  { 14, 5, // XPos, YPos;
    CP_BlueColor, CP_SoftLowGreenColor, // ForeColor, BackColor;
    CP_RedColor, CP_SoftLowGreenColor, // SelForeColor, SelBackColor;
    RootMenu, //NextMenuPage;
    DWI_Text,// DrawMenuItemType;
    FactoryGreenText, // DisplayText; 
    FactoryNaviKeyEvent,
    { NULL,	// AdjustFunction
      NULL// ExecFunction
    },// DisplayValue;
    DisplayValueNull,
    mibSelectable |mibFactoryItem // Flags
  },
  //5 Gain G adjust
  { 16, 5, // XPos, YPos;
    CP_BlueColor, CP_SoftLowGreenColor, // ForeColor, BackColor;
    CP_RedColor, CP_SoftLowGreenColor, // SelForeColor, SelBackColor;
    RootMenu, //NextMenuPage;
    DWI_Text,// DrawMenuItemType;
    NULL, // DisplayText; 
    FactoryAdjustKeyEvent,
    { AdjustGreenGain,	// AdjustFunction
      NULL// ExecFunction
    },// DisplayValue;
    DisplayValueGNumber,
    mibDrawValue | mibAdjustItem|mibFactoryItem// Flags
  },
  //6 Gain B
  { 20, 5, // XPos, YPos;
    CP_BlueColor, CP_SoftLowGreenColor, // ForeColor, BackColor;
    CP_RedColor, CP_SoftLowGreenColor, // SelForeColor, SelBackColor;
    RootMenu, //NextMenuPage;
    DWI_Text,// DrawMenuItemType;
    FactoryBlueText, // DisplayText; 
    FactoryNaviKeyEvent,
    { NULL,	// AdjustFunction
      NULL// ExecFunction
    },// DisplayValue;
    DisplayValueNull,
    mibSelectable |mibFactoryItem// Flags
  },
  //7 Gain B adjust
  { 20, 5, // XPos, YPos;
    CP_BlueColor, CP_SoftLowGreenColor, // ForeColor, BackColor;
    CP_RedColor, CP_SoftLowGreenColor, // SelForeColor, SelBackColor;
    RootMenu, //NextMenuPage;
    DWI_Text,// DrawMenuItemType;
    NULL, // DisplayText; 
    FactoryAdjustKeyEvent,
    { AdjustBlueGain,	// AdjustFunction
      NULL// ExecFunction
    },// DisplayValue;
    DisplayValueBNumber,
    mibDrawValue | mibAdjustItem|mibFactoryItem // Flags
  },
  // 8Offset R
  { 8, 6, // XPos, YPos;
    CP_BlueColor, CP_SoftLowGreenColor, // ForeColor, BackColor;
    CP_RedColor, CP_SoftLowGreenColor, // SelForeColor, SelBackColor;
    RootMenu, //NextMenuPage;
    DWI_Text,// DrawMenuItemType;
    FactoryRedText, // DisplayText; 
    FactoryNaviKeyEvent,
    { NULL,	// AdjustFunction
      NULL// ExecFunction
    },// DisplayValue;
    DisplayValueNull,
    mibSelectable|mibFactoryItem  // Flags
  },
  // 9 Offset R adjust
  { 10, 6, // XPos, YPos;
    CP_BlueColor, CP_SoftLowGreenColor, // ForeColor, BackColor;
    CP_RedColor, CP_SoftLowGreenColor, // SelForeColor, SelBackColor;
    RootMenu, //NextMenuPage;
    DWI_Text,// DrawMenuItemType;
    NULL, // DisplayText; 
    FactoryAdjustKeyEvent,
    { AdjustAdcRedOffset,	// AdjustFunction
      NULL// ExecFunction
    },// DisplayValue;
     DisplayValueOffsetRNumber,
     mibDrawValue | mibAdjustItem|mibFactoryItem // Flags
  },
  // 10 Offset G
  { 14, 6, // XPos, YPos;
    CP_BlueColor, CP_SoftLowGreenColor, // ForeColor, BackColor;
    CP_RedColor, CP_SoftLowGreenColor, // SelForeColor, SelBackColor;
    RootMenu, //NextMenuPage;
    DWI_Text,// DrawMenuItemType;
    FactoryGreenText, // DisplayText; 
    FactoryNaviKeyEvent,
    { NULL,	// AdjustFunction
      NULL// ExecFunction
    },// DisplayValue;
    DisplayValueNull,
    mibSelectable|mibFactoryItem // Flags
  },
  // 11 Offset G adjust
  { 16, 6, // XPos, YPos;
    CP_BlueColor, CP_SoftLowGreenColor, // ForeColor, BackColor;
    CP_RedColor, CP_SoftLowGreenColor, // SelForeColor, SelBackColor;
    RootMenu, //NextMenuPage;
    DWI_Text,// DrawMenuItemType;
    NULL, // DisplayText; 
    FactoryAdjustKeyEvent,
    { AdjustAdcGreenOffset,	// AdjustFunction
      NULL// ExecFunction
    },// DisplayValue;
     DisplayValueOffsetGNumber,
    mibDrawValue | mibAdjustItem|mibFactoryItem// Flags
  },
  // 12 Offset B
  { 20, 6, // XPos, YPos;
    CP_BlueColor, CP_SoftLowGreenColor, // ForeColor, BackColor;
    CP_RedColor, CP_SoftLowGreenColor, // SelForeColor, SelBackColor;
    RootMenu, //NextMenuPage;
    DWI_Text,// DrawMenuItemType;
    FactoryBlueText, // DisplayText; 
    FactoryNaviKeyEvent,
    { NULL,	// AdjustFunction
      NULL// ExecFunction
    },// DisplayValue;
    DisplayValueNull,
    mibSelectable|mibFactoryItem// Flags
  },
  // 13 Offset B adjust
  { 20, 6, // XPos, YPos;
    CP_BlueColor, CP_SoftLowGreenColor, // ForeColor, BackColor;
    CP_RedColor, CP_SoftLowGreenColor, // SelForeColor, SelBackColor;
    RootMenu, //NextMenuPage;
    DWI_Text,// DrawMenuItemType;
    NULL, // DisplayText; 
    FactoryAdjustKeyEvent,
    { AdjustAdcBlueOffset,	// AdjustFunction
      NULL// ExecFunction
    },// DisplayValue;
     DisplayValueOffsetBNumber,
    mibDrawValue | mibAdjustItem|mibFactoryItem// Flags
  },

  //===============9300====================================  
  // 14
  { 1, 8, // XPos, YPos;
	CP_BlueColor, CP_GrayColor, // ForeColor, BackColor;
	CP_RedColor, CP_GrayColor, // SelForeColor, SelBackColor;
    RootMenu, //NextMenuPage;
    DWI_Text,// DrawMenuItemType;
  FC9300KText, // DisplayText; 
    FactoryExecKeyEvent,//NaviExecKeyEvent,
    { NULL,	// AdjustFunction
      NULL,//AutoColorTemp// ExecFunction
    },// DisplayValue;
    DisplayValueNull,
    mibSelectable|mibFactoryItem// Flags
  },
  // 15 9300K R
  { 8, 8, // XPos, YPos;
	CP_BlueColor, CP_SoftLowGreenColor, // ForeColor, BackColor;
	CP_RedColor, CP_SoftLowGreenColor, // SelForeColor, SelBackColor;
    RootMenu, //NextMenuPage;
    DWI_Text,// DrawMenuItemType;
    FactoryRedText, // DisplayText; 
    FactoryNaviKeyEvent,
    { NULL,	// AdjustFunction
      NULL// ExecFunction
    },// DisplayValue;
    DisplayValueNull,
    mibSelectable|mibFactoryItem //mibSelectable // Flags
  },

  // 16 9300K R adjust
  { 10, 8, // XPos, YPos;
	CP_BlueColor, CP_SoftLowGreenColor, // ForeColor, BackColor;
	CP_RedColor, CP_SoftLowGreenColor, // SelForeColor, SelBackColor;
    RootMenu, //NextMenuPage;
    DWI_Text,// DrawMenuItemType;
    NULL, // DisplayText; 
    FactoryAdjustKeyEvent,
    { AdjustRedColor9300K,	// AdjustFunction
      NULL// ExecFunction
    },// DisplayValue;
    DisplayValueRedColor9300KNumber,
   mibDrawValue | mibAdjustItem |mibFactoryItem// Flags
},
  // 17  9300K G
  { 14, 8, // XPos, YPos;
	CP_BlueColor, CP_SoftLowGreenColor, // ForeColor, BackColor;
	CP_RedColor, CP_SoftLowGreenColor, // SelForeColor, SelBackColor;
    RootMenu, //NextMenuPage;
    DWI_Text,// DrawMenuItemType;
    FactoryGreenText, // DisplayText; 
    FactoryNaviKeyEvent,
    { NULL,	// AdjustFunction
      NULL// ExecFunction
    },// DisplayValue;
    DisplayValueNull,
    mibSelectable|mibFactoryItem//mibSelectable // Flags
  },

  // 18 9300K G adjust
  { 16, 8, // XPos, YPos;
	CP_BlueColor, CP_SoftLowGreenColor, // ForeColor, BackColor;
	CP_RedColor, CP_SoftLowGreenColor, // SelForeColor, SelBackColor;
    RootMenu, //NextMenuPage;
    DWI_Text,// DrawMenuItemType;
    NULL, // DisplayText; 
    FactoryAdjustKeyEvent,
    { AdjustGreenColor9300K,	// AdjustFunction
      NULL// ExecFunction
    },// DisplayValue;
    DisplayValueGreenColor9300KNumber,
    mibDrawValue | mibAdjustItem|mibFactoryItem// Flags
  },

  // 19  9300K B
  { 20, 8, // XPos, YPos;
	CP_BlueColor, CP_SoftLowGreenColor, // ForeColor, BackColor;
	CP_RedColor, CP_SoftLowGreenColor, // SelForeColor, SelBackColor;
    RootMenu, //NextMenuPage;
    DWI_Text,// DrawMenuItemType;
    FactoryBlueText, // DisplayText; 
    FactoryNaviKeyEvent,
    { NULL,	// AdjustFunction
      NULL// ExecFunction
    },// DisplayValue;
    DisplayValueNull,
    mibSelectable|mibFactoryItem//mibSelectable // Flags
  },
  // 20 9300K B adjust
  { 20, 8, // XPos, YPos;
	CP_BlueColor, CP_SoftLowGreenColor, // ForeColor, BackColor;
	CP_RedColor, CP_SoftLowGreenColor, // SelForeColor, SelBackColor;
    RootMenu, //NextMenuPage;
    DWI_Text,// DrawMenuItemType;
    NULL, // DisplayText; 
    FactoryAdjustKeyEvent,
    { AdjustBlueColor9300K,	// AdjustFunction
      NULL// ExecFunction
    },// DisplayValue;
    DisplayValueBlueColor9300KNumber,
    mibDrawValue | mibAdjustItem|mibFactoryItem// Flags
  },
  /*
  // 23 9300K Contrast
  { 8, 9, // XPos, YPos;
	CP_BlueColor, CP_GrayColor, // ForeColor, BackColor;
	CP_BlueColor, CP_GrayColor, // SelForeColor, SelBackColor;
    RootMenu, //NextMenuPage;
    DWI_Text,// DrawMenuItemType;
    FContrastText, // DisplayText; 
    FactoryNaviKeyEvent,
    { NULL,	// AdjustFunction
      NULL// ExecFunction
    },// DisplayValue;
    DisplayValueNull,
    mibSelectable |mibFactoryItem//mibSelectable // Flags
  },
  // 24 9300K Contrast adjust
  { 17, 9, // XPos, YPos;
	CP_BlueColor, CP_GrayColor, // ForeColor, BackColor;
	CP_BlueColor, CP_GrayColor, // SelForeColor, SelBackColor;
    RootMenu, //NextMenuPage;
    DWI_Text,// DrawMenuItemType;
    NULL, // DisplayText; 
    FactoryAdjustKeyEvent,
    { AdjustFactoryContrast,//AdjustContrast,	// AdjustFunction
      NULL// ExecFunction
    },// DisplayValue;
    DisplayValueF9300KContrastNumber,
    mibDrawValue | mibAdjustItem|mibFactoryItem// Flags
  },
  // 25 9300K Brightness
 { 8, 10, // XPos, YPos;
	CP_BlueColor, CP_GrayColor, // ForeColor, BackColor;
	CP_BlueColor, CP_GrayColor, // SelForeColor, SelBackColor;
    RootMenu, //NextMenuPage;
    DWI_Text,// DrawMenuItemType;
    FBrightnessText, // DisplayText; 
    FactoryNaviKeyEvent,
    { NULL,	// AdjustFunction

⌨️ 快捷键说明

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