summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/AutoControls_tmpl.hrc
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/dlg/AutoControls_tmpl.hrc')
-rw-r--r--dbaccess/source/ui/dlg/AutoControls_tmpl.hrc10
1 files changed, 10 insertions, 0 deletions
diff --git a/dbaccess/source/ui/dlg/AutoControls_tmpl.hrc b/dbaccess/source/ui/dlg/AutoControls_tmpl.hrc
index bf37c0dc2794..39dee2b3a990 100644
--- a/dbaccess/source/ui/dlg/AutoControls_tmpl.hrc
+++ b/dbaccess/source/ui/dlg/AutoControls_tmpl.hrc
@@ -58,6 +58,7 @@
#define PB_AUTOTESTDRIVERCLASS 80
#define PB_AUTOBROWSEURL 81
+#define PB_CREATEDB 82
#define CM_AUTOFIELDSEPARATOR 80
#define CM_AUTOTEXTSEPARATOR 81
@@ -132,6 +133,15 @@
HelpId = AUTO_HID2; \
TabStop = TRUE ; \
Text[ en-US ] = "Browse"; \
+ }; \
+ \
+ PushButton PB_CREATEDB \
+ { \
+ Pos = MAP_APPFONT ( AUTOPAGE_X - BUTTON_WIDTH - 6 , AUTO_Y - BUTTON_HEIGHT ) ; \
+ Size = MAP_APPFONT ( BUTTON_WIDTH , BUTTON_HEIGHT ) ; \
+ HelpId = AUTO_HID2; \
+ TabStop = TRUE ; \
+ Text[ en-US ] = "Create New"; \
};
// --------------------------------------------------------------------------------------------------