[THEMES] Add new ReactOS theme - Lunar. By Adam Słaboń and Joann Mõndresku.

Reuse some Lautus assets, adjust the theme configuration and include it in the build process.
This commit is contained in:
Adam Słaboń 2019-03-20 21:23:29 +01:00 committed by Hermès Bélusca-Maïto
parent 2f5c0ee0a9
commit 8946920109
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
87 changed files with 7117 additions and 0 deletions

View file

@ -82,6 +82,7 @@ Signature = "$Windows NT$"
61 = winsxs\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.14393.0_none_deadbeef
62 = Resources\Themes\Modern
63 = 3rdParty
64 = Resources\Themes\Lunar
.InfEnd

View file

@ -1,4 +1,6 @@
add_subdirectory(blackshade.msstyles)
add_subdirectory(lautus.msstyles)
add_subdirectory(lunar.msstyles)
add_subdirectory(modern.msstyles)

View file

@ -0,0 +1,24 @@
list(APPEND TEXTFILES
textfiles/ExtraLargeReactOS.INI
textfiles/LargeFontsReactOS.INI
textfiles/NormalReactOS.INI)
file(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/textfiles)
foreach(_file ${TEXTFILES})
get_filename_component(_file_name ${_file} NAME_WE)
string(REPLACE ${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} _converted_file "${_file}")
string(REPLACE ${_file_name} "${_file_name}_utf16" _converted_file ${_converted_file})
set(_file ${CMAKE_CURRENT_SOURCE_DIR}/${_file})
set(_converted_file ${CMAKE_CURRENT_BINARY_DIR}/${_converted_file})
add_custom_command(OUTPUT ${_converted_file}
COMMAND native-utf16le ${_file} ${_converted_file}
DEPENDS native-utf16le ${_file})
list(APPEND _converted_files ${_converted_file})
endforeach()
set_source_files_properties(lunar.rc PROPERTIES OBJECT_DEPENDS "${_converted_files}")
add_library(lunar.msstyles SHARED lunar.rc)
set_module_type(lunar.msstyles module)
set_target_properties(lunar.msstyles PROPERTIES SUFFIX "")
add_cd_file(TARGET lunar.msstyles DESTINATION reactos/Resources/Themes/Lunar FOR all)

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 364 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 758 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 376 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 560 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 204 B

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.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 680 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 518 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 336 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 470 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 470 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 294 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 246 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 824 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 822 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 822 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 614 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 614 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 344 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 246 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View file

@ -0,0 +1,38 @@
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
STRINGTABLE
{
1000, "ReactOS"
}
STRINGTABLE
{
2000, "Lunar ReactOS"
}
STRINGTABLE
{
3000, "Normal"
3001, "Large Fonts"
3002, "Extra Large Fonts"
}
STRINGTABLE
{
4000, "Normal"
4001, "Large Fonts"
4002, "Extra Large Fonts"
}
STRINGTABLE
{
5000, "Lunar"
5001, "Visual Style"
5002, "ReactOS Foundation"
5003, "Cernodile & Illen, built on top of Lautus"
5004, "Released under GNU/GPL 2.0, 2019"
5005, "http://www.reactos.org"
5006, "1.0"
5007, "Visual Style for ReactOS"
}

View file

@ -0,0 +1,38 @@
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
STRINGTABLE
{
1000, "ReactOS"
}
STRINGTABLE
{
2000, "Lunar ReactOS"
}
STRINGTABLE
{
3000, "Normalny"
3001, "Duże czcionki"
3002, "Bardzo duże czcionki"
}
STRINGTABLE
{
4000, "Normalny"
4001, "Duże czcionki"
4002, "Bardzo duże czcionki"
}
STRINGTABLE
{
5000, "Lunar"
5001, "Styl wizualny"
5002, "Fundacja ReactOS"
5003, "Cernodile & Illen, oparte na motywie Lautus"
5004, "Wydane na licencji GNU/GPL 2.0, 2019"
5005, "http://www.reactos.org"
5006, "1.0"
5007, "Styl wizualny dla systemu ReactOS"
}

View file

