1 /*
2  * PROJECT:         ReactOS Utility Manager (Accessibility)
3  * LICENSE:         GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
4  * PURPOSE:         Resource header file
5  * COPYRIGHT:       Copyright 2019 Bișoc George (fraizeraust99 at gmail dot com)
6  */
7 
8 #pragma once
9 
10 #define IDC_STATIC                     -1
11 
12 /* Icon resource */
13 #define IDI_ICON_UTILMAN               50
14 
15 /* List box resource */
16 #define IDC_LISTBOX                    60
17 
18 /* Utility tools name strings */
19 #define IDS_OSK                        100
20 #define IDS_MAGNIFIER                  101
21 
22 /* Utility state strings */
23 #define IDS_NOTRUNNING                 150
24 #define IDS_RUNNING                    151
25 
26 /* Groupbox option title */
27 #define IDC_GROUPBOX                   200
28 #define IDS_GROUPBOX_OPTIONS_TITLE     201
29 
30 /* Button resources */
31 #define IDC_START                      300
32 #define IDC_STOP                       301
33 #define IDC_OK                         302
34 #define IDC_CANCEL                     303
35 #define IDC_HELP_TOPICS                304
36 
37 /* Checkbox resources */
38 #define IDC_START_LOG_IN               400
39 #define IDC_START_DESKTOP              401
40 #define IDC_START_UTILMAN              402
41 
42 /* System menu (About) resource */
43 #define IDM_ABOUT                      600
44 
45 /* Main dialog resource */
46 #define IDD_MAIN_DIALOG                1000
47 #define IDD_ABOUT_DIALOG               1050
48