2 lenguajes extraños

09/06/2005 - 01:49 por Morgan | Informe spam
Holas,

¿Alguien podría decirme qué tipo de archivos son estos? Será el primero un
archivo de ayuda y el segundo un DLL o archivo de recursos?

1)

BEGIN

+$#Using online Help

To identify a tool or control:
Position the pointer over a tool or control and pause. A tool tip appears
showing the name and keyboard shortcut (if any) for the item.

If tool tips don't appear, the preference for displaying them may be turned
off.

See also:
To display tool tips



+$#KUsing online Help

________________________

+ BROWSE0002:000d
$ To identify a tool or control
# KV9OKA
+ BROWSE0002:000e
$ To display tool tips
# 19J21F_
K General preferences;preferences;preferences:general;Show Tool Tips option



2)



PRINT DIALOG DISCARDABLE 15, 15, 181, 181

STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU

CAPTION "Print"

FONT 8, "MS Sans Serif"

BEGIN

LTEXT "Printer:",1093,6,4,25,8

GROUPBOX "Range",1072,5,27,106,75,WS_GROUP

RADIOBUTTON "&All",1056,11,40,98,10,WS_GROUP | WS_TABSTOP

RADIOBUTTON "S&election",IDC_PRNTSTUP_SELECTION,11,51,98,10

RADIOBUTTON "C&urrent Page",1057,11,62,98,10

RADIOBUTTON "&Pages",1058,11,73,98,10

RTEXT "&From:",1089,15,88,24,9

EDITTEXT 1152,41,86,20,12,ES_RIGHT

RTEXT "&To:",1090,63,88,16,9

EDITTEXT 1153,82,86,20,12,ES_RIGHT

LTEXT "Print &Quality:",1091,6,120,42,9

COMBOBOX 1136,50,118,62,41,CBS_DROPDOWNLIST | WS_BORDER |

WS_VSCROLL | WS_GROUP | WS_TABSTOP

LTEXT "&Copies:",1092,6,140,27,9

EDITTEXT 1154,49,137,20,12,ES_RIGHT

CONTROL "Print to Fi&le",1040,"Button",BS_AUTOCHECKBOX |

WS_GROUP | WS_TABSTOP,6,157,58,12

DEFPUSHBUTTON "OK",1,123,30,50,14,WS_GROUP

PUSHBUTTON "Cancel",2,123,47,50,14,WS_GROUP

PUSHBUTTON "P&rint Setup...",1024,123,67,50,14,WS_GROUP

PUSHBUTTON "&Help",1038,123,101,50,14,WS_GROUP

PUSHBUTTON "Page &Setup...",IDC_PRNTSTUP_CALLSETUP,123,95,50,14

PUSHBUTTON "Pre&view...",IDC_PRINT_PREVIEW,123,118,50,14

END



STRINGTABLE DISCARDABLE

BEGIN

ID_COMBO_STYLE "Select Style for selected text region or
equationStyle"

ID_COMBO_FACE "Select Font for the current selectionFont"

ID_COMBO_SIZE "Select Font Size for the current
selectionSize"

ID_BROWSE_RELOAD "Reload current pageReload"

ID_BOOKMARK "Add, edit or display bookmarksBookmark"

END



Saludos,



Morgan
 

Leer las respuestas

#1 Ramón Sola [MVP Windows - Shell/User]
09/06/2005 - 03:52 | Informe spam
Hash: SHA1

El primer texto tiene aspecto de formar parte de un fichero RTF diseñado
para transformarse en fichero de ayuda .HLP mediante Microsoft Help
Workshop. El segundo pertenece a un fichero fuente de recursos Win32,
posiblemente con extensión .RC, y define un cuadro de diálogo y un grupo de
cadenas de caracteres.

Ramón Sola / / MVP Windows - Shell/User
Para obtener la dirección correcta no hacen falta los sellos.
Por favor, usar el correo sólo para cuestiones ajenas a los
grupos de noticias, gracias.

Cuentan que "Morgan" escribió en el mensaje
news: lo siguiente:
Holas,

¿Alguien podría decirme qué tipo de archivos son estos? Será el primero
un archivo de ayuda y el segundo un DLL o archivo de recursos?

1)

BEGIN

+$#Using online Help

To identify a tool or control:
Position the pointer over a tool or control and pause. A tool tip appears
showing the name and keyboard shortcut (if any) for the item.



[...]

2)



PRINT DIALOG DISCARDABLE 15, 15, 181, 181

STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU

CAPTION "Print"

FONT 8, "MS Sans Serif"

BEGIN

LTEXT "Printer:",1093,6,4,25,8


[...]

Preguntas similares