Update ooo320-m1
[ooovba.git] / dbaccess / source / ui / dlg / AdabasStat.src
blobc7911c12d2877039b27062a9ffe02f43bcf32786
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: AdabasStat.src,v $
10  * $Revision: 1.35 $
11  *
12  * This file is part of OpenOffice.org.
13  *
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.
17  *
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).
23  *
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.
28  *
29  ************************************************************************/
31 #ifndef DBAUI_ADABASSTAT_HRC
32 #include "AdabasStat.hrc"
33 #endif
34 #ifndef _DBU_DLG_HRC_
35 #include "dbu_dlg.hrc"
36 #endif
38 #define WINDOW_SIZE_X 260
39 #define WINDOW_SIZE_Y 190
41 ModalDialog DLG_ADABASSTAT
43     OutputSize  = TRUE ;
44     Moveable    = TRUE ;
45     Closeable   = TRUE ;
46     SVLook              = TRUE ;
47     Size                = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
49     FixedLine FL_FILES
50     {
51         Pos                                     = MAP_APPFONT ( 6 , 3 ) ;
52         Size                = MAP_APPFONT ( WINDOW_SIZE_X - 12, 8 ) ;
53         Text [ en-US ] = "Database files";
54     };
56     FixedText FT_SYSDEVSPACE
57     {
58         Pos                                     = MAP_APPFONT ( 12 , 14 ) ;
59         Size                            = MAP_APPFONT ( 102 , 10 ) ;
60         Text [ en-US ] = "S~YSDEVSPACE:";
61     };
63     Edit ET_SYSDEVSPACE
64     {
65         Border          = TRUE ;
66         Pos                     = MAP_APPFONT ( 120 , 14 ) ;
67         Size            = MAP_APPFONT ( 128 , 12 ) ;
68         TabStop         = TRUE ;
69         ReadOnly        = TRUE;
70     };
72     FixedText FT_TRANSACTIONLOG
73     {
74         Pos                                     = MAP_APPFONT ( 12 , 32 ) ;
75         Size                            = MAP_APPFONT ( 102 , 10 ) ;
76         Text [ en-US ] = "~TRANSACTIONLOG:";
77     };
79     Edit ET_TRANSACTIONLOG
80     {
81         Border          = TRUE ;
82         Pos                     = MAP_APPFONT ( 120 , 31 ) ;
83         Size            = MAP_APPFONT ( 128 , 12 ) ;
84         TabStop         = TRUE ;
85         ReadOnly        = TRUE;
86     };
88     FixedText FT_DATADEVSPACE
89     {
90         Pos                                     = MAP_APPFONT ( 12 , 49 ) ;
91         Size                            = MAP_APPFONT ( 102 , 10 ) ;
92         Text [ en-US ] = "DATAD~EVSPACE:";
93     };
95     ListBox LB_DATADEVS
96     {
97         Border          = TRUE ;
98         Pos                     = MAP_APPFONT ( 120 , 48 ) ;
99         Size            = MAP_APPFONT ( 128 , 42 ) ;
100         TabStop         = TRUE;
101         AutoHScroll     = TRUE;
102         VScroll         = TRUE;
103         HScroll         = TRUE;
104     };
105     FixedLine FL_SIZES
106     {
107         Pos                                     = MAP_APPFONT ( 6 , 99 ) ;
108         Size                = MAP_APPFONT ( WINDOW_SIZE_X - 12 , 8 ) ;
109         Text [ en-US ] = "Database sizes";
110     };
112     FixedText FT_SIZE
113     {
114         Pos                                     = MAP_APPFONT ( 12 , 110 ) ;
115         Size                            = MAP_APPFONT ( 102 , 10 ) ;
116         Text [ en-US ] = "S~ize (MB):";
117     };
119     Edit ET_SIZE
120     {
121         Border          = TRUE ;
122         Pos                     = MAP_APPFONT ( 120 , 109 ) ;
123         Size            = MAP_APPFONT ( 60 , 12 ) ;
124         TabStop         = TRUE ;
125         ReadOnly        = TRUE;
126     };
128     FixedText FT_FREESIZE
129     {
130         Pos                                     = MAP_APPFONT ( 12 , 127 ) ;
131         Size                            = MAP_APPFONT ( 102 , 10 ) ;
132         Text [ en-US ] = "~Free memory space (MB):";
133     };
135     Edit ET_FREESIZE
136     {
137         Border          = TRUE ;
138         Pos                     = MAP_APPFONT ( 120 , 126 ) ;
139         Size            = MAP_APPFONT ( 60 , 12 ) ;
140         TabStop         = TRUE ;
141         ReadOnly        = TRUE;
142     };
144     FixedText FT_MEMORYUSING
145     {
146         Pos                                     = MAP_APPFONT ( 12 , 144 ) ;
147         Size                            = MAP_APPFONT ( 102 , 10 ) ;
148         Text [ en-US ] = "~Memory utilization (in %):";
149     };
151     NumericField ET_MEMORYUSING
152     {
153         Border                          = TRUE ;
154         Pos                                     = MAP_APPFONT ( 120 , 144 ) ;
155         Size                            = MAP_APPFONT ( 60 , 12 ) ;
156         TabStop                         = TRUE ;
157         ReadOnly                        = TRUE;
158     };
160     OKButton PB_OK
161     {
162         Pos                                     = MAP_APPFONT ( WINDOW_SIZE_X - 56,WINDOW_SIZE_Y - 20 ) ;
163         Size                            = MAP_APPFONT (  50, 14 ) ;
164         TabStop                         = TRUE ;
165         DefButton                       = TRUE ;
166     };
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.";