mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 02:36:13 +00:00
Change dialog sizes to fit into 640x480
svn path=/trunk/; revision=11783
This commit is contained in:
parent
ce8fea9728
commit
bb446ae87d
1 changed files with 10 additions and 10 deletions
|
@ -33,7 +33,7 @@ BEGIN
|
||||||
END
|
END
|
||||||
|
|
||||||
|
|
||||||
IDD_ACKPAGE DIALOGEX 0, 0, 317, 193
|
IDD_ACKPAGE DIALOGEX 0, 0, 317, 143
|
||||||
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE |
|
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE |
|
||||||
WS_CAPTION | WS_SYSMENU
|
WS_CAPTION | WS_SYSMENU
|
||||||
CAPTION "ReactOS Setup"
|
CAPTION "ReactOS Setup"
|
||||||
|
@ -41,14 +41,14 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0
|
||||||
BEGIN
|
BEGIN
|
||||||
LTEXT "The ReactOS developers would like to acknowledge the following Open Source projects, "\
|
LTEXT "The ReactOS developers would like to acknowledge the following Open Source projects, "\
|
||||||
"(parts of) which were used to create ReactOS:",
|
"(parts of) which were used to create ReactOS:",
|
||||||
IDC_STATIC,15,14,286,19
|
IDC_STATIC,15,7,286,19
|
||||||
LISTBOX IDC_PROJECTS,15,44,286,85,LBS_NOSEL | LBS_HASSTRINGS |
|
LISTBOX IDC_PROJECTS,15,30,286,75,LBS_NOSEL | LBS_HASSTRINGS |
|
||||||
LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_DISABLED
|
LBS_NOINTEGRALHEIGHT | WS_VSCROLL
|
||||||
LTEXT "ReactOS is licensed under the GPL, so if you want to reuse or redistribute "\
|
LTEXT "ReactOS is licensed under the GPL, so if you want to reuse or redistribute "\
|
||||||
"(parts of) it you must respect the GPL",
|
"(parts of) it you must respect the GPL",
|
||||||
IDC_STATIC,15,146,227,19
|
IDC_STATIC,15,110,227,19
|
||||||
PUSHBUTTON "&View GPL...",IDC_VIEWGPL,251,147,50,18
|
PUSHBUTTON "&View GPL...",IDC_VIEWGPL,251,110,50,19
|
||||||
LTEXT "Click Next to continue with Setup.",IDC_STATIC,15,169,
|
LTEXT "Click Next to continue with Setup.",IDC_STATIC,15,136,
|
||||||
195,17
|
195,17
|
||||||
END
|
END
|
||||||
|
|
||||||
|
@ -167,14 +167,14 @@ BEGIN
|
||||||
PUSHBUTTON "&Restart", IDOK, 98, 87, 50, 14
|
PUSHBUTTON "&Restart", IDOK, 98, 87, 50, 14
|
||||||
END
|
END
|
||||||
|
|
||||||
IDD_GPL DIALOG 0, 0, 333, 242
|
IDD_GPL DIALOG 0, 0, 333, 230
|
||||||
STYLE DS_CENTER | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
STYLE DS_CENTER | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||||
CAPTION "GNU General Public License"
|
CAPTION "GNU General Public License"
|
||||||
FONT 8, "MS Shell Dlg"
|
FONT 8, "MS Shell Dlg"
|
||||||
BEGIN
|
BEGIN
|
||||||
EDITTEXT IDC_GPL_TEXT,7,7,319,202,ES_MULTILINE | ES_AUTOHSCROLL |
|
EDITTEXT IDC_GPL_TEXT,7,7,319,190,ES_MULTILINE | ES_AUTOHSCROLL |
|
||||||
ES_READONLY | WS_VSCROLL
|
ES_READONLY | WS_VSCROLL
|
||||||
DEFPUSHBUTTON "OK",IDOK,141,221,50,14
|
DEFPUSHBUTTON "OK",IDOK,141,209,50,14
|
||||||
END
|
END
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue