added icons

svn path=/trunk/; revision=5798
This commit is contained in:
Thomas Bluemel 2003-08-23 16:50:58 +00:00
parent 5f2c2b55be
commit 274ac97525
6 changed files with 23 additions and 14 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 766 B

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 766 B

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 766 B

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 766 B

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 766 B

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -60,6 +60,18 @@ END
32641 CURSOR "resources/ocr_icon.cur"
32649 CURSOR "resources/ocr_hand.cur"
/////////////////////////////////////////////////////////////////////////////
//
// Icons
//
32512 ICON "resources/oic_sample.ico"
32513 ICON "resources/oic_hand.ico"
32514 ICON "resources/oic_ques.ico"
32515 ICON "resources/oic_bang.ico"
32516 ICON "resources/oic_note.ico"
32517 ICON "resources/oic_reactos.ico"
/////////////////////////////////////////////////////////////////////////////
//
// Bitmaps
@ -127,18 +139,15 @@ EDITMENU MENU LOADONCALL MOVEABLE DISCARDABLE
SYSMENU MENU LOADONCALL MOVEABLE DISCARDABLE
{
POPUP ""
BEGIN
MENUITEM "&Restore", 61728
MENUITEM "&Move", 61456
MENUITEM "&Size", 61440
MENUITEM "Mi&nimize", 61472
MENUITEM "Ma&ximize", 61488
MENUITEM SEPARATOR
MENUITEM "&Close\tAlt-F4", 61536
// MENUITEM SEPARATOR
// MENUITEM "&Switch to ...\tCtrl-Esc", 61744
// MENUITEM SEPARATOR
// MENUITEM "&About ReactOS ...", 61761
END
MENUITEM "&Restore", 61728
MENUITEM "&Move", 61456
MENUITEM "&Size", 61440
MENUITEM "Mi&nimize", 61472
MENUITEM "Ma&ximize", 61488
MENUITEM SEPARATOR
MENUITEM "&Close\tAlt-F4", 61536
//MENUITEM SEPARATOR
//MENUITEM "&Switch to ...\tCtrl-Esc", 61744
//MENUITEM SEPARATOR
//MENUITEM "&About ReactOS ...", 61761
}