home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoft Programmer's Library 1.3
/
Microsoft-Programers-Library-v1.3.iso
/
sampcode
/
win_lrn
/
dialog
/
isdlgmsg.rc
< prev
next >
Wrap
Text File
|
1988-08-10
|
471b
|
16 lines
#include "style.h"
#include "isdlgmsg.h"
isdlgmsg MENU
BEGIN
MENUITEM "DIALOG", 80
END
EXAMPLEBOX DIALOG LOADONCALL MOVEABLE DISCARDABLE 71, 55, 111, 68
CAPTION "MODELESS DIALOG BOX"
STYLE WS_BORDER | WS_CAPTION | WS_DLGFRAME | WS_VISIBLE | WS_POPUP
BEGIN
CONTROL "OKAY" ID_OK, "button", BS_PUSHBUTTON | WS_TABSTOP | WS_CHILD, 31, 37, 41, 22
CONTROL "CHECK HERE" TOP_CONTROL, "button", BS_CHECKBOX | WS_TABSTOP | WS_CHILD, 27, 16, 54, 11
END