DIALOGS.H
上传用户:carrie980
上传日期:2013-03-28
资源大小:1143k
文件大小:4k
源码类别:

视频捕捉/采集

开发平台:

Visual C++

  1. /**************************************************************************
  2.  *
  3.  *  THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
  4.  *  KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  5.  *  IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
  6.  *  PURPOSE.
  7.  *
  8.  *  Copyright (C) 1992 - 1996 Microsoft Corporation.  All Rights Reserved.
  9.  *
  10.  **************************************************************************/
  11. /****************************************************************************
  12.  *
  13.  *   dialogs.h: Dialog box include
  14.  *
  15.  *   Vidcap32 Source code
  16.  *
  17.  ***************************************************************************/
  18. /*
  19.  * IDs for the dialogs themselves (as opposed to the controls within them)
  20.  * are also the HELP_CONTEXT ids for the helpfile that we share with the
  21.  * original 16-bit vidcap, and are thus fixed.
  22.  */
  23. #define IDD_HelpAboutBox            300
  24. #define IDD_CapSetUp                    663
  25. #define IDD_FrameRateData           401
  26. #define IDD_FrameRateArrow          402
  27. #define IDD_TimeLimitFlag           403
  28. #define IDD_SecondsText             404
  29. #define IDD_SecondsData             405
  30. #define IDD_SecondsArrow            406
  31. #define IDD_CapAudioFlag            407
  32. #define IDD_AudioConfig             408
  33. #define IDD_CaptureToDisk           409
  34. #define IDD_CaptureToMemory         410
  35. #define IDD_VideoConfig             411
  36. #define IDD_CompConfig              412
  37. #define IDD_MCIControlFlag          413
  38. #define IDD_MCISetup                414
  39. #define IDD_AudioFormat                 658
  40. #define IDD_SampleIDs               420
  41. #define IDD_Sample8Bit              421
  42. #define IDD_Sample16Bit             422
  43. #define IDD_ChannelIDs              423
  44. #define IDD_ChannelMono             424
  45. #define IDD_ChannelStereo           425
  46. #define IDD_FreqIDs                 426
  47. #define IDD_Freq11kHz               427
  48. #define IDD_Freq22kHz               428
  49. #define IDD_Freq44kHz               429
  50. #define IDD_SetLevel                430
  51. #define IDD_AllocCapFileSpace           652
  52. #define IDD_SetCapFileFree          440
  53. #define IDD_SetCapFileSize          441
  54. #define IDD_MakePalette                 664
  55. #define IDD_MakePalColors           450
  56. #define IDD_MakePalStart            451
  57. #define IDD_MakePalSingleFrame      452
  58. #define IDD_MakePalNumFrames        453
  59. #define IDD_MakePalColorArrow       454
  60. #define IDD_NoCapHardware               657
  61. #define IDD_FailReason              460
  62. #define IDD_Prefs                       656
  63. #define IDD_PrefsMasterAudio        465
  64. #define IDD_PrefsMasterNone         466
  65. #define IDD_PrefsSizeFrame          468
  66. #define IDD_PrefsStatus             470
  67. #define IDD_PrefsToolbar            471
  68. #define IDD_PrefsCentre             472
  69. #define IDD_PrefsDefBackground      473
  70. #define IDD_PrefsLtGrey             474
  71. #define IDD_PrefsDkGrey             475
  72. #define IDD_PrefsBlack              476
  73. #define IDD_PrefsSmallIndex         477
  74. #define IDD_PrefsBigIndex           478
  75. #define IDD_CAPFRAMES                   662
  76. #define IDD_CapMessage              480
  77. #define IDD_CapNumFrames            481
  78. #define IDD_MCISETUP                    665
  79. #define IDD_MCI_SOURCE              490
  80. #define IDD_MCI_PLAY                491
  81. #define IDD_MCI_STEP                492
  82. #define IDD_MCI_AVERAGE_2X          493
  83. #define IDD_MCI_AVERAGE_FR          494
  84. #define IDD_MCI_STARTTIME           495
  85. #define IDD_MCI_STOPTIME            496
  86. #define IDD_MCI_STARTSET            497
  87. #define IDD_MCI_STOPSET             498
  88. #define IDD_RECLVLMONO                  667
  89. #define IDD_RECLVLSTEREO                668
  90. #define IDRL_LEVEL1                 510
  91. #define IDRL_LEVEL2                 511
  92. // help context ids for common dialogs (GetOpenFile etc)
  93. #define IDA_LOADPAL                     650
  94. #define IDA_SETCAPFILE                  651
  95. #define IDA_SAVECAPFILE                 653
  96. #define IDA_SAVEPAL                     654
  97. #define IDA_SAVEDIB                     655
  98. // help contexts for dialogs put up by AVICAP
  99. #define IDA_VIDSOURCE                   659
  100. #define IDA_VIDFORMAT                   660
  101. #define IDA_VIDDISPLAY                  661
  102. #define IDA_MCIFRAMES                   662
  103. #define IDA_COMPRESSION                 669