diff options
author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-20 15:26:20 +0000 |
---|---|---|
committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-20 15:26:20 +0000 |
commit | 6c7bdc8f1c38ee6ca2aa7567192604588e753749 (patch) | |
tree | 0f5315b487d1a55bfa6db9a6251e5d939b479912 /dbx_mmap_sa/dbtool/resource.h | |
parent | 981be0c4da534beecf203fd050600457a315129c (diff) |
dbx_mmap_sa moved from http://dbmmapmod.googlecode.com
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@186 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'dbx_mmap_sa/dbtool/resource.h')
-rw-r--r-- | dbx_mmap_sa/dbtool/resource.h | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/dbx_mmap_sa/dbtool/resource.h b/dbx_mmap_sa/dbtool/resource.h new file mode 100644 index 0000000..f92176c --- /dev/null +++ b/dbx_mmap_sa/dbtool/resource.h @@ -0,0 +1,58 @@ +//{{NO_DEPENDENCIES}}
+// Microsoft Visual C++ generated include file.
+// Used by resource.rc
+//
+#define IDC_BACK 3
+#define IDD_WIZARD 101
+#define IDI_DBTOOL 102
+#define IDI_PROFILEGREEN 104
+#define IDR_DEFAULT1 104
+#define IDI_PROFILEYELLOW 105
+#define IDB_BITMAP1 105
+#define IDD_WELCOME 106
+#define IDI_PROFILERED 106
+#define IDD_SELECTDB 107
+#define IDD_OPENERROR 108
+#define IDD_FILEACCESS 109
+#define IDD_CLEANING 110
+#define IDD_PROGRESS 111
+#define IDD_FINISHED 112
+#define IDI_BAD 113
+#define IDD_LOGIN 113
+#define IDC_WATERMARK 1000
+#define IDC_TITLE 1001
+#define IDC_HDRLOGO 1002
+#define IDC_DBLIST 1003
+#define IDC_FILE 1004
+#define IDC_OTHER 1005
+#define IDC_ERRORTEXT 1006
+#define IDC_INUSE 1007
+#define IDC_BACKUP 1008
+#define IDC_AGGRESSIVE 1009
+#define IDC_ERASEHISTORY 1010
+#define IDC_CHECKONLY 1010
+#define IDC_MARKREAD 1011
+#define IDC_PROGRESS 1011
+#define IDC_STATUS 1012
+#define IDC_STBACKUP 1013
+#define IDC_LAUNCHMIRANDA 1015
+#define IDC_DBFILE 1016
+#define IDC_BACKUPFILE 1017
+#define IDC_CHECK1 1018
+#define IDC_CONVERTUTF 1018
+#define IDC_DBNAME 1019
+#define IDC_USERPASS 1021
+#define IDC_LANG 1022
+#define IDC_LOGININFO 1023
+#define IDC_STATIC -1
+
+// Next default values for new objects
+//
+#ifdef APSTUDIO_INVOKED
+#ifndef APSTUDIO_READONLY_SYMBOLS
+#define _APS_NEXT_RESOURCE_VALUE 114
+#define _APS_NEXT_COMMAND_VALUE 40001
+#define _APS_NEXT_CONTROL_VALUE 1024
+#define _APS_NEXT_SYMED_VALUE 101
+#endif
+#endif
|