mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-29 10:26:36 +01:00
tweak dlg style
This commit is contained in:
parent
c6c53282d9
commit
c03f571a40
1 changed files with 3 additions and 3 deletions
|
@ -121,7 +121,7 @@ CAPTION "About Crosswords"
|
|||
FONT 8, "System"
|
||||
BEGIN
|
||||
ICON IDI_XWORDS4,IDC_STATIC,8,17,20,20
|
||||
LTEXT "Crosswords 4 (beta 10) for PocketPC. Copyright 1998-2004 by Eric House. This software is released under the Gnu Public License. For details see xwords.sourceforge.net.",
|
||||
LTEXT "Crosswords 4 (beta 11) for PocketPC. Copyright 1998-2004 by Eric House. This software is released under the Gnu Public License. For details see xwords.sourceforge.net.",
|
||||
IDC_STATIC,32,10,86,89,SS_NOPREFIX
|
||||
END
|
||||
|
||||
|
@ -219,8 +219,8 @@ IDD_STRBOX DIALOG DISCARDABLE 0, 25, 127, 132
|
|||
CAPTION "Dialog"
|
||||
FONT 8, "System"
|
||||
BEGIN
|
||||
EDITTEXT ID_EDITTEXT,6,5,115,100,ES_MULTILINE | ES_READONLY |
|
||||
ES_WANTRETURN | WS_VSCROLL
|
||||
EDITTEXT ID_EDITTEXT,6,5,115,100,ES_MULTILINE | ES_READONLY
|
||||
| WS_VSCROLL
|
||||
DEFPUSHBUTTON "OK",IDOK,29,110,31,14
|
||||
DEFPUSHBUTTON "No",IDCANCEL,70,110,31,14
|
||||
END
|
||||
|
|
Loading…
Reference in a new issue