Homeworld.rc 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #define APSTUDIO_READONLY_SYMBOLS
  4. /////////////////////////////////////////////////////////////////////////////
  5. //
  6. // Generated from the TEXTINCLUDE 2 resource.
  7. //
  8. #define APSTUDIO_HIDDEN_SYMBOLS
  9. #include "windows.h"
  10. #include "WINRESRC.H"
  11. #include "resource.h"
  12. /////////////////////////////////////////////////////////////////////////////
  13. //
  14. // Icon
  15. //
  16. // Icon with lowest ID value placed first to ensure application icon
  17. // remains consistent on all systems.
  18. IDI_ICON1 ICON DISCARDABLE "HomeworldLogo.ico"
  19. IDI_ICON2 ICON DISCARDABLE "Homeworld.ico"
  20. /////////////////////////////////////////////////////////////////////////////
  21. //
  22. // Dialog
  23. //
  24. //dialog for command-line usage
  25. IDD_CommandLine DIALOG DISCARDABLE 0, 0, 287, 213
  26. STYLE 0x80 | 0x200 | 0x0004 | 0x80000000 | 0x00C00000 | 0x00080000
  27. CAPTION "Command-line usage"
  28. FONT 8, "MS Sans Serif"
  29. BEGIN
  30. DEFPUSHBUTTON "OK",IDOK,130,192,50,14
  31. EDITTEXT IDC_CommandLine,7,7,273,180,0x0004 | 0x0800 | 0x00200000
  32. END