resource.h 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. // Copyright 2019 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #ifndef WEBLAYER_SHELL_APP_RESOURCE_H_
  5. #define WEBLAYER_SHELL_APP_RESOURCE_H_
  6. //{{NO_DEPENDENCIES}}
  7. // Microsoft Visual C++ generated include file.
  8. // Used by shell.rc
  9. //
  10. #define IDR_MAINFRAME 128
  11. #define IDM_EXIT 105
  12. #define IDM_CLOSE_WINDOW 106
  13. #define IDM_NEW_WINDOW 107
  14. #define IDC_WEBLAYERSHELL 109
  15. #define IDD_ALERT 130
  16. #define IDD_CONFIRM 131
  17. #define IDD_PROMPT 132
  18. #define IDC_NAV_BACK 1001
  19. #define IDC_NAV_FORWARD 1002
  20. #define IDC_NAV_RELOAD 1003
  21. #define IDC_NAV_STOP 1004
  22. #define IDC_PROMPTEDIT 1005
  23. #define IDC_DIALOGTEXT 1006
  24. #ifndef IDC_STATIC
  25. #define IDC_STATIC -1
  26. #endif
  27. // Next default values for new objects
  28. //
  29. #ifdef APSTUDIO_INVOKED
  30. #ifndef APSTUDIO_READONLY_SYMBOLS
  31. #define _APS_NO_MFC 130
  32. #define _APS_NEXT_RESOURCE_VALUE 129
  33. #define _APS_NEXT_COMMAND_VALUE 32771
  34. #define _APS_NEXT_CONTROL_VALUE 1000
  35. #define _APS_NEXT_SYMED_VALUE 117
  36. #endif
  37. #endif
  38. #endif // WEBLAYER_SHELL_APP_RESOURCE_H_