1/*
2 *    TTTTTTTTTTTTTT  EEEEEEEEEEEEEE  OOOOOOOOOOOOOO
3 *    TTTTTTTTTTTTTT  EEEEEEEEEEEEEE  OOOOOOOOOOOOOO
4 *          TT        EE              OO          OO
5 *          TT        EE              OO          OO
6 *          TT        EE              OO          OO
7 *          TT        EEEEEEEEEE      OO          OO
8 *          TT        EEEEEEEEEE      OO          OO
9 *          TT        EE              OO          OO
10 *          TT        EE              OO          OO
11 *          TT        EE              OO          OO
12 *          TT        EEEEEEEEEEEEEE  OOOOOOOOOOOOOO
13 *          TT        EEEEEEEEEEEEEE  OOOOOOOOOOOOOO
14 *
15 *                  L'�mulateur Thomson TO8
16 *
17 *  Copyright (C) 1997-2017 Gilles F�tis, Eric Botcazou, Alexandre Pukall,
18 *                          J�r�mie Guillaume, Fran�ois Mouret
19 *
20 *  This program is free software; you can redistribute it and/or modify
21 *  it under the terms of the GNU General Public License as published by
22 *  the Free Software Foundation; either version 2 of the License, or
23 *  (at your option) any later version.
24 *
25 *  This program is distributed in the hope that it will be useful,
26 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
27 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28 *  GNU General Public License for more details.
29 *
30 *  You should have received a copy of the GNU General Public License
31 *  along with this program; if not, write to the Free Software
32 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
33 */
34
35/*
36 *  Module     : win/dialog.rh
37 *  Version    : 1.8.4
38 *  Cr�� par   : Eric Botcazou 14/09/2000
39 *  Modifi� par: Eric Botcazou 26/10/2003
40 *               Fran�ois Mouret 10/08/2011 17/03/2012 20/09/2012
41 *                               20/09/2013 11/04/2014
42 *
43 *  D�finition des bo�tes de dialogue.
44 */
45
46
47#ifndef WIN_DIALOG_RH
48#define WIN_DIALOG_RH
49
50#define IDC_START_LTEXT             2101
51#define IDC_GFXMODE_GROUP           2102
52#define IDC_MODE40_BUTTON           2103
53#define IDC_MODE80_BUTTON           2104
54#define IDC_TRUECOLOR_BUTTON        2105
55#define IDC_WINDOWED_BUTTON         2106
56
57#define IDC_RESET_BUTTON            2120
58#define IDC_COLDRESET_BUTTON        2121
59#define IDC_FULLRESET_BUTTON        2122
60#define IDC_CONTROL_TAB             2123
61#define IDC_ABOUT_BUTTON            2124
62#define IDC_QUIT_BUTTON             2125
63
64#define IDC_CONTROL_DIALOG          2140
65#define IDC_SETTING_TAB             2141
66#define IDC_SPEED_GROUP             2142
67#define IDC_EXACT_SPEED_BUTTON      2143
68#define IDC_MAX_SPEED_BUTTON        2144
69#define IDC_INTERLACED_CHECK        2145
70#define IDC_SOUND_GROUP             2146
71#define IDC_SOUND_CHECK             2147
72#define IDC_VOLUME_LOW_LTEXT        2148
73#define IDC_VOLUME_BAR              2149
74#define IDC_VOLUME_HIGH_LTEXT       2150
75#define IDC_MEMORY_GROUP            2151
76#define IDC_MEMORY_256K_RADIO       2152
77#define IDC_MEMORY_512K_RADIO       2153
78
79#define IDC_MEMO7_TAB               2160
80#define IDC_MEMO7_COMBO             2161
81#define IDC_MEMO7_MORE_BUTTON       2162
82#define IDC_MEMO7_EJECT_BUTTON      2163
83
84#define IDC_K7_TAB                  2180
85#define IDC_K7_COMBO                2181
86#define IDC_K7_MORE_BUTTON          2182
87#define IDC_K7_EJECT_BUTTON         2183
88#define IDC_K7_EJECT_TOOLTIP        2184
89#define IDC_K7_PROT_CHECK           2185
90#define IDC_K7_UPDOWN               2186
91#define IDC_K7_COUNTER_LTEXT        2187
92#define IDC_K7_COUNTER_EDIT         2188
93#define IDC_K7_REWIND_BUTTON        2189
94
95#define IDC_DISK_TAB                2200
96#define IDC_DISK0_EJECT_BUTTON      2201
97#define IDC_DISK1_EJECT_BUTTON      2202
98#define IDC_DISK2_EJECT_BUTTON      2203
99#define IDC_DISK3_EJECT_BUTTON      2204
100#define IDC_DISK0_COMBO             2205
101#define IDC_DISK1_COMBO             2206
102#define IDC_DISK2_COMBO             2207
103#define IDC_DISK3_COMBO             2208
104#define IDC_DISK0_MORE_BUTTON       2209
105#define IDC_DISK1_MORE_BUTTON       2210
106#define IDC_DISK2_MORE_BUTTON       2211
107#define IDC_DISK3_MORE_BUTTON       2212
108#define IDC_DISK0_SIDE_RTEXT        2213
109#define IDC_DISK1_SIDE_RTEXT        2214
110#define IDC_DISK2_SIDE_RTEXT        2215
111#define IDC_DISK3_SIDE_RTEXT        2216
112#define IDC_DISK0_SIDE_COMBO        2217
113#define IDC_DISK1_SIDE_COMBO        2218
114#define IDC_DISK2_SIDE_COMBO        2219
115#define IDC_DISK3_SIDE_COMBO        2220
116#define IDC_DISK0_PROT_CHECK        2221
117#define IDC_DISK1_PROT_CHECK        2222
118#define IDC_DISK2_PROT_CHECK        2223
119#define IDC_DISK3_PROT_CHECK        2224
120
121#define IDC_PRINTER_TAB             2230
122#define IDC_PRINTER_OPTIONS_GROUP   2231
123#define IDC_PRINTER_CHOOSE_RTEXT    2232
124#define IDC_PRINTER_CHOOSE_COMBO    2233
125#define IDC_PRINTER_DIP_CHECK       2234
126#define IDC_PRINTER_NLQ_CHECK       2235
127#define IDC_PRINTER_OUTPUT_GROUP    2236
128#define IDC_PRINTER_RAW_CHECK       2237
129#define IDC_PRINTER_TXT_CHECK       2238
130#define IDC_PRINTER_GFX_CHECK       2239
131#define IDC_PRINTER_MORE_RTEXT      2240
132#define IDC_PRINTER_MORE_EDIT       2241
133#define IDC_PRINTER_MORE_BUTTON     2242
134
135#define IDC_DEBUG_DIALOG            2260
136#define IDC_DEBUG_CC_NAME_LTEXT     2261
137#define IDC_DEBUG_CC_VALUE_LTEXT    2262
138#define IDC_DEBUG_AR_NAME_LTEXT     2263
139#define IDC_DEBUG_AR_VALUE_LTEXT    2264
140#define IDC_DEBUG_BR_NAME_LTEXT     2265
141#define IDC_DEBUG_BR_VALUE_LTEXT    2266
142#define IDC_DEBUG_DP_NAME_LTEXT     2267
143#define IDC_DEBUG_DP_VALUE_LTEXT    2268
144#define IDC_DEBUG_XR_NAME_LTEXT     2269
145#define IDC_DEBUG_XR_VALUE_LTEXT    2270
146#define IDC_DEBUG_YR_NAME_LTEXT     2271
147#define IDC_DEBUG_YR_VALUE_LTEXT    2272
148#define IDC_DEBUG_UR_NAME_LTEXT     2273
149#define IDC_DEBUG_UR_VALUE_LTEXT    2274
150#define IDC_DEBUG_SR_NAME_LTEXT     2275
151#define IDC_DEBUG_SR_VALUE_LTEXT    2276
152#define IDC_DEBUG_PC_NAME_LTEXT     2277
153#define IDC_DEBUG_PC_VALUE_LTEXT    2278
154#define IDC_DEBUG_GROUP_BKPT        2279
155#define IDC_DEBUG_EDIT_BKPT1        2280
156#define IDC_DEBUG_EDIT_BKPT2        2281
157#define IDC_DEBUG_EDIT_BKPT3        2282
158#define IDC_DEBUG_EDIT_BKPT4        2283
159#define IDC_DEBUG_EDIT_BKPT5        2284
160#define IDC_DEBUG_EDIT_BKPT6        2285
161#define IDC_DEBUG_EDIT_BKPT7        2286
162#define IDC_DEBUG_EDIT_BKPT8        2287
163#define IDC_DEBUG_EDIT_BKPT9        2288
164#define IDC_DEBUG_EDIT_BKPT10       2289
165#define IDC_DEBUG_EDIT_BKPT11       2290
166#define IDC_DEBUG_EDIT_BKPT12       2291
167#define IDC_DEBUG_EDIT_BKPT13       2292
168#define IDC_DEBUG_EDIT_BKPT14       2293
169#define IDC_DEBUG_EDIT_BKPT15       2294
170#define IDC_DEBUG_EDIT_BKPT16       2295
171#define IDM_DEBUG_BUTTON_STEP       2296
172#define IDM_DEBUG_BUTTON_STEP_OVER  2297
173#define IDM_DEBUG_BUTTON_RUN        2298
174#define IDM_DEBUG_BUTTON_LEAVE      2299
175#define IDC_DEBUG_DASM_EDIT         2300
176#define IDC_DEBUG_REG_EDIT          2301
177#define IDC_DEBUG_MEM_LTEXT         2302
178#define IDC_DEBUG_MEM_COMBO         2303
179#define IDC_DEBUG_RAM_LTEXT         2304
180#define IDC_DEBUG_RAM_COMBO         2305
181#define IDC_DEBUG_MON_LTEXT         2306
182#define IDC_DEBUG_MON_COMBO         2307
183#define IDC_DEBUG_VIDEO_LTEXT       2308
184#define IDC_DEBUG_VIDEO_COMBO       2309
185#define IDC_DEBUG_CART_LTEXT        2310
186#define IDC_DEBUG_CART_COMBO        2311
187#define IDC_DEBUG_MEM_EDIT          2312
188#define IDC_DEBUG_STATUS_BAR        2313
189#define IDC_DEBUG_TOOL_BAR          2314
190
191#define IDC_ABOUT_DIALOG            2500
192#define IDC_ABOUT_CTEXT_TITLE       2501
193#define IDC_ABOUT_CTEXT_COPYRIGHT   2502
194#define IDC_ABOUT_STATIC_LINK       2503
195#define IDC_ABOUT_STATIC_FORUM      2504
196#define IDC_ABOUT_CTEXT_LICENSE     2505
197
198#endif
199