Skip to content

Commit

Permalink
ConsoleLogonHookRes W.I.P
Browse files Browse the repository at this point in the history
  • Loading branch information
travy-patty committed Jun 29, 2024
1 parent 87ea519 commit 77fdb41
Show file tree
Hide file tree
Showing 113 changed files with 342 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ConsoleLogonHook.sln
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ConsoleLogonUI", "ConsoleLo
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DirectUI", "ConsoleLogonUI\dui\DirectUI\DirectUI.vcxproj", "{0B7DE49A-33C6-41B1-A9CE-D353031F8454}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ConsoleLogonHookRes", "ConsoleLogonHookRes\ConsoleLogonHookRes.vcxproj", "{B950DCA9-D24F-4A27-8AFE-FD5D96F21E40}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Expand Down Expand Up @@ -45,6 +47,14 @@ Global
{0B7DE49A-33C6-41B1-A9CE-D353031F8454}.Release|x64.Build.0 = Release|x64
{0B7DE49A-33C6-41B1-A9CE-D353031F8454}.Release|x86.ActiveCfg = Release|Win32
{0B7DE49A-33C6-41B1-A9CE-D353031F8454}.Release|x86.Build.0 = Release|Win32
{B950DCA9-D24F-4A27-8AFE-FD5D96F21E40}.Debug|x64.ActiveCfg = Debug|x64
{B950DCA9-D24F-4A27-8AFE-FD5D96F21E40}.Debug|x64.Build.0 = Debug|x64
{B950DCA9-D24F-4A27-8AFE-FD5D96F21E40}.Debug|x86.ActiveCfg = Debug|Win32
{B950DCA9-D24F-4A27-8AFE-FD5D96F21E40}.Debug|x86.Build.0 = Debug|Win32
{B950DCA9-D24F-4A27-8AFE-FD5D96F21E40}.Release|x64.ActiveCfg = Release|x64
{B950DCA9-D24F-4A27-8AFE-FD5D96F21E40}.Release|x64.Build.0 = Release|x64
{B950DCA9-D24F-4A27-8AFE-FD5D96F21E40}.Release|x86.ActiveCfg = Release|Win32
{B950DCA9-D24F-4A27-8AFE-FD5D96F21E40}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
143 changes: 143 additions & 0 deletions ConsoleLogonHookRes/ConsoleLogonHookRes.vcxproj
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>
27 changes: 27 additions & 0 deletions ConsoleLogonHookRes/ConsoleLogonHookRes.vcxproj.filters
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 added ConsoleLogonHookRes/resources/11000.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/11001.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/11002.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/11003.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12201.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12202.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12203.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12204.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12205.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12206.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12207.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12208.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12209.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12210.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12211.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12212.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12213.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12214.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12215.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12216.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12217.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12218.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12219.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12220.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12221.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12222.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12223.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12224.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12225.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12226.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12227.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12228.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12229.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12230.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12231.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12232.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12233.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12234.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12235.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12236.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12237.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12238.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12259.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12260.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12261.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12262.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12263.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12264.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12265.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12266.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12267.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12268.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12269.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12270.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12271.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12272.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12273.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12274.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12275.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12276.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12277.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12278.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12279.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12280.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12281.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12282.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12283.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12284.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12285.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12286.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12287.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12288.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12289.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12290.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12291.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12292.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12293.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12294.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12295.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12296.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12298.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12299.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12300.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12300.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ConsoleLogonHookRes/resources/12301.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12302.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12303.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12304.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12305.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12306.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12307.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12309.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12310.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12311.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12312.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12313.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12314.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12315.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12316.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12317.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12318.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12320.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12321.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12322.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12323.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/12324.bmp
Binary file not shown.
Binary file added ConsoleLogonHookRes/resources/14002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ConsoleLogonHookRes/resources/14003.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
82 changes: 82 additions & 0 deletions ConsoleLogonHookRes/resources/ConsoleLogonHookRes.rc
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"
80 changes: 80 additions & 0 deletions ConsoleLogonHookRes/resources/resource.h
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

0 comments on commit 77fdb41

Please sign in to comment.