reactos/dll/shellext/cabview/resource.h
2024-12-05 15:14:55 +01:00

25 lines
603 B
C

/*
* PROJECT: ReactOS CabView Shell Extension
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
* PURPOSE: Resource header file
* COPYRIGHT: Copyright 2024 Whindmar Saksit <whindsaks@proton.me>
*/
#pragma once
/* Icons */
#define IDI_FOLDER 1
/* Registry */
#define IDR_FOLDER 8000
/* Strings */
#define IDS_COL_NAME 1
#define IDS_COL_SIZE 2
#define IDS_COL_TYPE 3
#define IDS_COL_MDATE 4
#define IDS_COL_PATH 5
#define IDS_COL_ATT 6
#define IDS_EXTRACT 72
#define IDS_EXTRACTALL 82