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

📄 menutbldef.h

📁 MStart系列驱动程序
💻 H
📖 第 1 页 / 共 3 页
字号:
DrawValueType code DisplayGainRIconGroup[]=
{
    { dwiEnd,
      DrawGainRIconNumber,// DrawNumberType
      NULL,// DrawGuageType
      DisplayGainRIconRadioGroup// DrawRadioGroupType
    }
};

RadioTextType code DisplayGainGIconRadioText[]=
{ // Flags,  ForeColor,    BackColor,SelForeColor, SelBackColor,	XPos,	YPos,	DisplayText
 {0,CP_WhiteColor,CP_GrayColor,CP_GreenColor,CP_GrayColor,  4,6, AdcGainText}, 
 {dwiEnd,CP_WhiteColor,CP_GrayColor,CP_YellowColor,CP_GrayColor,  17,6, FactoryGreenText},
};
DrawRadioGroupType code DisplayGainGIconRadioGroup[] =
{ // Flags,	GetValue	RadioText
  {0,NULL,		DisplayGainGIconRadioText}
};
DrawNumberType code DrawGainGIconNumber[]=
{ // Flags,	ForeColor,	BackColor,	XPos,	YPos,	GetValue
 {dwiEnd,CP_GreenColor,CP_GrayColor,CP_GreenColor,CP_GrayColor, 18, 6,GetGreenGainValue}
};
DrawValueType code DisplayGainGIconGroup[]=
{
    { dwiEnd,
      DrawGainGIconNumber,// DrawNumberType
      NULL,// DrawGuageType
      DisplayGainGIconRadioGroup// DrawRadioGroupType
    }
};

RadioTextType code DisplayGainBIconRadioText[]=
{ // Flags,  ForeColor,    BackColor,SelForeColor, SelBackColor,	XPos,	YPos,	DisplayText
 {0,CP_WhiteColor,CP_GrayColor,CP_GreenColor,CP_GrayColor,  4,6, AdcGainText}, 
 {dwiEnd,CP_WhiteColor,CP_GrayColor,CP_YellowColor,CP_GrayColor,  23,6, FactoryBlueText},
};
DrawRadioGroupType code DisplayGainbIconRadioGroup[] =
{ // Flags,	GetValue	RadioText
  {0,NULL,		DisplayGainBIconRadioText}
};
DrawNumberType code DrawGainBIconNumber[]=
{ // Flags,	ForeColor,	BackColor,	XPos,	YPos,	GetValue
 {dwiEnd,CP_GreenColor,CP_GrayColor,CP_GreenColor,CP_GrayColor, 24, 6,GetBlueGainValue}
};
DrawValueType code DisplayGainBIconGroup[]=
{
    { dwiEnd,
      DrawGainBIconNumber,// DrawNumberType
      NULL,// DrawGuageType
      DisplayGainbIconRadioGroup// DrawRadioGroupType
    }
};


RadioTextType code DisplayOffsetIconRadioText[]=
{ // Flags,  ForeColor,    BackColor,SelForeColor, SelBackColor,	XPos,	YPos,	DisplayText
 {dwiEnd,CP_WhiteColor,CP_GrayColor,CP_WhiteColor,CP_GrayColor,  4, 7, AdcOffsetText},
};
DrawRadioGroupType code DisplayOffsetIconRadioGroup[] =
{ // Flags,	GetValue	RadioText
  {0,NULL,		DisplayOffsetIconRadioText}
};
DrawValueType code DisplayOffsetIconGroup[]=
{
    { dwiEnd,
     	NULL,// DrawNumberType
      NULL,// DrawGuageType
      DisplayOffsetIconRadioGroup// DrawRadioGroupType
    }
};

