Sweden-Number/dlls/aclui/resource.h

37 lines
1.1 KiB
C

/*
* Definitions for aclui dialog controls
*
* Copyright (c) 2017 Michael Müller
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#ifndef __WINE_ACLUI__
#define __WINE_ACLUI__
#define IDD_SECURITY_PROPERTIES 100
#define IDC_USERS 101
#define IDC_ACE_USER 110
#define IDC_ACE 111
#define IDS_PERMISSION_FOR 1000
#define IDB_USER_ICONS 2000
#define IDB_CHECKBOX 2001
#endif /* __WINE_ACLUI__ */