source: trunk/id.h@ 94

Last change on this file since 94 was 94, checked in by Gregg Young, 4 years ago

Add unicode support; Add -i switch for AOS install to GQ; Remove language selection from GQ; Remove help file lang selection from Gotcha; Clean up and rework dialogs/strings

  • Property svn:eol-style set to native
File size: 7.6 KB
Line 
1/***
2 This file belongs to the Gotcha! distribution.
3 Copyright (C) 1998-2002 Thorsten Thielen <thth@c2226.de>
4
5 This program is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by
7 the Free Software Foundation; either version 2 of the License, or
8 (at your option) any later version.
9
10 This program is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 GNU General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with this program; if not, write to the Free Software
17 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 ***/
19
20#define DLL_ID 1
21#define LANG_ID 2
22
23#define ID_DLG_MAIN 1
24#define ID_DLG_ABOUT 2
25#define ID_DLG_FILE 10000
26#define ID_DLG_SETTINGS 3
27#define ID_DLG_SETTINGSPAGE1 4
28#define ID_DLG_SETTINGSPAGE2 5
29#define ID_DLG_SETTINGSPAGE3 6
30#define ID_DLG_SETTINGSPAGE4 7
31#define SM2_DIALOG 8
32#define ID_DLG_SETTINGSPAGE0 9
33
34#define WID_NIL 0
35#define WID_PB_SCREEN 1
36// WID_SCREENREGION had to be redefined because of DID_CANCEL
37#define WID_PB_WINDOW 3
38#define WID_PB_WINDOWINTERIOR 4
39#define WID_CB_HIDEWINDOW 5
40#define WID_CB_DELAYEDCAPTURE 6
41#define WID_TEST 7
42#define WID_RB_CLIPBOARD 8
43#define WID_RB_FILE 9
44#define WID_PB_ABOUT 10
45#define WID_CB_DELAYCOUNTDOWN 11
46#define WID_SB_DELAYTIME 12
47#define WID_CB_SSWENABLE 13
48#define WID_CB_SSWHIDE 14
49#define WID_CB_SSWALWAYSONTOP 15
50#define WID_SSWSCREEN 16
51#define WID_SSWSCREENREGION 17
52#define WID_SSWWINDOW 18
53#define WID_SSWWINDOWINT 19
54#define WID_E_NUMSAVEDIR 20
55#define WID_E_FORCESAVEFILE 21
56#define WID_PB_OK 22
57#define WID_PB_UNDO 23
58#define WID_PB_SETTINGS 24
59#define WID_PB_SNAPSHOT 25
60#define WID_SB_SERIALTIME 26
61#define WID_CB_SERIALCAPTURE 27
62#define WID_PB_SCREENREGION 28
63#define WID_RB_FSSPROMPT 29
64#define WID_RB_FSSNUMFILES 30
65#define WID_RB_FSSFORCEFILE 31
66#define WID_CB_DOSOUND 32
67#define WID_NB_SETTINGS 33
68#define WID_RB_BMF12 34
69#define WID_RB_BMF16 35
70#define WID_RB_BMF20 36
71#define WID_CB_IDLEPRIORITY 37
72#define WID_CAPTURETYPE 38
73#define WID_LB_LANGUAGES 39
74#define WID_LB_LANGUAGESHELP 40
75#define WID_PB_HELP 42
76#define WID_LB_FILEFORMAT 43
77#define WID_PB_EXIT 44
78#define WID_PB_SETCAPTURETYPE 45
79
80// These must be sequential with END last
81#define WID_ST_COPYRIGHT 400
82#define WID_ST_PROGRAM 401
83#define WID_ST_HELPFILE 402
84#define WID_ST_LANGNOTE 403
85#define WID_ST_END 404
86
87#define IDM_SSWPOPUP 1
88
89#define WID_CAPTURETYPE 38
90
91#define WID_CB_AUTOADDEXTENSION 10001
92#define WID_CB_CONFIRMOVERWRITE 10002
93
94#define UM_PREPARECAPTURE WM_USER+1000
95#define UM_WINDOWHIDDEN WM_USER+1001
96#define UM_SELECTWINDOW WM_USER+1002
97#define UM_WINDOWSELECTED WM_USER+1003
98#define UM_CAPTURE WM_USER+1004
99#define UM_ADJUSTSETTINGS WM_USER+1005
100#define UM_UNDO WM_USER+1006
101#define UM_SSWHIDDEN WM_USER+1007
102#define UM_CAPTURE2 WM_USER+1008
103#define UM_COUNTDOWN WM_USER+1009
104#define UM_CLEANUP WM_USER+1010
105#define UM_STARTCAPTURE WM_USER+1011
106#define UM_STOPCAPTURE WM_USER+1012
107#define UM_SETTINGS2DIALOG WM_USER+1013
108#define UM_ADJUST WM_USER+1014
109#define UM_ABORT WM_USER+1015
110
111#define SEI_SAVEFILE 1
112#define SEI_FORCESAVEFILE 2
113#define SEI_SAVESTYLE 3
114#define SEI_FILEFORMAT 4
115#define SEI_FILESAVESTYLE 5
116#define SEI_NUMSAVEDIR 6
117#define SEI_HIDEWINDOW 7
118#define SEI_AUTOADDEXTENSION 8
119#define SEI_CONFIRMOVERWRITE 9
120#define SEI_DOSOUND 10
121#define SEI_DELAYEDCAPTURE 11
122#define SEI_DELAYCOUNTDOWN 12
123#define SEI_DELAYTIME 13
124#define SEI_SERIALCAPTURE 14
125#define SEI_SERIALTIME 15
126#define SEI_SNAPSHOTWINDOW 16
127#define SEI_SSWCAPTURETYPE 17
128#define SEI_SSWHIDE 18
129#define SEI_SSWALWAYSONTOP 19
130#define SEI_IDLEPRIORITY 20
131#define SEI_SWP 21
132#define SEI_US 22
133#define SEI_SWPSSW 23
134#define SEI_USSSW 24
135#define SEI_LANGUAGE 25
136#define SEI_LANGUAGEHELP 26
137#define SEI_UPDATE178DONE 27
138
139#define EN 1
140#define CZ 420
141#define IT 39
142#define DE 49
143#define ES 34
144#define RU 7
145#define JP 81
146#define PL 48
147#define BR 55
148
149#define IDS_SETTINGS 3
150#define IDS_PRODUCTINFORMATION 4
151#define IDS_HEADER_ERROR 5
152#define IDS_ERROR_COULDNOTRETRIEVEHEADER 6
153#define IDS_ERROR_COULDNOTGETBITMAPBITS 7
154#define IDS_ERROR_COULDNOTOPENFILE 8
155#define IDS_ERROR_COULDNOTWRITEFILETYPEEA 9
156#define IDS_SAVESCREENSHOTTO 10
157#define IDS_HEADER_WARNING 11
158#define IDS_FILEEXISTSOVERWRITE 12
159#define IDS_ERROR_INIFILEWRONGVERSION 13
160#define IDS_ERROR_INIFILENOTOPEN 14
161#define IDS_ERROR_HELPERHEADING 15
162#define IDS_ERROR_COULDNOTINITHELP 16
163#define IDS_ERROR_COULDNOTINITHELPFILE 17
164#define IDS_PAGESAVE 18
165#define IDS_PAGESNAPSHOT 19
166#define IDS_CAPTURE 20
167#define IDS_PAGELANGUAGE 21
168#define IDS_BMF_JPG 22
169#define IDS_BMF_PNG 23
170#define IDS_BMF_OS20 24
171#define IDS_BMF_TIF 25
172#define IDS_BMF_TGA 26
173#define IDS_BMF_PCX 27
174#define IDS_BMF_GIF 28
175#define IDS_BMF_PBM 29
176#define IDS_BMF_JP2 30
177#define IDS_BMF_DIB 31
178#define IDS_SNAPLABEL 34
179#define IDS_GENERALHELP 35
180#define IDS_MAINWIN 36
181#define IDS_OK 37
182#define IDS_CANCEL 38
183#define IDS_WISHCONTINUE 39
184#define IDS_ERROR_ALREADYRUNNING 40
185#define IDS_ERROR_ALREADYRUNNINGMSG 41
186#define IDS_ERROR_DLLOUTDATED 42
187#define IDS_ERROR_DLLOUTDATEDMSG 43
188#define IDS_ERROR_SEMAPHOREFAILED 44
189#define IDS_ERROR_SEMAPHOREFAILEDMSG 45
190#define IDS_ERROR_RESOURSEMODFAILED 46
191#define IDS_UNDO 47
192#define IDS_HELP 48
193
194#define LANG_COPYRIGHT 300
195#define LANG_PROGRAM 301
196#define LANG_HELPFILE 302
197#define LANG_RESTART 303
198
199#define MAIN_HELP_TABLE 1
200
201#define SUBTABLE_MAIN 1
202#define SUBTABLE_SETTINGS 2
203#define SUBTABLE_SNAPSHOT 3
204
205#define PANEL_KEYSHELP 1
206#define PANEL_MAIN 2
207#define PANEL_SNAPSHOT 3
208#define PANEL_SETTINGS 4
Note: See TracBrowser for help on using the repository browser.