RadioTextType code DisplayOffsetRIconRadioText[]=
{ // Flags,  ForeColor,    BackColor,SelForeColor, SelBackColor,	XPos,	YPos,	DisplayText
 {0,CP_WhiteColor,CP_GrayColor,CP_GreenColor,CP_GrayColor,  4, 7, AdcOffsetText},
 {dwiEnd,CP_WhiteColor,CP_GrayColor,CP_YellowColor,CP_GrayColor,  11, 7, FactoryRedText},
};
DrawRadioGroupType code DisplayOffsetRIconRadioGroup[] =
{ // Flags,	GetValue	RadioText
  {0,NULL,		DisplayOffsetRIconRadioText}
};
DrawNumberType code DrawOffsetRIconNumber[]=
{ // Flags,	ForeColor,	BackColor,	XPos,	YPos,	GetValue
 {dwiEnd,CP_GreenColor,CP_GrayColor,CP_GreenColor,CP_GrayColor, 12, 7,GetAdcRedOffsetValue}
};
DrawValueType code DisplayOffsetRIconGroup[]=
{
    { dwiEnd,
      DrawOffsetRIconNumber,// DrawNumberType
      NULL,// DrawGuageType
      DisplayOffsetRIconRadioGroup// DrawRadioGroupType
    }
};

RadioTextType code DisplayOffsetGIconRadioText[]=
{ // Flags,  ForeColor,    BackColor,SelForeColor, SelBackColor,	XPos,	YPos,	DisplayText
 {0,CP_WhiteColor,CP_GrayColor,CP_GreenColor,CP_GrayColor,  4, 7, AdcOffsetText},  
 {dwiEnd,CP_WhiteColor,CP_GrayColor,CP_YellowColor,CP_GrayColor,  17, 7, FactoryGreenText},
};
DrawRadioGroupType code DisplayOffsetGIconRadioGroup[] =
{ // Flags,	GetValue	RadioText
  {0,NULL,		DisplayOffsetGIconRadioText}
};
DrawNumberType code DrawOffsetGIconNumber[]=
{ // Flags,	ForeColor,	BackColor,	XPos,	YPos,	GetValue
 {dwiEnd,CP_GreenColor,CP_GrayColor,CP_GreenColor,CP_GrayColor, 18, 7,GetAdcGreenOffsetValue}
};
DrawValueType code DisplayOffsetGIconGroup[]=
{
    { dwiEnd,
      DrawOffsetGIconNumber,// DrawNumberType
      NULL,// DrawGuageType
      DisplayOffsetGIconRadioGroup// DrawRadioGroupType
    }
};

RadioTextType code DisplayOffsetBIconRadioText[]=
{ // Flags,  ForeColor,    BackColor,SelForeColor, SelBackColor,	XPos,	YPos,	DisplayText
 {0,CP_WhiteColor,CP_GrayColor,CP_GreenColor,CP_GrayColor,  4, 7, AdcOffsetText},
 {dwiEnd,CP_WhiteColor,CP_GrayColor,CP_YellowColor,CP_GrayColor,  23, 7, FactoryBlueText},
};
DrawRadioGroupType code DisplayOffsetBIconRadioGroup[] =
{ // Flags,	GetValue	RadioText
  {0,NULL,		DisplayOffsetBIconRadioText}
};
DrawNumberType code DrawOffsetBIconNumber[]=
{ // Flags,	ForeColor,	BackColor,	XPos,	YPos,	GetValue
 {dwiEnd,CP_GreenColor,CP_GrayColor,CP_GreenColor,CP_GrayColor, 24, 7,GetAdcBlueOffsetValue}
};
DrawValueType code DisplayOffsetBIconGroup[]=
{
    { dwiEnd,
      DrawOffsetBIconNumber,// DrawNumberType
      NULL,// DrawGuageType
      DisplayOffsetBIconRadioGroup// DrawRadioGroupType
    }
};
#endif
/***********************************************************************/

