source: win32/admin/resource.h @ f56c491

Last change on this file since f56c491 was abe53d3, checked in by Jelmer Vernooij <jelmer@…>, at 2005-11-07T16:42:49Z

More work on config manager

  • Property mode set to 100644
File size: 2.6 KB
RevLine 
[d1d6776]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
[abe53d3]23#define IDD_PROPPAGE_MAIN               138
[d1d6776]24#define IDC_AUTH_OPEN                   1001
25#define IDC_AUTH_CLOSED                 1002
26#define IDC_AUTH_REGISTERED             1003
27#define IDC_BROWSE_CONFIG               1004
28#define IDC_CONFIGDIR                   1005
29#define IDC_BROWSE_MOTD                 1006
30#define IDC_KNOWN_USERS                 1007
31#define IDC_MOTDFILE                    1007
32#define IDC_EDIT_MOTD                   1008
33#define IDC_DEL_KNOWN_USERS             1008
34#define IDC_CURRENT_USERS               1009
35#define IDC_KICK                        1010
36#define IDC_INTERFACE                   1011
37#define IDC_PORT                        1012
38#define IDC_PASSWORD                    1013
39#define IDC_REFRESH_KNOWN_USERS         1015
40#define IDC_REFRESH_CURRENT_USERS       1016
41#define IDC_LOG                         1017
42#define IDC_PROXYHOST                   1018
43#define IDC_PROXYUSER                   1019
44#define IDC_PROXYPASS                   1020
45#define IDC_PROXY_ENABLED               1021
46#define IDC_PROXY_AUTH_ENABLED          1022
47#define IDC_PROXYPORT                   1023
48#define IDC_PROXYTYPE                   1024
[abe53d3]49#define IDC_STARTSERVICE                1025
50#define IDC_STOPSERVICE                 1026
51#define IDC_VERBOSE                     1027
52#define IDC_PING_INTERVAL               1028
[d1d6776]53#define IDM_SHOW                        32771
54#define IDM_EXIT                        32773
55
56// Next default values for new objects
57//
58#ifdef APSTUDIO_INVOKED
59#ifndef APSTUDIO_READONLY_SYMBOLS
60#define _APS_NEXT_RESOURCE_VALUE        139
61#define _APS_NEXT_COMMAND_VALUE         32774
[abe53d3]62#define _APS_NEXT_CONTROL_VALUE         1029
[d1d6776]63#define _APS_NEXT_SYMED_VALUE           102
64#endif
65#endif
Note: See TracBrowser for help on using the repository browser.