home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 May / PCWorld_2003-05_cd.bin / Software / Vyzkuste / rbtray / rbtray.rc < prev    next >
Text File  |  1999-10-27  |  642b  |  22 lines

  1. #include <winuser.h>
  2. #include "rbtray.h"
  3.  
  4. RBTrayICO ICON "rbtray.ico"
  5.  
  6. IDD_DIALOG1 DIALOGEX 0, 0, 186, 87,0
  7. CAPTION "About RBTray"
  8. FONT 8, "MS Sans Serif"
  9. {
  10.     DEFPUSHBUTTON   "OK",ID_OK,142,67,37,14,0
  11.     ICON            "RBTrayICO",0,7,7,21,20,0,0,0
  12.     LTEXT           "RBTray 2.6",0,45,7,47,9
  13.     LTEXT           "Freeware",0,45,17,65,11
  14.     LTEXT           "This program is distributed under the terms of GNU General Public License.",
  15.                     0,45,32,134,16
  16.     LTEXT           "⌐ 1998-99 Nikolay V. Redko",0,45,55,100,8
  17.     EDITTEXT        IDC_EDIT,
  18.                     45,70,94,12,ES_READONLY | NOT WS_BORDER
  19. }
  20.  
  21.  
  22.