home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoft Programmer's Library 1.3
/
Microsoft-Programers-Library-v1.3.iso
/
sampcode
/
win_lrn
/
dialog
/
dlgtext.dlg
< prev
next >
Wrap
Text File
|
1988-08-10
|
428b
|
9 lines
1 DIALOG LOADONCALL MOVEABLE DISCARDABLE 35, 10, 166, 54
STYLE WS_DLGFRAME | WS_VISIBLE | WS_POPUP
BEGIN
CONTROL "Ok" IDOK, "button", BS_DEFPUSHBUTTON | WS_TABSTOP | WS_CHILD, 64, 30, 40, 14
CONTROL "Sending text strings to this edit box:" -1, "static", SS_CENTER | WS_CHILD, 0, 2, 165, 14
CONTROL "" ID_EDITBOX, "edit", ES_LEFT | WS_BORDER | WS_TABSTOP | WS_CHILD, 26, 15, 114, 11
END