source: trunk/src/shell32/shell32_En.rc@ 2783

Last change on this file since 2783 was 2477, checked in by sandervl, 26 years ago

Display Odin logo in Shell about dialog box

File size: 1019 bytes
Line 
1/* $Id: shell32_En.rc,v 1.4 2000-01-18 22:27:56 sandervl Exp $ */
2LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
3
4#if 1
5SHELL_ABOUT_MSGBOX DIALOG LOADONCALL MOVEABLE DISCARDABLE 15, 40, 216, 170
6STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
7CAPTION "About %s"
8FONT 10, "System"
9{
10 DEFPUSHBUTTON "OK", 1, 156, 147, 50, 12, WS_TABSTOP
11 LISTBOX 99, 8, 85, 137, 82, LBS_NOTIFY | WS_VSCROLL | WS_BORDER
12 ICON "", 1088, 189, 50, 14, 16
13 LTEXT "", 100, 8, 50, 137, 33
14 LTEXT "Odin was brought to you by:", 98, 8, 75, 137, 10
15 CONTROL "",2001,"Static",SS_BITMAP,8,2,148,26
16}
17#else
18SHELL_ABOUT_MSGBOX DIALOG LOADONCALL MOVEABLE DISCARDABLE 15, 40, 210, 152
19STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
20CAPTION "About %s"
21FONT 10, "System"
22{
23 DEFPUSHBUTTON "OK", 1, 153, 130, 50, 12, WS_TABSTOP
24 LISTBOX 99, 8, 65, 137, 82, LBS_NOTIFY | WS_VSCROLL | WS_BORDER
25 ICON "", 1088, 189, 10, 14, 16
26 LTEXT "", 100, 8, 10, 137, 33
27 LTEXT "Odin was brought to you by:", 98, 8, 55, 137, 10
28}
29#endif
Note: See TracBrowser for help on using the repository browser.