blob: 1362fb3da117ab3322fb0c7d2bdf097a2579e23d (
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by E:\Projects\C++\MirandaNG\protocols\Skype\res\Resource.rc
//
#define IDD_ACCMGR 9
#define IDD_OPT_MAIN 10
#define IDD_INFO_SKYPE 11
#define IDD_OWNINFO_PERSONAL 12
#define IDD_OWNINFO_HOME 13
#define IDD_OWNINFO_CONTACT 14
#define IDD_PASSWORD_CHANGE 15
#define IDD_CHATROOM_INVITE 40
#define IDI_ICON 101
#define IDR_RUNTIME 102
#define IDD_PASSWORD_REQUEST 106
#define IDR_KEY 107
#define IDI_CALL 108
#define IDI_CONF_INVITE 109
#define IDI_CONF_SPAWN 110
#define IDI_SEND_CONTACTS 111
#define IDD_CHATROOM_CREATE 111
#define IDC_CCLIST 173
#define IDC_EDITSCR 174
#define IDC_ADDSCR 175
#define IDC_SN 1001
#define IDC_PW 1002
#define IDC_SL 1003
#define IDC_SAVEPASS 1004
#define IDC_SAVEPASSWORD 1005
#define IDC_PASSWORD 1006
#define IDC_INSTRUCTION 1007
#define IDC_INSTRUCTION2 1008
#define IDC_INSTRUCTION3 1009
#define IDC_SID 1010
#define IDC_STATUSTEXT 1011
#define IDC_ONLINESINCE 1012
#define IDC_LASTEVENTDATE 1013
#define IDC_PASSWORD3 1014
#define IDC_LASTPROFILECHANGE 1015
#define IDC_PORT 1016
#define IDC_USE_ALT_PORTS 1017
#define IDC_REGISTER 1018
#define IDC_CHANGE_PWD 1019
#define IDC_DEFAULT_GROUP 1020
#define IDC_GROUP 1021
#define IDC_PASSWORD2 1023
#define IDC_FULLNAME 1025
#define IDC_EMAIL1 1026
#define IDC_EMAIL2 1027
#define IDC_EMAIL3 1028
#define IDC_BIRTH_DAY 1029
#define IDC_BIRTH_MONTH 1030
#define IDC_BIRTH_YEAR 1031
#define IDC_MOBPHONE 1032
#define IDC_GENDER 1033
#define IDC_HOMEPHONE 1034
#define IDC_HOMEPAGE 1035
#define IDC_OFFICEPHONE 1036
#define IDC_LANGUAGE 1037
#define IDC_ABOUT 1038
#define IDC_MOOD 1039
#define IDC_CITY 1040
#define IDC_STATE 1041
#define IDC_COUNTRY 1042
#define IDC_TIMEZONE 1043
#define IDC_CHAT_TOPIC 1044
#define IDC_CHAT_GUIDLINE 1045
#define IDC_CHAT_JOINING 1046
#define IDC_COMBO1 1047
#define IDC_ROLES 1047
#define IDC_CHAT_ROLES 1047
#define IDC_CHAT_JOINING2 1048
#define IDC_CHAT_SECURED 1048
#define IDC_EDIT1 1049
#define IDC_CHAT_PASSWORD 1049
#define IDC_EDIT2 1050
#define IDC_CHAT_CONFIRMATION 1050
#define IDC_EDIT3 1051
#define IDC_CHAT_HINT 1051
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 112
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1052
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|