mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
63bb46a2fd
CORE-14616
25 lines
603 B
C
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
|