reactos/base/applications/utilman/resource.h

18 lines
474 B
C
Raw Normal View History

/*
* PROJECT: ReactOS Utility Manager (Accessibility)
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
* PURPOSE: Resource header file
* COPYRIGHT: Copyright 2019-2020 George Bișoc (george.bisoc@reactos.org)
*/
#pragma once
#define IDC_STATIC -1
/* Icon resource */
#define IDI_ICON_UTILMAN 30
/* Strings */
#define IDS_FAIL_INIT 40
#define IDS_FAIL_INIT_TITLE 41