home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgLangD.iso / C++-7 / DISK8 / MFC / SAMPLES / OSERVER / ITEM.DL$ / item
Encoding:
Text File  |  1992-01-15  |  998 b   |  28 lines

  1. /* item.dlg : Defines the item add dialog.
  2. //
  3. // This is a part of the Microsoft Foundation Classes C++ library.
  4. // Copyright (C) 1992 Microsoft Corporation
  5. // All rights reserved.
  6. //
  7. // This source code is only intended as a supplement to the
  8. // Microsoft Foundation Classes Reference and Microsoft
  9. // QuickHelp documentation provided with the library.
  10. // See these sources for detailed information regarding the
  11. // Microsoft Foundation Classes product.
  12. //
  13. */
  14.  
  15. IDM_ITEM_ADD DIALOG 51, 29, 160, 43
  16. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  17. CAPTION "Add Bibliographic Reference"
  18. FONT 8, "Helv"
  19. BEGIN
  20.     EDITTEXT        IDC_EDIT1, 24, 6, 86, 12, ES_AUTOHSCROLL
  21.     EDITTEXT        IDC_EDIT2, 24, 21, 86, 12, ES_AUTOHSCROLL
  22.     LTEXT           "Item", -1, 1, 7, 20, 8
  23.     RTEXT           "&Value", -1, 1, 23, 20, 8
  24.     RTEXT           "&Key", -1, 1, 8, 20, 8
  25.     DEFPUSHBUTTON   "OK", IDOK, 114, 6, 40, 14
  26.     PUSHBUTTON      "Cancel", IDCANCEL, 114, 23, 40, 14
  27. END
  28.