2 |
- |
1 |
/* Copyright (C) 1992, 1993 Aladdin Enterprises. All rights reserved.
|
|
|
2 |
|
|
|
3 |
This software is provided AS-IS with no warranty, either express or
|
|
|
4 |
implied.
|
|
|
5 |
|
|
|
6 |
This software is distributed under license and may not be copied,
|
|
|
7 |
modified or distributed except as expressly authorized under the terms
|
|
|
8 |
of the license contained in the file LICENSE in this distribution.
|
|
|
9 |
|
|
|
10 |
For more information about licensing, please refer to
|
|
|
11 |
http://www.ghostscript.com/licensing/. For information on
|
|
|
12 |
commercial licensing, go to http://www.artifex.com/licensing/ or
|
|
|
13 |
contact Artifex Software, Inc., 101 Lucas Valley Road #110,
|
|
|
14 |
San Rafael, CA 94903, U.S.A., +1(415)492-9861.
|
|
|
15 |
*/
|
|
|
16 |
|
|
|
17 |
/* $Id: gspmdrv.rc,v 1.4 2002/02/21 22:24:52 giles Exp $*/
|
|
|
18 |
/* Resources for gspmdrv.exe, the PM display driver for Ghostscript */
|
|
|
19 |
|
|
|
20 |
#include <os2.h>
|
|
|
21 |
#include "gspmdrv.h"
|
|
|
22 |
|
|
|
23 |
ICON ID_GSPMDRV obj\gspmdrv.ico
|
|
|
24 |
|
|
|
25 |
DLGTEMPLATE IDD_ABOUT LOADONCALL MOVEABLE DISCARDABLE
|
|
|
26 |
BEGIN
|
|
|
27 |
DIALOG "About Ghostscript PM driver", IDD_ABOUT, 10, 10, 250, 76, WS_VISIBLE, FCF_SYSMENU | FCF_TITLEBAR
|
|
|
28 |
BEGIN
|
|
|
29 |
ICON ID_GSPMDRV, ID_GSPMDRV, 8, 56, 20, 16, WS_GROUP
|
|
|
30 |
LTEXT "Ghostscript Presentation Manager Driver", -1, 34, 64, 210, 8
|
|
|
31 |
LTEXT GSPMDRV_VERSION, -1, 34, 56, 210, 8
|
|
|
32 |
LTEXT "Copyright (C) 1992, 1993 Aladdin Enterprises.", -1, 34, 48, 210, 8
|
|
|
33 |
LTEXT "All rights reserved", -1, 34, 40, 210, 8
|
|
|
34 |
PUSHBUTTON "OK", DID_OK, 105, 8, 40, 14
|
|
|
35 |
END
|
|
|
36 |
END
|
|
|
37 |
|
|
|
38 |
|