source: win32/resource.h @ d1d6776

Last change on this file since d1d6776 was d1d6776, checked in by Jelmer Vernooij <jelmer@…>, at 2005-11-07T16:20:37Z

Import win32 branch

  • Property mode set to 100644
File size: 2.4 KB
Line 
1//{{NO_DEPENDENCIES}}
2// Microsoft Developer Studio generated include file.
3// Used by bitlbee.rc
4//
5#define IDM_ABOUTBOX                    0x0010
6#define IDD_ABOUTBOX                    100
7#define IDS_ABOUTBOX                    101
8#define IDC_OK                          101
9#define IDD_BITLBEE_DIALOG              102
10#define IDP_SOCKETS_INIT_FAILED         103
11#define IDD_PROPPAGE_ACCESS             106
12#define IDD_PROPPAGE_USERS              107
13#define IDD_PROPPAGE_PATHS              108
14#define IDR_MAINFRAME                   128
15#define IDI_BEE                         130
16#define IDD_PHONY                       131
17#define IDR_POPUP                       132
18#define IDD_PROPPAGE_ABOUT              132
19#define IDD_PROPPAGE_LOG                133
20#define IDB_BEE_SMALL                   135
21#define IDD_PROPPAGE_CONNECTION         137
22#define IDI_ICON1                       138
23#define IDC_AUTH_OPEN                   1001
24#define IDC_AUTH_CLOSED                 1002
25#define IDC_AUTH_REGISTERED             1003
26#define IDC_BROWSE_CONFIG               1004
27#define IDC_CONFIGDIR                   1005
28#define IDC_BROWSE_MOTD                 1006
29#define IDC_KNOWN_USERS                 1007
30#define IDC_MOTDFILE                    1007
31#define IDC_EDIT_MOTD                   1008
32#define IDC_DEL_KNOWN_USERS             1008
33#define IDC_CURRENT_USERS               1009
34#define IDC_KICK                        1010
35#define IDC_INTERFACE                   1011
36#define IDC_PORT                        1012
37#define IDC_PASSWORD                    1013
38#define IDC_REFRESH_KNOWN_USERS         1015
39#define IDC_REFRESH_CURRENT_USERS       1016
40#define IDC_LOG                         1017
41#define IDC_PROXYHOST                   1018
42#define IDC_PROXYUSER                   1019
43#define IDC_PROXYPASS                   1020
44#define IDC_PROXY_ENABLED               1021
45#define IDC_PROXY_AUTH_ENABLED          1022
46#define IDC_PROXYPORT                   1023
47#define IDC_PROXYTYPE                   1024
48#define IDM_SHOW                        32771
49#define IDM_EXIT                        32773
50
51// Next default values for new objects
52//
53#ifdef APSTUDIO_INVOKED
54#ifndef APSTUDIO_READONLY_SYMBOLS
55#define _APS_NEXT_RESOURCE_VALUE        139
56#define _APS_NEXT_COMMAND_VALUE         32774
57#define _APS_NEXT_CONTROL_VALUE         1025
58#define _APS_NEXT_SYMED_VALUE           102
59#endif
60#endif
Note: See TracBrowser for help on using the repository browser.