1/* Copyright (C) 2001-2006 Artifex Software, Inc.
2   All Rights Reserved.
3
4   This software is provided AS-IS with no warranty, either express or
5   implied.
6
7   This software is distributed under license and may not be copied, modified
8   or distributed except as expressly authorized under the terms of that
9   license.  Refer to licensing information at http://www.artifex.com/
10   or contact Artifex Software, Inc.,  7 Mt. Lassen Drive - Suite A-134,
11   San Rafael, CA  94903, U.S.A., +1(415)492-9861, for further information.
12*/
13
14// $Id: dwuninst.rc 9043 2008-08-28 22:48:19Z giles $
15
16#include <windows.h>
17#include "dwuninst.h"
18
19ID_UNINSTGS ICON "gswin.ico"
20
21
22IDD_UNSET DIALOG 6, 15, 242, 123
23STYLE DS_MODALFRAME | 0x4L | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
24CAPTION ""
25FONT 8, "MS Sans Serif"
26{
27 DEFPUSHBUTTON "&Cancel", IDCANCEL, 106, 98, 50, 14
28 PUSHBUTTON "&Uninstall", IDOK, 16, 98, 50, 14
29 LTEXT "To remove this package, press Uninstall", IDC_PRESSOK, 44, 8, 192, 8
30 LTEXT "", IDC_T1, 32, 48, 200, 16
31 LTEXT "", IDC_T2, 32, 64, 200, 16
32 ICON ID_UNINSTGS, IDC_GSICON, 8, 8, 18, 20
33}
34
35
36