Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

106 lines
3.6 KiB

4 years ago
  1. /****************************************************************************
  2. *
  3. * dialogs.h: Symbol definitions for VidCap Dialogs
  4. *
  5. * Microsoft Video for Windows Capture Tools
  6. *
  7. * Copyright (c) 1992, 1993 Microsoft Corporation. All Rights Reserved.
  8. *
  9. ***************************************************************************/
  10. /*
  11. * IDs for the dialogs themselves (as opposed to the controls within them)
  12. * are also the HELP_CONTEXT ids for the helpfile that we share with the
  13. * original 16-bit vidcap, and are thus fixed.
  14. */
  15. #define IDD_HelpAboutBox 300
  16. #define IDD_CapSetUp 663
  17. #define IDD_FrameRateData 401
  18. #define IDD_FrameRateArrow 402
  19. #define IDD_TimeLimitFlag 403
  20. #define IDD_SecondsText 404
  21. #define IDD_SecondsData 405
  22. #define IDD_SecondsArrow 406
  23. #define IDD_CapAudioFlag 407
  24. #define IDD_AudioConfig 408
  25. #define IDD_CaptureToDisk 409
  26. #define IDD_CaptureToMemory 410
  27. #define IDD_VideoConfig 411
  28. #define IDD_CompConfig 412
  29. #define IDD_MCIControlFlag 413
  30. #define IDD_MCISetup 414
  31. #define IDD_AudioFormat 658
  32. #define IDD_SampleIDs 420
  33. #define IDD_Sample8Bit 421
  34. #define IDD_Sample16Bit 422
  35. #define IDD_ChannelIDs 423
  36. #define IDD_ChannelMono 424
  37. #define IDD_ChannelStereo 425
  38. #define IDD_FreqIDs 426
  39. #define IDD_Freq11kHz 427
  40. #define IDD_Freq22kHz 428
  41. #define IDD_Freq44kHz 429
  42. #define IDD_SetLevel 430
  43. #define IDD_AllocCapFileSpace 652
  44. #define IDD_SetCapFileFree 440
  45. #define IDD_SetCapFileSize 441
  46. #define IDD_MakePalette 664
  47. #define IDD_MakePalColors 450
  48. #define IDD_MakePalFrames 451
  49. #define IDD_NoCapHardware 657
  50. #define IDD_FailReason 460
  51. #define IDD_Prefs 656
  52. #define IDD_PrefsStatus 470
  53. #define IDD_PrefsToolbar 471
  54. #define IDD_PrefsCentre 472
  55. #define IDD_PrefsDefBackground 473
  56. #define IDD_PrefsLtGrey 474
  57. #define IDD_PrefsDkGrey 475
  58. #define IDD_PrefsBlack 476
  59. #define IDD_PrefsSmallIndex 477
  60. #define IDD_PrefsBigIndex 478
  61. #define IDD_CAPFRAMES 662
  62. #define IDD_CapMessage 480
  63. #define IDD_CapNumFrames 481
  64. #define IDD_MCISETUP 665
  65. #define IDD_MCI_SOURCE 490
  66. #define IDD_MCI_PLAY 491
  67. #define IDD_MCI_STEP 492
  68. #define IDD_MCI_AVERAGE_2X 493
  69. #define IDD_MCI_AVERAGE_FR 494
  70. #define IDD_MCI_STARTTIME 495
  71. #define IDD_MCI_STOPTIME 496
  72. #define IDD_MCI_STARTSET 497
  73. #define IDD_MCI_STOPSET 498
  74. #define IDD_RECLVLMONO 667
  75. #define IDD_RECLVLSTEREO 668
  76. #define IDRL_LEVEL1 510
  77. #define IDRL_LEVEL2 511
  78. // help context ids for common dialogs (GetOpenFile etc)
  79. #define IDA_LOADPAL 650
  80. #define IDA_SETCAPFILE 651
  81. #define IDA_SAVECAPFILE 653
  82. #define IDA_SAVEPAL 654
  83. #define IDA_SAVEDIB 655
  84. // help contexts for dialogs put up by AVICAP
  85. #define IDA_VIDSOURCE 659
  86. #define IDA_VIDFORMAT 660
  87. #define IDA_VIDDISPLAY 661
  88. #define IDA_MCIFRAMES 662
  89. #define IDA_COMPRESSION 669