Some branding and licensing work (#22)
* Fix stdafx include * Fix basic handling of "Games" folder on Windows10 RS4 (#10) This does the following: - Sets the default state to hidden - Skips the Games folder when searching This does not: - Hide the dead menu entry. I do not currently know how to actively change the user preference setting to forcefully hide it. * Add basic Visual Studio gitignore * Add specific entries to gitignore * Do not set default menu to Win7 on RS4 (#10) * Rename "PC Settings" to "Settings" (#12) * Create distinction between modern and legacy settings in search results * Add more build artifacts to gitignore * Add default paths for toolset and build all languages * Fix several memsize, memtype and nullpointer issues * create trunk branch containing all changes * set fallback and next version to 4.3.2, set resource fallback value to allow loading in IDE * add generated en-US.dll to gitignore * Don't echo script contents, add disabled "git clean -dfx" to build fresh * Initial re-branding work (#21) * Create copy of __MakeFinal to build all languages (Use this file when releasing new versions) * Move the registry key IvoSoft->Passionate-Coder (#21) * Change company/mfg name IvoSoft->Passionate-Coder (#21) * Update some leftover copyright dates (#21) * Fix accidental copy-paste breaking MakeFinal scripts * Fix invalid company name for Wix and change registry keys to match the new string (#21) * Update more copyright and legal text (#21) * Update RTF files format (Wordpad generated those) (#21) * update license text in RTF files (#21) We lost the blue link text in the installer page. Will have to manually re-color all the links later.
90
ClassicStartSrc/Skins/ClassicSkin/ClassicSkin.rc
Normal file
@@ -0,0 +1,90 @@
|
||||
// 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 "main_bitmap.bmp"
|
||||
2 BITMAP "selection.bmp"
|
||||
3 BITMAP "search.bmp"
|
||||
4 BITMAP "split_selection.bmp"
|
||||
5 BITMAP "new_item.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 "..\\..\\ClassicStartSetup\\ClassicStart.ico"
|
||||
#endif // English (U.S.) resources
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
|
||||
#ifndef APSTUDIO_INVOKED
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Generated from the TEXTINCLUDE 3 resource.
|
||||
//
|
||||
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
#endif // not APSTUDIO_INVOKED
|
||||
|
||||
65
ClassicStartSrc/Skins/ClassicSkin/ClassicSkin.vcxproj
Normal file
@@ -0,0 +1,65 @@
|
||||
<?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>{9EC23CA9-384A-4EEB-979E-69879DC1A78C}</ProjectGuid>
|
||||
<RootNamespace>ClassicSkin</RootNamespace>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
<WindowsTargetPlatformVersion>10.0.16299.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)ClassicStartMenu\Skins\</OutDir>
|
||||
<IntDir>$(Configuration)\</IntDir>
|
||||
<IgnoreImportLibrary>true</IgnoreImportLibrary>
|
||||
<LinkIncremental>false</LinkIncremental>
|
||||
<TargetExt>.skin</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="..\..\ClassicStartSetup\ClassicStart.ico" />
|
||||
<Image Include="main_bitmap.bmp" />
|
||||
<Image Include="new_item.bmp" />
|
||||
<Image Include="search.bmp" />
|
||||
<Image Include="selection.bmp" />
|
||||
<Image Include="split_selection.bmp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ResourceCompile Include="ClassicSkin.rc" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="resource.h" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
@@ -0,0 +1,48 @@
|
||||
<?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="..\..\ClassicStartSetup\ClassicStart.ico">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="main_bitmap.bmp">
|
||||
<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>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ResourceCompile Include="ClassicSkin.rc">
|
||||
<Filter>Resource Files</Filter>
|
||||
</ResourceCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="resource.h">
|
||||
<Filter>Resource Files</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
249
ClassicStartSrc/Skins/ClassicSkin/SkinDescription.txt
Normal file
@@ -0,0 +1,249 @@
|
||||
; 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 Classic Start 1.9.0 like full glass,
|
||||
; skinnable sub-menus, skinnable pager buttons, skinnable arrows, etc
|
||||
Version=2
|
||||
|
||||
;MAIN BITMAP SECTION - describes the background of the main menu
|
||||
|
||||
; Main_bitmap - ID of a bitmap resource to use for the main menu in "large icons" mode. Default is no bitmap
|
||||
; The bitmap must contain a rectangular portion of opaque solid color behind the menu items
|
||||
Main_bitmap=1
|
||||
|
||||
; Main_bitmap_slices_X - must contain 6 or 3 numbers. The sum of the numbers must be equal to the width of the Main_bitmap image
|
||||
; number 1 is the width of the image to use for the left edge
|
||||
; number 2 is the width of the image to stretch and use as the background for the caption
|
||||
; number 3 is the width of the image to use on the right of the caption
|
||||
; number 4 is the width of the image to use on the left of the menu
|
||||
; number 5 is the width of the image to stretch and use as the background for the menu
|
||||
; number 6 is the width of the image to use for the right edge
|
||||
; If the first 3 numbers are missing there is no caption
|
||||
Main_bitmap_slices_X=2,1,2,0,1,0
|
||||
|
||||
; Main_bitmap_slices_Y - must contain 3 numbers. The sum of the numbers must be equal to the height of the Main_bitmap image
|
||||
; number 1 is the height of the image to use for the top edge
|
||||
; number 2 is the height of the image to stretch and use as the background
|
||||
; number 3 is the height of the image to use for the bottom edge
|
||||
Main_bitmap_slices_Y=2,96,2
|
||||
|
||||
|
||||
;CAPTION SECTION - describes the caption portion of the main menu
|
||||
|
||||
; Caption_font - font to use for the caption. The format is "font name",[normal/bold],point size. Defaults to "Segoe UI",normal,18
|
||||
Caption_font="Segoe UI",normal,18
|
||||
|
||||
; Caption_text_color - RRGGBB color of the caption text. Defaults to white
|
||||
Caption_text_color=#FFFFFF
|
||||
|
||||
; Caption_padding - number of pixels to add on left/top/right/bottom of the caption
|
||||
Caption_padding=3,3,3,12,100%
|
||||
|
||||
|
||||
;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=0,2,2,2
|
||||
|
||||
Main_arrow_padding=8,9,100%
|
||||
|
||||
; 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
|
||||
|
||||
|
||||
;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=3
|
||||
; 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 NO_ICONS=#7008,0, TWO_COLUMNS
|
||||
OPTION CAPTION=#7003,1, NOT TWO_COLUMNS, 0
|
||||
OPTION USER_IMAGE=#7014,0
|
||||
OPTION USER_NAME=#7015,0
|
||||
OPTION CENTER_NAME=#7004,0, USER_NAME, 0
|
||||
OPTION SMALL_ICONS=#7011,0
|
||||
OPTION THICK_BORDER=#7013,0
|
||||
OPTION SOLID_SELECTION=#7012,0
|
||||
|
||||
Classic1_options=CAPTION, USER_IMAGE, USER_NAME, CENTER_NAME, SMALL_ICONS, THICK_BORDER, SOLID_SELECTION
|
||||
Classic2_options=NO_ICONS, USER_IMAGE, USER_NAME, CENTER_NAME, SMALL_ICONS, THICK_BORDER, SOLID_SELECTION
|
||||
AllPrograms_options=THICK_BORDER, SOLID_SELECTION
|
||||
|
||||
[NOT CAPTION]
|
||||
Main_bitmap=0
|
||||
Main_bitmap_slices_X=0,0,0,0,0,0
|
||||
Main_bitmap_slices_Y=0,0,0
|
||||
Main_padding=2,2,2,2
|
||||
|
||||
|
||||
[SMALL_ICONS]
|
||||
Main_large_icons=0
|
||||
Caption_font="Segoe UI",normal,15
|
||||
|
||||
[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
|
||||
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=2
|
||||
Main_selection_slices_X=3,1,3
|
||||
Main_selection_slices_Y=4,66,4
|
||||
Main_new_selection=5
|
||||
Main_new_selection_slices_X=3,1,3
|
||||
Main_new_selection_slices_Y=4,66,4
|
||||
Main_split_selection=4
|
||||
Main_split_selection_slices_X=3,1,3,2,1,3
|
||||
Main_split_selection_slices_Y=4,66,4
|
||||
Main2_split_selection=4
|
||||
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=2
|
||||
Submenu_selection_slices_X=3,1,3
|
||||
Submenu_selection_slices_Y=4,66,4
|
||||
Submenu_new_selection=5
|
||||
Submenu_new_selection_slices_X=3,1,3
|
||||
Submenu_new_selection_slices_Y=4,66,4
|
||||
Submenu_split_selection=4
|
||||
Submenu_split_selection_slices_X=3,1,3,2,1,3
|
||||
Submenu_split_selection_slices_Y=4,66,4
|
||||
Submenu_separator_text_padding=3,4,4,4,100%
|
||||
Submenu_separator_icon_padding=6,3,3,3,100%
|
||||
Submenu_separator_split_text_padding=3,4,4,4,100%
|
||||
Submenu_separator_split_icon_padding=6,3,3,3,100%
|
||||
|
||||
|
||||
[TWO_COLUMNS]
|
||||
Main_bitmap=0
|
||||
Main_bitmap_slices_X=0,0,0,0,0,0
|
||||
Main_bitmap_slices_Y=0,0,0
|
||||
Main_padding=2,2,3,2
|
||||
Main2_padding=4,2,2,2
|
||||
|
||||
|
||||
[USER_IMAGE]
|
||||
; User_image_size - the size of the user image to use. Default is 0, which means the user image is not displayed
|
||||
; The size must be compatible with the size of the frame bitmap User_bitmap. The value is usually 48
|
||||
User_image_size=48
|
||||
|
||||
; User_frame_position - horizontal and vertical position of the user image frame in the main menu.
|
||||
; Positive numbers mean offset from the left and the top. Negative numbers mean offset from the bottom and the right
|
||||
; The horizontal position can also be "center", "center1" and "center2" to center the image relative to the whole menu or to the first or second column
|
||||
User_frame_position=-10,6
|
||||
|
||||
[USER_IMAGE AND SMALL_ICONS]
|
||||
User_image_size=32
|
||||
|
||||
[USER_NAME]
|
||||
User_name_position=10,10,-75,50
|
||||
User_name_align=right
|
||||
User_font="Segoe UI",bold,18
|
||||
User_glow_size=0
|
||||
|
||||
[SMALL_ICONS]
|
||||
User_font="Segoe UI",bold,16
|
||||
|
||||
[USER_NAME AND TWO_COLUMNS]
|
||||
User_name_align=right2
|
||||
|
||||
|
||||
; TWO COLUMNS
|
||||
[USER_IMAGE AND TWO_COLUMNS]
|
||||
Main2_padding=4,63,2,2
|
||||
User_name_position=10,10,-70,50
|
||||
|
||||
[USER_IMAGE AND TWO_COLUMNS AND SMALL_ICONS]
|
||||
Main2_padding=4,47,2,2
|
||||
User_name_position=10,10,-54,40
|
||||
|
||||
[USER_NAME AND NOT USER_IMAGE AND TWO_COLUMNS]
|
||||
Main2_padding=4,50,2,2
|
||||
User_name_position=10,5,-10,45
|
||||
|
||||
[USER_NAME AND NOT USER_IMAGE AND TWO_COLUMNS AND SMALL_ICONS]
|
||||
Main2_padding=4,40,2,2
|
||||
User_name_position=10,5,-10,35
|
||||
|
||||
|
||||
; NO CAPTION
|
||||
[USER_IMAGE AND NOT TWO_COLUMNS]
|
||||
Main_padding=2,63,2,2
|
||||
User_name_position=15,10,-70,50
|
||||
|
||||
[USER_IMAGE AND NOT TWO_COLUMNS AND SMALL_ICONS]
|
||||
Main_padding=2,47,2,2
|
||||
User_name_position=15,10,-59,40
|
||||
|
||||
[USER_NAME AND NOT USER_IMAGE AND NOT TWO_COLUMNS]
|
||||
Main_padding=4,47,2,2
|
||||
User_name_position=15,5,-15,45
|
||||
|
||||
[USER_NAME AND NOT USER_IMAGE AND NOT TWO_COLUMNS AND SMALL_ICONS]
|
||||
Main_padding=4,40,2,2
|
||||
User_name_position=15,5,-15,35
|
||||
|
||||
|
||||
; CAPTION
|
||||
[USER_IMAGE AND NOT TWO_COLUMNS AND CAPTION]
|
||||
User_name_position=35,10,-70,50
|
||||
|
||||
[USER_IMAGE AND NOT TWO_COLUMNS AND SMALL_ICONS AND CAPTION]
|
||||
User_name_position=35,10,-59,40
|
||||
|
||||
[USER_NAME AND NOT USER_IMAGE AND NOT TWO_COLUMNS AND CAPTION]
|
||||
User_name_position=35,5,-15,45
|
||||
|
||||
[USER_NAME AND NOT USER_IMAGE AND NOT TWO_COLUMNS AND SMALL_ICONS AND CAPTION]
|
||||
User_name_position=35,5,-15,35
|
||||
|
||||
|
||||
[CENTER_NAME]
|
||||
User_name_align=center
|
||||
|
||||
[CENTER_NAME AND TWO_COLUMNS]
|
||||
User_name_align=center2
|
||||
|
||||
[NOT USER_NAME]
|
||||
User_name_position=0,0,0,0
|
||||
|
||||
[NO_ICONS]
|
||||
Main_no_icons2=1
|
||||
Main2_text_padding=1,7,8,7,100%
|
||||
|
||||
[NO_ICONS AND SMALL_ICONS]
|
||||
Main2_text_padding=1,3,8,4,100%
|
||||
BIN
ClassicStartSrc/Skins/ClassicSkin/main_bitmap.bmp
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
ClassicStartSrc/Skins/ClassicSkin/new_item.bmp
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
20
ClassicStartSrc/Skins/ClassicSkin/resource.h
Normal file
@@ -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
|
||||
BIN
ClassicStartSrc/Skins/ClassicSkin/search.bmp
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
ClassicStartSrc/Skins/ClassicSkin/selection.bmp
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
ClassicStartSrc/Skins/ClassicSkin/split_selection.bmp
Normal file
|
After Width: | Height: | Size: 7.6 KiB |
91
ClassicStartSrc/Skins/ClassicSkin7/ClassicSkin7.rc
Normal file
@@ -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 "..\\..\\ClassicStartSetup\\ClassicStart.ico"
|
||||
#endif // English (U.S.) resources
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
|
||||
#ifndef APSTUDIO_INVOKED
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Generated from the TEXTINCLUDE 3 resource.
|
||||
//
|
||||
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
#endif // not APSTUDIO_INVOKED
|
||||
|
||||
66
ClassicStartSrc/Skins/ClassicSkin7/ClassicSkin7.vcxproj
Normal file
@@ -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.16299.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)ClassicStartMenu\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="..\..\ClassicStartSetup\ClassicStart.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="..\..\ClassicStartSetup\ClassicStart.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>
|
||||
156
ClassicStartSrc/Skins/ClassicSkin7/SkinDescription.txt
Normal file
@@ -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 Classic Start 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
|
||||
BIN
ClassicStartSrc/Skins/ClassicSkin7/new_item.bmp
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
20
ClassicStartSrc/Skins/ClassicSkin7/resource.h
Normal file
@@ -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
|
||||
BIN
ClassicStartSrc/Skins/ClassicSkin7/search.bmp
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
ClassicStartSrc/Skins/ClassicSkin7/selection.bmp
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
ClassicStartSrc/Skins/ClassicSkin7/split_selection.bmp
Normal file
|
After Width: | Height: | Size: 7.6 KiB |
BIN
ClassicStartSrc/Skins/ClassicSkin7/user_bitmap.bmp
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
ClassicStartSrc/Skins/ClassicSkin7/user_bitmap150.bmp
Normal file
|
After Width: | Height: | Size: 25 KiB |
105
ClassicStartSrc/Skins/FullGlass/FullGlass.rc
Normal file
@@ -0,0 +1,105 @@
|
||||
// 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
|
||||
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Icon
|
||||
//
|
||||
|
||||
// Icon with lowest ID value placed first to ensure application icon
|
||||
// remains consistent on all systems.
|
||||
1 ICON "..\\..\\ClassicStartSetup\\ClassicStart.ico"
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// SKIN
|
||||
//
|
||||
|
||||
1 SKIN "SkinDescription.txt"
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Bitmap
|
||||
//
|
||||
|
||||
1 BITMAP "main_bitmap1.bmp"
|
||||
2 BITMAP "main_bitmap2.bmp"
|
||||
3 BITMAP "main_bitmap3.bmp"
|
||||
4 BITMAP "main_bitmap_mask.bmp"
|
||||
5 BITMAP "submenu_bitmap1.bmp"
|
||||
6 BITMAP "submenu_bitmap2.bmp"
|
||||
7 BITMAP "submenu_bitmap3.bmp"
|
||||
8 BITMAP "submenu_bitmap_mask.bmp"
|
||||
9 BITMAP "selection.bmp"
|
||||
10 BITMAP "pager.bmp"
|
||||
11 BITMAP "pager_arrows.bmp"
|
||||
12 BITMAP "separatorV.bmp"
|
||||
13 BITMAP "menu_arrows.bmp"
|
||||
14 BITMAP "menu_arrows2.bmp"
|
||||
15 BITMAP "user_bitmap.bmp"
|
||||
16 BITMAP "user_bitmap32.bmp"
|
||||
17 BITMAP "split_selection.bmp"
|
||||
18 BITMAP "new_item.bmp"
|
||||
19 BITMAP "pager_arrows150.bmp"
|
||||
|
||||
#endif // English (U.S.) resources
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
|
||||
#ifndef APSTUDIO_INVOKED
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Generated from the TEXTINCLUDE 3 resource.
|
||||
//
|
||||
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
#endif // not APSTUDIO_INVOKED
|
||||
|
||||
78
ClassicStartSrc/Skins/FullGlass/FullGlass.vcxproj
Normal file
@@ -0,0 +1,78 @@
|
||||
<?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>{066C9721-26D5-4C4D-868E-50C2BA0A8196}</ProjectGuid>
|
||||
<RootNamespace>FullGlass</RootNamespace>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
<WindowsTargetPlatformVersion>10.0.16299.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)ClassicStartMenu\Skins\</OutDir>
|
||||
<IntDir>$(Configuration)\</IntDir>
|
||||
<IgnoreImportLibrary>true</IgnoreImportLibrary>
|
||||
<LinkIncremental>false</LinkIncremental>
|
||||
<TargetExt>.skin</TargetExt>
|
||||
<TargetName>Full Glass</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>
|
||||
<ResourceCompile Include="FullGlass.rc" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Image Include="main_bitmap1.bmp" />
|
||||
<Image Include="main_bitmap2.bmp" />
|
||||
<Image Include="main_bitmap3.bmp" />
|
||||
<Image Include="main_bitmap_mask.bmp" />
|
||||
<Image Include="menu_arrows.bmp" />
|
||||
<Image Include="menu_arrows2.bmp" />
|
||||
<Image Include="new_item.bmp" />
|
||||
<Image Include="pager.bmp" />
|
||||
<Image Include="pager_arrows.bmp" />
|
||||
<Image Include="pager_arrows150.bmp" />
|
||||
<Image Include="selection.bmp" />
|
||||
<Image Include="separatorV.bmp" />
|
||||
<Image Include="split_selection.bmp" />
|
||||
<Image Include="submenu_bitmap1.bmp" />
|
||||
<Image Include="submenu_bitmap2.bmp" />
|
||||
<Image Include="submenu_bitmap3.bmp" />
|
||||
<Image Include="submenu_bitmap_mask.bmp" />
|
||||
<Image Include="user_bitmap.bmp" />
|
||||
<Image Include="user_bitmap32.bmp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="resource.h" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
87
ClassicStartSrc/Skins/FullGlass/FullGlass.vcxproj.filters
Normal file
@@ -0,0 +1,87 @@
|
||||
<?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>
|
||||
<ResourceCompile Include="FullGlass.rc">
|
||||
<Filter>Resource Files</Filter>
|
||||
</ResourceCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Image Include="main_bitmap1.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="main_bitmap2.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="main_bitmap3.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="main_bitmap_mask.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="menu_arrows.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="menu_arrows2.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="new_item.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="pager.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="pager_arrows.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="pager_arrows150.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="selection.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="separatorV.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="split_selection.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="submenu_bitmap1.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="submenu_bitmap2.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="submenu_bitmap3.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="submenu_bitmap_mask.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="user_bitmap.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="user_bitmap32.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="resource.h">
|
||||
<Filter>Resource Files</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
298
ClassicStartSrc/Skins/FullGlass/SkinDescription.txt
Normal file
@@ -0,0 +1,298 @@
|
||||
; Full Glass skin
|
||||
|
||||
; About - text to use in the About box for this skin. use \n for new line
|
||||
About=#7104
|
||||
|
||||
; 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 Classic Start 1.9.0 like full glass,
|
||||
; skinnable sub-menus, skinnable pager buttons, skinnable arrows, etc
|
||||
Version=2
|
||||
|
||||
|
||||
; CAPTION SECTION
|
||||
|
||||
Caption_font="Segoe UI",normal,18
|
||||
Caption_text_color=#FFFFFF
|
||||
Caption_glow_color=#000000
|
||||
Caption_glow_size=10
|
||||
Caption_padding=4,8,2,16,100%
|
||||
|
||||
|
||||
; MAIN MENU SECTION
|
||||
|
||||
Main_bitmap=2
|
||||
|
||||
; Main_bitmap_mask - a bitmap or a solid color in #RRGGBB format that is used to blend Main_bitmap with the glass color and the menu background color.
|
||||
; The red channel is the weight of the glass color and the green channel is the weight of the background color
|
||||
Main_bitmap_mask=4
|
||||
|
||||
; fullglass, fullalpha - new opacity modes that are used for transparent menu background
|
||||
Main_opacity=fullglass
|
||||
Main_bitmap_slices_X=8,1,0,6,1,13
|
||||
Main_bitmap_slices_Y=13,330,10
|
||||
|
||||
Main_large_icons=1
|
||||
Main_font="Segoe UI",normal,-10
|
||||
|
||||
; Main_glow_size - the width of the text glow (0 - no glow). Defaults to 0. The glow is always white (glow doesn't work if Windows is in Classic mode)
|
||||
Main_glow_size=10
|
||||
|
||||
Main_text_color=#000000,#000000,#3F3F3F,#7F7F7F
|
||||
|
||||
; Main_arrow_color - colors for the sub-menu arrow (normal and selected). The normal color is also used for the drag/drop insertion marker
|
||||
; If Main_arrow_color is not set, the first 2 colors of Main_text_color are used
|
||||
Main_arrow_color=#FFFFFF,#000000
|
||||
|
||||
; Main_arrows - bitmap for the sub-menu arrows. The top half of the image is the normal arrow and the bottom half is the selected arrow
|
||||
Main_arrow=13
|
||||
|
||||
Main_padding=3,10,10,8
|
||||
Main_arrow_padding=8,9,100%
|
||||
Main_selection=9
|
||||
Main_selection_slices_X=3,1,3
|
||||
Main_selection_slices_Y=4,66,4
|
||||
Main_split_selection=17
|
||||
Main_split_selection_slices_X=3,1,3,2,1,3
|
||||
Main_split_selection_slices_Y=4,66,4
|
||||
Main_new_selection=18
|
||||
Main_new_selection_slices_X=3,1,3
|
||||
Main_new_selection_slices_Y=4,66,4
|
||||
|
||||
; Main_icon_padding - extra padding on the left/top/right/bottom of the icon in the main menu
|
||||
; The default is 3,3,3,3
|
||||
Main_icon_padding=3,3,3,3,100%
|
||||
|
||||
; Main_text_padding - extra padding on the left/top/right/bottom of the text in the main menu
|
||||
; The default is 1,2,8,2
|
||||
Main_text_padding=1,0,8,2,100%
|
||||
|
||||
; Main_pager - a bitmap that contains the background for the pager buttons (the ones that scroll menus up and down)
|
||||
Main_pager=10
|
||||
|
||||
; Main_pager_slices_X, Main_pager_slices_Y - the slices for Main_pager
|
||||
Main_pager_slices_X=3,1,3
|
||||
Main_pager_slices_Y=4,4,4
|
||||
|
||||
; Main_pager_arrows - a bitmap that contains the arrow image to draw on top of the Main_pager background
|
||||
Main_pager_arrows=11
|
||||
; 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
|
||||
|
||||
|
||||
; SUB-MENU SECTION
|
||||
|
||||
; Bitmap for the sub-menu background
|
||||
Submenu_bitmap=6
|
||||
Submenu_bitmap_mask=8
|
||||
Submenu_opacity=fullglass
|
||||
Submenu_bitmap_slices_X=11,1,11
|
||||
Submenu_bitmap_slices_Y=11,330,10
|
||||
Submenu_text_padding=1,0,8,2,100%
|
||||
|
||||
; Submenu_offset - additional horizontal offset for sub-menus. It reduces the overlap when the sub-menus have thick borders
|
||||
Submenu_offset=10
|
||||
Submenu_padding=8,8,8,8
|
||||
Submenu_font="Segoe UI",normal,-9
|
||||
Submenu_glow_size=10
|
||||
Submenu_text_color=#000000,#000000,#3F3F3F,#7F7F7F
|
||||
Submenu_arrow_color=#000000,#000000
|
||||
Submenu_arrow=14
|
||||
Submenu_selection=9
|
||||
Submenu_selection_slices_X=3,1,3
|
||||
Submenu_selection_slices_Y=4,66,4
|
||||
Submenu_new_selection=18
|
||||
Submenu_new_selection_slices_X=3,1,3
|
||||
Submenu_new_selection_slices_Y=4,66,4
|
||||
Submenu_pager=10
|
||||
Submenu_pager_slices_X=3,1,3
|
||||
Submenu_pager_slices_Y=4,4,4
|
||||
Submenu_pager_arrows=11
|
||||
Submenu_split_selection=17
|
||||
Submenu_split_selection_slices_X=3,1,3,2,1,3
|
||||
Submenu_split_selection_slices_Y=4,66,4
|
||||
Submenu_separator_text_padding=3,8,4,8,100%
|
||||
Submenu_separator_icon_padding=6,3,3,3,100%
|
||||
Submenu_separator_split_text_padding=3,4,4,4,100%
|
||||
Submenu_separator_split_icon_padding=6,3,3,3,100%
|
||||
|
||||
; Submenu_separatorV - bitmap to use as a vertical separator between multiple columns
|
||||
Submenu_separatorV=12
|
||||
|
||||
; Submenu_separatorV_slices_Y - vertical slices for Submenu_separatorV
|
||||
Submenu_separatorV_slices_Y=2,16,2
|
||||
|
||||
Submenu_separator_font="Segoe UI",normal,-10
|
||||
|
||||
|
||||
; OPTIONS
|
||||
|
||||
OPTION RADIOGROUP=#7010,0,TRANSPARENT_LESS|TRANSPARENT_DEF|TRANSPARENT_MORE
|
||||
OPTION TRANSPARENT_LESS=#7018,0
|
||||
OPTION TRANSPARENT_DEF=#7017,1
|
||||
OPTION TRANSPARENT_MORE=#7019,0
|
||||
OPTION NO_ICONS=#7008,0, TWO_COLUMNS
|
||||
OPTION CAPTION=#7003,1, NOT TWO_COLUMNS, 0
|
||||
OPTION USER_IMAGE=#7014,0
|
||||
OPTION USER_NAME=#7015,0
|
||||
OPTION CENTER_NAME=#7004,0, USER_NAME, 0
|
||||
OPTION SMALL_ICONS=#7011,0
|
||||
OPTION LARGE_FONT=#7007,0
|
||||
OPTION DISABLE_MASK=#7005,0
|
||||
|
||||
Classic1_options=TRANSPARENT_LESS, TRANSPARENT_DEF, TRANSPARENT_MORE, CAPTION, USER_IMAGE, USER_NAME, CENTER_NAME, SMALL_ICONS, LARGE_FONT, DISABLE_MASK
|
||||
Classic2_options=TRANSPARENT_LESS, TRANSPARENT_DEF, TRANSPARENT_MORE, NO_ICONS, USER_IMAGE, USER_NAME, CENTER_NAME, SMALL_ICONS, LARGE_FONT, DISABLE_MASK
|
||||
AllPrograms_options=variations, LARGE_FONT
|
||||
|
||||
[NOT CAPTION]
|
||||
Main_bitmap_slices_X=0,0,0,15,1,13
|
||||
Main_padding=12,10,10,8
|
||||
|
||||
|
||||
[SMALL_ICONS]
|
||||
Main_large_icons=0
|
||||
Main_font="Segoe UI",normal,-9
|
||||
Caption_font="Segoe UI",normal,15
|
||||
Main_arrow=14
|
||||
Main_arrow_padding=7,7,100%
|
||||
|
||||
|
||||
[LARGE_FONT]
|
||||
Main_font="Segoe UI",normal,-10
|
||||
Submenu_font="Segoe UI",normal,-10
|
||||
|
||||
|
||||
[TWO_COLUMNS]
|
||||
Main_bitmap_slices_X=14,1,0,0,1,13
|
||||
Main2_opacity=fullglass
|
||||
Main_padding=12,10,2,8
|
||||
Main2_padding=4,10,10,8
|
||||
Main_separatorV=12
|
||||
Main_separatorV_slices_Y=2,16,2
|
||||
Main2_split_selection=17
|
||||
Main2_split_selection_slices_X=3,1,3,2,1,3
|
||||
Main2_split_selection_slices_Y=4,66,4
|
||||
|
||||
|
||||
[USER_IMAGE]
|
||||
User_image_size=48
|
||||
User_frame_position=-16,10
|
||||
User_bitmap=15
|
||||
User_image_offset=8,8
|
||||
User_image_alpha=200
|
||||
|
||||
[USER_IMAGE AND SMALL_ICONS]
|
||||
User_frame_position=-10,10
|
||||
User_image_size=32
|
||||
User_bitmap=16
|
||||
|
||||
[USER_NAME]
|
||||
User_font="Segoe UI",bold,22
|
||||
User_text_color=#FFFFFF
|
||||
User_glow_color=#000000
|
||||
User_glow_size=5
|
||||
User_name_align=right
|
||||
|
||||
|
||||
[USER_NAME AND TWO_COLUMNS]
|
||||
User_name_align=right2
|
||||
|
||||
[USER_NAME AND SMALL_ICONS]
|
||||
User_font="Segoe UI",bold,16
|
||||
|
||||
[USER_NAME AND NOT USER_IMAGE]
|
||||
User_name_position=10,18,-10,58
|
||||
|
||||
|
||||
; TWO_COLUMNS
|
||||
[USER_IMAGE AND TWO_COLUMNS AND NOT SMALL_ICONS]
|
||||
Main2_padding=4,73,10,8
|
||||
User_name_position=8,20,-80,60
|
||||
|
||||
[USER_NAME AND NOT USER_IMAGE AND TWO_COLUMNS AND NOT SMALL_ICONS]
|
||||
Main2_padding=4,53,10,8
|
||||
User_name_position=8,10,-13,50
|
||||
|
||||
[USER_IMAGE AND TWO_COLUMNS AND SMALL_ICONS]
|
||||
Main2_padding=4,57,10,8
|
||||
User_name_position=8,14,-58,49
|
||||
|
||||
[USER_NAME AND NOT USER_IMAGE AND TWO_COLUMNS AND SMALL_ICONS]
|
||||
Main2_padding=4,47,10,8
|
||||
User_name_position=8,10,-13,45
|
||||
|
||||
|
||||
; CAPTION
|
||||
[USER_IMAGE AND CAPTION AND NOT SMALL_ICONS]
|
||||
Main_padding=3,73,10,8
|
||||
User_name_position=35,20,-80,60
|
||||
|
||||
[USER_NAME AND NOT USER_IMAGE AND CAPTION AND NOT SMALL_ICONS]
|
||||
Main_padding=3,53,10,8
|
||||
User_name_position=35,10,-13,50
|
||||
|
||||
[USER_IMAGE AND CAPTION AND SMALL_ICONS]
|
||||
Main_padding=3,57,10,8
|
||||
User_name_position=35,14,-58,49
|
||||
|
||||
[USER_NAME AND NOT USER_IMAGE AND CAPTION AND SMALL_ICONS]
|
||||
Main_padding=3,47,10,8
|
||||
User_name_position=35,10,-13,45
|
||||
|
||||
|
||||
; NO CAPTION
|
||||
[USER_IMAGE AND NOT TWO_COLUMNS AND NOT CAPTION AND NOT SMALL_ICONS]
|
||||
Main_padding=12,73,10,8
|
||||
User_name_position=15,20,-80,60
|
||||
|
||||
[USER_NAME AND NOT USER_IMAGE AND NOT TWO_COLUMNS AND NOT CAPTION AND NOT SMALL_ICONS]
|
||||
Main_padding=12,53,10,8
|
||||
User_name_position=15,10,-13,50
|
||||
|
||||
[USER_IMAGE AND NOT TWO_COLUMNS AND NOT CAPTION AND SMALL_ICONS]
|
||||
Main_padding=12,57,10,8
|
||||
User_name_position=15,14,-58,49
|
||||
|
||||
[USER_NAME AND NOT USER_IMAGE AND NOT TWO_COLUMNS AND NOT CAPTION AND SMALL_ICONS]
|
||||
Main_padding=12,47,10,8
|
||||
User_name_position=15,10,-13,45
|
||||
|
||||
|
||||
[CENTER_NAME]
|
||||
User_name_align=center
|
||||
|
||||
[CENTER_NAME AND TWO_COLUMNS]
|
||||
User_name_align=center2
|
||||
|
||||
[NOT USER_NAME]
|
||||
User_name_position=0,0,0,0
|
||||
|
||||
[NO_ICONS]
|
||||
Main_no_icons2=1
|
||||
Main2_text_padding=1,7,8,7,100%
|
||||
|
||||
[NO_ICONS AND SMALL_ICONS]
|
||||
Main2_text_padding=1,3,8,4,100%
|
||||
|
||||
[DISABLE_MASK]
|
||||
Main_bitmap_mask=0
|
||||
Submenu_bitmap_mask=0
|
||||
|
||||
[TRANSPARENT_LESS]
|
||||
Main_bitmap=3
|
||||
Submenu_bitmap=7
|
||||
Main_text_color=#FFFFFF,#000000,#3F3F3F,#7F7F7F
|
||||
Main_glow_size=0
|
||||
Submenu_text_color=#FFFFFF,#000000,#3F3F3F,#7F7F7F
|
||||
Submenu_arrow_color=#FFFFFF,#000000
|
||||
Submenu_glow_size=0
|
||||
Submenu_separator_text_color=#50D0ff
|
||||
|
||||
[TRANSPARENT_MORE]
|
||||
Main_bitmap=1
|
||||
Submenu_bitmap=5
|
||||
|
||||
[HIGH_DPI]
|
||||
Main_pager_arrows=19
|
||||
Submenu_pager_arrows=19
|
||||
BIN
ClassicStartSrc/Skins/FullGlass/main_bitmap1.bmp
Normal file
|
After Width: | Height: | Size: 40 KiB |
BIN
ClassicStartSrc/Skins/FullGlass/main_bitmap2.bmp
Normal file
|
After Width: | Height: | Size: 40 KiB |
BIN
ClassicStartSrc/Skins/FullGlass/main_bitmap3.bmp
Normal file
|
After Width: | Height: | Size: 40 KiB |
BIN
ClassicStartSrc/Skins/FullGlass/main_bitmap_mask.bmp
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
ClassicStartSrc/Skins/FullGlass/menu_arrows.bmp
Normal file
|
After Width: | Height: | Size: 888 B |
BIN
ClassicStartSrc/Skins/FullGlass/menu_arrows2.bmp
Normal file
|
After Width: | Height: | Size: 672 B |
BIN
ClassicStartSrc/Skins/FullGlass/new_item.bmp
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
ClassicStartSrc/Skins/FullGlass/pager.bmp
Normal file
|
After Width: | Height: | Size: 728 B |
BIN
ClassicStartSrc/Skins/FullGlass/pager_arrows.bmp
Normal file
|
After Width: | Height: | Size: 504 B |
BIN
ClassicStartSrc/Skins/FullGlass/pager_arrows150.bmp
Normal file
|
After Width: | Height: | Size: 776 B |
17
ClassicStartSrc/Skins/FullGlass/resource.h
Normal file
@@ -0,0 +1,17 @@
|
||||
//{{NO_DEPENDENCIES}}
|
||||
// Microsoft Visual C++ generated include file.
|
||||
// Used by FullGlass.rc
|
||||
//
|
||||
#define IDB_BITMAP1 103
|
||||
#define IDB_BITMAP2 104
|
||||
|
||||
// Next default values for new objects
|
||||
//
|
||||
#ifdef APSTUDIO_INVOKED
|
||||
#ifndef APSTUDIO_READONLY_SYMBOLS
|
||||
#define _APS_NEXT_RESOURCE_VALUE 105
|
||||
#define _APS_NEXT_COMMAND_VALUE 40001
|
||||
#define _APS_NEXT_CONTROL_VALUE 1001
|
||||
#define _APS_NEXT_SYMED_VALUE 101
|
||||
#endif
|
||||
#endif
|
||||
BIN
ClassicStartSrc/Skins/FullGlass/selection.bmp
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
ClassicStartSrc/Skins/FullGlass/separatorV.bmp
Normal file
|
After Width: | Height: | Size: 296 B |
BIN
ClassicStartSrc/Skins/FullGlass/split_selection.bmp
Normal file
|
After Width: | Height: | Size: 7.6 KiB |
BIN
ClassicStartSrc/Skins/FullGlass/submenu_bitmap1.bmp
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
ClassicStartSrc/Skins/FullGlass/submenu_bitmap2.bmp
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
ClassicStartSrc/Skins/FullGlass/submenu_bitmap3.bmp
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
ClassicStartSrc/Skins/FullGlass/submenu_bitmap_mask.bmp
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
ClassicStartSrc/Skins/FullGlass/user_bitmap.bmp
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
ClassicStartSrc/Skins/FullGlass/user_bitmap32.bmp
Normal file
|
After Width: | Height: | Size: 9.1 KiB |
121
ClassicStartSrc/Skins/Metallic7/Metallic7.rc
Normal file
@@ -0,0 +1,121 @@
|
||||
// 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 "main_bitmap.bmp"
|
||||
2 BITMAP "main_bitmap_search.bmp"
|
||||
3 BITMAP "selection_new.bmp"
|
||||
4 BITMAP "pager.bmp"
|
||||
5 BITMAP "pager_arrows.bmp"
|
||||
6 BITMAP "split_selection.bmp"
|
||||
7 BITMAP "programs.bmp"
|
||||
8 BITMAP "programs150.bmp"
|
||||
9 BITMAP "main_bitmap_jump.bmp"
|
||||
10 BITMAP "selection.bmp"
|
||||
11 BITMAP "separator.bmp"
|
||||
12 BITMAP "user_bitmap.bmp"
|
||||
13 BITMAP "user_bitmap150.bmp"
|
||||
14 BITMAP "scroll_button.bmp"
|
||||
15 BITMAP "scroll_bg.bmp"
|
||||
16 BITMAP "scroll_arrows.bmp"
|
||||
17 BITMAP "scroll_grip.bmp"
|
||||
18 BITMAP "shutdown.bmp"
|
||||
19 BITMAP "main_pattern.bmp"
|
||||
20 BITMAP "main_pattern_search.bmp"
|
||||
21 BITMAP "main_pattern_jump.bmp"
|
||||
22 BITMAP "search_pattern.bmp"
|
||||
23 BITMAP "search_background.bmp"
|
||||
24 BITMAP "search_background_mask.bmp"
|
||||
25 BITMAP "pager_arrows150.bmp"
|
||||
26 BITMAP "user_mask.bmp"
|
||||
27 BITMAP "user_mask150.bmp"
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// IMAGE
|
||||
//
|
||||
|
||||
51 IMAGE "shine.jpg"
|
||||
52 IMAGE "metal.png"
|
||||
53 IMAGE "screw.png"
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// SKIN
|
||||
//
|
||||
|
||||
1 SKIN "SkinDescription.txt"
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Icon
|
||||
//
|
||||
|
||||
// Icon with lowest ID value placed first to ensure application icon
|
||||
// remains consistent on all systems.
|
||||
1 ICON "..\\..\\ClassicStartSetup\\ClassicStart.ico"
|
||||
#endif // English (U.S.) resources
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
|
||||
#ifndef APSTUDIO_INVOKED
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Generated from the TEXTINCLUDE 3 resource.
|
||||
//
|
||||
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
#endif // not APSTUDIO_INVOKED
|
||||
|
||||
88
ClassicStartSrc/Skins/Metallic7/Metallic7.vcxproj
Normal file
@@ -0,0 +1,88 @@
|
||||
<?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>{CA5BFC96-428D-42F5-9F7D-CDDE048A357C}</ProjectGuid>
|
||||
<RootNamespace>Metallic7</RootNamespace>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
<WindowsTargetPlatformVersion>10.0.16299.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)ClassicStartMenu\Skins\</OutDir>
|
||||
<IntDir>$(Configuration)\</IntDir>
|
||||
<LinkIncremental>false</LinkIncremental>
|
||||
<IgnoreImportLibrary>true</IgnoreImportLibrary>
|
||||
<TargetName>Metallic</TargetName>
|
||||
<TargetExt>.skin7</TargetExt>
|
||||
</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="main_bitmap.bmp" />
|
||||
<Image Include="main_bitmap_jump.bmp" />
|
||||
<Image Include="main_bitmap_search.bmp" />
|
||||
<Image Include="main_pattern.bmp" />
|
||||
<Image Include="main_pattern_jump.bmp" />
|
||||
<Image Include="main_pattern_search.bmp" />
|
||||
<Image Include="metal.png" />
|
||||
<Image Include="pager.bmp" />
|
||||
<Image Include="pager_arrows.bmp" />
|
||||
<Image Include="pager_arrows150.bmp" />
|
||||
<Image Include="programs.bmp" />
|
||||
<Image Include="programs150.bmp" />
|
||||
<Image Include="scroll_arrows.bmp" />
|
||||
<Image Include="scroll_bg.bmp" />
|
||||
<Image Include="scroll_button.bmp" />
|
||||
<Image Include="scroll_grip.bmp" />
|
||||
<Image Include="search_background.bmp" />
|
||||
<Image Include="search_background_mask.bmp" />
|
||||
<Image Include="search_pattern.bmp" />
|
||||
<Image Include="selection.bmp" />
|
||||
<Image Include="selection_new.bmp" />
|
||||
<Image Include="separator.bmp" />
|
||||
<Image Include="shine.jpg" />
|
||||
<Image Include="shutdown.bmp" />
|
||||
<Image Include="split_selection.bmp" />
|
||||
<Image Include="user_bitmap.bmp" />
|
||||
<Image Include="user_bitmap150.bmp" />
|
||||
<Image Include="user_mask.bmp" />
|
||||
<Image Include="user_mask150.bmp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ResourceCompile Include="Metallic7.rc" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="resource.h" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
117
ClassicStartSrc/Skins/Metallic7/Metallic7.vcxproj.filters
Normal file
@@ -0,0 +1,117 @@
|
||||
<?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="main_bitmap.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="main_bitmap_jump.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="main_bitmap_search.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="main_pattern.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="main_pattern_jump.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="main_pattern_search.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="metal.png">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="pager.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="pager_arrows.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="pager_arrows150.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="programs.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="programs150.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="scroll_arrows.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="scroll_bg.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="scroll_button.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="scroll_grip.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="search_background.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="search_background_mask.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="search_pattern.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="selection.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="selection_new.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="separator.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="shine.jpg">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="shutdown.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>
|
||||
<Image Include="user_mask.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="user_mask150.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ResourceCompile Include="Metallic7.rc">
|
||||
<Filter>Resource Files</Filter>
|
||||
</ResourceCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="resource.h">
|
||||
<Filter>Resource Files</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
519
ClassicStartSrc/Skins/Metallic7/SkinDescription.txt
Normal file
@@ -0,0 +1,519 @@
|
||||
; Metallic skin
|
||||
|
||||
; About - text to use in the About box for this skin. use \n for new line
|
||||
About=#7110
|
||||
|
||||
; 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 Classic Start 1.9.0 like full glass,
|
||||
; skinnable sub-menus, skinnable pager buttons, skinnable arrows, etc
|
||||
Version=2
|
||||
|
||||
;MAIN BITMAP SECTION - describes the background of the main menu
|
||||
|
||||
; Main_bitmap - ID of a bitmap resource to use for the main menu in "large icons" mode. Default is no bitmap
|
||||
; The bitmap must contain a rectangular portion of opaque solid color behind the menu items
|
||||
Main_bitmap=1
|
||||
Main_bitmap_search=2
|
||||
Main_bitmap_jump=9
|
||||
|
||||
; Patterns - The pattern system allows you to specify up to 4 separate tileable textures that cover the main menu. By default the patterns cover the entire menu unless
|
||||
; a pattern mask is specified. The Red, Green, Blue and Alpha channels of the mask determine where on the main menu the patterns will show.
|
||||
; For Classic styles there is only one mask Main_pattern_mask. For Windows 7 styles there are additional masks Main_pattern_search_mask, Main_pattern_jump_mask,
|
||||
; Search_pattern_mask, Search_pattern_search_mask and Search_pattern_jump_mask
|
||||
Pattern1=51
|
||||
Pattern2=52
|
||||
Main_pattern_mask=19
|
||||
Main_pattern_search_mask=20
|
||||
Main_pattern_jump_mask=21
|
||||
Search_pattern_mask=22
|
||||
|
||||
|
||||
; Emblems - The emblems are additional images that are drawn on top of the main menu without any stretching. You can have up to 10 separate emblems.
|
||||
; Each emblem has an bitmap, padding and alignment. The padding specifies how many pixels to leave on each side of the emblem. The alignment specifies how to
|
||||
; align the image relative to the menu. The horizontal alignment can be left, left1, left2, right, right1, right2, center, center1, center2 or corner.
|
||||
; The vertical alignment can be top, bottom, center or corner.
|
||||
; Emblems can have a mask similar to the patterns, which will restrict where on the menu the emblem will show. The Classic style only needs one mask Main_emblem_mask.
|
||||
; For Windows 7 styles there are additional masks Main_emblem_search_mask, Main_emblem_jump_mask, Search_emblem_mask, Search_emblem_search_mask and Search_emblem_jump_mask
|
||||
; Only the first 4 emblems are affected by the mask. The other 6 will be drawn in full.
|
||||
;Main_emblem1=53
|
||||
;Main_emblem1_padding=12,12,12,12
|
||||
;Main_emblem1_alignH=left
|
||||
;Main_emblem1_alignV=bottom
|
||||
;Main_emblem2=53
|
||||
;Main_emblem2_padding=12,12,12,12
|
||||
;Main_emblem2_alignH=right
|
||||
;Main_emblem2_alignV=bottom
|
||||
|
||||
|
||||
; Main_opacity - sets the opacity for the main menu. The values are:
|
||||
; solid - the menu is a solid rectangle. It is filled with the Main_background color and the Main_bitmap is drawn on top
|
||||
; region - the pixels from the bitmap with alpha=0 are fully transparent. The other pixels are fully opaque. The Main_background color is not used
|
||||
; alpha - the full alpha for each pixel is used. Alpha goes from 0 (transparent) to 255 (opaque). The Main_background color is not used
|
||||
; glass - the full alpha for each pixel is used. Alpha goes from 0 (transparent), 1 (full glass) to 255 (no glass). The Main_background color is not used
|
||||
; The default is "solid"
|
||||
Main_opacity=alpha
|
||||
Main2_opacity=alpha
|
||||
|
||||
; Main_shadow - enables or disables the drop shadow. The values are:
|
||||
; 0 - disable shadow. useful for alpha skins with complex outline. The alpha opacity only supports rectangular shadows, which may not look good for some shapes
|
||||
; 1 - enable shadow (can be overriden by the start menu settings or the Windows settings)
|
||||
; glass - enable the shadow if the menu is using glass or fullglass opacity. Use with glass skins with complex outline. Windows 8 and 8.1 don't support glass, so the menu
|
||||
; falls back to using alpha opacity. It may be desirable to turn off the shadow in that case
|
||||
Main_shadow=0
|
||||
|
||||
; Main_bitmap_slices_X - must contain 6 numbers. The sum of the numbers must be equal to the width of the Main_bitmap image
|
||||
; number 1 is the width of the image to use for the left edge
|
||||
; number 2 is the width of the image to stretch and use as the background for the caption
|
||||
; number 3 is the width of the image to use on the right of the caption
|
||||
; number 4 is the width of the image to use on the left of the menu
|
||||
; number 5 is the width of the image to stretch and use as the background for the menu
|
||||
; number 6 is the width of the image to use for the right edge
|
||||
; If the second number is 0 there is no caption
|
||||
Main_bitmap_slices_X=20,6,11,4,6,17
|
||||
Main_bitmap_search_slices_X=17,30,17
|
||||
Main_bitmap_jump_slices_X=20,6,11,4,6,17
|
||||
|
||||
; Main_bitmap_slices_Y - must contain 3 numbers. The sum of the numbers must be equal to the height of the Main_bitmap image
|
||||
; number 1 is the height of the image to use for the top edge
|
||||
; number 2 is the height of the image to stretch and use as the background
|
||||
; number 3 is the height of the image to use for the bottom edge
|
||||
Main_bitmap_slices_Y=16,32,16
|
||||
Main_bitmap_search_slices_Y=16,32,16
|
||||
Main_bitmap_jump_slices_Y=16,32,16
|
||||
|
||||
|
||||
|
||||
;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_font - font to use for the main menu items. The format is "font name",[normal/bold],point size. Defaults to the system font
|
||||
Main_font="Segoe UI",normal,-9
|
||||
|
||||
; Main_background - RRGGBB color to use for the background of the main menu. Defaults to the system menu color
|
||||
Main_background=#FFFFFF
|
||||
|
||||
; Main_text_color - 4 colors for the text in the main menu. By default the system color is used
|
||||
; color 1 is for normal menu items
|
||||
; color 2 is for selected menu items
|
||||
; color 3 is for disabled menu items
|
||||
; color 4 is for selected disabled menu items
|
||||
Main_text_color=#000000,#000000,#7F7F7F,#7F7F7F
|
||||
Main_text_padding=1,2,8,2,100%
|
||||
|
||||
; Main_padding - number of pixels to add on left/top/right/bottom of the menu
|
||||
; If Main_bitmap is not set, the width of the standard window border is subtracted from the right/top/bottom sides (and the left side if there is no caption)
|
||||
; This is usually 2 pixels for the Classic theme and 1 pixel for Aero or Basic
|
||||
Main_padding=13,13,6,11
|
||||
Main_search_padding=13,13,13,11
|
||||
Main_jump_padding=3,13,13,11
|
||||
|
||||
; Main_selection - describes how the selected menu item is drawn in the main menu. Can be:
|
||||
; - an ID of a bitmap resource (can be 32-bit bitmap with transparency or 24-bit bitmap with no transparency)
|
||||
; - a #RRGGBB color
|
||||
; Default is the system highlight color
|
||||
Main_selection=10
|
||||
|
||||
; Main_selection_slices_X, Main_selection_slices_Y - slices of the selection mark image. The first and third are the corners, and the middle is stretched to fill the area
|
||||
Main_selection_slices_X=3,3,3
|
||||
Main_selection_slices_Y=3,3,3
|
||||
|
||||
; Main_split_selection - a bitmap to use for the split-button selection (can be 32-bit bitmap with transparency or 24-bit bitmap with no transparency)
|
||||
; If Main_split_selection, the split buttons will be drawn using Main_selection
|
||||
Main_split_selection=6
|
||||
|
||||
; Main_split_selection_slices_X - slices of the split selection mark image. The first 3 are for the main button portion. The last 3 are for the arrow portion
|
||||
Main_split_selection_slices_X=3,2,1,1,2,3
|
||||
Main_split_selection_slices_Y=3,3,3
|
||||
|
||||
; Main_pager - a bitmap that contains the background for the pager buttons (the ones that scroll menus up and down)
|
||||
Main_pager=4
|
||||
|
||||
; Main_pager_slices_X, Main_pager_slices_Y - the slices for Main_pager
|
||||
Main_pager_slices_X=3,10,3
|
||||
Main_pager_slices_Y=3,9,3
|
||||
|
||||
; Main_pager_arrows - a bitmap that contains the arrow image to draw on top of the Main_pager background
|
||||
Main_pager_arrows=5
|
||||
|
||||
; Main_arrows - bitmap for the sub-menu arrows. The top half of the image is the normal arrow and the bottom half is the selected arrow
|
||||
Main_arrow_color=#000000,#000000
|
||||
Main_arrow_padding=8,10,100%
|
||||
Main_split_arrow_padding=10,10,100%
|
||||
|
||||
; Main_separator - ID of a bitmap resource to use for the main menu separator. If no value is set the system separator is used
|
||||
Main_separator=11
|
||||
|
||||
; Main_separator_slices_X - the horizontal slices for the separator bitmap
|
||||
Main_separator_slices_X=6,6,6
|
||||
|
||||
; Second column
|
||||
|
||||
Main2_text_color=#000000,#000000,#7F7F7F,#7F7F7F
|
||||
Main2_text_padding=1,7,8,7,100%
|
||||
Main2_padding=3,10,4,11
|
||||
Main2_selection=10
|
||||
Main2_selection_slices_X=3,3,3
|
||||
Main2_selection_slices_Y=3,3,3
|
||||
Main2_split_selection=6
|
||||
Main2_split_selection_slices_X=3,2,1,1,2,3
|
||||
Main2_split_selection_slices_Y=3,3,3
|
||||
Main2_arrow_color=#000000,#000000
|
||||
Main2_separator=11
|
||||
Main2_separator_slices_X=6,6,6
|
||||
Main2_icon_padding=4,4,3,4,100%
|
||||
Main2_arrow_padding=7,7,100%
|
||||
Main_new_selection=3
|
||||
Main_new_selection_slices_X=3,3,3
|
||||
Main_new_selection_slices_Y=3,3,3
|
||||
|
||||
; Shutdown button
|
||||
|
||||
Shutdown_selection=18
|
||||
Shutdown_search_selection=18
|
||||
Shutdown_jump_selection=18
|
||||
Shutdown_selection_slices_X=3,2,1,1,2,3
|
||||
Shutdown_selection_slices_Y=3,3,3
|
||||
Shutdown_padding=0,9,0,4,100%
|
||||
Shutdown_text_padding=10,5,12,6,100%
|
||||
Shutdown_icon_padding=5,3,-5,3,100%
|
||||
Shutdown_arrow_padding=7,9,100%
|
||||
|
||||
|
||||
; Programs tree
|
||||
|
||||
Programs_background=transparent
|
||||
Programs_selection=10
|
||||
Programs_selection_slices_X=3,3,3
|
||||
Programs_selection_slices_Y=3,3,3
|
||||
Programs_new_selection=3
|
||||
Programs_new_selection_slices_X=3,3,3
|
||||
Programs_new_selection_slices_Y=3,3,3
|
||||
Programs_text_color=#000000,#000000,#7F7F7F,#7F7F7F
|
||||
Programs_text_padding=0,3,0,3,100%
|
||||
Programs_icon_padding=2,2,2,2,100%
|
||||
Programs_indent=-5
|
||||
Programs_icon=7
|
||||
Programs_icon_mask=#FF0000
|
||||
Programs_icon_tint1=#000000
|
||||
Programs_icon_selected=7
|
||||
|
||||
Programs_button_text_padding=1,5,8,5,100%
|
||||
Programs_button_new_text_padding=1,5,8,5,100%
|
||||
|
||||
; Scrollbar
|
||||
Scrollbar_button=14
|
||||
Scrollbar_button_slices_X=2,3,2
|
||||
Scrollbar_button_slices_Y=2,3,2
|
||||
Scrollbar_thumb=14
|
||||
Scrollbar_thumb_slices_X=2,3,2
|
||||
Scrollbar_thumb_slices_Y=2,3,2
|
||||
Scrollbar_background=15
|
||||
Scrollbar_background_slices_X=3,3,3
|
||||
Scrollbar_background_slices_Y=3,3,3
|
||||
Scrollbar_arrows=16
|
||||
Scrollbar_gripper=17
|
||||
|
||||
|
||||
; LIST SECTION
|
||||
List_selection=10
|
||||
List_selection_slices_X=3,3,3
|
||||
List_selection_slices_Y=3,3,3
|
||||
List_split_selection=6
|
||||
List_split_selection_slices_X=3,2,1,1,2,3
|
||||
List_split_selection_slices_Y=3,3,3
|
||||
List_text_padding=0,3,4,3,100%
|
||||
List_separator_text_color=#003399,#003399
|
||||
List_separator_text_padding=3,0,0,0,100%
|
||||
List_separator_icon_padding=6,3,3,3,100%
|
||||
List_arrow_padding=5,7,100%
|
||||
List_separator_split_text_color=#003399,#003399
|
||||
List_separator_split_text_padding=3,0,0,0,100%
|
||||
List_separator_split_icon_padding=6,3,3,3,100%
|
||||
|
||||
Main_search_indent=16
|
||||
|
||||
Search_padding=6,16,10,6,100%,100%,0%,100%
|
||||
Search_frame=0
|
||||
Search_background=23
|
||||
Search_background_mask=24
|
||||
Search_background_slices_X=7,2,3, 0,5,10, 0,1,9
|
||||
Search_background_slices_Y=10,1,3, 0,4,0, 2,1,7
|
||||
Search_background_padding=7,5,6,4
|
||||
Search_hint_font="Segoe UI",italic,-9
|
||||
; 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
|
||||
|
||||
|
||||
;SUB-MENU SECTION - describes the look of the sub-menus
|
||||
|
||||
; The width of the standard window border is subtracted from all sides
|
||||
; This is usually 2 pixels for the Classic theme and 1 pixel for Aero or Basic
|
||||
Submenu_padding=2,2,2,2
|
||||
|
||||
; These have the same meaning as the Main_... properties
|
||||
Submenu_thin_frame=1
|
||||
Submenu_background=#E0E0E0
|
||||
Submenu_font="Segoe UI",normal,-9
|
||||
Submenu_text_color=#000000,#000000,#7F7F7F,#7F7F7F
|
||||
Submenu_selection=10
|
||||
Submenu_selection_slices_X=3,3,3
|
||||
Submenu_selection_slices_Y=3,3,3
|
||||
Submenu_split_selection=6
|
||||
Submenu_split_selection_slices_X=3,2,1,1,2,3
|
||||
Submenu_split_selection_slices_Y=3,3,3
|
||||
Submenu_pager=4
|
||||
Submenu_pager_slices_X=4,4,4
|
||||
Submenu_pager_slices_Y=3,3,3
|
||||
Submenu_pager_arrows=5
|
||||
Submenu_arrow_color=#000000,#000000
|
||||
Submenu_separator=11
|
||||
Submenu_separator_slices_X=6,6,6
|
||||
Submenu_separator_text_padding=3,4,4,8,100%
|
||||
Submenu_separator_font="Segoe UI",normal,-10
|
||||
Submenu_separator_text_color=#0062ad
|
||||
Submenu_new_selection=3
|
||||
Submenu_new_selection_slices_X=3,3,3
|
||||
Submenu_new_selection_slices_Y=3,3,3
|
||||
|
||||
|
||||
; OPTIONS
|
||||
|
||||
OPTION USER_IMAGE=#7014,1
|
||||
OPTION SMALL_ICONS=#7011,0
|
||||
OPTION LARGE_FONT=#7006,0
|
||||
OPTION RADIOGROUP=#7026,0,COLOR_SILVER|COLOR_GOLD|COLOR_STEEL|COLOR_TITANIUM|COLOR_CUSTOM
|
||||
OPTION COLOR_SILVER=#7030,1
|
||||
OPTION COLOR_GOLD=#7031,0
|
||||
OPTION COLOR_STEEL=#7032,0
|
||||
OPTION COLOR_TITANIUM=#7033,0
|
||||
OPTION_COLOR COLOR_CUSTOM=#7027,0,TRUE,FFFFFF
|
||||
OPTION RADIOGROUP=#7028,0,SUBCOLOR_SILVER|SUBCOLOR_GOLD|SUBCOLOR_STEEL|SUBCOLOR_TITANIUM|SUBCOLOR_CUSTOM
|
||||
OPTION SUBCOLOR_SILVER=#7030,1
|
||||
OPTION SUBCOLOR_GOLD=#7031,0
|
||||
OPTION SUBCOLOR_STEEL=#7032,0
|
||||
OPTION SUBCOLOR_TITANIUM=#7033,0
|
||||
OPTION_COLOR SUBCOLOR_CUSTOM=#7029,0,TRUE,FFFFFF
|
||||
OPTION_IMAGE CUSTOM_IMAGE_LEFT=#7034,0
|
||||
OPTION_IMAGE CUSTOM_IMAGE_RIGHT=#7035,0
|
||||
OPTION_COLOR CUSTOM_TEXT_COLOR_LEFT=#7036,0,TRUE,000000
|
||||
OPTION_COLOR CUSTOM_TEXT_COLOR_RIGHT=#7037,0,TRUE,000000
|
||||
OPTION_NUMBER CUSTOM_TEXT_SIZE=#7038,0,TRUE,12
|
||||
|
||||
|
||||
[SMALL_ICONS]
|
||||
Main_large_icons=0
|
||||
Main_arrow_padding=7,9,100%
|
||||
Main_split_arrow_padding=9,9,100%
|
||||
Main2_text_padding=1,3,8,4,100%
|
||||
|
||||
|
||||
[LARGE_FONT]
|
||||
Main_font="Segoe UI",normal,-10
|
||||
Submenu_font="Segoe UI",normal,-10
|
||||
Shutdown_text_padding=10,5,12,6,100%
|
||||
Search_hint_font="Segoe UI",italic,-10
|
||||
Main_text_padding=1,0,8,2,100%
|
||||
Submenu_text_padding=1,0,8,2,100%
|
||||
Programs_text_padding=0,0,0,2,100%
|
||||
|
||||
|
||||
|
||||
[USER_IMAGE]
|
||||
; User_bitmap - the frame around the user picture
|
||||
User_bitmap=12
|
||||
User_mask=26
|
||||
User_image_size=48
|
||||
User_frame_position=36
|
||||
User_image_offset=8,8
|
||||
User_bitmap_outside=1
|
||||
|
||||
|
||||
[HIGH_DPI]
|
||||
Submenu_pager_arrows=25
|
||||
Programs_icon=8
|
||||
Programs_button_text_padding=1,0,8,1,100%
|
||||
Programs_button_new_text_padding=1,0,8,1,100%
|
||||
|
||||
[USER_IMAGE AND HIGH_DPI]
|
||||
User_bitmap=13
|
||||
User_image_size=64
|
||||
User_mask=27
|
||||
User_frame_position=40
|
||||
|
||||
|
||||
[NOT COLOR_SILVER]
|
||||
Main_bitmap_mask=#3F0000
|
||||
Main_bitmap_search_mask=#3F0000
|
||||
Main_bitmap_jump_mask=#3F0000
|
||||
Pattern1_mask=#3F0000
|
||||
Pattern2_mask=#3F0000
|
||||
Main_selection_mask=#3F0000
|
||||
Main2_selection_mask=#3F0000
|
||||
Main_split_selection_mask=#3F0000
|
||||
Main2_split_selection_mask=#3F0000
|
||||
List_selection_mask=#3F0000
|
||||
List_split_selection_mask=#3F0000
|
||||
Programs_selection_mask=#3F0000
|
||||
Shutdown_selection_mask=#3F0000
|
||||
Shutdown_search_selection_mask=#3F0000
|
||||
Shutdown_jump_selection_mask=#3F0000
|
||||
Search_background_mask=#3F0000
|
||||
Scrollbar_button_mask=#3F0000
|
||||
Scrollbar_thumb_mask=#3F0000
|
||||
Scrollbar_background_mask=#3F0000
|
||||
|
||||
|
||||
[SUBCOLOR_SILVER]
|
||||
Submenu_selection_mask=#3F0000
|
||||
Submenu_split_selection_mask=#3F0000
|
||||
Submenu_background_mask=0
|
||||
Submenu_selection_tint1=#808080
|
||||
Submenu_split_selection_tint1=#808080
|
||||
Submenu_background=#FFFFFF
|
||||
|
||||
[NOT SUBCOLOR_SILVER]
|
||||
Submenu_selection_mask=#3F0000
|
||||
Submenu_split_selection_mask=#3F0000
|
||||
Submenu_background_mask=#3F0000
|
||||
|
||||
|
||||
[COLOR_GOLD]
|
||||
Main_bitmap_tint1=#FFFF00
|
||||
Main_bitmap_search_tint1=#FFFF00
|
||||
Main_bitmap_jump_tint1=#FFFF00
|
||||
Pattern1_tint1=#FFFF00
|
||||
Pattern2_tint1=#FFFF00
|
||||
Main_selection_tint1=#FFFF00
|
||||
Main2_selection_tint1=#FFFF00
|
||||
Main_split_selection_tint1=#FFFF00
|
||||
Main2_split_selection_tint1=#FFFF00
|
||||
List_selection_tint1=#FFFF00
|
||||
List_split_selection_tint1=#FFFF00
|
||||
Programs_selection_tint1=#FFFF00
|
||||
Shutdown_selection_tint1=#FFFF00
|
||||
Shutdown_search_selection_tint1=#FFFF00
|
||||
Shutdown_jump_selection_tint1=#FFFF00
|
||||
Search_background_tint1=#FFFF00
|
||||
Scrollbar_button_tint1=#FFFF00
|
||||
Scrollbar_thumb_tint1=#FFFF00
|
||||
Scrollbar_background_tint1=#FFFF00
|
||||
|
||||
[SUBCOLOR_GOLD]
|
||||
Submenu_selection_tint1=#FFFF00
|
||||
Submenu_split_selection_tint1=#FFFF00
|
||||
Submenu_background_tint1=#FFFF00
|
||||
|
||||
|
||||
[COLOR_STEEL]
|
||||
Main_bitmap_tint1=#BFBFFF
|
||||
Main_bitmap_search_tint1=#BFBFFF
|
||||
Main_bitmap_jump_tint1=#BFBFFF
|
||||
Pattern1_tint1=#BFBFFF
|
||||
Pattern2_tint1=#BFBFFF
|
||||
Main_selection_tint1=#BFBFFF
|
||||
Main2_selection_tint1=#BFBFFF
|
||||
Main_split_selection_tint1=#BFBFFF
|
||||
Main2_split_selection_tint1=#BFBFFF
|
||||
List_selection_tint1=#BFBFFF
|
||||
List_split_selection_tint1=#BFBFFF
|
||||
Programs_selection_tint1=#BFBFFF
|
||||
Shutdown_selection_tint1=#BFBFFF
|
||||
Shutdown_search_selection_tint1=#BFBFFF
|
||||
Shutdown_jump_selection_tint1=#BFBFFF
|
||||
Search_background_tint1=#BFBFFF
|
||||
Scrollbar_button_tint1=#BFBFFF
|
||||
Scrollbar_thumb_tint1=#BFBFFF
|
||||
Scrollbar_background_tint1=#BFBFFF
|
||||
|
||||
[SUBCOLOR_STEEL]
|
||||
Submenu_selection_tint1=#BFBFFF
|
||||
Submenu_split_selection_tint1=#BFBFFF
|
||||
Submenu_background_tint1=#BFBFFF
|
||||
|
||||
|
||||
[COLOR_TITANIUM]
|
||||
Main_bitmap_tint1=#000000
|
||||
Main_bitmap_search_tint1=#000000
|
||||
Main_bitmap_jump_tint1=#000000
|
||||
Pattern1_tint1=#000000
|
||||
Pattern2_tint1=#000000
|
||||
Main_selection_tint1=#000000
|
||||
Main2_selection_tint1=#000000
|
||||
Main_split_selection_tint1=#000000
|
||||
Main2_split_selection_tint1=#000000
|
||||
List_selection_tint1=#000000
|
||||
List_split_selection_tint1=#000000
|
||||
Programs_selection_tint1=#000000
|
||||
Shutdown_selection_tint1=#000000
|
||||
Shutdown_search_selection_tint1=#000000
|
||||
Shutdown_jump_selection_tint1=#000000
|
||||
Search_background_tint1=#000000
|
||||
Scrollbar_button_tint1=#000000
|
||||
Scrollbar_thumb_tint1=#000000
|
||||
Scrollbar_background_tint1=#000000
|
||||
|
||||
[SUBCOLOR_TITANIUM]
|
||||
Submenu_selection_tint1=#000000
|
||||
Submenu_split_selection_tint1=#000000
|
||||
Submenu_background_tint1=#000000
|
||||
|
||||
|
||||
[COLOR_CUSTOM]
|
||||
Main_bitmap_tint1=@COLOR_CUSTOM@
|
||||
Main_bitmap_search_tint1=@COLOR_CUSTOM@
|
||||
Main_bitmap_jump_tint1=@COLOR_CUSTOM@
|
||||
Pattern1_tint1=@COLOR_CUSTOM@
|
||||
Pattern2_tint1=@COLOR_CUSTOM@
|
||||
Main_selection_tint1=@COLOR_CUSTOM@
|
||||
Main2_selection_tint1=@COLOR_CUSTOM@
|
||||
Main_split_selection_tint1=@COLOR_CUSTOM@
|
||||
Main2_split_selection_tint1=@COLOR_CUSTOM@
|
||||
List_selection_tint1=@COLOR_CUSTOM@
|
||||
List_split_selection_tint1=@COLOR_CUSTOM@
|
||||
Programs_selection_tint1=@COLOR_CUSTOM@
|
||||
Shutdown_selection_tint1=@COLOR_CUSTOM@
|
||||
Shutdown_search_selection_tint1=@COLOR_CUSTOM@
|
||||
Shutdown_jump_selection_tint1=@COLOR_CUSTOM@
|
||||
Search_background_tint1=@COLOR_CUSTOM@
|
||||
Scrollbar_button_tint1=@COLOR_CUSTOM@
|
||||
Scrollbar_thumb_tint1=@COLOR_CUSTOM@
|
||||
Scrollbar_background_tint1=@COLOR_CUSTOM@
|
||||
|
||||
[SUBCOLOR_CUSTOM]
|
||||
Submenu_selection_tint1=@SUBCOLOR_CUSTOM@
|
||||
Submenu_split_selection_tint1=@SUBCOLOR_CUSTOM@
|
||||
Submenu_background_tint1=@SUBCOLOR_CUSTOM@
|
||||
|
||||
[CUSTOM_IMAGE_RIGHT]
|
||||
Pattern1=@CUSTOM_IMAGE_RIGHT@
|
||||
|
||||
[CUSTOM_IMAGE_LEFT]
|
||||
Pattern2=@CUSTOM_IMAGE_LEFT@
|
||||
|
||||
[CUSTOM_TEXT_COLOR_LEFT]
|
||||
Main_text_color=@CUSTOM_TEXT_COLOR_LEFT@,#000000,#7F7F7F,#7F7F7F
|
||||
Programs_text_color=@CUSTOM_TEXT_COLOR_LEFT@,#000000,#7F7F7F,#7F7F7F
|
||||
List_separator_text_color=@CUSTOM_TEXT_COLOR_LEFT@,#000000
|
||||
List_separator_split_text_color=@CUSTOM_TEXT_COLOR_LEFT@,#000000
|
||||
Main_arrow_color=@CUSTOM_TEXT_COLOR_LEFT@,#000000
|
||||
Programs_icon_tint1=@CUSTOM_TEXT_COLOR_LEFT@
|
||||
|
||||
|
||||
[CUSTOM_TEXT_COLOR_RIGHT]
|
||||
Main2_text_color=@CUSTOM_TEXT_COLOR_RIGHT@,#000000,#7F7F7F,#7F7F7F
|
||||
Main2_arrow_color=@CUSTOM_TEXT_COLOR_RIGHT@,#000000
|
||||
Shutdown_text_color=@CUSTOM_TEXT_COLOR_RIGHT@,#000000
|
||||
Shutdown_arrow_color=@CUSTOM_TEXT_COLOR_RIGHT@,#000000
|
||||
|
||||
|
||||
[CUSTOM_TEXT_SIZE]
|
||||
Main_font="Segoe UI",normal,@CUSTOM_TEXT_SIZE@
|
||||
Search_hint_font="Segoe UI",italic,@CUSTOM_TEXT_SIZE@
|
||||
Submenu_font="Segoe UI",normal,@CUSTOM_TEXT_SIZE@
|
||||
BIN
ClassicStartSrc/Skins/Metallic7/main_bitmap.bmp
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
ClassicStartSrc/Skins/Metallic7/main_bitmap_jump.bmp
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
ClassicStartSrc/Skins/Metallic7/main_bitmap_search.bmp
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
ClassicStartSrc/Skins/Metallic7/main_pattern.bmp
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
ClassicStartSrc/Skins/Metallic7/main_pattern_jump.bmp
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
ClassicStartSrc/Skins/Metallic7/main_pattern_search.bmp
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
ClassicStartSrc/Skins/Metallic7/metal.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
ClassicStartSrc/Skins/Metallic7/pager.bmp
Normal file
|
After Width: | Height: | Size: 920 B |
BIN
ClassicStartSrc/Skins/Metallic7/pager_arrows.bmp
Normal file
|
After Width: | Height: | Size: 504 B |
BIN
ClassicStartSrc/Skins/Metallic7/pager_arrows150.bmp
Normal file
|
After Width: | Height: | Size: 776 B |
BIN
ClassicStartSrc/Skins/Metallic7/programs.bmp
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
ClassicStartSrc/Skins/Metallic7/programs150.bmp
Normal file
|
After Width: | Height: | Size: 4.9 KiB |
18
ClassicStartSrc/Skins/Metallic7/resource.h
Normal file
@@ -0,0 +1,18 @@
|
||||
//{{NO_DEPENDENCIES}}
|
||||
// Microsoft Visual C++ generated include file.
|
||||
// Used by Chromium7.rc
|
||||
//
|
||||
#define IDR_SKIN1 103
|
||||
#define IDB_BITMAP1 107
|
||||
#define IDB_BITMAP2 108
|
||||
|
||||
// Next default values for new objects
|
||||
//
|
||||
#ifdef APSTUDIO_INVOKED
|
||||
#ifndef APSTUDIO_READONLY_SYMBOLS
|
||||
#define _APS_NEXT_RESOURCE_VALUE 109
|
||||
#define _APS_NEXT_COMMAND_VALUE 40001
|
||||
#define _APS_NEXT_CONTROL_VALUE 1001
|
||||
#define _APS_NEXT_SYMED_VALUE 101
|
||||
#endif
|
||||
#endif
|
||||
BIN
ClassicStartSrc/Skins/Metallic7/screw.png
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
ClassicStartSrc/Skins/Metallic7/scroll_arrows.bmp
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
ClassicStartSrc/Skins/Metallic7/scroll_bg.bmp
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
ClassicStartSrc/Skins/Metallic7/scroll_button.bmp
Normal file
|
After Width: | Height: | Size: 644 B |
BIN
ClassicStartSrc/Skins/Metallic7/scroll_grip.bmp
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
ClassicStartSrc/Skins/Metallic7/search_background.bmp
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
BIN
ClassicStartSrc/Skins/Metallic7/search_background_mask.bmp
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
ClassicStartSrc/Skins/Metallic7/search_pattern.bmp
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
BIN
ClassicStartSrc/Skins/Metallic7/selection.bmp
Normal file
|
After Width: | Height: | Size: 380 B |
BIN
ClassicStartSrc/Skins/Metallic7/selection_new.bmp
Normal file
|
After Width: | Height: | Size: 380 B |
BIN
ClassicStartSrc/Skins/Metallic7/separator.bmp
Normal file
|
After Width: | Height: | Size: 632 B |
BIN
ClassicStartSrc/Skins/Metallic7/shine.jpg
Normal file
|
After Width: | Height: | Size: 66 KiB |
BIN
ClassicStartSrc/Skins/Metallic7/shine.png
Normal file
|
After Width: | Height: | Size: 552 KiB |
BIN
ClassicStartSrc/Skins/Metallic7/shutdown.bmp
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
ClassicStartSrc/Skins/Metallic7/split_selection.bmp
Normal file
|
After Width: | Height: | Size: 920 B |
BIN
ClassicStartSrc/Skins/Metallic7/user_bitmap.bmp
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
ClassicStartSrc/Skins/Metallic7/user_bitmap150.bmp
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
ClassicStartSrc/Skins/Metallic7/user_mask.bmp
Normal file
|
After Width: | Height: | Size: 9.1 KiB |
BIN
ClassicStartSrc/Skins/Metallic7/user_mask150.bmp
Normal file
|
After Width: | Height: | Size: 16 KiB |
106
ClassicStartSrc/Skins/Metro/Metro.rc
Normal file
@@ -0,0 +1,106 @@
|
||||
// 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
|
||||
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Icon
|
||||
//
|
||||
|
||||
// Icon with lowest ID value placed first to ensure application icon
|
||||
// remains consistent on all systems.
|
||||
1 ICON "..\\..\\ClassicStartSetup\\ClassicStart.ico"
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// SKIN
|
||||
//
|
||||
|
||||
1 SKIN "SkinDescription.txt"
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Bitmap
|
||||
//
|
||||
|
||||
1 BITMAP "main_bitmap_mask.bmp"
|
||||
2 BITMAP "submenu.bmp"
|
||||
3 BITMAP "separator_submenuV.bmp"
|
||||
4 BITMAP "pager.bmp"
|
||||
5 BITMAP "pager_arrows.bmp"
|
||||
6 BITMAP "separator.bmp"
|
||||
7 BITMAP "separator2.bmp"
|
||||
8 BITMAP "separatorXP.bmp"
|
||||
9 BITMAP "search.bmp"
|
||||
10 BITMAP "icon_frame.bmp"
|
||||
11 BITMAP "pins.bmp"
|
||||
12 BITMAP "user_bitmap.bmp"
|
||||
13 BITMAP "user_bitmap_small.bmp"
|
||||
14 BITMAP "main_bitmap2.bmp"
|
||||
15 BITMAP "main_bitmap_mask2.bmp"
|
||||
16 BITMAP "glass_mask.bmp"
|
||||
17 BITMAP "glass_selection.bmp"
|
||||
18 BITMAP "glass_selection2.bmp"
|
||||
19 BITMAP "glass_new_selection.bmp"
|
||||
|
||||
|
||||
#endif // English (U.S.) resources
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
|
||||
#ifndef APSTUDIO_INVOKED
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Generated from the TEXTINCLUDE 3 resource.
|
||||
//
|
||||
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
#endif // not APSTUDIO_INVOKED
|
||||
|
||||
77
ClassicStartSrc/Skins/Metro/Metro.vcxproj
Normal file
@@ -0,0 +1,77 @@
|
||||
<?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>{63BAF573-170B-4FA0-AEE3-16E04F3E9DF5}</ProjectGuid>
|
||||
<RootNamespace>Metro</RootNamespace>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
<WindowsTargetPlatformVersion>10.0.16299.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)ClassicStartMenu\Skins\</OutDir>
|
||||
<IntDir>$(Configuration)\</IntDir>
|
||||
<IgnoreImportLibrary>true</IgnoreImportLibrary>
|
||||
<LinkIncremental>false</LinkIncremental>
|
||||
<TargetExt>.skin</TargetExt>
|
||||
<TargetName>Metro</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="glass_mask.bmp" />
|
||||
<Image Include="glass_selection.bmp" />
|
||||
<Image Include="glass_selection2.bmp" />
|
||||
<Image Include="icon_frame.bmp" />
|
||||
<Image Include="main_bitmap2.bmp" />
|
||||
<Image Include="main_bitmap_mask.bmp" />
|
||||
<Image Include="main_bitmap_mask2.bmp" />
|
||||
<Image Include="pager.bmp" />
|
||||
<Image Include="pager_arrows.bmp" />
|
||||
<Image Include="pins.bmp" />
|
||||
<Image Include="search.bmp" />
|
||||
<Image Include="separator.bmp" />
|
||||
<Image Include="separator2.bmp" />
|
||||
<Image Include="separatorXP.bmp" />
|
||||
<Image Include="separator_submenuV.bmp" />
|
||||
<Image Include="submenu.bmp" />
|
||||
<Image Include="user_bitmap.bmp" />
|
||||
<Image Include="user_bitmap_small.bmp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ResourceCompile Include="Metro.rc" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="resource.h" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
84
ClassicStartSrc/Skins/Metro/Metro.vcxproj.filters
Normal file
@@ -0,0 +1,84 @@
|
||||
<?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="glass_mask.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="glass_selection.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="glass_selection2.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="icon_frame.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="main_bitmap2.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="main_bitmap_mask.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="main_bitmap_mask2.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="pager.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="pager_arrows.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="pins.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="search.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="separator.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="separator2.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="separator_submenuV.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="separatorXP.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="submenu.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="user_bitmap.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
<Image Include="user_bitmap_small.bmp">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ResourceCompile Include="Metro.rc">
|
||||
<Filter>Resource Files</Filter>
|
||||
</ResourceCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="resource.h">
|
||||
<Filter>Resource Files</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
362
ClassicStartSrc/Skins/Metro/SkinDescription.txt
Normal file
@@ -0,0 +1,362 @@
|
||||
; Metro skin
|
||||
|
||||
About=#7109
|
||||
AboutIcon=1
|
||||
|
||||
; Version - version of the required skin engine. Set to 2 if the skin uses any of the new features introduced in Classic Start 1.9.0:
|
||||
; * full glass
|
||||
; * skinnable sub-menus
|
||||
; * skinnable pager buttons
|
||||
; * skinnable arrows
|
||||
; Set to 3 if the skin uses any of the new features introduced in Classic Start 4.2.1:
|
||||
; * skinnable scrollbars
|
||||
; * tint colors
|
||||
; * start screen colors
|
||||
Version=3
|
||||
|
||||
Main_opacity=region
|
||||
Main2_opacity=region
|
||||
Main_large_icons=1
|
||||
|
||||
Main_background=$SystemAccentDark1|$StartBackground
|
||||
Main_bitmap=$SystemAccentDark1|$StartBackground
|
||||
Main_bitmap_tint1=$StartHoverBackground
|
||||
Main_bitmap_tint2=$StartSelectionHoverBackground
|
||||
Main_bitmap_mask=1
|
||||
Main_bitmap_slices_X=2,1,2,0,1,0
|
||||
Main_bitmap_slices_Y=2,96,2
|
||||
Main_padding=0,2,2,2
|
||||
|
||||
Main_font="Segoe UI",normal,-9
|
||||
|
||||
Main_text_color=$StartPrimaryText,$StartSelectionPrimaryText,$StartSecondaryText,$StartSelectionSecondaryText
|
||||
|
||||
Main_selection=$SystemAccentDark2|$StartSelectionBackground
|
||||
|
||||
Caption_font="Segoe UI",normal,18
|
||||
Caption_text_color=$StartPrimaryText
|
||||
Caption_padding=3,3,3,12,100%
|
||||
|
||||
|
||||
; Main_pager - a bitmap that contains the background for the pager buttons (the ones that scroll menus up and down)
|
||||
Main_pager=$SystemAccentDark1|$StartBackground
|
||||
Main_pager_tint1=$ControlDefaultDarkButtonBackgroundRest
|
||||
Main_pager_tint2=$ControlDefaultDarkButtonBackgroundPressed
|
||||
Main_pager_mask=4
|
||||
Main_pager_slices_X=3,10,3
|
||||
Main_pager_slices_Y=3,9,3
|
||||
Main_pager_arrows=$SystemAccentDark1|$StartBackground
|
||||
Main_pager_arrows_tint1=$ControlDefaultDarkButtonTextRest
|
||||
Main_pager_arrows_tint2=$ControlDefaultDarkButtonTextPressed
|
||||
Main_pager_arrows_mask=5
|
||||
|
||||
; Main_arrows - bitmap for the sub-menu arrows. The top half of the image is the normal arrow and the bottom half is the selected arrow
|
||||
Main_arrow_color=$StartPrimaryText,$StartSelectionPrimaryText
|
||||
Main_arrow_padding=8,9,100%
|
||||
Main_split_arrow_padding=10,10,100%
|
||||
|
||||
; Main_separator - ID of a bitmap resource to use for the main menu separator. If no value is set the system separator is used
|
||||
Main_separator=$SystemAccentDark1|$StartBackground
|
||||
Main_separator_tint1=$StartSystemTilesBackground
|
||||
Main_separator_mask=6
|
||||
Main_separator_slices_X=8,6,8
|
||||
Main_search_indent=16
|
||||
Main_new_selection=$SystemAccentDark1|$StartBackground
|
||||
Main_new_selection_tint1=$StartInlineErrorText
|
||||
Main_new_selection_mask=#7F0000
|
||||
|
||||
; Second column
|
||||
|
||||
Main2_text_padding=1,7,8,7,100%
|
||||
Main2_padding=8,2,2,2
|
||||
Main2_separator=$SystemAccentDark1|$StartBackground
|
||||
Main2_separator_tint1=$StartSystemTilesBackground
|
||||
Main2_separator_mask=8
|
||||
Main2_separator_slices_X=8,6,8
|
||||
Main2_icon_padding=4,4,3,4,100%
|
||||
Main2_arrow_padding=7,7,100%
|
||||
Main2_new_selection=$SystemAccentDark1|$StartBackground
|
||||
Main2_new_selection_tint1=$StartInlineErrorText
|
||||
Main2_new_selection_mask=#7F0000
|
||||
|
||||
; 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
|
||||
Pin_bitmap=11
|
||||
Pin_bitmap_tint1=$StartSecondaryText
|
||||
Pin_bitmap_mask=#FF0000
|
||||
|
||||
|
||||
Search_hint_font="Segoe UI",italic,-9
|
||||
Search_text_color=$ControlDarkRichEditTextRest,$ControlDarkRichEditTextRest
|
||||
Search_text_color_tint1=$ControlDarkRichEditBackgroundRest
|
||||
Search_text_color_mask=#000000,#7F0000
|
||||
Search_text_background=$SystemAccentDark1|$StartBackground
|
||||
Search_text_background_tint1=$ControlDarkRichEditBackgroundRest
|
||||
Search_text_background_mask=#FF0000
|
||||
Search_bitmap=9
|
||||
Search_bitmap_tint1=$StartPrimaryText
|
||||
Search_bitmap_mask=#FF0000
|
||||
|
||||
;SUB-MENU SECTION - describes the look of the sub-menus
|
||||
|
||||
; The width of the standard window border is subtracted from all sides
|
||||
; This is usually 2 pixels for the Classic theme and 1 pixel for Aero or Basic
|
||||
Submenu_padding=2,2,2,2
|
||||
|
||||
; These have the same meaning as the Main_... properties
|
||||
Submenu_opacity=region
|
||||
Submenu_opacity=region
|
||||
Submenu_bitmap=$SystemAccentDark1|$StartBackground
|
||||
Submenu_bitmap_tint1=$StartHighlight
|
||||
Submenu_bitmap_mask=2
|
||||
Submenu_bitmap_slices_X=4,4,4
|
||||
Submenu_bitmap_slices_Y=4,4,4
|
||||
|
||||
Submenu_font="Segoe UI",normal,-9
|
||||
Submenu_text_color=$StartPrimaryText,$StartSelectionPrimaryText,$StartSecondaryText,$StartSelectionSecondaryText
|
||||
Submenu_selection=$SystemAccentDark2|$StartSelectionBackground
|
||||
|
||||
Submenu_pager=$SystemAccentDark1|$StartBackground
|
||||
Submenu_pager_tint1=$ControlDefaultDarkButtonBackgroundRest
|
||||
Submenu_pager_tint2=$ControlDefaultDarkButtonBackgroundPressed
|
||||
Submenu_pager_mask=4
|
||||
Submenu_pager_slices_X=3,10,3
|
||||
Submenu_pager_slices_Y=3,9,3
|
||||
Submenu_pager_arrows=$SystemAccentDark1|$StartBackground
|
||||
Submenu_pager_arrows_tint1=$ControlDefaultDarkButtonTextRest
|
||||
Submenu_pager_arrows_tint2=$ControlDefaultDarkButtonTextPressed
|
||||
Submenu_pager_arrows_mask=5
|
||||
|
||||
Submenu_arrow_color=$StartPrimaryText,$StartSelectionPrimaryText
|
||||
Submenu_separator=7
|
||||
Submenu_separator_tint1=$SystemAccentDark1|$StartBackground
|
||||
Submenu_separator_tint2=$StartSystemTilesBackground
|
||||
Submenu_separator_mask=#7F8000
|
||||
Submenu_separator_slices_X=8,6,8
|
||||
Submenu_separator_font="Segoe UI",bold,-9
|
||||
Submenu_separator_text_padding=3,4,4,8,100%
|
||||
Submenu_separator_text_color=$StartSelectionSecondaryText,$StartSelectionPrimaryText
|
||||
Submenu_separator_icon_padding=6,3,3,3,100%
|
||||
Submenu_separator_split_font="Segoe UI",bold,-9
|
||||
|
||||
|
||||
Submenu_new_selection=$SystemAccentDark1|$StartBackground
|
||||
Submenu_new_selection_tint1=$StartInlineErrorText
|
||||
Submenu_new_selection_mask=#7F0000
|
||||
|
||||
Submenu_separatorV=$SystemAccentDark1|$StartBackground
|
||||
Submenu_separatorV_tint1=$StartSystemTilesBackground
|
||||
Submenu_separatorV_mask=3
|
||||
Submenu_separatorV_slices_Y=5,5,5
|
||||
|
||||
|
||||
; OPTIONS
|
||||
|
||||
OPTION NO_ICONS=#7008,0, TWO_COLUMNS
|
||||
OPTION CAPTION=#7003,1, NOT TWO_COLUMNS, 0
|
||||
OPTION USER_IMAGE=#7014,0
|
||||
OPTION USER_NAME=#7015,0
|
||||
OPTION CENTER_NAME=#7004,0, USER_NAME, 0
|
||||
OPTION SMALL_ICONS=#7011,0
|
||||
OPTION LARGE_FONT=#7006,0
|
||||
OPTION ICON_FRAMES=#7023,1, NOT SMALL_ICONS, 0
|
||||
OPTION OPAQUE=#7025,0
|
||||
|
||||
Classic1_options=CAPTION, USER_IMAGE, USER_NAME, CENTER_NAME, SMALL_ICONS, LARGE_FONT, ICON_FRAMES, OPAQUE
|
||||
Classic2_options=NO_ICONS, USER_IMAGE, USER_NAME, CENTER_NAME, SMALL_ICONS, LARGE_FONT, ICON_FRAMES, OPAQUE
|
||||
AllPrograms_options=LARGE_FONT
|
||||
|
||||
[NOT CAPTION]
|
||||
Main_bitmap_mask=14
|
||||
Main_bitmap_slices_X=0,0,0,4,4,4
|
||||
Main_bitmap_slices_Y=2,8,2
|
||||
Main_padding=2,2,2,2
|
||||
|
||||
|
||||
[ICON_FRAMES AND NOT SMALL_ICONS]
|
||||
Main_icon_frame=$SystemAccentDark1|$StartBackground
|
||||
Main_icon_frame_tint1=$SystemAccentDark2|$StartSelectionBackground
|
||||
Main_icon_frame_mask=10
|
||||
Main_icon_frame_slices_X=4,4,4
|
||||
Main_icon_frame_slices_Y=4,4,4
|
||||
Main_icon_frame_offset=3,3
|
||||
Main_icon_padding=6,6,6,6,100%
|
||||
Main_text_padding=5,2,8,2,100%
|
||||
Main2_icon_padding=6,6,6,6,100%
|
||||
Main2_text_padding=5,2,8,2,100%
|
||||
|
||||
|
||||
[SMALL_ICONS]
|
||||
Main_large_icons=0
|
||||
Caption_font="Segoe UI",normal,15
|
||||
|
||||
|
||||
[LARGE_FONT]
|
||||
Main_font="Segoe UI",normal,-10
|
||||
Submenu_font="Segoe UI",normal,-10
|
||||
Search_hint_font="Segoe UI",italic,-10
|
||||
|
||||
|
||||
[TWO_COLUMNS]
|
||||
Main_bitmap_mask=14
|
||||
Main_bitmap_slices_X=2,2,2,2,2,2
|
||||
Main_bitmap_slices_Y=2,8,2
|
||||
Main_padding=2,2,3,2
|
||||
Main_separatorV=$SystemAccentDark1|$StartBackground
|
||||
Main_separatorV_tint1=$StartSystemTilesBackground
|
||||
Main_separatorV_mask=3
|
||||
Main_separatorV_slices_Y=5,5,5
|
||||
|
||||
|
||||
[USER_IMAGE]
|
||||
; User_image_size - the size of the user image to use. Default is 0, which means the user image is not displayed
|
||||
; The size must be compatible with the size of the frame bitmap User_bitmap. The value is usually 48
|
||||
User_image_size=48
|
||||
User_mask=12
|
||||
|
||||
; User_frame_position - horizontal and vertical position of the user image frame in the main menu.
|
||||
; Positive numbers mean offset from the left and the top. Negative numbers mean offset from the bottom and the right
|
||||
; The horizontal position can also be "center", "center1" and "center2" to center the image relative to the whole menu or to the first or second column
|
||||
User_frame_position=-10,10
|
||||
|
||||
[USER_IMAGE AND SMALL_ICONS]
|
||||
User_image_size=32
|
||||
User_mask=13
|
||||
|
||||
[USER_NAME]
|
||||
User_name_position=10,10,-75,50
|
||||
User_name_align=right
|
||||
User_text_color=$StartSecondaryText
|
||||
User_font="Segoe UI",bold,18
|
||||
User_glow_size=0
|
||||
|
||||
[HIGH_DPI]
|
||||
User_font="Segoe UI",bold,24
|
||||
|
||||
[SMALL_ICONS]
|
||||
User_font="Segoe UI",bold,16
|
||||
|
||||
[SMALL_ICONS AND HIGH_DPI]
|
||||
User_font="Segoe UI",bold,20
|
||||
|
||||
[USER_NAME AND TWO_COLUMNS]
|
||||
User_name_align=right2
|
||||
|
||||
|
||||
; TWO COLUMNS
|
||||
[USER_IMAGE AND TWO_COLUMNS]
|
||||
Main2_padding=4,73,2,2
|
||||
User_name_position=10,17,-70,57
|
||||
|
||||
[USER_IMAGE AND TWO_COLUMNS AND SMALL_ICONS]
|
||||
Main2_padding=4,57,2,2
|
||||
User_name_position=10,10,-54,40
|
||||
|
||||
[USER_NAME AND NOT USER_IMAGE AND TWO_COLUMNS]
|
||||
Main2_padding=4,50,2,2
|
||||
User_name_position=10,5,-10,45
|
||||
|
||||
[USER_NAME AND NOT USER_IMAGE AND TWO_COLUMNS AND SMALL_ICONS]
|
||||
Main2_padding=4,40,2,2
|
||||
User_name_position=10,5,-10,35
|
||||
|
||||
|
||||
; NO CAPTION
|
||||
[USER_IMAGE AND NOT TWO_COLUMNS]
|
||||
Main_padding=2,73,2,2
|
||||
User_name_position=15,15,-70,55
|
||||
|
||||
[USER_IMAGE AND NOT TWO_COLUMNS AND SMALL_ICONS]
|
||||
Main_padding=2,57,2,2
|
||||
User_name_position=15,10,-54,40
|
||||
|
||||
[USER_NAME AND NOT USER_IMAGE AND NOT TWO_COLUMNS]
|
||||
Main_padding=4,47,2,2
|
||||
User_name_position=15,5,-15,45
|
||||
|
||||
[USER_NAME AND NOT USER_IMAGE AND NOT TWO_COLUMNS AND SMALL_ICONS]
|
||||
Main_padding=4,40,2,2
|
||||
User_name_position=15,5,-15,35
|
||||
|
||||
|
||||
; CAPTION
|
||||
[USER_IMAGE AND NOT TWO_COLUMNS AND CAPTION]
|
||||
User_name_position=35,15,-70,55
|
||||
|
||||
[USER_IMAGE AND NOT TWO_COLUMNS AND SMALL_ICONS AND CAPTION]
|
||||
User_name_position=35,10,-54,40
|
||||
|
||||
[USER_NAME AND NOT USER_IMAGE AND NOT TWO_COLUMNS AND CAPTION]
|
||||
User_name_position=35,5,-15,45
|
||||
|
||||
[USER_NAME AND NOT USER_IMAGE AND NOT TWO_COLUMNS AND SMALL_ICONS AND CAPTION]
|
||||
User_name_position=35,5,-15,35
|
||||
|
||||
|
||||
[CENTER_NAME]
|
||||
User_name_align=center
|
||||
|
||||
[CENTER_NAME AND TWO_COLUMNS]
|
||||
User_name_align=center2
|
||||
|
||||
[NOT USER_NAME]
|
||||
User_name_position=0,0,0,0
|
||||
|
||||
[NO_ICONS]
|
||||
Main_no_icons2=1
|
||||
Main2_text_padding=1,7,8,7,100%
|
||||
|
||||
[NO_ICONS AND SMALL_ICONS]
|
||||
Main2_text_padding=1,3,8,4,100%
|
||||
|
||||
|
||||
|
||||
[TOUCH_ENABLED AND NOT SMALL_ICONS]
|
||||
Main2_text_padding=1,10,8,10,100%
|
||||
Main_split_arrow_padding=14,14,100%
|
||||
Main2_split_arrow_padding=14,14,100%
|
||||
|
||||
[TOUCH_ENABLED AND NOT SMALL_ICONS AND NOT NO_ICONS AND ICON_FRAMES]
|
||||
Main2_text_padding=5,2,8,2,100%
|
||||
|
||||
[NOT OPAQUE]
|
||||
Main_opacity=fullglass
|
||||
Main2_opacity=fullglass
|
||||
|
||||
Main_bitmap_mask=15
|
||||
|
||||
Main_selection_mask=17
|
||||
Main_selection_tint1=$StartPrimaryText
|
||||
Main_selection_slices_X=2,2,2
|
||||
Main_selection_slices_Y=2,2,2
|
||||
|
||||
Main_split_selection=$SystemAccentDark2|$StartSelectionBackground
|
||||
Main_split_selection_mask=18
|
||||
Main_split_selection_tint1=$StartPrimaryText
|
||||
Main_split_selection_slices_X=2,2,2,2,2,2
|
||||
Main_split_selection_slices_Y=2,2,2
|
||||
Main_new_selection_mask=19
|
||||
Main_new_selection_slices_X=2,2,2
|
||||
Main_new_selection_slices_Y=2,2,2
|
||||
|
||||
Main2_split_selection=$SystemAccentDark2|$StartSelectionBackground
|
||||
Main2_split_selection_mask=18
|
||||
Main2_split_selection_tint1=$StartPrimaryText
|
||||
Main2_split_selection_slices_X=2,2,2,2,2,2
|
||||
Main2_split_selection_slices_Y=2,2,2
|
||||
Main2_new_selection_mask=19
|
||||
Main2_new_selection_slices_X=2,2,2
|
||||
Main2_new_selection_slices_Y=2,2,2
|
||||
|
||||
Main_separator_tint1=$StartPrimaryText
|
||||
Main2_separator_tint1=$StartPrimaryText
|
||||
|
||||
[NOT OPAQUE AND NOT CAPTION]
|
||||
Main_bitmap_mask=16
|
||||
Main_bitmap_slices_X=0,0,0,2,2,2
|
||||
Main_bitmap_slices_Y=2,2,2
|
||||
|
||||
[NOT OPAQUE AND TWO_COLUMNS]
|
||||
Main_bitmap_mask=16
|
||||
Main_bitmap_slices_X=2,2,2,2,2,2
|
||||
Main_bitmap_slices_Y=2,2,2
|
||||
BIN
ClassicStartSrc/Skins/Metro/glass_mask.bmp
Normal file
|
After Width: | Height: | Size: 344 B |
BIN
ClassicStartSrc/Skins/Metro/glass_new_selection.bmp
Normal file
|
After Width: | Height: | Size: 344 B |
BIN
ClassicStartSrc/Skins/Metro/glass_selection.bmp
Normal file
|
After Width: | Height: | Size: 200 B |
BIN
ClassicStartSrc/Skins/Metro/glass_selection2.bmp
Normal file
|
After Width: | Height: | Size: 632 B |
BIN
ClassicStartSrc/Skins/Metro/icon_frame.bmp
Normal file
|
After Width: | Height: | Size: 632 B |
BIN
ClassicStartSrc/Skins/Metro/main_bitmap2.bmp
Normal file
|
After Width: | Height: | Size: 488 B |
BIN
ClassicStartSrc/Skins/Metro/main_bitmap_mask.bmp
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
ClassicStartSrc/Skins/Metro/main_bitmap_mask2.bmp
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
ClassicStartSrc/Skins/Metro/pager.bmp
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
ClassicStartSrc/Skins/Metro/pager_arrows.bmp
Normal file
|
After Width: | Height: | Size: 504 B |
BIN
ClassicStartSrc/Skins/Metro/pins.bmp
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
14
ClassicStartSrc/Skins/Metro/resource.h
Normal file
@@ -0,0 +1,14 @@
|
||||
//{{NO_DEPENDENCIES}}
|
||||
// Microsoft Visual C++ generated include file.
|
||||
// Used by Metro.rc
|
||||
|
||||
// Next default values for new objects
|
||||
//
|
||||
#ifdef APSTUDIO_INVOKED
|
||||
#ifndef APSTUDIO_READONLY_SYMBOLS
|
||||
#define _APS_NEXT_RESOURCE_VALUE 101
|
||||
#define _APS_NEXT_COMMAND_VALUE 40001
|
||||
#define _APS_NEXT_CONTROL_VALUE 1001
|
||||
#define _APS_NEXT_SYMED_VALUE 101
|
||||
#endif
|
||||
#endif
|
||||
BIN
ClassicStartSrc/Skins/Metro/search.bmp
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
ClassicStartSrc/Skins/Metro/separator.bmp
Normal file
|
After Width: | Height: | Size: 496 B |
BIN
ClassicStartSrc/Skins/Metro/separator2.bmp
Normal file
|
After Width: | Height: | Size: 320 B |