mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +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"
|
FONT 8, "System"
|
||||||
BEGIN
|
BEGIN
|
||||||
ICON IDI_XWORDS4,IDC_STATIC,8,17,20,20
|
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
|
IDC_STATIC,32,10,86,89,SS_NOPREFIX
|
||||||
END
|
END
|
||||||
|
|
||||||
|
@ -219,8 +219,8 @@ IDD_STRBOX DIALOG DISCARDABLE 0, 25, 127, 132
|
||||||
CAPTION "Dialog"
|
CAPTION "Dialog"
|
||||||
FONT 8, "System"
|
FONT 8, "System"
|
||||||
BEGIN
|
BEGIN
|
||||||
EDITTEXT ID_EDITTEXT,6,5,115,100,ES_MULTILINE | ES_READONLY |
|
EDITTEXT ID_EDITTEXT,6,5,115,100,ES_MULTILINE | ES_READONLY
|
||||||
ES_WANTRETURN | WS_VSCROLL
|
| WS_VSCROLL
|
||||||
DEFPUSHBUTTON "OK",IDOK,29,110,31,14
|
DEFPUSHBUTTON "OK",IDOK,29,110,31,14
|
||||||
DEFPUSHBUTTON "No",IDCANCEL,70,110,31,14
|
DEFPUSHBUTTON "No",IDCANCEL,70,110,31,14
|
||||||
END
|
END
|
||||||
|
|
Loading…
Reference in a new issue