[MSCONFIG_NEW]
[reactos.git] / reactos / base / applications / msconfig_new / resource.h
1 #pragma once
2
3 #define IDC_STATIC -1
4
5 #define IDS_YES 2210
6 #define IDS_NO 2211
7
8 #define IDD_TOOLS_PAGE 102
9 #define IDD_SERVICES_PAGE 103
10 #define IDD_GENERAL_PAGE 104
11 #define IDD_STARTUP_PAGE 105
12 #define IDD_FREELDR_PAGE 106
13 #define IDD_SYSTEM_PAGE 107
14 #define IDD_FREELDR_ADVANCED_PAGE 108
15
16 #define IDC_SERVICES_LIST 1006
17 #define IDC_STARTUP_LIST 1008
18 #define IDC_BTN_SERVICES_ACTIVATE 1009
19 #define IDC_BTN_SERVICES_DEACTIVATE 1010
20 #define IDC_BTN_STARTUP_ACTIVATE 1011
21 #define IDC_BTN_STARTUP_DEACTIVATE 1012
22
23 /* General page controls */
24 #define IDC_RB_NORMAL_STARTUP 1013
25 #define IDC_RB_DIAGNOSTIC_STARTUP 1014
26 #define IDC_RB_SELECTIVE_STARTUP 1015
27 #define IDC_CBX_SYSTEM_INI 1016
28 #define IDC_CBX_WIN_INI 1218
29 #define IDC_CBX_LOAD_SYSTEM_SERVICES 1017
30 #define IDC_CBX_LOAD_STARTUP_ITEMS 1018
31 #define IDC_CBX_USE_ORIGINAL_BOOTCFG 1118
32 #define IDC_BTN_SYSTEM_RESTORE_START 1318
33 #define IDC_BTN_FILE_EXTRACTION 1418
34
35 /* FreeLdr page controls */
36 #define IDS_TAB_FREELDR 2003
37 #define IDS_TAB_BOOT 2004
38 #define IDC_LIST_BOX 1019
39 #define IDC_BTN_CHECK_BOOT_PATH 1020
40 #define IDC_BTN_SET_DEFAULT_BOOT 1021
41 #define IDC_BTN_MOVE_UP_BOOT_OPTION 1022
42 #define IDC_BTN_MOVE_DOWN_BOOT_OPTION 1023
43 #define IDC_CBX_SAFE_BOOT 1024
44 #define IDC_CBX_NO_GUI_BOOT 1025
45 #define IDC_CBX_BOOT_LOG 1026
46 #define IDC_CBX_BASE_VIDEO 1027
47 #define IDC_CBX_SOS 1028
48 #define IDC_BTN_ADVANCED_OPTIONS 1029
49 #define IDC_TXT_BOOT_TIMEOUT 1030
50 #define IDC_RADIO1 1077 // FIXME!
51 #define IDC_RADIO2 1078 // FIXME!
52 #define IDC_RADIO3 1079 // FIXME!
53 #define IDC_RADIO4 1080 // FIXME!
54
55 /* Tools page controls */
56 #define IDC_TOOLS_LIST 1007
57 #define IDC_TOOLS_CMDLINE 1004
58 #define IDC_BTN_RUN 1005
59 #define IDC_CBX_TOOLS_ADVOPT 1081
60 #define IDS_TOOLS_COLUMN_NAME 2010
61 #define IDS_TOOLS_COLUMN_DESCR 2011
62 #define IDS_TOOLS_COLUMN_STANDARD 2009
63
64 /* File extract dialog */
65 #define IDD_FILE_EXTRACT_DIALOG 1500
66 #define IDC_BTN_BROWSE_ALL_FILES 1501
67 #define IDC_BTN_BROWSE_CAB_FILES 1502
68 #define IDC_BTN_BROWSE_DIRS 1503
69 #define IDC_TXT_FILE_TO_RESTORE 1504
70 #define IDC_DRP_CAB_FILE 1505
71 #define IDC_DRP_DEST_DIR 1506
72
73 #define IDC_CBX_MAX_MEM 1031
74 #define IDC_TXT_MAX_MEM 1032
75 #define IDC_SCR_MAX_MEM 1033
76 #define IDC_CBX_NUM_PROC 1034
77 #define IDC_DRP_NUM_PROC 1035
78 #define IDC_CBX_PCI_LOCK 1036
79 #define IDC_CBX_PROFILE 1037
80 #define IDC_CBX_IRQ 1038
81 #define IDC_TXT_IRQ 1039
82 #define IDC_CBX_DEBUG 1040
83 #define IDC_CBX_DEBUG_PORT 1041
84 #define IDC_DRP_DEBUG_PORT 1042
85 #define IDC_CBX_BAUD_RATE 1043
86 #define IDC_DRP_DRP_BAUD_RATE 1044
87 #define IDC_CBX_CHANNEL 1045
88 #define IDC_TXT_CHANNEL 1046
89 #define IDC_SCR_CHANNEL 1047
90 #define IDC_OK 1048
91 #define IDC_CANCEL 1049
92 #define IDC_BTN_SYSTEM_UP 1050
93 #define IDC_BTN_SYSTEM_DOWN 1051
94 #define IDC_BTN_SYSTEM_ENABLE 1052
95 #define IDC_BTN_SYSTEM_DISABLE 1053
96 #define IDC_BTN_SYSTEM_FIND 1054
97 #define IDC_BTN_SYSTEM_NEW 1055
98 #define IDC_BTN_SYSTEM_EDIT 1056
99 #define IDC_SYSTEM_TREE 1057
100 #define IDC_BTN_SYSTEM_ACTIVATE 1058
101 #define IDC_BTN_SYSTEM_DEACTIVATE 1059
102
103 #define IDS_TAB_SYSTEM 2005
104 #define IDS_TAB_WIN 2006
105 #define IDS_TAB_STARTUP 2007
106 #define IDS_TAB_SERVICES 2008
107
108 #define IDS_SERVICES_COLUMN_SERVICE 2012
109 #define IDS_SERVICES_COLUMN_REQ 2013
110 #define IDS_SERVICES_COLUMN_VENDOR 2014
111 #define IDS_SERVICES_COLUMN_STATUS 2015
112 #define IDS_STARTUP_COLUMN_ELEMENT 2016
113 #define IDS_STARTUP_COLUMN_CMD 2017
114 #define IDS_STARTUP_COLUMN_PATH 2018
115
116 #define IDS_SERVICES_STATUS_STOPPED 2200
117 #define IDS_SERVICES_STATUS_RUNNING 2201
118 #define IDS_SERVICES_UNKNOWN 2202
119
120
121
122
123
124
125
126 #define IDS_MSCONFIG 3000
127 #define IDS_MSCONFIG_2 3001
128
129 #define IDI_APPICON 3010
130
131 #define IDR_MSCONFIG 3020
132
133 #define IDM_ABOUT 3030
134 #define IDS_ABOUT 3031
135 #define IDD_ABOUTBOX 3032