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