blob: 4c4451bc0a5e11b805b749a9f980483e7dcd087f (
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
|
/*
* $Id: resource.h 3465 2006-08-06 01:26:35Z gena01 $
*
* myYahoo Miranda Plugin
*
* Authors: Gennady Feldman (aka Gena01)
* Laurent Marechal (aka Peorth)
*
* This code is under GPL and is based on AIM, MSN and Miranda source code.
* I want to thank Robert Rainwater and George Hazan for their code and support
* and for answering some of my questions during development of this plugin.
*/
//#define IDI_ICON1 101
#define IDI_MAIN 101
#define IDI_YAHOO 102
#define IDI_INBOX 103
#define IDI_PROFILE 104
#define IDI_REFRESH 105
#define IDI_YAB 106
#define IDI_SET_STATUS 107
#define IDI_CALENDAR 108
#define IDD_OPT_YAHOO 185
#define IDD_SETCUSTSTAT 186
#define IDD_OPT_YAHOO_POPUP 187
#define IDC_CUSTSTATBUSY 1000
#define IDC_CUSTSTAT 1001
#define IDC_STYAHOOGROUP 1002
#define IDC_EDIT1 1003
#define IDC_STIGNGROUP 1004
#define IDC_USEWINCOLORS 1008
#define IDC_YCHECKMAIL 1011
#define IDC_YTNOTIF 1012
#define IDC_PASSWORD 1020
#define IDC_NICK 1021
#define IDC_HANDLE 1022
#define IDC_BGCOLOUR 1026
#define IDC_TEXTCOLOUR 1028
#define IDC_PREVIEW 1030
#define IDC_DEBUG 1050
#define IDC_POPUP_TIMEOUT 1051
#define IDC_LOGINSERVER 1171
#define IDC_YAHOOPORT 1174
#define IDC_DISABLEYAHOOMAIL 1301
#define IDC_NEWYAHOOACCOUNTLINK 1438
#define IDC_RESETSERVER 1472
#define IDC_DISMAINMENU 1475
#define IDC_USE_YAB 1477
#define IDC_SHOW_ERRORS 1478
#define IDC_SHOW_AVATARS 1479
#define IDC_MAIL_AUTOLOGIN 1480
#define IDC_YAHOO_JAPAN 1481
#define IDD_OPT_YAHOO_IGNORE 201
#define IDC_YIGN_EDIT 202
#define IDC_YIGN_LIST 203
#define IDC_IGN_ADD 204
#define IDC_IGN_REMOVE 205
#define IDD_INFO_AVATAR 300
#define IDC_AVATAR 301
#define IDC_SETAVATAR 302
#define IDC_DELETEAVATAR 303
#define IDC_SHARE_AVATAR 304
/*
*
*/
#define IDC_STATIC -1
|