home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR41 / DLGMAIN.ZIP / DLGMAIN.RC < prev    next >
Text File  |  1992-05-13  |  444b  |  16 lines

  1. /*******************************************/
  2. /* Dlgmain.rc defines a simple dialog box  */
  3. /* that can be used as the main window.    */
  4. /*******************************************/
  5.  
  6. #include "windows.h"
  7. MAINWINDOWDIALOG DIALOG 31, 29, 188, 100
  8. CAPTION "Main Window Dialog"
  9. CLASS "bordlg_TestDialog"
  10. STYLE WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME | WS_MINIMIZEBOX | WS_MAXIMIZEBOX
  11. BEGIN
  12. END
  13.  
  14. myicon ICON dlgmain.ico
  15.  
  16.