source: trunk/src/win32k/utils/Dialog.h@ 5087

Last change on this file since 5087 was 5051, checked in by bird, 25 years ago

Added new option for the All-in-one-object fix.

File size: 3.5 KB
Line 
1/* $Id: Dialog.h,v 1.1 2001-02-02 08:41:31 bird Exp $
2 *
3 * Dialog IDs.
4 *
5 * Copyright (c) 2001 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
6 *
7 * Project Odin Software License can be found in LICENSE.TXT
8 *
9 */
10
11/*******************************************************************************
12* Defined Constants And Macros *
13*******************************************************************************/
14/*
15 * General PushButton ID(s)
16 */
17#define PB_APPLY 0xfffe
18#define PB_REFRESH 0xfffd
19#define PB_UPD_CONFIGSYS 0xfffc
20
21
22/*
23 * The Win32kCC (main) dialog.
24 */
25#define DL_WIN32KCC 1000
26
27#define GR_LOGGING 1010
28#define CB_LOGGING_ENABLED 1011
29#define RB_LOGGING_COM1 1012
30#define RB_LOGGING_COM2 1013
31#define RB_LOGGING_COM3 1014
32#define RB_LOGGING_COM4 1015
33
34
35#define GR_LOADERS 1030
36#define CB_LDR_DISABLE_ALL 1031
37
38#define GR_LDR_PE 1040
39#define RB_LDR_PE_PURE 1041
40#define RB_LDR_PE_MIXED 1042
41#define RB_LDR_PE_PE 1043
42#define RB_LDR_PE_NOT 1044
43#define TX_LDR_PE_INFOLEVEL 1045
44#define SB_LDR_PE_INFOLEVEL 1046
45#define TX_LDR_PE_MODULES 1047
46#define TX_LDR_PE_MODULES_VAL 1048
47#define CK_LDR_PE_ONEOBJECT 1049
48
49#define GR_LDR_ELF 1060
50#define CB_LDR_ELF_ENABLED 1061
51#define TX_LDR_ELF_INFOLEVEL 1062
52#define SB_LDR_ELF_INFOLEVEL 1063
53#define TX_LDR_ELF_MODULES 1064
54#define TX_LDR_ELF_MODULES_VAL 1065
55
56#define CB_LDR_SHELL_SCRIPTS 1070
57#define CB_LDR_JAVA 1080
58#define CB_LDR_REXX 1090
59
60
61#define GR_HEAPS 1150
62
63#define GR_HEAP_RES 1160
64#define TX_HEAP_RES_MAX 1161
65#define SB_HEAP_RES_MAX 1162
66#define TX_HEAP_RES_INIT 1163
67#define TX_HEAP_RES_INIT_VAL 1164
68#define TX_HEAP_RES_USED 1165
69#define TX_HEAP_RES_USED_VAL 1166
70#define TX_HEAP_RES_FREE 1167
71#define TX_HEAP_RES_FREE_VAL 1168
72#define TX_HEAP_RES_SIZE 1169
73#define TX_HEAP_RES_SIZE_VAL 1170
74#define TX_HEAP_RES_USED_BLOCKS 1171
75#define TX_HEAP_RES_USED_BLOCKS_VAL 1172
76#define TX_HEAP_RES_FREE_BLOCKS 1173
77#define TX_HEAP_RES_FREE_BLOCKS_VAL 1174
78
79
80#define GR_HEAP_SWP 1180
81#define TX_HEAP_SWP_MAX 1181
82#define SB_HEAP_SWP_MAX 1182
83#define TX_HEAP_SWP_INIT 1183
84#define TX_HEAP_SWP_INIT_VAL 1184
85#define TX_HEAP_SWP_USED 1185
86#define TX_HEAP_SWP_USED_VAL 1186
87#define TX_HEAP_SWP_FREE 1187
88#define TX_HEAP_SWP_FREE_VAL 1188
89#define TX_HEAP_SWP_SIZE 1189
90#define TX_HEAP_SWP_SIZE_VAL 1190
91#define TX_HEAP_SWP_USED_BLOCKS 1191
92#define TX_HEAP_SWP_USED_BLOCKS_VAL 1192
93#define TX_HEAP_SWP_FREE_BLOCKS 1193
94#define TX_HEAP_SWP_FREE_BLOCKS_VAL 1194
95
96#define GR_W32K 1200
97#define TX_W32K_VERSION 1201
98#define TX_W32K_VERSION_VAL 1202
99#define TX_W32K_BUILD_DATETIME 1203
100#define TX_W32K_BUILD_DATETIME_VAL 1204
101#define TX_W32K_SYMBOLFILE 1205
102#define TX_W32K_SYMBOLFILE_VAL 1206
103#define TX_W32K_KERNELBUILD 1207
104#define TX_W32K_KERNELBUILD_VAL 1208
105
106#define GR_LDRFIX 1250
107#define CB_LDRFIX_DLLFIXES 1251
108
109
110
Note: See TracBrowser for help on using the repository browser.