1/*
2 * Copyright (c) 2005 Alexander Gottwald
3 *
4 * Permission is hereby granted, free of charge, to any person obtaining a
5 * copy of this software and associated documentation files (the "Software"),
6 * to deal in the Software without restriction, including without limitation
7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8 * and/or sell copies of the Software, and to permit persons to whom the
9 * Software is furnished to do so, subject to the following conditions:
10 *
11 * The above copyright notice and this permission notice shall be included in
12 * all copies or substantial portions of the Software.
13 *
14 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
17 * THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
18 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
19 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20 * DEALINGS IN THE SOFTWARE.
21 *
22 * Except as contained in this notice, the name(s) of the above copyright
23 * holders shall not be used in advertising or otherwise to promote the sale,
24 * use or other dealings in this Software without prior written authorization.
25 */
26
27#define IDC_STATIC -1
28
29#define IDD_WELCOME             100
30#define IDD_FINISH              101
31#define IDD_DISPLAY             102
32#define IDD_CLIENTS             103
33#define IDD_PROGRAM             104
34#define IDD_XDMCP               105
35#define IDD_FONTPATH            106
36#define IDD_CLIPBOARD           107
37
38#define IDS_DISPLAY_TITLE       300
39#define IDS_DISPLAY_SUBTITLE    301
40#define IDS_CLIENTS_TITLE       302
41#define IDS_CLIENTS_SUBTITLE    303
42#define IDS_PROGRAM_TITLE       304
43#define IDS_PROGRAM_SUBTITLE    305
44#define IDS_XDMCP_TITLE         306
45#define IDS_XDMCP_SUBTITLE      307
46#define IDS_FONTPATH_TITLE      308
47#define IDS_FONTPATH_SUBTITLE   309
48#define IDS_FINISH_TITLE        310
49#define IDS_FINISH_SUBTITLE     311
50#define IDS_CLIPBOARD_TITLE     312
51#define IDS_CLIPBOARD_SUBTITLE  313
52#define IDS_SAVE_TITLE          320
53#define IDS_SAVE_FILETITLE      321
54#define IDS_SAVE_FILTER         322
55
56#define IDC_MULTIWINDOW         200
57#define IDC_WINDOWED            201
58#define IDC_FULLSCREEN          202
59#define IDC_NODECORATION        203
60#define IDC_MULTIWINDOW_IMG     204
61#define IDC_WINDOWED_IMG        205
62#define IDC_FULLSCREEN_IMG      206
63#define IDC_NODECORATION_IMG    207
64#define IDC_DISPLAY             208
65#define IDC_DISPLAY_DESC        209
66
67#define IDC_CLIENT_NONE         210
68#define IDC_XDMCP               211
69#define IDC_CLIENT              212
70#define IDC_CLIENT_LOCAL        213
71#define IDC_CLIENT_REMOTE       214
72#define IDC_CLIENT_HOST         215
73#define IDC_CLIENT_USER         216
74#define IDC_CLIENT_PROTOCOL     217
75#define IDC_CLIENT_CONFIGURE    218
76#define IDC_CLIENT_PROGRAM      219
77#define IDC_XDMCP_QUERY         220
78#define IDC_XDMCP_BROADCAST     221
79#define IDC_XDMCP_INDIRECT      222
80#define IDC_XDMCP_HOST          223
81#define IDC_CLIENT_NONE_DESC    224
82#define IDC_XDMCP_DESC          225
83#define IDC_CLIENT_DESC         226
84#define IDC_XDMCP_QUERY_DESC    227
85#define IDC_CLIENT_PROGRAM_DESC 228
86#define IDC_CLIENT_HOST_DESC    229
87#define IDC_CLIENT_USER_DESC    230
88#define IDC_CLIENT_PROTOCOL_DESC 231
89
90#define IDC_FONTPATH_DESC        240
91
92#define IDC_FINISH_DESC		 250
93#define IDC_FINISH_SAVE		 251
94#define IDC_FINISH_SAVE_DESC     252
95
96#define IDC_CLIPBOARD            260
97#define IDC_CLIPBOARD_DESC       261
98#define IDC_EXTRA_PARAMS         262
99#define IDC_EXTRA_PARAMS_DESC    263
100