diff options
Diffstat (limited to 'win32/resource.h')
-rw-r--r-- | win32/resource.h | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/win32/resource.h b/win32/resource.h new file mode 100644 index 00000000..f655c545 --- /dev/null +++ b/win32/resource.h @@ -0,0 +1,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
|