source: trunk/id.h@ 125

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

Update About setting page; improve unicode font selection;

  • Property svn:eol-style set to native
File size: 7.9 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_PB_HELP 42
75#define WID_LB_FILEFORMAT 43
76#define WID_PB_EXIT 44
77#define WID_PB_SETCAPTURETYPE 45
78
79// These must be sequential with END last
80#define WID_ST_COPYRIGHT 400
81#define WID_ST_COPYRIGHT1 401
82#define WID_ST_COPYRIGHT2 402
83#define WID_ST_COPYRIGHT3 403
84#define WID_ST_COPYRIGHT4 404
85#define WID_ST_PROGRAM 405
86#define WID_ST_LANGNOTE 406
87#define WID_ST_END 407
88
89#define IDM_SSWPOPUP 1
90
91#define WID_CAPTURETYPE 38
92
93#define WID_CB_AUTOADDEXTENSION 10001
94#define WID_CB_CONFIRMOVERWRITE 10002
95
96#define UM_PREPARECAPTURE WM_USER+1000
97#define UM_WINDOWHIDDEN WM_USER+1001
98#define UM_SELECTWINDOW WM_USER+1002
99#define UM_WINDOWSELECTED WM_USER+1003
100#define UM_CAPTURE WM_USER+1004
101#define UM_ADJUSTSETTINGS WM_USER+1005
102#define UM_UNDO WM_USER+1006
103#define UM_SSWHIDDEN WM_USER+1007
104#define UM_CAPTURE2 WM_USER+1008
105#define UM_COUNTDOWN WM_USER+1009
106#define UM_CLEANUP WM_USER+1010
107#define UM_STARTCAPTURE WM_USER+1011
108#define UM_STOPCAPTURE WM_USER+1012
109#define UM_SETTINGS2DIALOG WM_USER+1013
110#define UM_ADJUST WM_USER+1014
111#define UM_ABORT WM_USER+1015
112
113#define SEI_SAVEFILE 1
114#define SEI_FORCESAVEFILE 2
115#define SEI_SAVESTYLE 3
116#define SEI_FILEFORMAT 4
117#define SEI_FILESAVESTYLE 5
118#define SEI_NUMSAVEDIR 6
119#define SEI_HIDEWINDOW 7
120#define SEI_AUTOADDEXTENSION 8
121#define SEI_CONFIRMOVERWRITE 9
122#define SEI_DOSOUND 10
123#define SEI_DELAYEDCAPTURE 11
124#define SEI_DELAYCOUNTDOWN 12
125#define SEI_DELAYTIME 13
126#define SEI_SERIALCAPTURE 14
127#define SEI_SERIALTIME 15
128#define SEI_SNAPSHOTWINDOW 16
129#define SEI_SSWCAPTURETYPE 17
130#define SEI_SSWHIDE 18
131#define SEI_SSWALWAYSONTOP 19
132#define SEI_IDLEPRIORITY 20
133#define SEI_SWP 21
134#define SEI_US 22
135#define SEI_SWPSSW 23
136#define SEI_USSSW 24
137#define SEI_LANGUAGE 25
138#define SEI_LANGUAGEHELP 26
139#define SEI_UPDATE178DONE 27
140
141#define EN 1
142#define CZ 420
143#define IT 39
144#define DE 49
145#define ES 34
146#define RU 7
147#define JA 81
148#define PL 48
149#define BR 55
150#define FR 33
151#define KO 82
152#define NL 31
153#define TW 88
154#define CN 86
155
156#define IDS_SETTINGS 3
157#define IDS_PRODUCTINFORMATION 4
158#define IDS_HEADER_ERROR 5
159#define IDS_ERROR_COULDNOTRETRIEVEHEADER 6
160#define IDS_ERROR_COULDNOTGETBITMAPBITS 7
161#define IDS_ERROR_COULDNOTOPENFILE 8
162#define IDS_ERROR_COULDNOTWRITEFILETYPEEA 9
163#define IDS_SAVESCREENSHOTTO 10
164#define IDS_HEADER_WARNING 11
165#define IDS_FILEEXISTSOVERWRITE 12
166#define IDS_ERROR_INIFILEWRONGVERSION 13
167#define IDS_ERROR_INIFILENOTOPEN 14
168#define IDS_ERROR_HELPERHEADING 15
169#define IDS_ERROR_COULDNOTINITHELP 16
170#define IDS_ERROR_COULDNOTINITHELPFILE 17
171#define IDS_PAGESAVE 18
172#define IDS_PAGESNAPSHOT 19
173#define IDS_CAPTURE 20
174#define IDS_PAGELANGUAGE 21
175#define IDS_BMF_JPG 22
176#define IDS_BMF_PNG 23
177#define IDS_BMF_OS20 24
178#define IDS_BMF_TIF 25
179#define IDS_BMF_TGA 26
180#define IDS_BMF_PCX 27
181#define IDS_BMF_GIF 28
182#define IDS_BMF_PBM 29
183#define IDS_BMF_JP2 30
184#define IDS_BMF_DIB 31
185#define IDS_SNAPLABEL 34
186#define IDS_GENERALHELP 35
187#define IDS_MAINWIN 36
188#define IDS_OK 37
189#define IDS_CANCEL 38
190#define IDS_WISHCONTINUE 39
191#define IDS_ERROR_ALREADYRUNNING 40
192#define IDS_ERROR_ALREADYRUNNINGMSG 41
193#define IDS_ERROR_DLLOUTDATED 42
194#define IDS_ERROR_DLLOUTDATEDMSG 43
195#define IDS_ERROR_SEMAPHOREFAILED 44
196#define IDS_ERROR_SEMAPHOREFAILEDMSG 45
197#define IDS_ERROR_RESOURSEMODFAILED 46
198#define IDS_UNDO 47
199#define IDS_HELP 48
200
201#define LANG_COPYRIGHT 300
202#define LANG_COPYRIGHT1 301
203#define LANG_COPYRIGHT2 302
204#define LANG_COPYRIGHT3 303
205#define LANG_COPYRIGHT4 304
206#define LANG_PROGRAM 305
207#define LANG_RESTART 306
208
209#define MAIN_HELP_TABLE 1
210
211#define SUBTABLE_MAIN 1
212#define SUBTABLE_SETTINGS 2
213#define SUBTABLE_SNAPSHOT 3
214
215#define PANEL_KEYSHELP 1
216#define PANEL_MAIN 2
217#define PANEL_SNAPSHOT 3
218#define PANEL_SETTINGS 4
Note: See TracBrowser for help on using the repository browser.