@ -0,0 +1,187 @@
#define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION "Lunar Theme\0"
#define REACTOS_STR_INTERNAL_NAME "Lunar\0"
#define REACTOS_STR_ORIGINAL_FILENAME "lunar.msstyles\0"
#include <reactos/version.rc>
#include <windows.h>
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
1 COLORNAMES {L"ReactOS\0\0"}
COMBO COMBODATA {0x0003,0x0003, 0x0000, 0x0003, 0x0006, 0x0001,0x0004,0x0007,0x0002,0x0005,0x08,}
1 PACKTHEM_VERSION {0x03,}
1 FILERESNAMES {L"NORMALREACTOS_INI\0LARGEFONTSREACTOS_INI\0EXTRALARGEREACTOS_INI\0\0"}
1 SIZENAMES {L"Normal Size\0Large Fonts\0Extra Large Fonts\0\0"}
1 MINDEPTH {0x000F,0x000F,0x000F,0x000F,0x000F,0x000F,0x000F,0x000F,0x000F,0x0000,}
EXTRALARGEREACTOS_INI TEXTFILE "textfiles/ExtraLargeReactOS_utf16.INI"
LARGEFONTSREACTOS_INI TEXTFILE "textfiles/LargeFontsReactOS_utf16.INI"
NORMALREACTOS_INI TEXTFILE "textfiles/NormalReactOS_utf16.INI"
THEMES_INI TEXTFILE {L"\r\n"}
REACTOS_BALLOONCLOSE_BMP BITMAP "bitmaps/REACTOS_BALLOONCLOSE.bmp"
REACTOS_BUTTON_BMP BITMAP "bitmaps/REACTOS_BUTTON.bmp"
REACTOS_CHECKBOX13_BMP BITMAP "bitmaps/REACTOS_CHECKBOX13.bmp"
REACTOS_CHECKBOX16_BMP BITMAP "bitmaps/REACTOS_CHECKBOX16.bmp"
REACTOS_CHECKBOX25_BMP BITMAP "bitmaps/REACTOS_CHECKBOX25.bmp"
NORMAL_CHEVRON_BMP BITMAP "bitmaps/NORMAL_CHEVRON.bmp"
REACTOS_CLOSEBUTTON_BMP BITMAP "bitmaps/REACTOS_CLOSEBUTTON.bmp"
NORMAL_CLOSEGLYPH9_BMP BITMAP "bitmaps/NORMAL_CLOSEGLYPH9.bmp"
REACTOS_COMBOBUTTONGLYPH_BMP BITMAP "bitmaps/REACTOS_COMBOBUTTONGLYPH.bmp"
REACTOS_COMBOBUTTON_BMP BITMAP "bitmaps/REACTOS_COMBOBUTTON.bmp"
NORMAL_EXPLORERBARHEADERBACKGROUND_BMP BITMAP "bitmaps/NORMAL_EXPLORERBARHEADERBACKGROUND.bmp"
NORMAL_EXPLORERBARHEADERCLOSE_BMP BITMAP "bitmaps/NORMAL_EXPLORERBARHEADERCLOSE.bmp"
NORMAL_EXPLORERBARTOOLBARBACKGROUND_BMP BITMAP "bitmaps/NORMAL_EXPLORERBARTOOLBARBACKGROUND.bmp"
REACTOS_EXPLORERBARTOOLBARBUTTONSSPLITDROPDOWN_BMP BITMAP "bitmaps/REACTOS_EXPLORERBARTOOLBARBUTTONSSPLITDROPDOWN.bmp"
REACTOS_EXPLORERBARTOOLBARBUTTONSSPLIT_BMP BITMAP "bitmaps/REACTOS_EXPLORERBARTOOLBARBUTTONSSPLIT.bmp"
REACTOS_EXPLORERBARTOOLBARBUTTONS_BMP BITMAP "bitmaps/REACTOS_EXPLORERBARTOOLBARBUTTONS.bmp"
NORMAL_FIELDOUTLINEBLUE_BMP BITMAP "bitmaps/NORMAL_FIELDOUTLINEBLUE.bmp"
NORMAL_FRAMECAPTIONMIN_BMP BITMAP "bitmaps/NORMAL_FRAMECAPTIONMIN.bmp"
NORMAL_FRAMECAPTIONSIZING_BMP BITMAP "bitmaps/NORMAL_FRAMECAPTIONSIZING.bmp"
REACTOS_FRAMECAPTION_BMP BITMAP "bitmaps/REACTOS_FRAMECAPTION.bmp"
REACTOS_FRAMESIDES_BMP BITMAP "bitmaps/REACTOS_FRAMESIDES.bmp"
NORMAL_FRAMEMAXIMIZED_BMP BITMAP "bitmaps/NORMAL_FRAMEMAXIMIZED.bmp"
NORMAL_GRIPPERVERT_BMP BITMAP "bitmaps/NORMAL_GRIPPERVERT.bmp"
NORMAL_GRIPPER_BMP BITMAP "bitmaps/NORMAL_GRIPPER.bmp"
NORMAL_GROUPBOX_BMP BITMAP "bitmaps/NORMAL_GROUPBOX.bmp"
REACTOS_HELPBUTTON_BMP BITMAP "bitmaps/REACTOS_HELPBUTTON.bmp"
NORMAL_LISTVIEWHEADERBACKGROUND_BMP BITMAP "bitmaps/NORMAL_LISTVIEWHEADERBACKGROUND.bmp"
NORMAL_LISTVIEWHEADER_BMP BITMAP "bitmaps/NORMAL_LISTVIEWHEADER.bmp"
REACTOS_MAXBUTTON_BMP BITMAP "bitmaps/REACTOS_MAXBUTTON.bmp"
NORMAL_MDICAPTIONBUTTON_BMP BITMAP "bitmaps/NORMAL_MDICAPTIONBUTTON.bmp"
NORMAL_MDIGLYPHCLOSE_BMP BITMAP "bitmaps/NORMAL_MDIGLYPHCLOSE.bmp"
NORMAL_MDIGLYPHMINIMIZE_BMP BITMAP "bitmaps/NORMAL_MDIGLYPHMINIMIZE.bmp"
NORMAL_MDIGLYPHRESTORE_BMP BITMAP "bitmaps/NORMAL_MDIGLYPHRESTORE.bmp"
REACTOS_MINBUTTON_BMP BITMAP "bitmaps/REACTOS_MINBUTTON.bmp"
NORMAL_NORMALGROUPBACKGROUND_BMP BITMAP "bitmaps/NORMAL_NORMALGROUPBACKGROUND.bmp"
NORMAL_NORMALGROUPHEAD_BMP BITMAP "bitmaps/NORMAL_NORMALGROUPHEAD.bmp"
NORMAL_PLACEBARBACKGROUND_BMP BITMAP "bitmaps/NORMAL_PLACEBARBACKGROUND.bmp"
NORMAL_PLACEBARBUTTONS_BMP BITMAP "bitmaps/NORMAL_PLACEBARBUTTONS.bmp"
REACTOS_PROGRESSCHUNKVERT_BMP BITMAP "bitmaps/REACTOS_PROGRESSCHUNKVERT.bmp"
REACTOS_PROGRESSCHUNK_BMP BITMAP "bitmaps/REACTOS_PROGRESSCHUNK.bmp"
REACTOS_PROGRESSTRACKVERT_BMP BITMAP "bitmaps/REACTOS_PROGRESSTRACKVERT.bmp"
REACTOS_PROGRESSTRACK_BMP BITMAP "bitmaps/REACTOS_PROGRESSTRACK.bmp"
REACTOS_RADIOBUTTON13_BMP BITMAP "bitmaps/REACTOS_RADIOBUTTON13.bmp"
NORMAL_RESIZEGRIP2_BMP BITMAP "bitmaps/NORMAL_RESIZEGRIP2.bmp"
REACTOS_RESTOREBUTTON_BMP BITMAP "bitmaps/REACTOS_RESTOREBUTTON.bmp"
NORMAL_SCROLLARROWGLYPHSSMALL_BMP BITMAP "bitmaps/NORMAL_SCROLLARROWGLYPHSSMALL.bmp"
NORMAL_SCROLLARROWGLYPHS_BMP BITMAP "bitmaps/NORMAL_SCROLLARROWGLYPHS.bmp"
REACTOS_SCROLLARROWS_BMP BITMAP "bitmaps/REACTOS_SCROLLARROWS.bmp"
REACTOS_SCROLLSHAFTHORIZONTAL_BMP BITMAP "bitmaps/REACTOS_SCROLLSHAFTHORIZONTAL.bmp"
REACTOS_SCROLLSHAFTVERTICAL_BMP BITMAP "bitmaps/REACTOS_SCROLLSHAFTVERTICAL.bmp"
REACTOS_SCROLLTHUMBGRIPPERHORIZONTAL_BMP BITMAP "bitmaps/REACTOS_SCROLLTHUMBGRIPPERHORIZONTAL.bmp"
REACTOS_SCROLLTHUMBGRIPPERVERTICAL_BMP BITMAP "bitmaps/REACTOS_SCROLLTHUMBGRIPPERVERTICAL.bmp"
REACTOS_SCROLLTHUMBHORIZONTAL_BMP BITMAP "bitmaps/REACTOS_SCROLLTHUMBHORIZONTAL.bmp"
REACTOS_SCROLLTHUMBVERTICAL_BMP BITMAP "bitmaps/REACTOS_SCROLLTHUMBVERTICAL.bmp"
REACTOS_SEPARATORVERT_BMP BITMAP "bitmaps/REACTOS_SEPARATORVERT.bmp"
REACTOS_SEPARATOR_BMP BITMAP "bitmaps/REACTOS_SEPARATOR.bmp"
REACTOS_SLIDERTRACK_BMP BITMAP "bitmaps/REACTOS_SLIDERTRACK.bmp"
REACTOS_SLIDERTRACKVERT_BMP BITMAP "bitmaps/REACTOS_SLIDERTRACKVERT.bmp"
REACTOS_SMALLCLOSEBUTTON_BMP BITMAP "bitmaps/REACTOS_SMALLCLOSEBUTTON.bmp"
NORMAL_SMALLFRAMECAPTIONSIZING_BMP BITMAP "bitmaps/NORMAL_SMALLFRAMECAPTIONSIZING.bmp"
NORMAL_SMALLFRAMECAPTION_BMP BITMAP "bitmaps/NORMAL_SMALLFRAMECAPTION.bmp"
NORMAL_SPECIALGROUPBACKGROUND_BMP BITMAP "bitmaps/NORMAL_SPECIALGROUPBACKGROUND.bmp"
NORMAL_SPECIALGROUPHEAD_BMP BITMAP "bitmaps/NORMAL_SPECIALGROUPHEAD.bmp"
NORMAL_SPINBUTTONBACKGROUNDDOWN_BMP BITMAP "bitmaps/NORMAL_SPINBUTTONBACKGROUNDDOWN.bmp"
NORMAL_SPINBUTTONBACKGROUNDLEFT_BMP BITMAP "bitmaps/NORMAL_SPINBUTTONBACKGROUNDLEFT.bmp"
NORMAL_SPINBUTTONBACKGROUNDRIGHT_BMP BITMAP "bitmaps/NORMAL_SPINBUTTONBACKGROUNDRIGHT.bmp"
NORMAL_SPINBUTTONBACKGROUNDUP_BMP BITMAP "bitmaps/NORMAL_SPINBUTTONBACKGROUNDUP.bmp"
NORMAL_SPINDOWNGLYPH_BMP BITMAP "bitmaps/NORMAL_SPINDOWNGLYPH.bmp"
NORMAL_SPINLEFTGLYPH_BMP BITMAP "bitmaps/NORMAL_SPINLEFTGLYPH.bmp"
NORMAL_SPINRIGHTGLYPH_BMP BITMAP "bitmaps/NORMAL_SPINRIGHTGLYPH.bmp"
NORMAL_SPINUPGLYPH_BMP BITMAP "bitmaps/NORMAL_SPINUPGLYPH.bmp"
REACTOS_STARTBUTTON_BMP BITMAP "bitmaps/REACTOS_STARTBUTTON.bmp"
NORMAL_STARTGROUPBACKGROUND_BMP BITMAP "bitmaps/NORMAL_STARTGROUPBACKGROUND.bmp"
NORMAL_STARTGROUPNEWAPPBUTTON_BMP BITMAP "bitmaps/NORMAL_STARTGROUPNEWAPPBUTTON.bmp"
NORMAL_STARTGROUPSEPERATOR_BMP BITMAP "bitmaps/NORMAL_STARTGROUPSEPERATOR.bmp"
NORMAL_STARTGROUPTOOLBARBUTTON_BMP BITMAP "bitmaps/NORMAL_STARTGROUPTOOLBARBUTTON.bmp"
NORMAL_STARTPANELLOGOFFBACKGROUND_BMP BITMAP "bitmaps/NORMAL_STARTPANELLOGOFFBACKGROUND.bmp"
NORMAL_STARTPANELLOGOFFBUTTONSHOT_BMP BITMAP "bitmaps/NORMAL_STARTPANELLOGOFFBUTTONSHOT.bmp"
NORMAL_STARTPANELLOGOFFBUTTONS_BMP BITMAP "bitmaps/NORMAL_STARTPANELLOGOFFBUTTONS.bmp"
NORMAL_STARTPANELMFUBACKGROUND_BMP BITMAP "bitmaps/NORMAL_STARTPANELMFUBACKGROUND.bmp"
NORMAL_STARTPANELMOREPROGARROWHOT_BMP BITMAP "bitmaps/NORMAL_STARTPANELMOREPROGARROWHOT.bmp"
NORMAL_STARTPANELMOREPROGARROW_BMP BITMAP "bitmaps/NORMAL_STARTPANELMOREPROGARROW.bmp"
NORMAL_STARTPANELMOREPROGBACKGROUND_BMP BITMAP "bitmaps/NORMAL_STARTPANELMOREPROGBACKGROUND.bmp"
NORMAL_STARTPANELPLACESBACKGROUND_BMP BITMAP "bitmaps/NORMAL_STARTPANELPLACESBACKGROUND.bmp"
NORMAL_STARTPLACESSEPARATOR_BMP BITMAP "bitmaps/NORMAL_STARTPLACESSEPARATOR.bmp"
NORMAL_STARTPROGRAMSSEPARATOR_BMP BITMAP "bitmaps/NORMAL_STARTPROGRAMSSEPARATOR.bmp"
NORMAL_STARTUSERPANEL_BMP BITMAP "bitmaps/NORMAL_STARTUSERPANEL.bmp"
REACTOS_STATUSBACKGROUND_BMP BITMAP "bitmaps/REACTOS_STATUSBACKGROUND.bmp"
NORMAL_STATUSPANE_BMP BITMAP "bitmaps/NORMAL_STATUSPANE.bmp"
REACTOS_TABBACKGROUND_BMP BITMAP "bitmaps/REACTOS_TABBACKGROUND.bmp"
REACTOS_TABITEMTOP_BMP BITMAP "bitmaps/REACTOS_TABITEMTOP.bmp"
REACTOS_TABITEM_BMP BITMAP "bitmaps/REACTOS_TABITEM.bmp"
REACTOS_TABITEMLEFT_BMP BITMAP "bitmaps/REACTOS_TABITEMLEFT.bmp"
REACTOS_TABITEMRIGHT_BMP BITMAP "bitmaps/REACTOS_TABITEMRIGHT.bmp"
REACTOS_TABITEMBOTH_BMP BITMAP "bitmaps/REACTOS_TABITEMBOTH.bmp"
REACTOS_TABPANEEDGE_BMP BITMAP "bitmaps/REACTOS_TABPANEEDGE.bmp"
NORMAL_TASKBANDBACKGROUND_BMP BITMAP "bitmaps/NORMAL_TASKBANDBACKGROUND.bmp"
NORMAL_TASKBANDBUTTONNOEDGEVERTICAL_BMP BITMAP "bitmaps/NORMAL_TASKBANDBUTTONNOEDGEVERTICAL.bmp"
NORMAL_TASKBANDBUTTONNOEDGE_BMP BITMAP "bitmaps/NORMAL_TASKBANDBUTTONNOEDGE.bmp"
REACTOS_TASKBANDBUTTONVERTICAL_BMP BITMAP "bitmaps/REACTOS_TASKBANDBUTTONVERTICAL.bmp"
REACTOS_TASKBANDBUTTON_BMP BITMAP "bitmaps/REACTOS_TASKBANDBUTTON.bmp"
NORMAL_TASKBANDFLASHBUTTONGROUPMENU_BMP BITMAP "bitmaps/NORMAL_TASKBANDFLASHBUTTONGROUPMENU.bmp"
NORMAL_TASKBANDFLASHBUTTON_BMP BITMAP "bitmaps/NORMAL_TASKBANDFLASHBUTTON.bmp"
NORMAL_TASKBANDHOVER_BMP BITMAP "bitmaps/NORMAL_TASKBANDHOVER.bmp"
NORMAL_TASKBANDSCROLLARROWGLYPHS_BMP BITMAP "bitmaps/NORMAL_TASKBANDSCROLLARROWGLYPHS.bmp"
NORMAL_TASKBANDSCROLLARROWS_BMP BITMAP "bitmaps/NORMAL_TASKBANDSCROLLARROWS.bmp"
NORMAL_TASKBANDSCROLLSHAFTHORIZONTAL_BMP BITMAP "bitmaps/NORMAL_TASKBANDSCROLLSHAFTHORIZONTAL.bmp"
NORMAL_TASKBANDSCROLLSHAFTVERTICAL_BMP BITMAP "bitmaps/NORMAL_TASKBANDSCROLLSHAFTVERTICAL.bmp"
NORMAL_TASKBANDSCROLLTHUMBGRIPPERHORIZONTAL_BMP BITMAP "bitmaps/NORMAL_TASKBANDSCROLLTHUMBGRIPPERHORIZONTAL.bmp"
NORMAL_TASKBANDSCROLLTHUMBGRIPPERVERTICAL_BMP BITMAP "bitmaps/NORMAL_TASKBANDSCROLLTHUMBGRIPPERVERTICAL.bmp"
NORMAL_TASKBANDSCROLLTHUMBHORIZONTAL_BMP BITMAP "bitmaps/NORMAL_TASKBANDSCROLLTHUMBHORIZONTAL.bmp"
NORMAL_TASKBANDSCROLLTHUMBVERTICAL_BMP BITMAP "bitmaps/NORMAL_TASKBANDSCROLLTHUMBVERTICAL.bmp"
REACTOS_TASKBARBACKGROUNDVERTICAL_BMP BITMAP "bitmaps/REACTOS_TASKBARBACKGROUNDVERTICAL.bmp"
REACTOS_TASKBARBACKGROUND_BMP BITMAP "bitmaps/REACTOS_TASKBARBACKGROUND.bmp"
NORMAL_TASKBARCHEVRONVERT_BMP BITMAP "bitmaps/NORMAL_TASKBARCHEVRONVERT.bmp"
NORMAL_TASKBARCHEVRON_BMP BITMAP "bitmaps/NORMAL_TASKBARCHEVRON.bmp"
NORMAL_TASKBARGRIPPERVERTICAL_BMP BITMAP "bitmaps/NORMAL_TASKBARGRIPPERVERTICAL.bmp"
NORMAL_TASKBARGRIPPER_BMP BITMAP "bitmaps/NORMAL_TASKBARGRIPPER.bmp"
REACTOS_TASKBARSIZINGBARBOTTOM_BMP BITMAP "bitmaps/REACTOS_TASKBARSIZINGBARBOTTOM.bmp"
REACTOS_TASKBARSIZINGBARLEFT_BMP BITMAP "bitmaps/REACTOS_TASKBARSIZINGBARLEFT.bmp"
REACTOS_TASKBARSIZINGBARRIGHT_BMP BITMAP "bitmaps/REACTOS_TASKBARSIZINGBARRIGHT.bmp"
REACTOS_TASKBARSIZINGBARTOP_BMP BITMAP "bitmaps/REACTOS_TASKBARSIZINGBARTOP.bmp"
REACTOS_TASKBARTRAYVERTICAL_BMP BITMAP "bitmaps/REACTOS_TASKBARTRAYVERTICAL.bmp"
REACTOS_TASKBARTRAY_BMP BITMAP "bitmaps/REACTOS_TASKBARTRAY.bmp"
REACTOS_TOOLBARBACKGROUND_BMP BITMAP "bitmaps/REACTOS_TOOLBARBACKGROUND.bmp"
NORMAL_TOOLBARBUTTONSSPLITDROPDOWNGLYPH_BMP BITMAP "bitmaps/NORMAL_TOOLBARBUTTONSSPLITDROPDOWNGLYPH.bmp"
REACTOS_TOOLBARBUTTONSSPLITDROPDOWN_BMP BITMAP "bitmaps/REACTOS_TOOLBARBUTTONSSPLITDROPDOWN.bmp"
REACTOS_TOOLBARBUTTONSSPLIT_BMP BITMAP "bitmaps/REACTOS_TOOLBARBUTTONSSPLIT.bmp"
REACTOS_TOOLBARBUTTONS_BMP BITMAP "bitmaps/REACTOS_TOOLBARBUTTONS.bmp"
NORMAL_TOOLBARGRIPPERVERT_BMP BITMAP "bitmaps/NORMAL_TOOLBARGRIPPERVERT.bmp"
NORMAL_TOOLBARGRIPPER_BMP BITMAP "bitmaps/NORMAL_TOOLBARGRIPPER.bmp"
REACTOS_TRACKBARDOWN13_BMP BITMAP "bitmaps/REACTOS_TRACKBARDOWN13.bmp"
REACTOS_TRACKBARDOWN16_BMP BITMAP "bitmaps/REACTOS_TRACKBARDOWN16.bmp"
REACTOS_TRACKBARDOWN25_BMP BITMAP "bitmaps/REACTOS_TRACKBARDOWN25.bmp"
REACTOS_TRACKBARHORIZONTAL_BMP BITMAP "bitmaps/REACTOS_TRACKBARHORIZONTAL.bmp"
REACTOS_TRACKBARLEFT13_BMP BITMAP "bitmaps/REACTOS_TRACKBARLEFT13.bmp"
REACTOS_TRACKBARLEFT16_BMP BITMAP "bitmaps/REACTOS_TRACKBARLEFT16.bmp"
REACTOS_TRACKBARLEFT25_BMP BITMAP "bitmaps/REACTOS_TRACKBARLEFT25.bmp"
REACTOS_TRACKBARRIGHT13_BMP BITMAP "bitmaps/REACTOS_TRACKBARRIGHT13.bmp"
REACTOS_TRACKBARRIGHT16_BMP BITMAP "bitmaps/REACTOS_TRACKBARRIGHT16.bmp"
REACTOS_TRACKBARRIGHT25_BMP BITMAP "bitmaps/REACTOS_TRACKBARRIGHT25.bmp"
REACTOS_TRACKBARUP13_BMP BITMAP "bitmaps/REACTOS_TRACKBARUP13.bmp"
REACTOS_TRACKBARUP16_BMP BITMAP "bitmaps/REACTOS_TRACKBARUP16.bmp"
REACTOS_TRACKBARUP25_BMP BITMAP "bitmaps/REACTOS_TRACKBARUP25.bmp"
REACTOS_TRACKBARVERTICAL_BMP BITMAP "bitmaps/REACTOS_TRACKBARVERTICAL.bmp"
REACTOS_TRAYCHEVRONHORIZONTALOPEN_BMP BITMAP "bitmaps/REACTOS_TRAYCHEVRONHORIZONTALOPEN.bmp"
REACTOS_TRAYCHEVRONHORIZONTAL_BMP BITMAP "bitmaps/REACTOS_TRAYCHEVRONHORIZONTAL.bmp"
NORMAL_TREEEXPANDCOLLAPSE_BMP BITMAP "bitmaps/NORMAL_TREEEXPANDCOLLAPSE.bmp"
NORMAL_USERTILEBACKGROUND_BMP BITMAP "bitmaps/NORMAL_USERTILEBACKGROUND.bmp"
/* These three are needed before Windows will accept the theme */
NORMAL_EXPLORERBARHEADERPIN_BMP BITMAP "bitmaps/dummy.bmp"
NORMAL_IE_PERSONALBARMENU_BMP BITMAP "bitmaps/dummy.bmp"
NORMAL_NORMALGROUPCOLLAPSE_BMP BITMAP "bitmaps/dummy.bmp"
NORMAL_NORMALGROUPEXPAND_BMP BITMAP "bitmaps/dummy.bmp"
#pragma code_page(65001)
#ifdef LANGUAGE_EN_US
#include "lang/en-US.rc"
#endif
#ifdef LANGUAGE_PL_PL
#include "lang/pl-PL.rc"
#endif

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -296,6 +296,8 @@ macro(dir_to_num dir var)
set(${var} 62)
elseif(${dir} STREQUAL reactos/3rdParty)
set(${var} 63)
elseif(${dir} STREQUAL reactos/Resources/Themes/Lunar)
set(${var} 64)
else()
message(FATAL_ERROR "Wrong destination: ${dir}")
endif()