summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/dbfindex.hrc
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/dlg/dbfindex.hrc')
-rw-r--r--dbaccess/source/ui/dlg/dbfindex.hrc26
1 files changed, 26 insertions, 0 deletions
diff --git a/dbaccess/source/ui/dlg/dbfindex.hrc b/dbaccess/source/ui/dlg/dbfindex.hrc
new file mode 100644
index 000000000000..0d67da065568
--- /dev/null
+++ b/dbaccess/source/ui/dlg/dbfindex.hrc
@@ -0,0 +1,26 @@
+#ifndef _DBAUI_DBF_INDEXES_HRC_
+#define _DBAUI_DBF_INDEXES_HRC_
+
+#define CB_TABLES 1
+
+#define FT_TABLES 1
+#define FT_TABLEINDEXES 2
+#define FT_ALLINDEXES 3
+
+#define FL_INDEXES 1
+
+#define LB_TABLEINDEXES 1
+#define LB_FREEINDEXES 2
+
+#define PB_OK 1
+#define PB_CANCEL 1
+#define PB_HELP 1
+
+#define IB_ADD 1
+#define IB_REMOVE 2
+#define IB_ADDALL 3
+#define IB_REMOVEALL 4
+
+
+#endif //_DBAUI_DBF_INDEXES_HRC_
+