PageRenderTime 46ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 0ms

/Samples/Chap11/About3/RESOURCE.d

http://github.com/AndrejMitrovic/DWinProgramming
D | 26 lines | 3 code | 2 blank | 21 comment | 0 complexity | 55ee0103a03b97e8d20ef4f43e5742c2 MD5 | raw file
  1. /+
  2. + Copyright (c) Charles Petzold, 1998.
  3. + Ported to the D Programming Language by Andrej Mitrovic, 2011.
  4. +/
  5. /* Converted to D from resource.h by htod */
  6. module resource;
  7. //{{NO_DEPENDENCIES}}
  8. // Microsoft Developer Studio generated include file.
  9. // Used by About3.rc
  10. //
  11. //C #define IDM_APP_ABOUT 40001
  12. //C #define IDC_STATIC -1
  13. const IDM_APP_ABOUT = 40001;
  14. const IDC_STATIC = -1;
  15. // Next default values for new objects
  16. //
  17. //C #ifdef APSTUDIO_INVOKED
  18. //C #ifndef APSTUDIO_READONLY_SYMBOLS
  19. //C #define _APS_NEXT_RESOURCE_VALUE 105
  20. //C #define _APS_NEXT_COMMAND_VALUE 40002
  21. //C #define _APS_NEXT_CONTROL_VALUE 1001
  22. //C #define _APS_NEXT_SYMED_VALUE 101
  23. //C #endif
  24. //C #endif