This commit is contained in:
Wiesław Šoltés 2018-03-06 16:50:57 +01:00
Родитель 0a89bcb593
Коммит 2814819122
1 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -229,15 +229,15 @@ BEGIN
PUSHBUTTON "&OK",IDOK,311,160,50,14
END
IDD_DIALOG_ABOUT DIALOGEX 0, 0, 349, 212
IDD_DIALOG_ABOUT DIALOGEX 0, 0, 349, 74
STYLE DS_SETFONT | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME
CAPTION "About WAV to AC3 Encoder"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
PUSHBUTTON "&OK",IDOK,292,191,50,14
CTEXT "This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.",IDC_STATIC_LICENSE,53,145,243,23
CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ | SS_SUNKEN,7,180,335,2,WS_EX_CLIENTEDGE | WS_EX_STATICEDGE
LTEXT "",IDC_STATIC_BUILD_INFO,7,191,278,14,SS_CENTERIMAGE | WS_DISABLED
PUSHBUTTON "&OK",IDOK,292,53,50,14
CTEXT "This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.",IDC_STATIC_LICENSE,53,7,243,23
CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ | SS_SUNKEN,7,42,335,2,WS_EX_CLIENTEDGE | WS_EX_STATICEDGE
LTEXT "",IDC_STATIC_BUILD_INFO,7,53,278,14,SS_CENTERIMAGE | WS_DISABLED
END