home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / m / mdibar.zip / MDITBAR.RC < prev    next >
Text File  |  1992-04-15  |  845b  |  26 lines

  1. #include <windows.h>
  2. #include <owlrc.h>
  3. BARDIALOG DIALOG  0, 0, 201, 20
  4. CLASS "bordlg"
  5. STYLE WS_CHILD
  6. BEGIN
  7.     CONTROL "Button", IDABORT, "BorBtn", BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 0, 0, 32, 20
  8.     CONTROL "Button", IDRETRY, "BorBtn", BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 32, 0, 32, 20
  9.     CONTROL "Button", IDIGNORE, "BorBtn", BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 64, 0, 32, 20
  10.     CONTROL "Button", IDYES, "BorBtn", BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 96, 0, 32, 20
  11.     CONTROL "Button", IDNO, "BorBtn", BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 128, 0, 32, 20
  12. END
  13.  
  14.  
  15. MDIMENU MENU 
  16. BEGIN
  17.     POPUP "&File"
  18.     BEGIN
  19.         MENUITEM "&New MDI Child", CM_CREATECHILD
  20.         MENUITEM "&Tile", CM_TILECHILDREN
  21.         MENUITEM "&Cascade", CM_CASCADECHILDREN
  22.     END
  23. END
  24.  
  25.  
  26.