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

📄 mst705Ȧ

📁 MST705源代码
💻
📖 第 1 页 / 共 3 页
字号:
{
    { dwiEnd,
      DrawVCOMACIconNumber,// DrawNumberType
      NULL,// DrawGuageType
      DisplayVCOMACRadioGroup// DrawRadioGroupType
    }
};

/*************************************************************************************************************************/
#if TV_ENABLE
RadioTextType code DisplayAGCIconRadioText[]=
{ // Flags,  ForeColor,    BackColor,SelForeColor, SelBackColor,	XPos,	YPos,	DisplayText
 {dwiEnd,CP_WhiteColor,CP_GrayColor,CP_GreenColor,CP_GrayColor,  4,4, AGCText},
};
DrawRadioGroupType code DisplayAGCIconRadioGroup[] =
{ // Flags,	GetValue	RadioText
  {	0,NULL,		DisplayAGCIconRadioText}
};
DrawNumberType code DrawAGCIconNumber[]=
{ // Flags,	ForeColor,	BackColor,	XPos,	YPos,	GetValue
 {dwiEnd,CP_GreenColor,CP_GrayColor,CP_GreenColor,CP_GrayColor, 24, 4,GetAGCValue}
};
DrawValueType code DisplayAGCIconGroup[]=
{
    { dwiEnd,
      DrawAGCIconNumber,// DrawNumberType
      NULL,// DrawGuageType
      DisplayAGCIconRadioGroup// DrawRadioGroupType
    }
};
#endif
/*************************************************************************************************************************/
#if (VGA_ENABLE||YPBPR_ENABLE)
RadioTextType code DisplayAutoColIconRadioText[]=
{ // Flags,  ForeColor,    BackColor,SelForeColor, SelBackColor,	XPos,	YPos,	DisplayText
 {dwiEnd,CP_WhiteColor,CP_GrayColor,CP_GreenColor,CP_GrayColor, 4,5, AutoColorText},
};
DrawRadioGroupType code DisplayAutoColIconRadioGroup[] =
{ // Flags,	GetValue	RadioText
  {	0,NULL,		DisplayAutoColIconRadioText}
};
DrawValueType code DisplayAutoColIconGroup[]=
{
    { dwiEnd,
     	NULL,// DrawNumberType
      NULL,// DrawGuageType
      DisplayAutoColIconRadioGroup// DrawRadioGroupType
    }
};

RadioTextType code DisplayGainIconRadioText[]=
{ // Flags,  ForeColor,    BackColor,SelForeColor, SelBackColor,	XPos,	YPos,	DisplayText
 {dwiEnd,CP_WhiteColor,CP_GrayColor,CP_WhiteColor,CP_GrayColor,  4,6, AdcGainText},
};
DrawRadioGroupType code DisplayGainIconRadioGroup[] =
{ // Flags,	GetValue	RadioText
  {0,NULL,		DisplayGainIconRadioText}
};
DrawValueType code DisplayGainIconGroup[]=
{
    { dwiEnd,
     	NULL,// DrawNumberType
      NULL,// DrawGuageType
      DisplayGainIconRadioGroup// DrawRadioGroupType
    }
};

RadioTextType code DisplayGainRIconRadioText[]=
{ // Flags,  ForeColor,    BackColor,SelForeColor, SelBackColor,	XPos,	YPos,	DisplayText
 {0,CP_WhiteColor,CP_GrayColor,CP_GreenColor,CP_GrayColor,  1,6, AdcGainText}, 
 {dwiEnd,CP_WhiteColor,CP_GrayColor,CP_YellowColor,CP_GrayColor,  8,6, FactoryRedText},
};
DrawRadioGroupType code DisplayGainRIconRadioGroup[] =
{ // Flags,	GetValue	RadioText
  {0,NULL,		DisplayGainRIconRadioText}
};
DrawNumberType code DrawGainRIconNumber[]=
{ // Flags,	ForeColor,	BackColor,	XPos,	YPos,	GetValue
 {dwiLargeNum|dwiEnd,CP_GreenColor,CP_GrayColor,CP_GreenColor,CP_GrayColor, 9, 6,GetRedGainValue}
};
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,  1,6, AdcGainText}, 
 {dwiEnd,CP_WhiteColor,CP_GrayColor,CP_YellowColor,CP_GrayColor,  14,6, FactoryGreenText},
};
DrawRadioGroupType code DisplayGainGIconRadioGroup[] =
{ // Flags,	GetValue	RadioText
  {0,NULL,		DisplayGainGIconRadioText}
};
DrawNumberType code DrawGainGIconNumber[]=
{ // Flags,	ForeColor,	BackColor,	XPos,	YPos,	GetValue
 {dwiLargeNum|dwiEnd,CP_GreenColor,CP_GrayColor,CP_GreenColor,CP_GrayColor, 15, 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,  1,6, AdcGainText}, 
 {dwiEnd,CP_WhiteColor,CP_GrayColor,CP_YellowColor,CP_GrayColor,  20,6, FactoryBlueText},
};
DrawRadioGroupType code DisplayGainbIconRadioGroup[] =
{ // Flags,	GetValue	RadioText
  {0,NULL,		DisplayGainBIconRadioText}
};
DrawNumberType code DrawGainBIconNumber[]=
{ // Flags,	ForeColor,	BackColor,	XPos,	YPos,	GetValue
 {dwiLargeNum|dwiEnd,CP_GreenColor,CP_GrayColor,CP_GreenColor,CP_GrayColor, 21, 6,GetBlueGainValue}
};
DrawValueType code DisplayGainBIconGroup[]=
{
    { dwiEnd,
      DrawGainBIconNumber,// DrawNumberType
      NULL,// DrawGuageType
      DisplayGainbIconRadioGroup// 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||YPBPR_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|mibAnalogItem// 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|mibAnalogItem // 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|mibAnalogItem // 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|mibAnalogItem // Flags
	},
	#endif
};

#endif

⌨️ 快捷键说明

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