home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2003 May
/
PCWorld_2003-05_cd.bin
/
Software
/
Vyzkuste
/
rbtray
/
rbtray.rc
< prev
next >
Wrap
Text File
|
1999-10-27
|
642b
|
22 lines
#include <winuser.h>
#include "rbtray.h"
RBTrayICO ICON "rbtray.ico"
IDD_DIALOG1 DIALOGEX 0, 0, 186, 87,0
CAPTION "About RBTray"
FONT 8, "MS Sans Serif"
{
DEFPUSHBUTTON "OK",ID_OK,142,67,37,14,0
ICON "RBTrayICO",0,7,7,21,20,0,0,0
LTEXT "RBTray 2.6",0,45,7,47,9
LTEXT "Freeware",0,45,17,65,11
LTEXT "This program is distributed under the terms of GNU General Public License.",
0,45,32,134,16
LTEXT "⌐ 1998-99 Nikolay V. Redko",0,45,55,100,8
EDITTEXT IDC_EDIT,
45,70,94,12,ES_READONLY | NOT WS_BORDER
}