diff options
Diffstat (limited to 'plugins/WhoUsesMyFiles/resource.h')
-rw-r--r-- | plugins/WhoUsesMyFiles/resource.h | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/plugins/WhoUsesMyFiles/resource.h b/plugins/WhoUsesMyFiles/resource.h new file mode 100644 index 0000000000..3fb3c7e09e --- /dev/null +++ b/plugins/WhoUsesMyFiles/resource.h @@ -0,0 +1,47 @@ +//{{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 IDB_DRIVE 108
+#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
|