dwuninst.rc 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. /* Copyright (C) 1999, 2000, Ghostgum Software Pty Ltd. All rights reserved.
  2. This software is provided AS-IS with no warranty, either express or
  3. implied.
  4. This software is distributed under license and may not be copied,
  5. modified or distributed except as expressly authorized under the terms
  6. of the license contained in the file LICENSE in this distribution.
  7. For more information about licensing, please refer to
  8. http://www.ghostscript.com/licensing/. For information on
  9. commercial licensing, go to http://www.artifex.com/licensing/ or
  10. contact Artifex Software, Inc., 101 Lucas Valley Road #110,
  11. San Rafael, CA 94903, U.S.A., +1(415)492-9861.
  12. */
  13. // $Id: dwuninst.rc,v 1.6 2002/03/30 01:29:38 ghostgum Exp $
  14. #include <windows.h>
  15. #include "dwuninst.h"
  16. ID_UNINSTGS ICON "gswin.ico"
  17. IDD_UNSET DIALOG 6, 15, 242, 123
  18. STYLE DS_MODALFRAME | 0x4L | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  19. CAPTION ""
  20. FONT 8, "MS Sans Serif"
  21. {
  22. DEFPUSHBUTTON "&Cancel", IDCANCEL, 106, 98, 50, 14
  23. PUSHBUTTON "&Uninstall", IDOK, 16, 98, 50, 14
  24. LTEXT "To remove this package, press Uninstall", IDC_PRESSOK, 44, 8, 192, 8
  25. LTEXT "", IDC_T1, 32, 48, 200, 16
  26. LTEXT "", IDC_T2, 32, 64, 200, 16
  27. ICON ID_UNINSTGS, IDC_GSICON, 8, 8, 18, 20
  28. }