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