RadioTextType code DisplayFactoryRadioText[]=
{ // Flags,  ForeColor,    BackColor,SelForeColor, SelBackColor,	XPos,	YPos,	DisplayText
 {0,CP_WhiteColor,CP_GrayColor,CP_WhiteColor,CP_GrayColor,  4,0, FactoryMackerText},
 {0,CP_GreenColor,CP_GrayColor,CP_GreenColor,CP_GrayColor,  8,1, VersionDataText},
 {dwiEnd,CP_GreenColor,CP_GrayColor,CP_GreenColor,CP_GrayColor,  20,1, VersionTimeText},
};
DrawRadioGroupType code DisplayFactoryRadioGroup[] =
{ // Flags,	GetValue	RadioText
  {0,NULL,		DisplayFactoryRadioText}
};
DrawValueType code DisplayFactoryValue[]=
{
    { dwiEnd,
      NULL,// DrawNumberType
      NULL,// DrawGuageType
      DisplayFactoryRadioGroup// DrawRadioGroupType
    }
};
/**********************************************************************************/
MenuItemType code FactoryMenuItems[]=
{
	// 0 FACTORY MACKER
	{ 0, 0, // XPos, YPos;
	CP_GrayColor,CP_GrayColor, // ForeColor, BackColor;
	CP_GreenColor, CP_GrayColor, // SelForeColor, SelBackColor;
	FactoryRootMenu, //NextMenuPage;
	DWI_Icon,// DrawMenuItemType;
	NULL, // DisplayText;
	NaviKeyEvent, //KeyEvent;
	{ NULL,	   // AdjustFunction
	NULL,  // ExecFunction
	},// *DisplayValue;
	DisplayFactoryValue,
	mibDrawValue,// Flags
	},	
	// 1 VCOMDC
	{ 1, 2, // XPos, YPos;
	CP_GrayColor,CP_GrayColor, // ForeColor, BackColor;
	CP_GreenColor, CP_GrayColor, // SelForeColor, SelBackColor;
	FactoryRootMenu, //NextMenuPage;
	DWI_Icon,// DrawMenuItemType;
	NULL,//HandIcon, // DisplayText;
	NaviKeyEvent, //KeyEvent;
	{ AdjustVideoVCOMDC,	   // AdjustFunction
	NULL,  // ExecFunction
	},// *DisplayValue;
	DisplayVCOMDCValue,
	mibSelectable|mibDrawValue// Flags
	},
	// 2 VCOMAC
	{ 1, 3, // XPos, YPos;
	CP_GrayColor,CP_GrayColor, // ForeColor, BackColor;
	CP_GreenColor, CP_GrayColor, // SelForeColor, SelBackColor;
	FactoryRootMenu, //NextMenuPage;
	DWI_Icon,// DrawMenuItemType;
	NULL,//HandIcon, // DisplayText;
	NaviKeyEvent, //KeyEvent;
	{ AdjustVideoVCOMAC,	   // AdjustFunction
	NULL,  // ExecFunction
	},// *DisplayValue;
	DisplayVCOMACValue,
	mibSelectable|mibDrawValue// Flags
	},
	#if TV_ENABLE
	// 3 AGC
	{ 1, 4, // XPos, YPos;
	CP_GrayColor,CP_GrayColor, // ForeColor, BackColor;
	CP_GreenColor, CP_GrayColor, // SelForeColor, SelBackColor;
	FactoryRootMenu, //NextMenuPage;
	DWI_Icon,// DrawMenuItemType;
	NULL,//HandIcon, // DisplayText;
	NaviKeyEvent, //KeyEvent;
	{ AdjustAGC,	// AdjustFunction
	NULL			// ExecFunction
	},// *DisplayValue;
	DisplayAGCIconGroup,
	mibSelectable|mibDrawValue|mibTVItem// Flags
	},
	#endif
	#if VGA_ENABLE
	// 4 Auto Color
	{ 1, 5, // XPos, YPos;
	CP_GrayColor, CP_GrayColor, // ForeColor, BackColor;
	CP_GreenColor, CP_GrayColor, // SelForeColor, SelBackColor;
	FactoryRootMenu, //NextMenuPage;
	DWI_Icon,// DrawMenuItemType;
	NULL,//HandIcon,//AutoColorText, // DisplayText; 
	FacNaviExecKeyEvent,
	{ NULL,	// AdjustFunction
	  AutoColor// ExecFunction
	},// DisplayValue;
	DisplayAutoColIconGroup,	// DrawRadioGroupType
	mibSelectable|mibDrawValue|mibVGAItem// Flags
	},
	// 6 Gain R
	{ 11, 6, // XPos, YPos;
	CP_WhiteColor1, CP_GrayColor, // ForeColor, BackColor;
	CP_GreenColor, CP_GrayColor, // SelForeColor, SelBackColor;
	FactoryRootMenu, //NextMenuPage;
	DWI_Text,// DrawMenuItemType;
	NULL,//FactoryRedText, // DisplayText; 
	NaviKeyEvent,
	{ AdjustRedGain,	// AdjustFunction
	NULL// ExecFunction
	},// DisplayValue;
	DisplayGainRIconGroup,
	mibSelectable|mibDrawValue|mibVGAItem // Flags
	},
	// 7 Gain G
	{ 17,6, // XPos, YPos;
	CP_WhiteColor1, CP_GrayColor, // ForeColor, BackColor;
	CP_GreenColor, CP_GrayColor, // SelForeColor, SelBackColor;
	FactoryRootMenu, //NextMenuPage;
	DWI_Text,// DrawMenuItemType;
	NULL,//FactoryGreenText, // DisplayText; 
	NaviKeyEvent,
	{ AdjustGreenGain,	// AdjustFunction
	NULL// ExecFunction
	},// DisplayValue;
	DisplayGainGIconGroup,
	mibSelectable|mibDrawValue|mibVGAItem // Flags
	},
	// 8 Gain B
	{ 23, 6, // XPos, YPos;
	CP_WhiteColor1, CP_GrayColor, // ForeColor, BackColor;
	CP_GreenColor, CP_GrayColor, // SelForeColor, SelBackColor;
	FactoryRootMenu, //NextMenuPage;
	DWI_Text,// DrawMenuItemType;
	NULL,//FactoryBlueText, // DisplayText; 
	NaviKeyEvent,
	{ AdjustBlueGain,	// AdjustFunction
	NULL// ExecFunction
	},// DisplayValue;
	DisplayGainBIconGroup,
	mibSelectable|mibDrawValue|mibVGAItem // Flags
	},
	// 10 Offset R
	{ 11, 7, // XPos, YPos;
	CP_WhiteColor1, CP_GrayColor, // ForeColor, BackColor;
	CP_GreenColor, CP_GrayColor, // SelForeColor, SelBackColor;
	FactoryRootMenu, //NextMenuPage;
	DWI_Text,// DrawMenuItemType;
	NULL,//FactoryRedText, // DisplayText; 
	NaviKeyEvent,
	{ AdjustAdcRedOffset,	// AdjustFunction
	NULL// ExecFunction
	},// DisplayValue;
	DisplayOffsetRIconGroup,
	mibSelectable|mibDrawValue|mibVGAItem // Flags
	},
	// 11 Offset G
	{ 17, 7, // XPos, YPos;
	CP_WhiteColor1, CP_GrayColor, // ForeColor, BackColor;
	CP_GreenColor, CP_GrayColor, // SelForeColor, SelBackColor;
	FactoryRootMenu, //NextMenuPage;
	DWI_Text,// DrawMenuItemType;
	NULL,//FactoryGreenText, // DisplayText; 
	NaviKeyEvent,
	{ AdjustAdcGreenOffset,	// AdjustFunction
	  NULL,//AutoColor// ExecFunction
	},// DisplayValue;
	DisplayOffsetGIconGroup,
	mibSelectable|mibDrawValue|mibVGAItem // Flags
	},
	// 12 Offset B
	{ 23, 7, // XPos, YPos;
	CP_WhiteColor1, CP_GrayColor, // ForeColor, BackColor;
	CP_GreenColor, CP_GrayColor, // SelForeColor, SelBackColor;
	FactoryRootMenu, //NextMenuPage;
	DWI_Text,// DrawMenuItemType;
	NULL,//FactoryBlueText, // DisplayText; 
	NaviKeyEvent,
	{ AdjustAdcBlueOffset,	// AdjustFunction
	NULL// ExecFunction
	},// DisplayValue;
	DisplayOffsetBIconGroup,
	mibSelectable|mibDrawValue|mibVGAItem // Flags
	},
	#endif
};

#endif

⌨️ 快捷键说明

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