diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-24 12:45:18 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-24 12:45:18 +0000 |
commit | 0cda0baab21d4d4bf40c9459f6f5a7e49aa92492 (patch) | |
tree | c1244d2f42e6d1728a81a18bd0fbd091904bf20c /plugins/WhoUsesMyFiles/src/resource.h | |
parent | 171e81205e357e0d54283a63997ed58ff97d54a9 (diff) |
VersionInfo, W7UI, WhoUsesMyFiles, YAPP, ZeroNotification: changed folder structure
git-svn-id: http://svn.miranda-ng.org/main/trunk@1161 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/WhoUsesMyFiles/src/resource.h')
-rw-r--r-- | plugins/WhoUsesMyFiles/src/resource.h | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/plugins/WhoUsesMyFiles/src/resource.h b/plugins/WhoUsesMyFiles/src/resource.h new file mode 100644 index 0000000000..6e4cd69615 --- /dev/null +++ b/plugins/WhoUsesMyFiles/src/resource.h @@ -0,0 +1,46 @@ +//{{NO_DEPENDENCIES}}
+// Microsoft Developer Studio generated include file.
+// Used by resource.rc
+//
+#define IDD_OPTIONS 101
+#define IDI_POPUP 102
+#define IDI_NOPOPUP 103
+#define IDI_DRIVE 106
+#define IDD_CONNLIST 107
+#define IDC_COLOR_SET 1000
+#define IDC_COLOR_WIN 1001
+#define IDC_COLOR_DEF 1002
+#define IDC_COLOR_BACK 1003
+#define IDC_COLOR_TEXT 1004
+#define IDC_FILE 1006
+#define IDC_SEL_FILE 1007
+#define IDC_DELAY_SEC 1026
+#define IDC_PREVIEW 1033
+#define IDC_DEBUG 1034
+#define IDC_DELAY_SET 1049
+#define IDC_DELAY_INF 1050
+#define IDC_DELAY_DEF 1051
+#define IDC_DELAY_NOTE 1052
+#define IDC_TX_DELAY_SEC 1053
+#define IDC_LOG_INTO_FILE 1054
+#define IDC_LOG_FOLDER 1055
+#define IDC_ALERT_FOLDER 1056
+#define IDC_LOG_UNC 1057
+#define IDC_ALERT_UNC 1058
+#define IDC_LOG_COMP 1059
+#define IDC_ALERT_COMP 1060
+#define IDC_CONNLIST 1061
+#define IDC_CONN 1062
+
+// Next default values for new objects
+//
+#ifdef APSTUDIO_INVOKED
+#ifndef APSTUDIO_READONLY_SYMBOLS
+#define _APS_NO_MFC 1
+#define _APS_3D_CONTROLS 1
+#define _APS_NEXT_RESOURCE_VALUE 109
+#define _APS_NEXT_COMMAND_VALUE 40081
+#define _APS_NEXT_CONTROL_VALUE 1063
+#define _APS_NEXT_SYMED_VALUE 101
+#endif
+#endif
|