home *** CD-ROM | disk | FTP | other *** search
- // dialog with not edit items in it
-
- // Exact height of this dialog is unknown (change with code)
- IDD_DERIVED_EDIT DIALOG 16, 16, 176, 200 /* ? */
- STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
- CAPTION "Sample Dialog"
- FONT 8, "Helv"
- BEGIN
- DEFPUSHBUTTON "Done", IDOK, 137, 6, 33, 14
- END
-
-