home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / graphics / video / captest / dialogs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-07-16  |  2.4 KB  |  61 lines

  1. /****************************************************************************
  2.  *
  3.  *   dialogs.h: Symbol definitions for CapTest Dialogs
  4.  * 
  5.  *   Microsoft Video for Windows Capture Class Test Program
  6.  *
  7.  ***************************************************************************/
  8. /**************************************************************************
  9.  *
  10.  *  THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
  11.  *  KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  12.  *  IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
  13.  *  PURPOSE.
  14.  *
  15.  *  Copyright (C) 1993 - 1996    Microsoft Corporation.    All Rights Reserved.
  16.  * 
  17.  **************************************************************************/
  18.  
  19.  
  20. #define IDD_HelpAboutBox            300
  21. #define IDD_CapSetUp                400
  22. #define IDD_FrameRateData           401
  23. #define IDD_TimeLimitFlag           411
  24. #define IDD_SecondsText             412
  25. #define IDD_SecondsData             413
  26. #define IDD_CapAudioFlag            421
  27. #define IDD_MCIControlFlag          441
  28. #define IDD_MCIDeviceText           442
  29. #define IDD_MCIDeviceData           443
  30. #define IDD_MCIStartText            444
  31. #define IDD_MCIStartData            445
  32. #define IDD_MCIStopText             446
  33. #define IDD_MCIStopData             447
  34. #define IDD_MCIStepCapFlag          448
  35. #define IDD_VideoBuffData           451
  36. #define IDD_MaxDropData             461
  37. #define IDD_AbortEscFlag            471
  38. #define IDD_AbortSpaceFlag          472
  39. #define IDD_AbortF8Flag             473
  40. #define IDD_AbortLeftFlag           481
  41. #define IDD_AbortRightFlag          482
  42. #define IDD_CaptureOKFlag           491
  43. #define IDD_UseDOSMemFlag           492
  44. #define IDD_AudioFormat             500
  45. #define IDD_SampleIDs               510
  46. #define IDD_Sample8Bit              511
  47. #define IDD_Sample16Bit             512
  48. #define IDD_ChannelIDs              520
  49. #define IDD_ChannelMono             521
  50. #define IDD_ChannelStereo           522
  51. #define IDD_FreqIDs                 530
  52. #define IDD_Freq11kHz               531
  53. #define IDD_Freq22kHz               532
  54. #define IDD_Freq44kHz               534
  55. #define IDD_AllocCapFileSpace       600
  56. #define IDD_SetCapFileFree          611
  57. #define IDD_SetCapFileSize          621
  58. #define IDD_MakePalette             700
  59. #define IDD_MakePalColors           711
  60. #define IDD_MakePalFrames           721
  61.