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: dbfindex.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_DBF_INDEXES_HRC_
32 #include "dbfindex.hrc"
35 #include "dbu_dlg.hrc"
45 File = "one_left_h.bmp" ;
59 File = "all_left_h.bmp" ;
73 File = "one_right_h.bmp" ;
87 File = "all_right_h.bmp" ;
97 ModalDialog DLG_DBASE_INDEXES
101 Size = MAP_APPFONT ( WIN_X , WIN_Y ) ;
102 Text [ en-US ] = "Indexes" ;
107 Pos = MAP_APPFONT ( 208 , 5 ) ;
108 Size = MAP_APPFONT ( 50 , 14 ) ;
111 CancelButton PB_CANCEL
113 Pos = MAP_APPFONT ( 208 , 23 ) ;
114 Size = MAP_APPFONT ( 50 , 14 ) ;
119 Pos = MAP_APPFONT ( 208 , 43 ) ;
120 Size = MAP_APPFONT ( 50 , 14 ) ;
125 Pos = MAP_APPFONT ( 8 , 7 ) ;
126 Size = MAP_APPFONT ( 50 , 8 ) ;
127 Text [ en-US ] = "~Table";
133 Pos = MAP_APPFONT ( 62 , 5 ) ;
134 Size = MAP_APPFONT ( 134 , 12 ) ;
140 Pos = MAP_APPFONT ( 6 , 22 ) ;
141 Size = MAP_APPFONT ( 196 , 8 ) ;
142 Text [ en-US ] = "Assignment" ;
144 FixedText FT_TABLEINDEXES
146 Pos = MAP_APPFONT ( 12 , 33 ) ;
147 Size = MAP_APPFONT ( 83 , 8 ) ;
148 Text [ en-US ] = "T~able indexes";
150 ListBox LB_TABLEINDEXES
154 Pos = MAP_APPFONT ( 12 , 44 ) ;
155 Size = MAP_APPFONT ( 76 , 98 ) ;
158 FixedText FT_ALLINDEXES
160 Pos = MAP_APPFONT ( 120 , 33 ) ;
161 Size = MAP_APPFONT ( 73 , 8 ) ;
162 Text [ en-US ] = "~Free indexes";
164 ListBox LB_FREEINDEXES
168 Pos = MAP_APPFONT ( 120 , 44 ) ;
169 Size = MAP_APPFONT ( 76 , 98 ) ;
174 Pos = MAP_APPFONT ( 94 , 60 ) ;
175 Size = MAP_APPFONT ( 20 , 14 ) ;
181 File = "one_left.bmp" ;
191 ImageButton IB_ADDALL
193 Pos = MAP_APPFONT ( 94 , 77 ) ;
194 Size = MAP_APPFONT ( 20 , 14 ) ;
200 File = "all_left.bmp" ;
210 ImageButton IB_REMOVE
212 Pos = MAP_APPFONT ( 94 , 98 ) ;
213 Size = MAP_APPFONT ( 20 , 14 ) ;
219 File = "one_right.bmp" ;
229 ImageButton IB_REMOVEALL
231 Pos = MAP_APPFONT ( 94, 114 ) ;
232 Size = MAP_APPFONT ( 20 , 14 ) ;
238 File = "all_right.bmp" ;