gs16spl.rc 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /* Copyright (C) 1995, 1999, Russell Lang. All rights reserved.
  2. This file is part of AFPL Ghostscript.
  3. AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND. No author or
  4. distributor accepts any responsibility for the consequences of using it, or
  5. for whether it serves any particular purpose or works at all, unless he or
  6. she says so in writing. Refer to the Aladdin Free Public License (the
  7. "License") for full details.
  8. Every copy of AFPL Ghostscript must include a copy of the License, normally
  9. in a plain ASCII text file named PUBLIC. The License grants you the right
  10. to copy, modify and redistribute AFPL Ghostscript, but only under certain
  11. conditions described in the License. Among other things, the License
  12. requires that the copyright notice and this notice be preserved on all
  13. copies.
  14. */
  15. /*$Id: gs16spl.rc,v 1.2 2000/09/19 19:00:25 lpd Exp $*/
  16. /* Resources for GS16SPL.EXE, 16-bit access to print spooler */
  17. /* 1995-11-10 */
  18. #include <windows.h>
  19. #define ID_TEXT 100
  20. #ifndef gstext_ico
  21. #define gstext_ico gstext.ico
  22. #endif
  23. 1 ICON gstext_ico
  24. SpoolDlgBox DIALOG 20, 32, 158, 56
  25. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  26. CAPTION "GS Win32s/Win16 spooler"
  27. FONT 8, "Helv"
  28. BEGIN
  29. CONTROL "&Cancel", IDCANCEL, "button", BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP | WS_CHILD, 8, 36, 32, 14
  30. ICON 1, 1, 8, 8, 16, 16
  31. LTEXT "", ID_TEXT, 40, 12, 108, 8, WS_CHILD | WS_VISIBLE | WS_GROUP
  32. END