Advertisement
xiahanlu

resource.h

Jun 9th, 2018
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.77 KB | None | 0 0
  1. //{{NO_DEPENDENCIES}}
  2. // Microsoft Visual C++ 生成的包含文件。
  3. // 供 midi_piano.rc 使用
  4. //
  5. #define IDRM_MAIN 101
  6. #define IDD_DIALOG1 102
  7. #define IDD_SETTINGS_MISC 102
  8. #define IDD_IO_INSTRUCTMENTS 103
  9. #define IDD_STRENGTH_FEEDBACK 104
  10. #define IDPNG_PIANO_S3 105
  11. #define IDBITMAP_PNG_PIANO_S3 105
  12. #define IDC_LIST1 1001
  13. #define IDCB_INPUT_PORT 1002
  14. #define IDCB_OUTPORT 1003
  15. #define IDCB_INSTRUCTMENTS 1004
  16. #define IDCK_REVERB 1005
  17. #define IDET_INIT_VALUE 1006
  18. #define IDET_MAX_VALUE 1007
  19. #define IDCK_CHORUS 1008
  20. #define IDET_TICK_MIN 1008
  21. #define IDCK_DELAY 1009
  22. #define IDET_TICK_MAX 1009
  23. #define IDCK_WINMM 1010
  24. #define IDCK_USE 1010
  25. #define IDCK_SYNTH 1011
  26. #define IDCK_WDM 1012
  27. #define IDCK_DLS 1013
  28. #define IDCK_DLS2 1014
  29. #define IDET_VELOCITY 1015
  30. #define IDC_BUTTON1 1016
  31. #define IDBT_FLUSH_CACHE 1016
  32. #define ID_MIDISETTINGS_OUTPUTPORT 40001
  33. #define ID_MIDISETTINGS_INSTRUCTMENT 40002
  34. #define ID_ABOUT_PROGRAM 40005
  35. #define ID_OCTAVEMIDDLE_2 40006
  36. #define ID_OCTAVEMIDDLE_3 40007
  37. #define ID_OCTAVEMIDDLE_4 40008
  38. #define ID_OCTAVEMIDDLE_5 40009
  39. #define ID_OCTAVEMIDDLE_6 40010
  40. #define ID_OCTAVEMIDDLE_7 40011
  41. #define ID_OCTAVEMIDDLE_8 40012
  42. #define ID_SETTINGS_INPUTPORT 40014
  43. #define ID_SETTINGS_EFFECT 40015
  44. #define ID_EFFECT_GARGLE 40016
  45. #define ID_EFFECT_CHORUS 40017
  46. #define ID_EFFECT_FLANGER 40018
  47. #define ID_EFFECT_ECHO 40019
  48. #define ID_EFFECT_DISTORTION 40020
  49. #define ID_EFFECT_COMPRESSOR 40021
  50. #define ID_EFFECT_PARAMEQ 40022
  51. #define ID_EFFECT_WAVESREVERB 40023
  52. #define ID_EFFECT_I3DL2REVERB 40024
  53. #define ID_EFFECT_3DEFFECT 40025
  54. #define ID_SETTINGS_MDIPATCH 40026
  55. #define ID_SETTINGS_MDINOTESETTINGS 40027
  56. #define ID_SETTINGS_DMUSICSTANDARDEFFECT 40028
  57. #define ID_DMUSICSTANDARDEFFECT_REVERB 40029
  58. #define ID_DMUSICSTANDARDEFFECT_CHROUS 40030
  59. #define ID_DMUSICSTANDARDEFFECT_DELAY 40031
  60. #define ID_INPUTPORT_5 40032
  61. #define ID_INPUTPORT_1 40033
  62. #define ID_SETTINGS_IO 40034
  63. #define ID_SETTINGS_RECORD 40035
  64. #define ID_SETTINGS_ 40036
  65. #define ID_SETTINGS_MISCSETTINGS 40037
  66. #define ID_VIEW_MIDIMESSAGE 40038
  67. #define ID_SETTINGS_OPENEPSFILES 40039
  68. #define ID_Menu 40040
  69. #define ID_SETTINGS_MIDIMESSAGEWINDOW 40041
  70. #define ID_SETTINGS_AXSETTINGS 40042
  71. #define ID_Menu40043 40043
  72. #define ID_SETTINGS_PLAYEPSFILES 40044
  73. #define ID_IDD_IO_INSTRUCTMENTS 40045
  74. #define ID_IO_INSTRUCTMENTS 40046
  75. #define ID_SETTINGS_SETTINGSSTRENGTHFEEDBACK 40047
  76. #define ID_OCTAVEMIDDLE_10 40048
  77. #define ID_Menu40049 40049
  78. #define ID_OCTAVEMIDDLE_1 40050
  79.  
  80. // Next default values for new objects
  81. //
  82. #ifdef APSTUDIO_INVOKED
  83. #ifndef APSTUDIO_READONLY_SYMBOLS
  84. #define _APS_NEXT_RESOURCE_VALUE 106
  85. #define _APS_NEXT_COMMAND_VALUE 40051
  86. #define _APS_NEXT_CONTROL_VALUE 1017
  87. #define _APS_NEXT_SYMED_VALUE 101
  88. #endif
  89. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement