RESOURCE.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:2k
源码类别:

Windows编程

开发平台:

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) 1994 - 1997  Microsoft Corporation.  All Rights Reserved.
  9.  *
  10.  **************************************************************************/
  11. //{{NO_DEPENDENCIES}}
  12. // App Studio generated include file.
  13. // Used by SOUNDAPP.RC
  14. //
  15. #define IDS_ABOUT_TITLE                 1
  16. #define IDS_ABOUT_TEXT                  2
  17. #define IDS_FILTERSTRING                3
  18. #define IDS_SELECT_FILE                 4
  19. #define IDD_SOUND_DLG                   101
  20. #define IDR_MENU                        105
  21. #define IDD_DIALOG_ABOUT                108
  22. #define IDC_SYNC                        1000
  23. #define IDC_ASYNC                       1001
  24. #define IDC_NODEFAULT                   1002
  25. #define IDC_LOOP                        1004
  26. #define IDC_NOSTOP                      1005
  27. #define IDC_BUTTON_PLAY                 1006
  28. #define IDC_BUTTON_STOP                 1007
  29. #define IDC_BUTTON_OPEN                 1008
  30. #define IDC_RADIO1                      1012
  31. #define IDC_EDIT_FILE                   1014
  32. #define ID_FILE_EXIT                    40003
  33. #define ID_OPTIONS_SYNC                 40004
  34. #define ID_OPTIONS_ASYNC                40005
  35. #define ID_OPTIONS_NODEFAULT            40006
  36. #define ID_OPTIONS_LOOP                 40008
  37. #define ID_OPTIONS_NOSTOP               40009
  38. #define ID_HELP_ABOUT                   40010
  39. #define ID_FILE_SELECT                  40011
  40. #define IDC_OPTIONS                     -1
  41. // Next default values for new objects
  42. // 
  43. #ifdef APSTUDIO_INVOKED
  44. #ifndef APSTUDIO_READONLY_SYMBOLS
  45. #define _APS_NEXT_RESOURCE_VALUE        110
  46. #define _APS_NEXT_COMMAND_VALUE         40012
  47. #define _APS_NEXT_CONTROL_VALUE         1015
  48. #define _APS_NEXT_SYMED_VALUE           101
  49. #endif
  50. #endif