diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2012-12-28 21:04:44 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2012-12-28 21:04:44 +0000 |
commit | 79b8ebded1a82dd8480bfb4d9cbe077b5319f84e (patch) | |
tree | b3de26e6236a95f8d46546942c6e8f6479f06793 /plugins/!NotAdopted/HTTPServer/resource.h | |
parent | 578c3d4a75046cc06dfa247b437f04fc542c36a9 (diff) |
added HTTPServer (not yet adopted, can someone else try it please? :)
git-svn-id: http://svn.miranda-ng.org/main/trunk@2876 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/!NotAdopted/HTTPServer/resource.h')
-rw-r--r-- | plugins/!NotAdopted/HTTPServer/resource.h | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/plugins/!NotAdopted/HTTPServer/resource.h b/plugins/!NotAdopted/HTTPServer/resource.h new file mode 100644 index 0000000000..fbeb2c0c28 --- /dev/null +++ b/plugins/!NotAdopted/HTTPServer/resource.h @@ -0,0 +1,57 @@ +//{{NO_DEPENDENCIES}}
+// Microsoft Visual C++ generated include file.
+// Used by resource.rc
+//
+#define IDD_NEW_SHARE_PROPERTIES 101
+#define IDI_DISABLE_SERVER 101
+#define IDI_SHARE_NEW_FILE 102
+#define IDD_STATISTICS_VIEW 123
+#define IDR_MENU1 124
+#define IDD_OPT_HTTP_SERVER 999
+#define IDC_SPELL_TEXT 1066
+#define IDC_MAX_DOWNLOADS 1067
+#define IDC_ALLOWED_IPADDRESS 1068
+#define IDC_ALLOWED_IP_MASK 1069
+#define IDC_SHARE_NAME 1070
+#define IDC_CURRENT_SHARES 1071
+#define IDC_CURRENT_USERS 1072
+#define IDC_EXTERNAL_SRV_NAME 1073
+#define IDC_ADD_STATISTICS_MENU_ITEM 1074
+#define IDC_EXTERNAL_SRV_DEFAULT 1075
+#define IDC_WRITE_LOG_FILE 1076
+#define IDC_ACCEPT_COM_MENU_ITEM 1078
+#define IDC_TOGGLE_MASK 1080
+#define IDC_OPEN_LOG 1081
+#define IDC_SHOW_POPUPS 1082
+#define IDC_URL_ADDRESS 1085
+#define IDC_PAGE_KEYWORD 1087
+#define IDC_TEST_EXTERNALIP 1088
+#define IDC_MAX_SPEED 1090
+#define IDC_LIMIT_ONLY_WHEN_ONLINE 1091
+#define IDC_BUTTON1 1092
+#define IDC_MAX_SPEED2 1092
+#define IDC_DEFAULT_DOWNLOAD_LIMIT 1092
+#define IDC_SHOWHIDDENSHARES 1093
+#define IDC_INDEX_OFF 1094
+#define IDC_INDEX_HTML 1095
+#define IDC_INDEX_XML 1096
+#define IDC_INDEX_DETECT 1097
+#define IDC_MAX_CONN_TOTAL 1098
+#define IDC_MAX_CONN_PER_USER 1099
+#define ID_SHARELIST_OPEN 40004
+#define ID_SHARELIST_REMOVESHARE 40005
+#define ID_SHARELIST_COPYLINK 40006
+#define ID_SHARELIST_NEWSHARE 40007
+#define ID_SHARELIST_EDITSHARE 40008
+#define IDC_STATIC -1
+
+// Next default values for new objects
+//
+#ifdef APSTUDIO_INVOKED
+#ifndef APSTUDIO_READONLY_SYMBOLS
+#define _APS_NEXT_RESOURCE_VALUE 126
+#define _APS_NEXT_COMMAND_VALUE 40009
+#define _APS_NEXT_CONTROL_VALUE 1095
+#define _APS_NEXT_SYMED_VALUE 101
+#endif
+#endif
|