1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: AdabasStat.src,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
31 #ifndef DBAUI_ADABASSTAT_HRC
32 #include "AdabasStat.hrc"
35 #include "dbu_dlg.hrc"
38 #define WINDOW_SIZE_X 260
39 #define WINDOW_SIZE_Y 190
41 ModalDialog DLG_ADABASSTAT
47 Size = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
51 Pos = MAP_APPFONT ( 6 , 3 ) ;
52 Size = MAP_APPFONT ( WINDOW_SIZE_X - 12, 8 ) ;
53 Text [ en-US ] = "Database files";
56 FixedText FT_SYSDEVSPACE
58 Pos = MAP_APPFONT ( 12 , 14 ) ;
59 Size = MAP_APPFONT ( 102 , 10 ) ;
60 Text [ en-US ] = "S~YSDEVSPACE:";
66 Pos = MAP_APPFONT ( 120 , 14 ) ;
67 Size = MAP_APPFONT ( 128 , 12 ) ;
72 FixedText FT_TRANSACTIONLOG
74 Pos = MAP_APPFONT ( 12 , 32 ) ;
75 Size = MAP_APPFONT ( 102 , 10 ) ;
76 Text [ en-US ] = "~TRANSACTIONLOG:";
79 Edit ET_TRANSACTIONLOG
82 Pos = MAP_APPFONT ( 120 , 31 ) ;
83 Size = MAP_APPFONT ( 128 , 12 ) ;
88 FixedText FT_DATADEVSPACE
90 Pos = MAP_APPFONT ( 12 , 49 ) ;
91 Size = MAP_APPFONT ( 102 , 10 ) ;
92 Text [ en-US ] = "DATAD~EVSPACE:";
98 Pos = MAP_APPFONT ( 120 , 48 ) ;
99 Size = MAP_APPFONT ( 128 , 42 ) ;
107 Pos = MAP_APPFONT ( 6 , 99 ) ;
108 Size = MAP_APPFONT ( WINDOW_SIZE_X - 12 , 8 ) ;
109 Text [ en-US ] = "Database sizes";
114 Pos = MAP_APPFONT ( 12 , 110 ) ;
115 Size = MAP_APPFONT ( 102 , 10 ) ;
116 Text [ en-US ] = "S~ize (MB):";
122 Pos = MAP_APPFONT ( 120 , 109 ) ;
123 Size = MAP_APPFONT ( 60 , 12 ) ;
128 FixedText FT_FREESIZE
130 Pos = MAP_APPFONT ( 12 , 127 ) ;
131 Size = MAP_APPFONT ( 102 , 10 ) ;
132 Text [ en-US ] = "~Free memory space (MB):";
138 Pos = MAP_APPFONT ( 120 , 126 ) ;
139 Size = MAP_APPFONT ( 60 , 12 ) ;
144 FixedText FT_MEMORYUSING
146 Pos = MAP_APPFONT ( 12 , 144 ) ;
147 Size = MAP_APPFONT ( 102 , 10 ) ;
148 Text [ en-US ] = "~Memory utilization (in %):";
151 NumericField ET_MEMORYUSING
154 Pos = MAP_APPFONT ( 120 , 144 ) ;
155 Size = MAP_APPFONT ( 60 , 12 ) ;
162 Pos = MAP_APPFONT ( WINDOW_SIZE_X - 56,WINDOW_SIZE_Y - 20 ) ;
163 Size = MAP_APPFONT ( 50, 14 ) ;
168 Text [ en-US ] = "Database Statistics";
171 String STR_ADABAS_HELP_SYSDEVSPACE
173 Text [ en-US ] = "Contains the system tables";
176 String STR_ADABAS_HELP_TRANSACT
178 Text [ en-US ] = "Contains information about transaction";
181 String STR_ADABAS_HELP_DATADEVSPACES
183 Text [ en-US ] = "Contains all data files";
186 String STR_ADABAS_HELP_SIZE
188 Text [ en-US ] = "Total size of the database files";
191 String STR_ADABAS_HELP_FREESIZE
193 Text [ en-US ] = "Currently available space before a new datadev file is created.";
196 String STR_ADABAS_HELP_MEMORYUSING
198 Text [ en-US ] = "Currently used memory";
201 String STR_ADABAS_ERROR_SYSTEMTABLES
203 Text [ en-US ] = "No information could be displayed because no access rights exist for the required system tables.";