mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
f7cab5a1d4
- Applications: eventvwr, fltmgr, servman. - rosapps: arping, CTM, fontsub, fraginator, imagesoft, systeminfo, vcdcontroltool, vgafontedit. - CPLs: desk.cpl. - ReactOS Setup GUI app. - Screensavers: butterflies, maze, Starfield. - System: NTVDM, printing/monitors/localmon; the freeze dialog in user32, the error strings in usersrv.
35 lines
1.3 KiB
Plaintext
35 lines
1.3 KiB
Plaintext
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
|
|
|
|
IDD_DLG_SCREEN DIALOGEX DISCARDABLE 0, 0, 172, 57
|
|
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Configuración del Salvapantallas de Mariposas"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
DEFPUSHBUTTON "Aceptar",IDOK,7,35,50,14
|
|
PUSHBUTTON "Cancelar",IDCANCEL,61,35,50,14
|
|
CONTROL "Rotar Mariposas",ROTATE,"Button",BS_AUTOCHECKBOX |
|
|
WS_TABSTOP,56,15,70,8
|
|
PUSHBUTTON "Acerca de",IDABOUT,115,35,50,14
|
|
END
|
|
|
|
IDD_DLG_ABOUT DIALOGEX DISCARDABLE 0, 0, 149, 79
|
|
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Acerca de"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
DEFPUSHBUTTON "Aceptar",IDOK,48,58,56,14
|
|
CTEXT "Salvapantallas de Mariposas",IDC_STATIC,7,7,135,9
|
|
CTEXT "Demo por: NeHe ",IDC_STATIC,7,20,135,8
|
|
CTEXT "http://nehe.gamedev.net",WEBPAGE1,7,29,135,8,SS_NOTIFY |
|
|
NOT WS_GROUP
|
|
CTEXT "Salvapantallas por: tHaPuTeR",IDC_STATIC,7,38,135,8,NOT
|
|
WS_GROUP
|
|
CTEXT "http://www.thaputer.com",WEBPAGE2,7,47,135,8,SS_NOTIFY |
|
|
NOT WS_GROUP
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_DESCRIPTION "Salvapantallas de Mariposas revoloteando"
|
|
END
|