/****************************************************************************** ** File Name : $RCSfile: dialog.h $ ** Short Description : Extension VideoPort Professional toolkit Resource ** header file. ** Original Project : VideoPort Professional, MS801/MS802 ** Compiler, Version : Borland C++ 3.1,4.0,4.52, Visual C++ 1.0,1.51, ** Watcom C++ 9.5, 10.0 ** Compiler Options : Optimize for speed ** Libraries Used : none ** Original Author : Bjorn Kristensen ** Created (date) : 1995/10/10 ** Last modified by : $Author: ROARL.USER.MRT $ ** Last modified (date): $Date: 1996/03/28 13:23:20 $ ** Current revision : $Revision: 1.7 $ ($Name: $) ** Revision log : $Log: dialog.h $ ** Revision log : Revision 1.7 1996/03/28 13:23:20 ROARL.USER.MRT ** Revision log : Revidert for bruk i Image Office DLL. ** Revision log : Revision 1.6 1996/03/04 10:52:28 ROARL.USER.MRT ** Revision log : Switched from VPP_SnapData to VPX_Config as parameters to ** Revision log : VPX functions. ** Revision log : Revision 1.5 1995/12/12 11:19:56 BJORNK.USER.MRT ** Revision log : Due to new project files ** Revision log : Revision 1.4 1995/12/12 11:19:56 BJORNK.USER.MRT ** Revision log : The same last ** Revision log : Revision 1.3 1995/12/12 11:19:56 BJORNK.USER.MRT ** Revision log : Added a monochrome check button on the dialog ** Revision log : Revision 1.2 1995/11/14 11:41:58 BJORNK ** Revision log : Cleaning the header file ******************************************************************************/ /* Video Source dialog */ #define IDC_SBBRIGHTNESS 301 #define IDC_SBCONTRAST 302 #define IDC_SBSATURATION 303 #define IDC_EBBRIGHTNESS 305 #define IDC_EBCONTRAST 306 #define IDC_EBSATURATION 307 #define IDC_PBDEFAULT 350 #define IDC_VIDEOSTANDARD 353 #define IDC_SBHUE 304 #define IDC_EBHUE 308 #define IDC_ETHUE 309 #define IDC_ETSATURATION 313 /* Video Dimension dialog */ #define IDC_CBINTERLACED 404 #define IDC_COMBOOUTPUT 312 #define IDC_PREVIEW 408 #define IDC_COMBOSIGNALTYPE 407 #define IDC_EDWIDTH 310 #define IDC_EDHEIGHT 311 #define IDC_EDX1 406 #define IDC_EDY1 405 #define IDC_EDX2 402 #define IDC_EDY2 403 #define IDC_CBEXTTRIG 314 #define IDC_CBFLASH 315 /* New format dialog */ #define DLG_FORMAT 500