PageRenderTime 47ms CodeModel.GetById 7ms RepoModel.GetById 0ms app.codeStats 0ms

/Samples/Chap11/About2/RESOURCE.d

http://github.com/AndrejMitrovic/DWinProgramming
D | 46 lines | 13 code | 2 blank | 31 comment | 0 complexity | 214447cca4d87cf5e5fc5f2d08a5a870 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 About2.rc
  10. //
  11. //C #define IDC_BLACK 1000
  12. //C #define IDC_BLUE 1001
  13. const IDC_BLACK = 1000;
  14. //C #define IDC_GREEN 1002
  15. const IDC_BLUE = 1001;
  16. //C #define IDC_CYAN 1003
  17. const IDC_GREEN = 1002;
  18. //C #define IDC_RED 1004
  19. const IDC_CYAN = 1003;
  20. //C #define IDC_MAGENTA 1005
  21. const IDC_RED = 1004;
  22. //C #define IDC_YELLOW 1006
  23. const IDC_MAGENTA = 1005;
  24. //C #define IDC_WHITE 1007
  25. const IDC_YELLOW = 1006;
  26. //C #define IDC_RECT 1008
  27. const IDC_WHITE = 1007;
  28. //C #define IDC_ELLIPSE 1009
  29. const IDC_RECT = 1008;
  30. //C #define IDC_PAINT 1010
  31. const IDC_ELLIPSE = 1009;
  32. //C #define IDM_APP_ABOUT 40001
  33. const IDC_PAINT = 1010;
  34. const IDM_APP_ABOUT = 40001;
  35. // Next default values for new objects
  36. //
  37. //C #ifdef APSTUDIO_INVOKED
  38. //C #ifndef APSTUDIO_READONLY_SYMBOLS
  39. //C #define _APS_NEXT_RESOURCE_VALUE 105
  40. //C #define _APS_NEXT_COMMAND_VALUE 40002
  41. //C #define _APS_NEXT_CONTROL_VALUE 1011
  42. //C #define _APS_NEXT_SYMED_VALUE 101
  43. //C #endif
  44. //C #endif