-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
87ea519
commit 77fdb41
Showing
113 changed files
with
342 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,143 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<ItemGroup Label="ProjectConfigurations"> | ||
<ProjectConfiguration Include="Debug|Win32"> | ||
<Configuration>Debug</Configuration> | ||
<Platform>Win32</Platform> | ||
</ProjectConfiguration> | ||
<ProjectConfiguration Include="Release|Win32"> | ||
<Configuration>Release</Configuration> | ||
<Platform>Win32</Platform> | ||
</ProjectConfiguration> | ||
<ProjectConfiguration Include="Debug|x64"> | ||
<Configuration>Debug</Configuration> | ||
<Platform>x64</Platform> | ||
</ProjectConfiguration> | ||
<ProjectConfiguration Include="Release|x64"> | ||
<Configuration>Release</Configuration> | ||
<Platform>x64</Platform> | ||
</ProjectConfiguration> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ResourceCompile Include="resources\ConsoleLogonHookRes.rc" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ClInclude Include="resources\resource.h" /> | ||
</ItemGroup> | ||
<PropertyGroup Label="Globals"> | ||
<VCProjectVersion>17.0</VCProjectVersion> | ||
<Keyword>Win32Proj</Keyword> | ||
<ProjectGuid>{b950dca9-d24f-4a27-8afe-fd5d96f21e40}</ProjectGuid> | ||
<RootNamespace>ConsoleLogonHookRes</RootNamespace> | ||
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> | ||
</PropertyGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
<ConfigurationType>DynamicLibrary</ConfigurationType> | ||
<UseDebugLibraries>true</UseDebugLibraries> | ||
<PlatformToolset>v143</PlatformToolset> | ||
<CharacterSet>Unicode</CharacterSet> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
<ConfigurationType>DynamicLibrary</ConfigurationType> | ||
<UseDebugLibraries>false</UseDebugLibraries> | ||
<PlatformToolset>v143</PlatformToolset> | ||
<WholeProgramOptimization>true</WholeProgramOptimization> | ||
<CharacterSet>Unicode</CharacterSet> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
<ConfigurationType>DynamicLibrary</ConfigurationType> | ||
<UseDebugLibraries>true</UseDebugLibraries> | ||
<PlatformToolset>v143</PlatformToolset> | ||
<CharacterSet>Unicode</CharacterSet> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
<ConfigurationType>DynamicLibrary</ConfigurationType> | ||
<UseDebugLibraries>false</UseDebugLibraries> | ||
<PlatformToolset>v143</PlatformToolset> | ||
<WholeProgramOptimization>true</WholeProgramOptimization> | ||
<CharacterSet>Unicode</CharacterSet> | ||
</PropertyGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
<ImportGroup Label="ExtensionSettings"> | ||
</ImportGroup> | ||
<ImportGroup Label="Shared"> | ||
</ImportGroup> | ||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
</ImportGroup> | ||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
</ImportGroup> | ||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
</ImportGroup> | ||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
</ImportGroup> | ||
<PropertyGroup Label="UserMacros" /> | ||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
<ClCompile> | ||
<WarningLevel>Level3</WarningLevel> | ||
<SDLCheck>true</SDLCheck> | ||
<PreprocessorDefinitions>WIN32;_DEBUG;CONSOLELOGONHOOKRES_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
<ConformanceMode>true</ConformanceMode> | ||
</ClCompile> | ||
<Link> | ||
<SubSystem>Windows</SubSystem> | ||
<GenerateDebugInformation>true</GenerateDebugInformation> | ||
<EnableUAC>false</EnableUAC> | ||
</Link> | ||
</ItemDefinitionGroup> | ||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
<ClCompile> | ||
<WarningLevel>Level3</WarningLevel> | ||
<FunctionLevelLinking>true</FunctionLevelLinking> | ||
<IntrinsicFunctions>true</IntrinsicFunctions> | ||
<SDLCheck>true</SDLCheck> | ||
<PreprocessorDefinitions>WIN32;NDEBUG;CONSOLELOGONHOOKRES_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
<ConformanceMode>true</ConformanceMode> | ||
</ClCompile> | ||
<Link> | ||
<SubSystem>Windows</SubSystem> | ||
<EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
<OptimizeReferences>true</OptimizeReferences> | ||
<GenerateDebugInformation>true</GenerateDebugInformation> | ||
<EnableUAC>false</EnableUAC> | ||
</Link> | ||
</ItemDefinitionGroup> | ||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
<ClCompile> | ||
<WarningLevel>Level3</WarningLevel> | ||
<SDLCheck>true</SDLCheck> | ||
<PreprocessorDefinitions>_DEBUG;CONSOLELOGONHOOKRES_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
<ConformanceMode>true</ConformanceMode> | ||
</ClCompile> | ||
<Link> | ||
<SubSystem>Windows</SubSystem> | ||
<GenerateDebugInformation>true</GenerateDebugInformation> | ||
<EnableUAC>false</EnableUAC> | ||
</Link> | ||
</ItemDefinitionGroup> | ||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
<ClCompile> | ||
<WarningLevel>Level3</WarningLevel> | ||
<FunctionLevelLinking>true</FunctionLevelLinking> | ||
<IntrinsicFunctions>true</IntrinsicFunctions> | ||
<SDLCheck>true</SDLCheck> | ||
<PreprocessorDefinitions>NDEBUG;CONSOLELOGONHOOKRES_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
<ConformanceMode>true</ConformanceMode> | ||
</ClCompile> | ||
<Link> | ||
<SubSystem>Windows</SubSystem> | ||
<EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
<OptimizeReferences>true</OptimizeReferences> | ||
<GenerateDebugInformation>true</GenerateDebugInformation> | ||
<EnableUAC>false</EnableUAC> | ||
<NoEntryPoint>true</NoEntryPoint> | ||
</Link> | ||
</ItemDefinitionGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
<ImportGroup Label="ExtensionTargets"> | ||
</ImportGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<ItemGroup> | ||
<Filter Include="Source Files"> | ||
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier> | ||
<Extensions>cpp;c;cc;cxx;c++;cppm;ixx;def;odl;idl;hpj;bat;asm;asmx</Extensions> | ||
</Filter> | ||
<Filter Include="Header Files"> | ||
<UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier> | ||
<Extensions>h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd</Extensions> | ||
</Filter> | ||
<Filter Include="Resource Files"> | ||
<UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier> | ||
<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions> | ||
</Filter> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ResourceCompile Include="resources\ConsoleLogonHookRes.rc"> | ||
<Filter>Resource Files</Filter> | ||
</ResourceCompile> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ClInclude Include="resources\resource.h"> | ||
<Filter>Header Files</Filter> | ||
</ClInclude> | ||
</ItemGroup> | ||
</Project> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
#include "resource.h" | ||
|
||
IDB_EDITDISABLED BITMAP "11000.bmp" | ||
IDB_EDITACTIVE BITMAP "11001.bmp" | ||
IDB_EDITHOVER BITMAP "11002.bmp" | ||
IDB_EDIT BITMAP "11003.bmp" | ||
|
||
IDB_SBTHUMBV BITMAP "12201.bmp" | ||
IDB_SBTHUMBVHOVER BITMAP "12202.bmp" | ||
IDB_SBTHUMBVACTIVE BITMAP "12203.bmp" | ||
|
||
IDB_SBLINEUPV BITMAP "12204.bmp" | ||
IDB_SBLINEUPVHOVER BITMAP "12205.bmp" | ||
IDB_SBLINEUPVACTIVE BITMAP "12206.bmp" | ||
|
||
IDB_SBLINEDOWNV BITMAP "12207.bmp" | ||
IDB_SBLINEDOWNVHOVER BITMAP "12208.bmp" | ||
IDB_SBLINEDOWNVACTIVE BITMAP "12209.bmp" | ||
|
||
IDB_SBGLYPHV BITMAP "12210.bmp" | ||
IDB_SBGLYPHVHOVER BITMAP "12211.bmp" | ||
IDB_SBGLYPHVACTIVE BITMAP "12212.bmp" | ||
|
||
IDB_EASEOFACCESS BITMAP "12213.bmp" | ||
IDB_KEYBOARD BITMAP "12214.bmp" | ||
|
||
IDB_SHUTDOWN BITMAP "12215.bmp" | ||
IDB_SHUTDOWNUPDATE BITMAP "12216.bmp" | ||
IDB_SHUTDOWNDROPDOWNGLYPH BITMAP "12217.bmp" | ||
|
||
IDB_USERTILEHOVER BITMAP "12218.bmp" | ||
IDB_USERTILEFOCUS BITMAP "12219.bmp" | ||
IDB_USERTILEFOCUSACTIVE BITMAP "12220.bmp" | ||
IDB_USERTILE BITMAP "12222.bmp" | ||
IDB_USERTILEHOVERHIGHDPI BITMAP "12233.bmp" | ||
IDB_USERTILEFOCUSHIGHDPI BITMAP "12234.bmp" | ||
IDB_USERTILEFOCUSACTIVEHIGHDPI BITMAP "12235.bmp" | ||
IDB_USERTILEHIGHDPI BITMAP "12237.bmp" | ||
|
||
IDB_USERTILELARGE BITMAP "12223.BMP" | ||
IDB_USERTILELARGEHIGHDPI BITMAP "12238.BMP" | ||
|
||
IDB_COMMANDLINK BITMAP "12227.BMP" | ||
IDB_COMMANDLINKFOCUS BITMAP "12224.BMP" | ||
IDB_COMMANDLINKHOVER BITMAP "12225.BMP" | ||
IDB_COMMANDLINKACTIVE BITMAP "12226.BMP" | ||
|
||
IDB_COMMANDLINKBGFOCUS BITMAP "12228.bmp" | ||
IDB_COMMANDLINKBGHOVER BITMAP "12229.bmp" | ||
IDB_COMMANDLINKBGACTIVE BITMAP "12230.bmp" | ||
|
||
IDB_GENERICBUTTON BITMAP "12263.bmp" | ||
IDB_GENERICBUTTONFOCUS BITMAP "12259.bmp" | ||
IDB_GENERICBUTTONHOVER BITMAP "12260.bmp" | ||
IDB_GENERICBUTTONFOCUSHOVER BITMAP "12261.bmp" | ||
IDB_GENERICBUTTONACTIVE BITMAP "12262.bmp" | ||
|
||
IDB_SUBMITVISTAHOVER BITMAP "12274.bmp" | ||
IDB_SUBMITVISTAACTIVE BITMAP "12275.bmp" | ||
IDB_SUBMITVISTA BITMAP "12276.bmp" | ||
IDB_SUBMITVISTAHOVERHIGHDPI BITMAP "12277.bmp" | ||
IDB_SUBMITVISTAACTIVEHIGHDPI BITMAP "12278.bmp" | ||
IDB_SUBMITVISTAHIGHDPI BITMAP "12279.bmp" | ||
|
||
IDB_SUBMITHOVER BITMAP "12286.bmp" | ||
IDB_SUBMITACTIVE BITMAP "12287.bmp" | ||
IDB_SUBMIT BITMAP "12288.bmp" | ||
IDB_SUBMITHOVERHIGHDPI BITMAP "12289.bmp" | ||
IDB_SUBMITACTIVEHIGHDPI BITMAP "12290.bmp" | ||
IDB_SUBMITHIGHDPI BITMAP "12291.bmp" | ||
|
||
IDB_SHUTDOWNBUTTON BITMAP "12296.bmp" | ||
IDB_SHUTDOWNBUTTONFOCUS BITMAP "12293.bmp" | ||
IDB_SHTUDOWNBUTTONHOVER BITMAP "12294.bmp" | ||
IDB_SHUTDOWNBUTTONFOCUSHOVER BITMAP "12292.bmp" | ||
IDB_SHUTDOWNBUTTONACTIVE BITMAP "12295.bmp" | ||
|
||
IDB_SHUTDOWNDROPDOWNBUTTON BITMAP "12302.bmp" | ||
IDB_SHUTDOWNDROPDOWNBUTTONFOCUS BITMAP "12299.bmp" | ||
IDB_SHTUDOWNDROPDOWNBUTTONHOVER BITMAP "12300.bmp" | ||
IDB_SHUTDOWNDROPDOWNBUTTONFOCUSHOVER BITMAP "12298.bmp" | ||
IDB_SHUTDOWNDROPDOWNBUTTONACTIVE BITMAP "12301.bmp" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
#define IDB_EDITDISABLED 11000 | ||
#define IDB_EDITACTIVE 11001 | ||
#define IDB_EDITHOVER 11002 | ||
#define IDB_EDIT 11003 | ||
|
||
#define IDB_SBTHUMBV 12201 | ||
#define IDB_SBTHUMBVHOVER 12202 | ||
#define IDB_SBTHUMBVACTIVE 12203 | ||
|
||
#define IDB_SBLINEUPV 12204 | ||
#define IDB_SBLINEUPVHOVER 12205 | ||
#define IDB_SBLINEUPVACTIVE 12206 | ||
|
||
#define IDB_SBLINEDOWNV 12207 | ||
#define IDB_SBLINEDOWNVHOVER 12208 | ||
#define IDB_SBLINEDOWNVACTIVE 12209 | ||
|
||
#define IDB_SBGLYPHV 12210 | ||
#define IDB_SBGLYPHVHOVER 12211 | ||
#define IDB_SBGLYPHVACTIVE 12212 | ||
|
||
#define IDB_EASEOFACCESS 12213 | ||
#define IDB_KEYBOARD 12214 | ||
|
||
#define IDB_SHUTDOWN 12215 | ||
#define IDB_SHUTDOWNUPDATE 12216 | ||
#define IDB_SHUTDOWNDROPDOWNGLYPH 12217 | ||
|
||
#define IDB_USERTILEHOVER 12218 | ||
#define IDB_USERTILEFOCUS 12219 | ||
#define IDB_USERTILEFOCUSACTIVE 12220 | ||
#define IDB_USERTILE 12222 | ||
#define IDB_USERTILEHOVERHIGHDPI 12233 | ||
#define IDB_USERTILEFOCUSHIGHDPI 12234 | ||
#define IDB_USERTILEFOCUSACTIVEHIGHDPI 12235 | ||
#define IDB_USERTILEHIGHDPI 12237 | ||
|
||
#define IDB_USERTILELARGE 12223 | ||
#define IDB_USERTILELARGEHIGHDPI 12238 | ||
|
||
#define IDB_COMMANDLINK 12227 | ||
#define IDB_COMMANDLINKFOCUS 12224 | ||
#define IDB_COMMANDLINKHOVER 12225 | ||
#define IDB_COMMANDLINKACTIVE 12226 | ||
|
||
#define IDB_COMMANDLINKBGFOCUS 12228 | ||
#define IDB_COMMANDLINKBGHOVER 12229 | ||
#define IDB_COMMANDLINKBGACTIVE 12230 | ||
|
||
#define IDB_GENERICBUTTON 12263 | ||
#define IDB_GENERICBUTTONFOCUS 12259 | ||
#define IDB_GENERICBUTTONHOVER 12260 | ||
#define IDB_GENERICBUTTONFOCUSHOVER 12261 | ||
#define IDB_GENERICBUTTONACTIVE 12262 | ||
|
||
#define IDB_SUBMITVISTAHOVER 12274 | ||
#define IDB_SUBMITVISTAACTIVE 12275 | ||
#define IDB_SUBMITVISTA 12276 | ||
#define IDB_SUBMITVISTAHOVERHIGHDPI 12277 | ||
#define IDB_SUBMITVISTAACTIVEHIGHDPI 12278 | ||
#define IDB_SUBMITVISTAHIGHDPI 12279 | ||
|
||
#define IDB_SUBMITHOVER 12286 | ||
#define IDB_SUBMITACTIVE 12287 | ||
#define IDB_SUBMIT 12288 | ||
#define IDB_SUBMITHOVERHIGHDPI 12289 | ||
#define IDB_SUBMITACTIVEHIGHDPI 12290 | ||
#define IDB_SUBMITHIGHDPI 12291 | ||
|
||
#define IDB_SHUTDOWNBUTTON 12296 | ||
#define IDB_SHUTDOWNBUTTONFOCUS 12293 | ||
#define IDB_SHTUDOWNBUTTONHOVER 12294 | ||
#define IDB_SHUTDOWNBUTTONFOCUSHOVER 12292 | ||
#define IDB_SHUTDOWNBUTTONACTIVE 12295 | ||
|
||
#define IDB_SHUTDOWNDROPDOWNBUTTON 12302 | ||
#define IDB_SHUTDOWNDROPDOWNBUTTONFOCUS 12299 | ||
#define IDB_SHTUDOWNDROPDOWNBUTTONHOVER 12300 | ||
#define IDB_SHUTDOWNDROPDOWNBUTTONFOCUSHOVER 12398 | ||
#define IDB_SHUTDOWNDROPDOWNBUTTONACTIVE 12301 |