/* @(#) $Id: ./src/win32/ui/win32ui.rc, 2011/09/08 dcid Exp $ */ /* Copyright (C) 2009 Trend Micro Inc. * All rights reserved. * * This program is a free software; you can redistribute it * and/or modify it under the terms of the GNU General Public * License (version 2) as published by the FSF - Free Software * Foundation. * * License details at the LICENSE file included with OSSEC or * online at: http://www.ossec.net/en/licensing.html */ #include #include "os_win32ui.h" IDI_OSSECICON ICON "favicon.ico" UI_MANIFEST_ID RT_MANIFEST "os_win32ui.exe.manifest" IDD_ABOUT DIALOG DISCARDABLE 0, 0, 259, 106 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "About OSSEC" FONT 8, "MS Sans Serif" BEGIN DEFPUSHBUTTON "&Close",UI_ID_CLOSE,90,90,50,14 GROUPBOX " Copyright (C) 2010 Trend Micro Inc.", IDC_STATIC,7,7,245,82 CTEXT "This program is a free software; you can redistribute it" \ " and/or modify it under the terms of the GNU General" \ " Public License (GPL) version 2 as published by the FSF" \ " - Free Software Foundation\r\n\r\n" \ "For more information, visit us online at http://www.ossec.net", IDC_STATIC,16,18,200,63 END IDD_MAIN DIALOG DISCARDABLE 0, 0, 207, 156 STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "OSSEC Agent Manager" FONT 8, "MS Sans Serif" BEGIN GROUPBOX " ~OSSEC Windows Agent Manager~ ", UI_SERVER_TOP, 7,7, 193, 57 LTEXT " No Information available.", UI_SERVER_INFO, 16, 22, 150, 40 LTEXT "OSSEC Server IP: ",IDC_STATIC,7,76,62,8 EDITTEXT UI_SERVER_TEXT,75,74,105,12,ES_AUTOHSCROLL LTEXT "Authentication key: ",IDC_STATIC,7,92,62,8 EDITTEXT UI_SERVER_AUTH,75,90,105,12,ES_AUTOHSCROLL PUSHBUTTON "&Save",IDC_ADD,50,112,50,14 PUSHBUTTON "&Refresh",IDC_CANCEL,105,112,50,14 END