home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ocl150a.zip / OCL / Samples / Language / Source / reseng.rc < prev    next >
Text File  |  1996-08-12  |  423b  |  18 lines

  1. #ifndef OS2_INCLUDED
  2.    #include <os2.h>
  3. #endif
  4.  
  5. #include "res.h"
  6.  
  7.  
  8. DLGTEMPLATE DLG_LANG LOADONCALL MOVEABLE DISCARDABLE
  9. {
  10.  DIALOG  "English Dialog", DLG_LANG, 117, 99, 148, 90, WS_VISIBLE, 
  11.          FCF_SYSMENU | FCF_TITLEBAR
  12.  {
  13.   DEFPUSHBUTTON   "~OK", DID_OK, 53, 6, 40, 14
  14.   CTEXT           "This dialog uses the english resources.", 
  15.                    DLG_LANG_TXT, 7, 38, 134, 29, DT_WORDBREAK
  16.  }
  17. }
  18.