mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-06-18 21:30:12 +10:00
* Rebrand to Open-Shell * Slight installer branding improvement
This commit is contained in:
@@ -0,0 +1,91 @@
|
||||
// Microsoft Visual C++ generated resource script.
|
||||
//
|
||||
#include "resource.h"
|
||||
|
||||
#define APSTUDIO_READONLY_SYMBOLS
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Generated from the TEXTINCLUDE 2 resource.
|
||||
//
|
||||
#include "winres.h"
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
#undef APSTUDIO_READONLY_SYMBOLS
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// English (U.S.) resources
|
||||
|
||||
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
|
||||
#ifdef _WIN32
|
||||
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
||||
#pragma code_page(1252)
|
||||
#endif //_WIN32
|
||||
|
||||
#ifdef APSTUDIO_INVOKED
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// TEXTINCLUDE
|
||||
//
|
||||
|
||||
1 TEXTINCLUDE
|
||||
BEGIN
|
||||
"resource.h\0"
|
||||
END
|
||||
|
||||
2 TEXTINCLUDE
|
||||
BEGIN
|
||||
"#include ""afxres.h""\r\n"
|
||||
"\0"
|
||||
END
|
||||
|
||||
3 TEXTINCLUDE
|
||||
BEGIN
|
||||
"\r\n"
|
||||
"\0"
|
||||
END
|
||||
|
||||
#endif // APSTUDIO_INVOKED
|
||||
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Bitmap
|
||||
//
|
||||
|
||||
1 BITMAP "selection.bmp"
|
||||
2 BITMAP "search.bmp"
|
||||
3 BITMAP "split_selection.bmp"
|
||||
4 BITMAP "new_item.bmp"
|
||||
5 BITMAP "user_bitmap.bmp"
|
||||
6 BITMAP "user_bitmap150.bmp"
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// SKIN
|
||||
//
|
||||
|
||||
1 SKIN "SkinDescription.txt"
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Icon
|
||||
//
|
||||
|
||||
// Icon with lowest ID value placed first to ensure application icon
|
||||
// remains consistent on all systems.
|
||||
1 ICON "..\\..\\Setup\\OpenShell.ico"
|
||||
#endif // English (U.S.) resources
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
|
||||
#ifndef APSTUDIO_INVOKED
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Generated from the TEXTINCLUDE 3 resource.
|
||||
//
|
||||
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
#endif // not APSTUDIO_INVOKED
|
||||
|
||||
@@ -0,0 +1,66 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup Label="ProjectConfigurations">
|
||||
<ProjectConfiguration Include="Resource|Win32">
|
||||
<Configuration>Resource</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectGuid>{31C016FB-9EA1-4AF5-987A-37210C04DA06}</ProjectGuid>
|
||||
<RootNamespace>ClassicSkin7</RootNamespace>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Resource|Win32'" Label="Configuration">
|
||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||||
<PlatformToolset>v141</PlatformToolset>
|
||||
<CharacterSet>Unicode</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||
<ImportGroup Label="ExtensionSettings">
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Resource|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
</ImportGroup>
|
||||
<PropertyGroup Label="UserMacros" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Resource|Win32'">
|
||||
<OutDir>$(SolutionDir)StartMenu\Skins\</OutDir>
|
||||
<IntDir>$(Configuration)\</IntDir>
|
||||
<IgnoreImportLibrary>true</IgnoreImportLibrary>
|
||||
<LinkIncremental>false</LinkIncremental>
|
||||
<TargetExt>.skin7</TargetExt>
|
||||
<TargetName>Classic Skin</TargetName>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Resource|Win32'">
|
||||
<Link>
|
||||
<GenerateDebugInformation>false</GenerateDebugInformation>
|
||||
<SubSystem>Windows</SubSystem>
|
||||
<OptimizeReferences>true</OptimizeReferences>
|
||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||
<NoEntryPoint>true</NoEntryPoint>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<Text Include="SkinDescription.txt" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Image Include="..\..\Setup\OpenShell.ico" />
|
||||
<Image Include="new_item.bmp" />
|
||||
<Image Include="search.bmp" />
|
||||
<Image Include="selection.bmp" />
|
||||
<Image Include="split_selection.bmp" />
|
||||
<Image Include="user_bitmap.bmp" />
|
||||
<Image Include="user_bitmap150.bmp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ResourceCompile Include="ClassicSkin7.rc" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="resource.h" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
@@ -0,0 +1,51 @@
|
||||
<?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;def;odl;idl;hpj;bat;asm;asmx</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</Extensions>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Text Include="SkinDescription.txt">
|
||||
<Filter>Source Files</Filter>
|
||||
</Text>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Image Include="..\..\Setup\OpenShell.ico">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="new_item.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="search.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="selection.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="split_selection.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="user_bitmap.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="user_bitmap150.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ResourceCompile Include="ClassicSkin7.rc">
|
||||
<Filter>Resource Files</Filter>
|
||||
</ResourceCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="resource.h">
|
||||
<Filter>Resource Files</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
@@ -0,0 +1,156 @@
|
||||
; Classic skin
|
||||
|
||||
; About - text to use in the About box for this skin. use \n for new line
|
||||
About=#7103
|
||||
|
||||
; AboutIcon - the ID of an icon resource to use in the About box
|
||||
AboutIcon=1
|
||||
|
||||
; Version - version of the required skin engine. Set to 2 if the skin uses any of the new features introduced in Open-Shell 1.9.0 like full glass,
|
||||
; skinnable sub-menus, skinnable pager buttons, skinnable arrows, etc
|
||||
Version=2
|
||||
|
||||
|
||||
;MAIN MENU SECTION - describes the menu portion of the main menu
|
||||
|
||||
; Main_large_icons - 0 - use small icons in the main menu, 1 - use large icons. Default is 0
|
||||
; The small icons are 16x16 if the DPI is 96, 20x20 for DPI 120 and 24x24 for DPI 144
|
||||
; The large icons are twice the size of the small icons
|
||||
; The sub-menus always use small icons
|
||||
Main_large_icons=1
|
||||
|
||||
; Main_padding - number of pixels to add on left/top/right/bottom of the menu
|
||||
Main_padding=2,2,3,2,100%
|
||||
Main_search_padding=2,2,3,2,100%
|
||||
Main_jump_padding=4,2,3,2,100%
|
||||
Main2_padding=4,2,2,2,100%
|
||||
Main_text_padding=1,3,8,4,100%
|
||||
Main2_text_padding=1,7,8,7,100%
|
||||
Main_arrow_padding=8,10,100%
|
||||
Main_split_arrow_padding=10,10,100%
|
||||
Main_search_indent=16
|
||||
|
||||
; Main_thin_frame - use a thin 1-pixel frame instead of the thick 3D frame
|
||||
; This parameter is only used in Classic mode, and when Main_opacity is "solid". Default is 0
|
||||
Main_thin_frame=1
|
||||
|
||||
Main_no_icons2=1
|
||||
|
||||
|
||||
; Shutdown button
|
||||
|
||||
Shutdown_padding=8,10,0,5,100%,100%
|
||||
Shutdown_text_padding=10,2,12,4,100%
|
||||
Shutdown_icon_padding=5,3,-5,3,100%
|
||||
Shutdown_arrow_padding=7,9,100%
|
||||
Shutdown_selection=0
|
||||
Shutdown_search_selection=0
|
||||
Shutdown_jump_selection=0
|
||||
|
||||
|
||||
; Programs tree
|
||||
|
||||
Programs_text_padding=0,2,0,2,100%
|
||||
Programs_icon_padding=2,2,2,2,100%
|
||||
|
||||
|
||||
; LIST SECTION
|
||||
List_text_padding=0,0,4,0,100%
|
||||
List_arrow_padding=5,7,100%
|
||||
List_separator_text_padding=2,0,4,0,100%
|
||||
List_separator_icon_padding=5,3,4,3,100%
|
||||
List_separator_split_text_padding=2,0,4,0,100%
|
||||
List_separator_split_icon_padding=5,3,4,3,100%
|
||||
|
||||
|
||||
;SUB-MENU SECTION - describes the look of the sub-menus
|
||||
|
||||
; These have the same meaning as the Main_... properties
|
||||
Submenu_padding=2,2,2,2
|
||||
Submenu_thin_frame=1
|
||||
Submenu_separator_text_padding=3,6,4,6,100%
|
||||
|
||||
;SEARCH SECTION
|
||||
|
||||
Search_bitmap=2
|
||||
; More_bitmap - a bitmap for the "more" button in search categories. set to 0 to use the default icon. set to "none" to hide the button
|
||||
More_bitmap=none
|
||||
|
||||
|
||||
|
||||
|
||||
; OPTIONS
|
||||
|
||||
OPTION USER_IMAGE=#7014,1
|
||||
OPTION SMALL_ICONS=#7011,0
|
||||
OPTION THICK_BORDER=#7013,0
|
||||
OPTION SOLID_SELECTION=#7012,0
|
||||
|
||||
[USER_IMAGE]
|
||||
User_bitmap=5
|
||||
User_image_size=48
|
||||
User_image_offset=8,8
|
||||
User_image_padding=8,8
|
||||
|
||||
[SMALL_ICONS]
|
||||
Main_large_icons=0
|
||||
Caption_font="Segoe UI",normal,15
|
||||
User_font="Segoe UI",bold,16
|
||||
Main2_text_padding=1,3,8,4,100%
|
||||
Main_arrow_padding=7,9,100%
|
||||
Main_split_arrow_padding=9,9,100%
|
||||
|
||||
[THICK_BORDER]
|
||||
Main_thin_frame=0
|
||||
Submenu_thin_frame=0
|
||||
|
||||
[SOLID_SELECTION]
|
||||
Main_new_selection=#FFBB00
|
||||
Main_new_text_color=#000000
|
||||
Main_new_arrow_color=#000000
|
||||
Submenu_new_selection=#FFBB00
|
||||
Submenu_new_text_color=#000000
|
||||
Submenu_new_arrow_color=#000000
|
||||
Programs_new_selection=#FFBB00
|
||||
Programs_new_text_color=#000000
|
||||
Main2_new_selection=#FFBB00
|
||||
Main2_new_text_color=#000000
|
||||
Main2_new_arrow_color=#000000
|
||||
|
||||
[NOT SOLID_SELECTION]
|
||||
Main_text_color=#000000,#000000,#7F7F7F,#7F7F7F
|
||||
Main_selection=1
|
||||
Main_selection_slices_X=3,1,3
|
||||
Main_selection_slices_Y=4,66,4
|
||||
Main_new_selection=4
|
||||
Main_new_selection_slices_X=3,1,3
|
||||
Main_new_selection_slices_Y=4,66,4
|
||||
Main_split_selection=3
|
||||
Main_split_selection_slices_X=3,1,3,2,1,3
|
||||
Main_split_selection_slices_Y=4,66,4
|
||||
Main2_split_selection=3
|
||||
Main2_split_selection_slices_X=3,1,3,2,1,3
|
||||
Main2_split_selection_slices_Y=4,66,4
|
||||
Submenu_text_color=#000000,#000000,#7F7F7F,#7F7F7F
|
||||
Submenu_selection=1
|
||||
Submenu_selection_slices_X=3,1,3
|
||||
Submenu_selection_slices_Y=4,66,4
|
||||
Submenu_new_selection=4
|
||||
Submenu_new_selection_slices_X=3,1,3
|
||||
Submenu_new_selection_slices_Y=4,66,4
|
||||
Submenu_split_selection=3
|
||||
Submenu_split_selection_slices_X=3,1,3,2,1,3
|
||||
Submenu_split_selection_slices_Y=4,66,4
|
||||
List_selection=1
|
||||
List_selection_slices_X=3,1,3
|
||||
List_selection_slices_Y=4,66,4
|
||||
List_split_selection=3
|
||||
List_split_selection_slices_X=3,1,3,2,1,3
|
||||
List_split_selection_slices_Y=4,66,4
|
||||
Programs_new_selection=4
|
||||
Programs_new_selection_slices_X=3,1,3
|
||||
Programs_new_selection_slices_Y=4,66,4
|
||||
|
||||
[USER_IMAGE AND HIGH_DPI]
|
||||
User_bitmap=6
|
||||
User_image_size=64
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 2.1 KiB |
@@ -0,0 +1,20 @@
|
||||
//{{NO_DEPENDENCIES}}
|
||||
// Microsoft Visual C++ generated include file.
|
||||
// Used by ClassicSkin.rc
|
||||
//
|
||||
#define IDB_BITMAP1 101
|
||||
#define IDB_BITMAP2 102
|
||||
#define IDR_SKIN1 103
|
||||
#define IDR_SKIN2 104
|
||||
#define IDI_ICON1 105
|
||||
|
||||
// Next default values for new objects
|
||||
//
|
||||
#ifdef APSTUDIO_INVOKED
|
||||
#ifndef APSTUDIO_READONLY_SYMBOLS
|
||||
#define _APS_NEXT_RESOURCE_VALUE 106
|
||||
#define _APS_NEXT_COMMAND_VALUE 40001
|
||||
#define _APS_NEXT_CONTROL_VALUE 1001
|
||||
#define _APS_NEXT_SYMED_VALUE 101
|
||||
#endif
|
||||
#endif
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.1 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 7.6 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
Reference in New Issue
Block a user