diff options
Diffstat (limited to 'plugins/FileAsMessage/src/resource.h')
-rw-r--r-- | plugins/FileAsMessage/src/resource.h | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/plugins/FileAsMessage/src/resource.h b/plugins/FileAsMessage/src/resource.h new file mode 100644 index 0000000000..b6a254dcf7 --- /dev/null +++ b/plugins/FileAsMessage/src/resource.h @@ -0,0 +1,45 @@ +//{{NO_DEPENDENCIES}}
+// Microsoft Developer Studio generated include file.
+// Used by resources.rc
+//
+#define IDC_PLAY 1
+#define IDD_DIALOG1 101
+#define IDD_MAIN 101
+#define IDI_SMALLICON 102
+#define IDD_OPTIONS 103
+#define IDI_STOP 104
+#define IDI_PAUSE 105
+#define IDI_PLAY 106
+#define IDI_REFRESH 107
+#define IDC_FILENAME 1001
+#define IDC_BROWSE 1002
+#define IDC_STOP 1003
+#define IDC_REFRESH 1004
+#define IDC_PROGRESS 1005
+#define IDC_STATUS 1006
+#define IDC_FILESIZE 1008
+#define IDC_LIST1 1020
+#define IDC_ALPHANUM 1022
+#define IDC_HIDEDELAY 1051
+#define IDC_CHUNKSIZE 1051
+#define IDC_SHOWDELAY 1052
+#define IDC_SENDDELAY 1052
+#define IDC_SENTCOLOR 1053
+#define IDC_UNSENT 1053
+#define IDC_SENTCOLOR2 1054
+#define IDC_SENT 1054
+#define IDC_SENTCOLOR3 1055
+#define IDC_TOSEND 1055
+#define IDC_SENTCOLOR4 1056
+#define IDC_RECV 1056
+
+// Next default values for new objects
+//
+#ifdef APSTUDIO_INVOKED
+#ifndef APSTUDIO_READONLY_SYMBOLS
+#define _APS_NEXT_RESOURCE_VALUE 108
+#define _APS_NEXT_COMMAND_VALUE 40001
+#define _APS_NEXT_CONTROL_VALUE 1022
+#define _APS_NEXT_SYMED_VALUE 101
+#endif
+#endif
|