[ROSAPPS]

Add symbols to make things look more... mature in C:\ReactOS

svn path=/trunk/; revision=67779
This commit is contained in:
Daniel Reimer 2015-05-16 19:12:30 +00:00
parent f58c18579a
commit 6ad55cd339
15 changed files with 21 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View file

@ -1 +1,4 @@
#pragma once
#define IDS_TEXT 3
#define IDI_ICON 101

View file

@ -4,6 +4,8 @@
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
IDI_ICON ICON DISCARDABLE "res/icon_blankscr.ico"
#define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Default ScreenSaver\0"
#define REACTOS_STR_INTERNAL_NAME "scrnsave\0"

View file

@ -9,6 +9,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#define REACTOS_STR_ORIGINAL_FILENAME "butterflies.scr\0"
#include <reactos/version.rc>
IDI_ICON ICON "res/icon_butterflies.ico"
IDB_BUTTERFLY1 BITMAP "res/butterfly1.bmp"
IDB_BUTTERFLY2 BITMAP "res/butterfly2.bmp"
IDB_BUTTERFLY3 BITMAP "res/butterfly3.bmp"

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View file

@ -1,5 +1,6 @@
#define IDC_STATIC -1
#pragma once
#define IDC_STATIC -1
#define IDS_DESCRIPTION 1
#define IDABOUT 3
#define IDI_ICON_SCREEN 100

View file

@ -4,6 +4,8 @@
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
IDI_ICON ICON DISCARDABLE "res/icon_circles.ico"
#define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION "Circles ScreenSaver\0"
#define REACTOS_STR_INTERNAL_NAME "circles\0"

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View file

@ -1,3 +1,6 @@
#pragma once
#define IDS_TEXT 3
#define IDB_WORKSTATION 0x100
#define IDB_SERVER 0x200
#define IDB_WORKSTATION 100
#define IDB_SERVER 200
#define IDI_ICON 101

View file

@ -4,6 +4,8 @@
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
IDI_ICON ICON DISCARDABLE "res/icon_cylfrac.ico"
#define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION "Cylinders fractal ScreenSaver\0"
#define REACTOS_STR_INTERNAL_NAME "cylfrac\0"

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View file

@ -3,3 +3,4 @@
#define IDS_DESCRIPTION 1
#define IDS_TITLE 2
#define IDS_TEXT 3
#define IDI_ICON 101

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View file

@ -3,3 +3,4 @@
#define IDS_DESCRIPTION 1
#define IDS_TITLE 2
#define IDS_TEXT 3
#define IDI_ICON 101

View file

@ -4,6 +4,8 @@
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
IDI_ICON ICON DISCARDABLE "res/icon_starfield.ico"
#define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Starfield ScreenSaver\0"
#define REACTOS_STR_INTERNAL_NAME "starfield\0"