1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * This file is part of OpenOffice.org.
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org. If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
26 ************************************************************************/
28 #ifndef _DBA_DBACCESS_HELPID_HRC_
29 #include "dbaccess_helpid.hrc"
33 #include "dbu_dlg.hrc"
35 #ifndef _DBAUI_DBADMIN_HRC_
36 #include "dbadmin.hrc"
38 #ifndef DBACCESS_UI_BROWSER_ID_HXX
39 #include "browserids.hxx"
41 #ifndef DBAUI_TOOLBOX_HXX
42 #include "toolbox.hrc"
44 #ifndef _DBAUI_AUTOCONTROLS_HRC_
45 #include "AutoControls.hrc"
48 //.........................................................................
50 String STR_ENTER_CONNECTION_PASSWORD
52 Text [ en-US ] = "A password is needed to connect to the data source \"$name$\".";
55 String STR_ASK_FOR_DIRECTORY_CREATION
57 Text [ en-US ] = "The directory\n\n$path$\n\ndoes not exist. Should it be created?";
60 String STR_COULD_NOT_CREATE_DIRECTORY
62 Text [ en-US ] = "The directory $name$ could not be created.";
70 #define EDIT_SIZE_X 50
75 ModalDialog DLG_DOMAINPASSWORD
77 HelpID = "dbaccess:ModalDialog:DLG_DOMAINPASSWORD";
82 Size = MAP_APPFONT ( WIN_X , WIN_Y ) ;
83 Text[ en-US ] = "Convert Database";
87 Pos = MAP_APPFONT ( 3 , 3 ) ;
88 Size = MAP_APPFONT ( WIN_X - 3 - 6 - 6 - 50 , 8 ) ;
89 Text[ en-US ] = "Please enter the ~password for the user 'DOMAIN'.";
94 HelpID = "dbaccess:Edit:DLG_DOMAINPASSWORD:ET_PASSWORD";
96 Pos = MAP_APPFONT ( 12 + FT_SIZE_X , 16 ) ;
97 Size = MAP_APPFONT ( EDIT_SIZE_X , 12 ) ;
100 OKButton BTN_PASSWORD_OK
102 Pos = MAP_APPFONT ( WIN_X - 56 , 6 ) ;
103 Size = MAP_APPFONT ( 50 , 14 ) ;
106 CancelButton BTN_PASSWORD_CANCEL
108 Pos = MAP_APPFONT ( WIN_X - 56 , 23 ) ;
109 Size = MAP_APPFONT ( 50 , 14 ) ;
111 HelpButton BTN_PASSWORD_HELP
113 Pos = MAP_APPFONT ( WIN_X - 56 , 43 ) ;
114 Size = MAP_APPFONT ( 50 , 14 ) ;
118 #define PAGE_X_T (PAGE_X -80)
119 #define PAGE_Y_T (PAGE_Y -50)
121 TabPage PAGE_TABLESUBSCRIPTION
125 Pos = MAP_APPFONT ( 0 , 0 ) ;
126 Size = MAP_APPFONT ( PAGE_X_T, PAGE_Y_T) ;
127 HelpId = HID_DSADMIN_TABLE_SUBSCRIPTION;
129 Text [ en-US ] = "Tables Filter" ;
131 FixedLine FL_SEPARATOR1
133 Pos = MAP_APPFONT ( RELATED_CONTROLS , UNRELATED_CONTROLS ) ;
134 Size = MAP_APPFONT ( PAGE_X_T - 2* RELATED_CONTROLS, FIXEDTEXT_HEIGHT ) ;
135 Text [ en-US ] = "Tables and table filter";
137 Control CTL_TABLESUBSCRIPTION
139 Pos = MAP_APPFONT ( UNRELATED_CONTROLS , UNRELATED_CONTROLS + FIXEDTEXT_HEIGHT + RELATED_CONTROLS) ;
140 Size = MAP_APPFONT ( PAGE_X_T - 2*UNRELATED_CONTROLS , 81 ) ;
144 HelpId = HID_DSADMIN_TABLE_SELECTOR;
146 FixedText FT_FILTER_EXPLANATION
148 Pos = MAP_APPFONT ( UNRELATED_CONTROLS , 2*UNRELATED_CONTROLS + FIXEDTEXT_HEIGHT + RELATED_CONTROLS + 81 ) ;
149 Size = MAP_APPFONT ( PAGE_X_T - 2*UNRELATED_CONTROLS , 16 ) ;
150 HelpId = HID_DSADMIN_FILTER_EXPLANATION;
152 Text [ en-US ] = "Mark the tables that should be visible for the applications.";