source: trunk/src/shell32/resources/shell32_Nl.orc

Last change on this file was 21993, checked in by dmik, 13 years ago

Fix About dialog height.

Addition to r21989.

File size: 592 bytes
Line 
1/* $Id: shell32_Nl.orc,v 1.2 2003-11-12 14:04:54 sandervl Exp $ */
2LANGUAGE LANG_DUTCH, SUBLANG_DEFAULT
3
4SHELL_ABOUT_MSGBOX DIALOG LOADONCALL MOVEABLE DISCARDABLE 15, 40, 216, 187
5STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
6CAPTION "Info %s"
7FONT 10, "System"
8{
9 DEFPUSHBUTTON "OK", IDOK, 158, 167, 50, 12, WS_TABSTOP
10 LISTBOX 99, 8, 105, 137, 82, LBS_NOTIFY | WS_VSCROLL | WS_BORDER
11 ICON "", 1088, 194, 75, 0, 0
12 LTEXT "", 100, 8, 75, 176, 20
13 LTEXT "Odin %d.%d.%d (%s) is geschreven door:", 98, 8, 95, 176, 10
14 CONTROL "", 2001, "Static", SS_BITMAP, 8, 8, 0, 0
15}
Note: See TracBrowser for help on using the repository browser.