blob: 6d5cd3b31877488b98127708450c3b85ac817eff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
#define IDD_OPTIONS 10
#define IDC_CHK_OFFLINE 1001
#define IDC_CHK_ONLINE 1002
#define IDC_CHK_AWAY 1003
#define IDC_CHK_DND 1004
#define IDC_CHK_NA 1005
#define IDC_CHK_OCCUPIED 1006
#define IDC_CHK_FREECHAT 1007
#define IDC_CHK_INVISIBLE 1008
#define IDC_CHK_ONTHEPHONE 1009
#define IDC_CHK_OUTTOLUNCH 1010
#define IDC_RAD_OFFLINE 2001
#define IDC_RAD_ONLINE 2002
#define IDC_RAD_AWAY 2003
#define IDC_RAD_DND 2004
#define IDC_RAD_NA 2005
#define IDC_RAD_OCCUPIED 2006
#define IDC_RAD_FREECHAT 2007
#define IDC_RAD_INVISIBLE 2008
#define IDC_RAD_ONTHEPHONE 2009
#define IDC_RAD_OUTTOLUNCH 2010
#define IDC_CHK_MESSAGEREAD 3001
#define IDC_CHK_MESSAGESEND 3002
#define IDC_CHK_URLREAD 3003
#define IDC_CHK_URLSEND 3004
#define IDC_CHK_FILEREAD 3005
#define IDC_CHK_FILESEND 3006
#define IDC_MSGICON 4001
#define IDC_URLICON 4002
#define IDC_FILEICON 4003
|