ReactOS 0.4.16-dev-973-g9a0ff8b
resource.h
Go to the documentation of this file.
1/*
2 * PROJECT: ReactOS Disk Cleanup
3 * LICENSE: MIT (https://spdx.org/licenses/MIT)
4 * PURPOSE: Resource definitions
5 * COPYRIGHT: Copyright 2023-2025 Mark Jansen <mark.jansen@reactos.org>
6 */
7
8#define IDC_STATIC -1
9
10#define IDI_CLEANMGR 100
11
12#define IDD_PROPERTIES_MAIN 200
13#define IDC_DISKICON 201
14#define IDC_TOTAL_CLEANABLE 202
15#define IDC_HANDLERLIST 203
16#define IDC_SELECTED_GAINED 204
17#define IDC_DESCRIPTION 205
18#define IDC_DETAILS 206
19
20#define IDD_SELECTDRIVE 220
21#define IDC_DRIVES 221
22
23#define IDS_PROPERTIES_MAIN_TITLE 1000
24#define IDS_TOTAL_CLEANABLE_CAPTION 1001
25#define IDS_DISK_CLEANUP 1002
26#define IDS_CONFIRM_DELETE 1003
27#define IDS_CALCULATING 1004
28#define IDS_SCANNING 1005
29#define IDS_CLEANING_CAPTION 1006
30#define IDS_CLEANING 1007