Imported Upstream version 2.7
[ossec-hids.git] / src / win32 / ui / win32ui.rc
1 /* @(#) $Id: ./src/win32/ui/win32ui.rc, 2011/09/08 dcid Exp $
2  */\r
3 \r
4 /* Copyright (C) 2009 Trend Micro Inc.\r
5  * All rights reserved.\r
6  *\r
7  * This program is a free software; you can redistribute it\r
8  * and/or modify it under the terms of the GNU General Public\r
9  * License (version 2) as published by the FSF - Free Software\r
10  * Foundation.\r
11  *\r
12  * License details at the LICENSE file included with OSSEC or \r
13  * online at: http://www.ossec.net/en/licensing.html\r
14  */\r
15 \r
16 \r
17 #include <windows.h>\r
18 \r
19 #include "os_win32ui.h"\r
20 \r
21 IDI_OSSECICON ICON "favicon.ico"\r
22 UI_MANIFEST_ID RT_MANIFEST "os_win32ui.exe.manifest"\r
23 \r
24 \r
25 \r
26 IDD_ABOUT DIALOG DISCARDABLE  0, 0, 259, 106\r
27 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU\r
28 CAPTION "About OSSEC"\r
29 FONT 8, "MS Sans Serif"\r
30 BEGIN\r
31     DEFPUSHBUTTON  "&Close",UI_ID_CLOSE,90,90,50,14\r
32     GROUPBOX       " Copyright (C) 2010 Trend Micro Inc.",\r
33                    IDC_STATIC,7,7,245,82\r
34     CTEXT   "This program is a free software; you can redistribute it" \\r
35             " and/or modify it under the terms of the GNU General" \\r
36             " Public License (GPL) version 2 as published by the FSF" \\r
37             " - Free Software Foundation\r\n\r\n" \\r
38             "For more information, visit us online at http://www.ossec.net",\r
39             IDC_STATIC,16,18,200,63\r
40 END\r
41 \r
42 \r
43 IDD_MAIN DIALOG DISCARDABLE  0, 0, 207, 156\r
44 STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU\r
45 CAPTION "OSSEC Agent Manager"\r
46 FONT 8, "MS Sans Serif"\r
47 BEGIN\r
48     GROUPBOX  " ~OSSEC Windows Agent Manager~ ", UI_SERVER_TOP, 7,7, 193, 57\r
49     LTEXT     " No Information available.", UI_SERVER_INFO, 16, 22, 150, 40\r
50 \r
51     LTEXT     "OSSEC Server IP: ",IDC_STATIC,7,76,62,8\r
52     EDITTEXT  UI_SERVER_TEXT,75,74,105,12,ES_AUTOHSCROLL\r
53 \r
54     LTEXT     "Authentication key: ",IDC_STATIC,7,92,62,8\r
55     EDITTEXT  UI_SERVER_AUTH,75,90,105,12,ES_AUTOHSCROLL\r
56 \r
57     PUSHBUTTON "&Save",IDC_ADD,50,112,50,14\r
58     PUSHBUTTON "&Refresh",IDC_CANCEL,105,112,50,14\r
59 END\r