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.
This commit is contained in:
Xenhat
2018-06-25 01:42:52 -04:00
committed by GitHub
parent e0d1c72b0b
commit 0adcd693e4
1296 changed files with 7476 additions and 27790 deletions

View File

@@ -0,0 +1,361 @@
; Windows 8 skin
; About - text to use in the About box for this skin. use \n for new line
About=#7107
; 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_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=2
; 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=glass
; 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=3,3,3,0,8,11
; 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=13,10,12
;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
; If Main_bitmap is not set, the width of the standard window border is subtracted from the left/top/bottom sides
; This is usually 2 pixels for the Classic theme and 1 pixel for Aero or Basic
Caption_padding=4,8,2,16,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_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_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=2,11,12,9
; 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=3
; 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,1,3
Main_selection_slices_Y=4,6,4
Main_new_selection=6
Main_new_selection_slices_X=3,1,3
Main_new_selection_slices_Y=4,6,4
; 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=15
; 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,1,3,2,1,3
Main_split_selection_slices_Y=4,6,4
; 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,9,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=17
; Main_separator_slices_X - the horizontal slices for the separator bitmap
Main_separator_slices_X=8,6,8
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_font="Segoe UI",normal,-9
Submenu_text_color=#000000,#000000,#7F7F7F,#7F7F7F
Submenu_selection=3
Submenu_selection_slices_X=3,1,3
Submenu_selection_slices_Y=4,6,4
Submenu_split_selection=15
Submenu_split_selection_slices_X=3,1,3,2,1,3
Submenu_split_selection_slices_Y=4,6,4
Submenu_pager=4
Submenu_pager_slices_X=3,10,3
Submenu_pager_slices_Y=3,9,3
Submenu_pager_arrows=5
Submenu_arrow_color=#000000,#000000
Submenu_separator_text_padding=3,4,4,4,100%
Submenu_separator_icon_padding=6,3,3,3,100%
Submenu_separator_font="Segoe UI",normal,-10
Submenu_separator_text_color=#0062ad,#0062ad
Submenu_new_selection=6
Submenu_new_selection_slices_X=3,1,3
Submenu_new_selection_slices_Y=4,6,4
Submenu_separator_split_font="Segoe UI",normal,-10
Submenu_separator_split_text_color=#0062ad,#0062ad
Submenu_separator_split_text_padding=3,4,4,4,100%
Submenu_separator_split_icon_padding=6,3,3,3,100%
; 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 DISABLE_MASK=#7005,0
OPTION OPAQUE=#7009,0
OPTION GLASS_SHADOW=#7024,0, TWO_COLUMNS, 0
OPTION BLACK_TEXT=#7002,0, TWO_COLUMNS, 0
OPTION BLACK_FRAMES=#7001,0, TWO_COLUMNS, 0
OPTION WHITE_SUBMENUS=#7016,1
Classic1_options=CAPTION, USER_IMAGE, USER_NAME, CENTER_NAME, SMALL_ICONS, LARGE_FONT, DISABLE_MASK, OPAQUE, WHITE_SUBMENUS
Classic2_options=NO_ICONS, USER_IMAGE, USER_NAME, CENTER_NAME, SMALL_ICONS, LARGE_FONT, DISABLE_MASK, OPAQUE, GLASS_SHADOW, BLACK_TEXT, BLACK_FRAMES, WHITE_SUBMENUS
AllPrograms_options=LARGE_FONT, WHITE_SUBMENUS
[NOT CAPTION]
Main_bitmap_slices_X=0,0,0,14,1,13
Main_padding=11,11,12,9
[SMALL_ICONS]
Main_large_icons=0
Main_arrow_padding=7,7,100%
Main2_text_padding=1,3,8,4,100%
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
Main_text_padding=1,0,8,2,100%
Submenu_text_padding=1,0,8,2,100%
[WHITE_SUBMENUS]
Submenu_background=#FFFFFF
Submenu_separator=18
Submenu_separator_slices_X=8,6,8
[TWO_COLUMNS]
Main_padding=11,11,4,9
Main_bitmap_slices_X=13,1,6,0,1,7
Main2_opacity=fullglass
Main2_text_color=#FFFFFF,#FFFFFF,#7F7F7F,#7F7F7F
Main2_text_padding=1,7,8,7,100%
Main2_padding=3,10,6,8
Main2_selection=10
Main2_selection_slices_X=4,4,4
Main2_selection_slices_Y=4,4,4
Main2_selection_mask=23
Main2_split_selection=16
Main2_split_selection_slices_X=4,4,4,0,4,4
Main2_split_selection_slices_Y=4,4,4
Main2_split_selection_mask=24
Main2_arrow_color=#FFFFFF,#FFFFFF
Main2_separator=11
Main2_separator_slices_X=8,6,8
Main2_icon_padding=4,4,3,4,100%
Main2_arrow_padding=8,9,100%
[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=-6,6
; User_bitmap - the frame around the user picture
User_bitmap=12
; User_image_offset - horizontal and vertical offset of the user image from its frame
; If User_bitmap is missing, the frame is assumed to be 0 pixels and this offset is ignored
User_image_offset=8,8
[USER_IMAGE AND TWO_COLUMNS]
Main2_padding=3,73,6,8
[(USER_IMAGE OR USER_NAME) AND NOT TWO_COLUMNS]
Main_bitmap=8
Main_bitmap_mask=9
Main_bitmap_slices_Y=77,10,12
[USER_IMAGE AND NOT TWO_COLUMNS]
User_frame_position=-6,6
[USER_NAME]
User_name_position=10,8,-75,68
User_name_align=right
User_font="Segoe UI",bold,22
User_text_color=#FFFFFF
[USER_NAME AND NOT USER_IMAGE]
User_name_position=10,8,-10,68
[USER_NAME AND TWO_COLUMNS]
User_name_position=5,8,-75,68
User_name_align=right2
[USER_NAME AND TWO_COLUMNS AND NOT USER_IMAGE]
User_name_position=5,8,-10,68
Main2_padding=3,55,6,8
[USER_NAME AND TWO_COLUMNS AND NOT USER_IMAGE AND SMALL_ICONS]
User_name_position=5,5,-10,50
Main2_padding=3,46,6,8
[SMALL_ICONS]
User_font="Segoe UI",bold,16
Main_arrow_padding=7,7,100%
Main2_arrow_padding=7,7,100%
[(USER_IMAGE OR USER_NAME) AND NOT TWO_COLUMNS AND CAPTION]
Main_padding=2,75,12,9
[(USER_IMAGE OR USER_NAME) AND NOT TWO_COLUMNS AND NOT CAPTION]
Main_padding=11,75,12,9
[CENTER_NAME]
User_name_align=center
[CENTER_NAME AND TWO_COLUMNS]
User_name_align=center2
[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
Main2_selection_mask=0
Main2_split_selection_mask=0
[OPAQUE]
Main_opacity=region
Main2_opacity=region
Main_bitmap=13
[(USER_IMAGE OR USER_NAME) AND NOT TWO_COLUMNS AND OPAQUE]
Main_bitmap=14
[BLACK_TEXT]
Caption_text_color=#000000
Main2_text_color=#000000,#000000,#7F7F7F,#7F7F7F
Main2_arrow_color=#000000,#000000
User_text_color=#000000
[BLACK_FRAMES]
Main2_selection=19
Main2_split_selection=20
Main2_separator=25
[HIGH_DPI]
Main_separator=26
Main_pager_arrows=28
Submenu_pager_arrows=28
[WHITE_SUBMENUS AND HIGH_DPI]
Submenu_separator=27
[GLASS_SHADOW]
Main2_text_shadow_color=#404040,#404040,#000000,#000000
Main2_arrow=29
Main2_arrow_mask=29
Main2_arrow_tint1=#FFFFFF
Main2_arrow_tint2=#404040
[GLASS_SHADOW AND HIGH_DPI]
Main2_arrow=30
Main2_arrow_mask=30
[GLASS_SHADOW AND BLACK_TEXT]
Main2_text_shadow_color=#D0D0D0,#D0D0D0,#FFFFFF,#FFFFFF
Main2_arrow_tint1=#000000
Main2_arrow_tint2=#D0D0D0

View File

@@ -0,0 +1,116 @@
// 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.bmp"
2 BITMAP "main_bitmap_mask.bmp"
3 BITMAP "selection.bmp"
4 BITMAP "pager.bmp"
5 BITMAP "pager_arrows.bmp"
6 BITMAP "new_item.bmp"
7 BITMAP "programs.bmp"
8 BITMAP "main_bitmap2.bmp"
9 BITMAP "main_bitmap_mask2.bmp"
10 BITMAP "selectionXP.bmp"
11 BITMAP "separatorXP.bmp"
12 BITMAP "user_bitmap.bmp"
13 BITMAP "main_bitmapt.bmp"
14 BITMAP "main_bitmap2t.bmp"
15 BITMAP "split_selection.bmp"
16 BITMAP "split_selectionXP.bmp"
17 BITMAP "separator.bmp"
18 BITMAP "separator2.bmp"
19 BITMAP "selectionXPb.bmp"
20 BITMAP "split_selectionXPb.bmp"
21 BITMAP "search_background.bmp"
22 BITMAP "search_background_mask.bmp"
23 BITMAP "selectionXP_mask.bmp"
24 BITMAP "split_selectionXP_mask.bmp"
25 BITMAP "separatorXPb.bmp"
26 BITMAP "separator150.bmp"
27 BITMAP "separator2150.bmp"
28 BITMAP "pager_arrows150.bmp"
29 BITMAP "menu_arrows.bmp"
30 BITMAP "menu_arrows150.bmp"
#endif // English (U.S.) resources
/////////////////////////////////////////////////////////////////////////////
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED

View File

@@ -0,0 +1,87 @@
<?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>{ED74EBA9-1BCB-4B8F-9AE1-DC63B3C24A94}</ProjectGuid>
<RootNamespace>Win8</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>Windows 8</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="main_bitmap.bmp" />
<Image Include="main_bitmap2t.bmp" />
<Image Include="main_bitmapt.bmp" />
<Image Include="main_bitmap_mask.bmp" />
<Image Include="menu_arrows.bmp" />
<Image Include="menu_arrows150.bmp" />
<Image Include="new_item.bmp" />
<Image Include="pager.bmp" />
<Image Include="pager_arrows.bmp" />
<Image Include="pager_arrows150.bmp" />
<Image Include="programs.bmp" />
<Image Include="search_background.bmp" />
<Image Include="search_background_mask.bmp" />
<Image Include="selection.bmp" />
<Image Include="selectionXP.bmp" />
<Image Include="selectionXPb.bmp" />
<Image Include="selectionXP_mask.bmp" />
<Image Include="separator.bmp" />
<Image Include="separator150.bmp" />
<Image Include="separator2.bmp" />
<Image Include="separator2150.bmp" />
<Image Include="separatorXP.bmp" />
<Image Include="separatorXPb.bmp" />
<Image Include="split_selection.bmp" />
<Image Include="split_selectionXP.bmp" />
<Image Include="split_selectionXPb.bmp" />
<Image Include="split_selectionXP_mask.bmp" />
<Image Include="user_bitmap.bmp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="resource.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="Win8.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>

View File

@@ -0,0 +1,114 @@
<?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_bitmap2t.bmp">
<Filter>Resource Files</Filter>
</Image>
<Image Include="main_bitmap_mask.bmp">
<Filter>Resource Files</Filter>
</Image>
<Image Include="main_bitmapt.bmp">
<Filter>Resource Files</Filter>
</Image>
<Image Include="menu_arrows.bmp">
<Filter>Resource Files</Filter>
</Image>
<Image Include="menu_arrows150.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="programs.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="selection.bmp">
<Filter>Resource Files</Filter>
</Image>
<Image Include="selectionXP.bmp">
<Filter>Resource Files</Filter>
</Image>
<Image Include="selectionXP_mask.bmp">
<Filter>Resource Files</Filter>
</Image>
<Image Include="selectionXPb.bmp">
<Filter>Resource Files</Filter>
</Image>
<Image Include="separator.bmp">
<Filter>Resource Files</Filter>
</Image>
<Image Include="separator150.bmp">
<Filter>Resource Files</Filter>
</Image>
<Image Include="separator2.bmp">
<Filter>Resource Files</Filter>
</Image>
<Image Include="separator2150.bmp">
<Filter>Resource Files</Filter>
</Image>
<Image Include="separatorXP.bmp">
<Filter>Resource Files</Filter>
</Image>
<Image Include="separatorXPb.bmp">
<Filter>Resource Files</Filter>
</Image>
<Image Include="split_selection.bmp">
<Filter>Resource Files</Filter>
</Image>
<Image Include="split_selectionXP.bmp">
<Filter>Resource Files</Filter>
</Image>
<Image Include="split_selectionXP_mask.bmp">
<Filter>Resource Files</Filter>
</Image>
<Image Include="split_selectionXPb.bmp">
<Filter>Resource Files</Filter>
</Image>
<Image Include="user_bitmap.bmp">
<Filter>Resource Files</Filter>
</Image>
</ItemGroup>
<ItemGroup>
<ClInclude Include="resource.h">
<Filter>Resource Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="Win8.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
</ItemGroup>
</Project>

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 416 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 784 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 448 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 504 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 776 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@@ -0,0 +1,14 @@
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Win8.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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 448 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 632 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 488 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 632 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 320 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 496 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 320 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 496 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 672 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 672 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB