source: branches/swt/testapp/apitest/src/ids.h

Last change on this file was 22119, checked in by rousseau, 10 years ago

Added menu-entries and handler-stubs for 'usp10' and 'gdiplus' [apitest]

Here some module testing stuff will be added with Wine and WinXP as
behavioral references.

File size: 1.8 KB
Line 
1//! GENINFO :: platform:OS/2, version:20.45, target:ApiTest.generate
2/*****************************************************************************\
3* ids.h :: Numeric Resource Identifiers *
4* --------------------------------------------------------------------------- *
5* Used by all buildable variants of ApiTest. *
6\*****************************************************************************/
7
8#ifndef __IDS_H__
9#define __IDS_H__
10
11#define IDR_MAINMENU 1
12
13#define IDM_FILE 1000
14#define ID_FILE_EXIT 1001
15
16#define IDM_TESTING 1100
17#define ID_TESTING_TEST1 1101
18#define ID_TESTING_TEST2 1102
19#define ID_TESTING_TEST3 1103
20#define ID_TESTING_TEST4 1104
21#define ID_TESTING_TEST5 1105
22#define ID_TESTING_TEST6 1106
23#define ID_TESTING_TEST7 1107
24#define ID_TESTING_TEST8 1108
25#define ID_TESTING_TEST9 1109
26
27#define IDM_USP10 1200
28#define ID_USP10_TEST1 1201
29#define ID_USP10_TEST2 1202
30#define ID_USP10_TEST3 1203
31#define ID_USP10_TEST4 1204
32#define ID_USP10_TEST5 1205
33#define ID_USP10_TEST6 1206
34#define ID_USP10_TEST7 1207
35#define ID_USP10_TEST8 1208
36#define ID_USP10_TEST9 1209
37
38#define IDM_GDIPLUS 1300
39#define ID_GDIPLUS_TEST1 1301
40#define ID_GDIPLUS_TEST2 1302
41#define ID_GDIPLUS_TEST3 1303
42#define ID_GDIPLUS_TEST4 1304
43#define ID_GDIPLUS_TEST5 1305
44#define ID_GDIPLUS_TEST6 1306
45#define ID_GDIPLUS_TEST7 1307
46#define ID_GDIPLUS_TEST8 1308
47#define ID_GDIPLUS_TEST9 1309
48
49#define IDM_HELP 9000
50#define ID_HELP_ABOUT 9001
51
52#define ID_EXIT 123
53
54#endif /*__IDS_H__*/
Note: See TracBrowser for help on using the repository browser.