[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 /* Tools page controls */
36 #define IDC_TOOLS_LIST 1007
37 #define IDC_TOOLS_CMDLINE 1004
38 #define IDC_BTN_RUN 1005
39 #define IDC_CBX_TOOLS_ADVOPT 1081
40 #define IDS_TOOLS_COLUMN_NAME 2010
41 #define IDS_TOOLS_COLUMN_DESCR 2011
42 #define IDS_TOOLS_COLUMN_STANDARD 2006
43
44 /* File extract dialog */
45 #define IDD_FILE_EXTRACT_DIALOG 1500
46 #define IDC_BTN_BROWSE_ALL_FILES 1501
47 #define IDC_BTN_BROWSE_CAB_FILES 1502
48 #define IDC_BTN_BROWSE_DIRS 1503
49 #define IDC_TXT_FILE_TO_RESTORE 1504
50 #define IDC_DRP_CAB_FILE 1505
51 #define IDC_DRP_DEST_DIR 1506
52
53 #define IDC_LIST_BOX 1019
54 #define IDC_BTN_CHECK_BOOT_PATH 1020
55 #define IDC_BTN_SET_DEFAULT_BOOT 1021
56 #define IDC_BTN_MOVE_UP_BOOT_OPTION 1022
57 #define IDC_BTN_MOVE_DOWN_BOOT_OPTION 1023
58 #define IDC_CBX_SAFE_BOOT 1024
59 #define IDC_CBX_NO_GUI_BOOT 1025
60 #define IDC_CBX_BOOT_LOG 1026
61 #define IDC_CBX_BASE_VIDEO 1027
62 #define IDC_CBX_SOS 1028
63 #define IDC_BTN_ADVANCED_OPTIONS 1029
64 #define IDC_TXT_BOOT_TIMEOUT 1030
65 #define IDC_CBX_MAX_MEM 1031
66 #define IDC_TXT_MAX_MEM 1032
67 #define IDC_SCR_MAX_MEM 1033
68 #define IDC_CBX_NUM_PROC 1034
69 #define IDC_DRP_NUM_PROC 1035
70 #define IDC_CBX_PCI_LOCK 1036
71 #define IDC_CBX_PROFILE 1037
72 #define IDC_CBX_IRQ 1038
73 #define IDC_TXT_IRQ 1039
74 #define IDC_CBX_DEBUG 1040
75 #define IDC_CBX_DEBUG_PORT 1041
76 #define IDC_DRP_DEBUG_PORT 1042
77 #define IDC_CBX_BAUD_RATE 1043
78 #define IDC_DRP_DRP_BAUD_RATE 1044
79 #define IDC_CBX_CHANNEL 1045
80 #define IDC_TXT_CHANNEL 1046
81 #define IDC_SCR_CHANNEL 1047
82 #define IDC_OK 1048
83 #define IDC_CANCEL 1049
84 #define IDC_BTN_SYSTEM_UP 1050
85 #define IDC_BTN_SYSTEM_DOWN 1051
86 #define IDC_BTN_SYSTEM_ENABLE 1052
87 #define IDC_BTN_SYSTEM_DISABLE 1053
88 #define IDC_BTN_SYSTEM_FIND 1054
89 #define IDC_BTN_SYSTEM_NEW 1055
90 #define IDC_BTN_SYSTEM_EDIT 1056
91 #define IDC_SYSTEM_TREE 1057
92 #define IDC_BTN_SYSTEM_ACTIVATE 1058
93 #define IDC_BTN_SYSTEM_DEACTIVATE 1059
94
95 #define IDS_TAB_SYSTEM 2002
96 #define IDS_TAB_FREELDR 2003
97 #define IDS_TAB_STARTUP 2004
98 #define IDS_TAB_SERVICES 2005
99
100 #define IDS_SERVICES_COLUMN_SERVICE 2012
101 #define IDS_SERVICES_COLUMN_REQ 2013
102 #define IDS_SERVICES_COLUMN_VENDOR 2014
103 #define IDS_SERVICES_COLUMN_STATUS 2015
104 #define IDS_STARTUP_COLUMN_ELEMENT 2016
105 #define IDS_STARTUP_COLUMN_CMD 2017
106 #define IDS_STARTUP_COLUMN_PATH 2018
107
108 #define IDS_SERVICES_STATUS_STOPPED 2200
109 #define IDS_SERVICES_STATUS_RUNNING 2201
110 #define IDS_SERVICES_UNKNOWN 2203
111
112
113
114
115
116
117
118 #define IDS_MSCONFIG 3000
119 #define IDS_MSCONFIG_2 3001
120
121 #define IDI_APPICON 3010
122
123 #define IDR_MSCONFIG 3020
124
125 #define IDM_ABOUT 3030
126 #define IDS_ABOUT 3031
127 #define IDD_ABOUTBOX 3032