diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2006-11-01 14:28:18 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2006-11-01 14:28:18 +0000 |
commit | 31d3a6408d045eadaff094d4c11bf017817743d7 (patch) | |
tree | 61f75240490677d57477fea63d6f771bf3d754d9 /attache/resource.h | |
parent | 31654bd814b4e5fdc1b68807e341c623d74f357d (diff) |
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@4 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'attache/resource.h')
-rw-r--r-- | attache/resource.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/attache/resource.h b/attache/resource.h new file mode 100644 index 0000000..ffc313d --- /dev/null +++ b/attache/resource.h @@ -0,0 +1,25 @@ +//{{NO_DEPENDENCIES}}
+// Microsoft Visual C++ generated include file.
+// Used by minidump.rc
+//
+#define IDD_OPTIONS 101
+#define IDD_DIALOG1 102
+#define IDD_CP 102
+#define IDC_CHK_CONFUPLOAD 1001
+#define IDC_CHK_DELUPLOADED 1002
+#define IDC_BUTTON1 1003
+#define IDC_BTN_TEST 1003
+#define IDC_ED_ID 1004
+#define IDC_LNK_BUGS 1006
+#define IDC_LNK_DUMP 1007
+
+// Next default values for new objects
+//
+#ifdef APSTUDIO_INVOKED
+#ifndef APSTUDIO_READONLY_SYMBOLS
+#define _APS_NEXT_RESOURCE_VALUE 103
+#define _APS_NEXT_COMMAND_VALUE 40001
+#define _APS_NEXT_CONTROL_VALUE 1008
+#define _APS_NEXT_SYMED_VALUE 101
+#endif
+#endif
|