home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgLangD.iso / C++-7 / DISK8 / MFC / SAMPLES / CHART / ENTRY.DL$ / entry
Encoding:
Text File  |  1992-03-18  |  1.5 KB  |  30 lines

  1. /* entry.dlg : Defines the data entry dialog resource.
  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. EntryDlg DIALOG LOADONCALL MOVEABLE DISCARDABLE 11, 28, 207, 76
  16.     CAPTION "Chart Data"
  17.     STYLE WS_BORDER | WS_CAPTION | WS_DLGFRAME | WS_SYSMENU | DS_MODALFRAME | WS_POPUP
  18. {
  19.     CONTROL "Chart &Title:", -1, "static", SS_LEFT | WS_CHILD, 7, 11, 43, 8
  20.     CONTROL "", EDIT_TITLE, "edit", ES_LEFT | ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP | WS_CHILD, 53, 9, 145, 12
  21.     CONTROL "&Value:", -1, "static", SS_LEFT | WS_CHILD, 7, 28, 26, 8
  22.     CONTROL "", EDIT_VALUE, "edit", ES_LEFT | WS_BORDER | WS_TABSTOP | WS_CHILD, 34, 26, 85, 12
  23.     CONTROL "&Label:", -1, "static", SS_LEFT | WS_CHILD, 7, 43, 26, 9
  24.     CONTROL "", EDIT_LABEL, "edit", ES_LEFT | ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP | WS_CHILD, 34, 42, 85, 12
  25.     CONTROL "&Add", BTN_ADD, "button", BS_DEFPUSHBUTTON | WS_TABSTOP | WS_CHILD, 6, 58, 36, 12
  26.     CONTROL "&Remove", BTN_DEL, "button", BS_PUSHBUTTON | WS_TABSTOP | WS_CHILD, 44, 58, 36, 12
  27.     CONTROL "&Done", IDOK, "button", BS_PUSHBUTTON | WS_TABSTOP | WS_CHILD, 83, 58, 36, 12
  28.     CONTROL "", LIST_BOX, "listbox", LBS_NOTIFY|LBS_NOINTEGRALHEIGHT|WS_BORDER|WS_VSCROLL|WS_CHILD, 125, 26, 73, 44
  29. }
  30.