home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / tools / coolwork / cdlgdemo.rc_ / cdlgdemo.rc
Text File  |  1994-02-10  |  733b  |  19 lines

  1. /* Resources for CoolDialog demo */
  2.  
  3. #include "cdlgdemo.h"
  4. #include "cbutton.h"
  5. #include "cwmenu.h"
  6.  
  7. MainDlg DIALOG 6, 15, 194, 119
  8. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  9. CLASS "CoolDialog"
  10. CAPTION "CoolDialog Demo"
  11. FONT 8, "MS Sans Serif"
  12. {
  13.  EDITTEXT EBOX, 26, 31, 129, 12, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP
  14.  CONTROL "&Done", IDOK, "CoolButton", CBTN_CAPTION |  WS_CHILD | WS_VISIBLE | WS_TABSTOP, 29, 76, 25, 26
  15.  CONTROL "&Copy", CM_EDITCOPY, "CoolButton", CBTN_NOAUTOSIZE | CBTN_CAPTION | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 70, 76, 28, 39
  16.  CONTROL "&Paste", CM_EDITPASTE, "CoolButton", CBTN_NOAUTOSIZE | CBTN_CAPTION | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 115, 76, 28, 39
  17. }
  18.  
  19.