xref: /plan9/sys/src/cmd/gs/src/gs16spl.rc (revision 593dc095aefb2a85c828727bbfa9da139a49bdf4)
1/* Copyright (C) 1995, 1999, Russell Lang.  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: gs16spl.rc,v 1.5 2002/03/30 01:29:38 ghostgum Exp $*/
18/* Resources for GS16SPL.EXE, 16-bit access to print spooler */
19/* 1995-11-10 */
20
21#include <windows.h>
22
23#define ID_TEXT 100
24
25#ifndef gstext_ico
26#define gstext_ico gswin.ico
27#endif
28
291 ICON gstext_ico
30
31SpoolDlgBox DIALOG 20, 32, 158, 56
32STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
33CAPTION "GS Win32s/Win16 spooler"
34FONT 8, "Helv"
35BEGIN
36	CONTROL "&Cancel", IDCANCEL, "button", BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP | WS_CHILD, 8, 36, 32, 14
37	ICON 1, 1, 8, 8, 16, 16
38	LTEXT "", ID_TEXT, 40, 12, 108, 8, WS_CHILD | WS_VISIBLE | WS_GROUP
39END
40
41