aclui: Add icons to the users list.
[wine.git] / dlls / aclui / aclui.rc
blob1228c2ab15b26e483365e24d3d13eb8e404d4533
1 /*
2  * Copyright (c) 2017 Michael Müller
3  *
4  * This library is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU Lesser General Public
6  * License as published by the Free Software Foundation; either
7  * version 2.1 of the License, or (at your option) any later version.
8  *
9  * This library is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12  * Lesser General Public License for more details.
13  *
14  * You should have received a copy of the GNU Lesser General Public
15  * License along with this library; if not, write to the Free Software
16  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
17  */
19 #include "resource.h"
20 #include "winresrc.h"
22 #pragma makedep po
24 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
26 IDD_SECURITY_PROPERTIES DIALOGEX 0, 0, 240, 215
27 STYLE DS_SHELLFONT | WS_CHILD | WS_CAPTION
28 CAPTION "Security"
29 FONT 8, "MS Shell Dlg"
30 BEGIN
31     LTEXT "&Group or user names:", -1, 5, 5, 230, 10
32     CONTROL "", IDC_USERS, "SysListView32", LVS_REPORT | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | LVS_SORTASCENDING
33                                             | LVS_SINGLESEL | LVS_SHOWSELALWAYS | WS_CHILD | WS_VISIBLE | WS_VSCROLL | WS_TABSTOP,
34                                             5, 17, 230, 63, WS_EX_NOPARENTNOTIFY | WS_EX_CLIENTEDGE
36     LTEXT "", IDC_ACE_USER, 5, 105, 110, 10
37     LTEXT "Allow", -1, 120, 105, 55, 10, SS_CENTER
38     LTEXT "Deny",  -1, 180, 105, 55, 10, SS_CENTER
39     CONTROL "", IDC_ACE, "SysListView32", LVS_REPORT | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER |  LVS_SINGLESEL
40                                           | WS_CHILD | WS_VISIBLE | WS_VSCROLL | WS_TABSTOP,
41                                           5, 115, 230, 95, WS_EX_NOPARENTNOTIFY | WS_EX_CLIENTEDGE
42 END
44 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
46 /* @makedep: user_icons.bmp */
47 IDB_USER_ICONS BITMAP user_icons.bmp