home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgLangD.iso / C++-7 / DISK11 / MFC / SAMPLES / CTRLTEST / DERTEST.DL$ / dertest
Encoding:
Text File  |  1992-03-16  |  324 b   |  12 lines

  1. // dialog with not edit items in it
  2.  
  3. // Exact height of this dialog is unknown (change with code)
  4. IDD_DERIVED_EDIT DIALOG 16, 16, 176, 200 /* ? */
  5. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  6. CAPTION "Sample Dialog"
  7. FONT 8, "Helv"
  8. BEGIN
  9.     DEFPUSHBUTTON   "Done", IDOK, 137, 6, 33, 14
  10. END
  11.  
  12.