[OPTIONAL] Move png,ico,lng resources to sub-folder
@ -270,28 +270,29 @@
|
||||
<ResourceCompile Include="meoslang.rc" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="html1.htm" />
|
||||
<None Include="res\html1.htm" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Image Include="announcer24.png" />
|
||||
<Image Include="bitmap1.bmp" />
|
||||
<Image Include="bmp00001.bmp" />
|
||||
<Image Include="class24.png" />
|
||||
<Image Include="clubs24.png" />
|
||||
<Image Include="competition24.png" />
|
||||
<Image Include="course24.png" />
|
||||
<Image Include="ctrl24.png" />
|
||||
<Image Include="edit.png" />
|
||||
<Image Include="info24.png" />
|
||||
<Image Include="lists24.png" />
|
||||
<Image Include="meos.ICO" />
|
||||
<Image Include="meos.png" />
|
||||
<Image Include="readout24.png" />
|
||||
<Image Include="runner24.png" />
|
||||
<Image Include="services24.png" />
|
||||
<Image Include="team24.png" />
|
||||
<Image Include="title.png" />
|
||||
<Image Include="warn24.png" />
|
||||
<Image Include="res\bmp\bitmap1.bmp" />
|
||||
<Image Include="res\bmp\bmp00001.bmp" />
|
||||
<Image Include="res\meos.ico" />
|
||||
<Image Include="res\png\announcer24.png" />
|
||||
<Image Include="res\png\class24.png" />
|
||||
<Image Include="res\png\clubs24.png" />
|
||||
<Image Include="res\png\competition24.png" />
|
||||
<Image Include="res\png\course24.png" />
|
||||
<Image Include="res\png\ctrl24.png" />
|
||||
<Image Include="res\png\edit.png" />
|
||||
<Image Include="res\png\info24.png" />
|
||||
<Image Include="res\png\lists24.png" />
|
||||
<Image Include="res\png\meos.png" />
|
||||
<Image Include="res\png\readout24.png" />
|
||||
<Image Include="res\png\runner24.png" />
|
||||
<Image Include="res\png\services24.png" />
|
||||
<Image Include="res\png\team24.png" />
|
||||
<Image Include="res\png\title.png" />
|
||||
<Image Include="res\png\warn24.png" />
|
||||
<Image Include="res\small.ico" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
|
||||
41
code/meos.rc
@ -27,7 +27,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||
// Bitmap
|
||||
//
|
||||
|
||||
BMP_TEST BITMAP "bitmap1.bmp"
|
||||
BMP_TEST BITMAP "./res/bmp/bitmap1.bmp"
|
||||
|
||||
#endif // Neutral resources
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
@ -45,7 +45,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_DEFAULT
|
||||
// Bitmap
|
||||
//
|
||||
|
||||
IDB_ECO BITMAP "bmp00001.bmp"
|
||||
IDB_ECO BITMAP "./res/bmp/bmp00001.bmp"
|
||||
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
@ -53,37 +53,37 @@ IDB_ECO BITMAP "bmp00001.bmp"
|
||||
// PNG
|
||||
//
|
||||
|
||||
IDI_SPLASHIMAGE PNG "meos.png"
|
||||
IDI_SPLASHIMAGE PNG "./res/png/meos.png"
|
||||
|
||||
IDI_MEOSIMAGE PNG "title.png"
|
||||
IDI_MEOSIMAGE PNG "./res/png/title.png"
|
||||
|
||||
IDI_MEOSINFO PNG "info24.png"
|
||||
IDI_MEOSINFO PNG "./res/png/info24.png"
|
||||
|
||||
IDI_MEOSWARN PNG "warn24.png"
|
||||
IDI_MEOSWARN PNG "./res/png/warn24.png"
|
||||
|
||||
IDI_MEOSEDIT PNG "edit.png"
|
||||
IDI_MEOSEDIT PNG "./res/png/edit.png"
|
||||
|
||||
IDI_MEOSCLASS24 PNG "class24.png"
|
||||
IDI_MEOSCLASS24 PNG "./res/png/class24.png"
|
||||
|
||||
IDI_MEOSCOURSE24 PNG "course24.png"
|
||||
IDI_MEOSCOURSE24 PNG "./res/png/course24.png"
|
||||
|
||||
IDI_MEOSCONTROL24 PNG "ctrl24.png"
|
||||
IDI_MEOSCONTROL24 PNG "./res/png/ctrl24.png"
|
||||
|
||||
IDI_MEOSANNOUNCER24 PNG "announcer24.png"
|
||||
IDI_MEOSANNOUNCER24 PNG "./res/png/announcer24.png"
|
||||
|
||||
IDI_MEOSSERVICES24 PNG "services24.png"
|
||||
IDI_MEOSSERVICES24 PNG "./res/png/services24.png"
|
||||
|
||||
IDI_MEOSLIST24 PNG "lists24.png"
|
||||
IDI_MEOSLIST24 PNG "./res/png/lists24.png"
|
||||
|
||||
IDI_MEOSRUNNER24 PNG "runner24.png"
|
||||
IDI_MEOSRUNNER24 PNG "./res/png/runner24.png"
|
||||
|
||||
IDI_MEOSTEAM24 PNG "team24.png"
|
||||
IDI_MEOSTEAM24 PNG "./res/png/team24.png"
|
||||
|
||||
IDI_MEOSCLUBS24 PNG "clubs24.png"
|
||||
IDI_MEOSCLUBS24 PNG "./res/png/clubs24.png"
|
||||
|
||||
IDI_MEOSCARD24 PNG "readout24.png"
|
||||
IDI_MEOSCARD24 PNG "./res/png/readout24.png"
|
||||
|
||||
IDI_MEOSCOMPETITION24 PNG "competition24.png"
|
||||
IDI_MEOSCOMPETITION24 PNG "./res/png/competition24.png"
|
||||
|
||||
#endif // Neutral (Default) resources
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
@ -103,7 +103,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
||||
|
||||
// Icon with lowest ID value placed first to ensure application icon
|
||||
// remains consistent on all systems.
|
||||
IDI_MEOS ICON "meos.ICO"
|
||||
IDI_MEOS ICON "./res/meos.ico"
|
||||
IDI_SMALL ICON "./res/small.ico"
|
||||
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
@ -224,7 +225,7 @@ END
|
||||
// HTML
|
||||
//
|
||||
|
||||
IDR_HTML1 HTML "html1.htm"
|
||||
IDR_HTML1 HTML "./res/html1.htm"
|
||||
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@ -14,16 +14,16 @@
|
||||
#define SND_NOTOK 52
|
||||
#define SND_NEEDACTION 53
|
||||
|
||||
IDR_3001 300 DISCARDABLE "swedish.lng"
|
||||
IDR_3002 300 DISCARDABLE "english.lng"
|
||||
IDR_3003 300 DISCARDABLE "german.lng"
|
||||
IDR_3004 300 DISCARDABLE "danish.lng"
|
||||
IDR_3005 300 DISCARDABLE "russian.lng"
|
||||
IDR_3006 300 DISCARDABLE "czech.lng"
|
||||
IDR_3008 300 DISCARDABLE "french.lng"
|
||||
IDR_3011 300 DISCARDABLE "spanish.lng"
|
||||
IDR_3012 300 DISCARDABLE "ukrainian.lng"
|
||||
IDR_3013 300 DISCARDABLE "portuguese.lng"
|
||||
IDR_3001 300 DISCARDABLE "./res/lang/swedish.lng"
|
||||
IDR_3002 300 DISCARDABLE "./res/lang/english.lng"
|
||||
IDR_3003 300 DISCARDABLE "./res/lang/german.lng"
|
||||
IDR_3004 300 DISCARDABLE "./res/lang/danish.lng"
|
||||
IDR_3005 300 DISCARDABLE "./res/lang/russian.lng"
|
||||
IDR_3006 300 DISCARDABLE "./res/lang/czech.lng"
|
||||
IDR_3008 300 DISCARDABLE "./res/lang/french.lng"
|
||||
IDR_3011 300 DISCARDABLE "./res/lang/spanish.lng"
|
||||
IDR_3012 300 DISCARDABLE "./res/lang/ukrainian.lng"
|
||||
IDR_3013 300 DISCARDABLE "./res/lang/portuguese.lng"
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 406 B After Width: | Height: | Size: 406 B |
|
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 35 KiB |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 862 B After Width: | Height: | Size: 862 B |
|
Before Width: | Height: | Size: 965 B After Width: | Height: | Size: 965 B |
|
Before Width: | Height: | Size: 696 B After Width: | Height: | Size: 696 B |
|
Before Width: | Height: | Size: 823 B After Width: | Height: | Size: 823 B |
|
Before Width: | Height: | Size: 565 B After Width: | Height: | Size: 565 B |
|
Before Width: | Height: | Size: 677 B After Width: | Height: | Size: 677 B |
|
Before Width: | Height: | Size: 874 B After Width: | Height: | Size: 874 B |
|
Before Width: | Height: | Size: 988 B After Width: | Height: | Size: 988 B |
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 669 B After Width: | Height: | Size: 669 B |
|
Before Width: | Height: | Size: 739 B After Width: | Height: | Size: 739 B |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
|
Before Width: | Height: | Size: 904 B After Width: | Height: | Size: 904 B |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |