From: Mladen Turk Date: Mon, 20 Jul 2009 08:34:36 +0000 (+0000) Subject: Enable XP visual style. X-Git-Tag: 2.3.3~422 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b38ebf610661d715e8ef9f952898ac0ca299302e;p=thirdparty%2Fapache%2Fhttpd.git Enable XP visual style. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@795718 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/win32/ApacheMonitor.manifest b/support/win32/ApacheMonitor.manifest new file mode 100644 index 00000000000..94860b0b6a2 --- /dev/null +++ b/support/win32/ApacheMonitor.manifest @@ -0,0 +1,10 @@ + + + +Apache Service Monitor + + + + + + diff --git a/support/win32/ApacheMonitor.rc b/support/win32/ApacheMonitor.rc index 0ef419bd2c3..d4203bf926d 100644 --- a/support/win32/ApacheMonitor.rc +++ b/support/win32/ApacheMonitor.rc @@ -26,8 +26,9 @@ IDI_APSRVMON ICON DISCARDABLE "ApacheMonitor.ico" IDI_ICOSTOP ICON DISCARDABLE "apstop.ico" IDI_ICORUN ICON DISCARDABLE "aprun.ico" +CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "ApacheMonitor.manifest" -IDD_DLGSERVICES DIALOGEX 0, 0, 350, 188 +IDD_DLGSERVICES DIALOGEX 0, 0, 350, 192 STYLE DS_MODALFRAME | DS_SETFOREGROUND | WS_MINIMIZEBOX | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU EXSTYLE WS_EX_CONTROLPARENT