blob: f655c545e1f98251d305917fb8a9399b79d2861d (
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
|
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by bitlbee.rc
//
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 100
#define IDS_ABOUTBOX 101
#define IDC_OK 101
#define IDD_BITLBEE_DIALOG 102
#define IDP_SOCKETS_INIT_FAILED 103
#define IDD_PROPPAGE_ACCESS 106
#define IDD_PROPPAGE_USERS 107
#define IDD_PROPPAGE_PATHS 108
#define IDR_MAINFRAME 128
#define IDI_BEE 130
#define IDD_PHONY 131
#define IDR_POPUP 132
#define IDD_PROPPAGE_ABOUT 132
#define IDD_PROPPAGE_LOG 133
#define IDB_BEE_SMALL 135
#define IDD_PROPPAGE_CONNECTION 137
#define IDI_ICON1 138
#define IDC_AUTH_OPEN 1001
#define IDC_AUTH_CLOSED 1002
#define IDC_AUTH_REGISTERED 1003
#define IDC_BROWSE_CONFIG 1004
#define IDC_CONFIGDIR 1005
#define IDC_BROWSE_MOTD 1006
#define IDC_KNOWN_USERS 1007
#define IDC_MOTDFILE 1007
#define IDC_EDIT_MOTD 1008
#define IDC_DEL_KNOWN_USERS 1008
#define IDC_CURRENT_USERS 1009
#define IDC_KICK 1010
#define IDC_INTERFACE 1011
#define IDC_PORT 1012
#define IDC_PASSWORD 1013
#define IDC_REFRESH_KNOWN_USERS 1015
#define IDC_REFRESH_CURRENT_USERS 1016
#define IDC_LOG 1017
#define IDC_PROXYHOST 1018
#define IDC_PROXYUSER 1019
#define IDC_PROXYPASS 1020
#define IDC_PROXY_ENABLED 1021
#define IDC_PROXY_AUTH_ENABLED 1022
#define IDC_PROXYPORT 1023
#define IDC_PROXYTYPE 1024
#define IDM_SHOW 32771
#define IDM_EXIT 32773
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 139
#define _APS_NEXT_COMMAND_VALUE 32774
#define _APS_NEXT_CONTROL_VALUE 1025
#define _APS_NEXT_SYMED_VALUE 102
#endif
#endif
|