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 _DBAUI_DBF_INDEXES_HRC_
29 #include "dbfindex.hrc"
32 #include "dbu_dlg.hrc"
38 ModalDialog DLG_DBASE_INDEXES
40 HelpID = "dbaccess:ModalDialog:DLG_DBASE_INDEXES";
43 Size = MAP_APPFONT ( WIN_X , WIN_Y ) ;
44 Text [ en-US ] = "Indexes" ;
49 Pos = MAP_APPFONT ( 208 , 5 ) ;
50 Size = MAP_APPFONT ( 50 , 14 ) ;
53 CancelButton PB_CANCEL
55 Pos = MAP_APPFONT ( 208 , 23 ) ;
56 Size = MAP_APPFONT ( 50 , 14 ) ;
61 Pos = MAP_APPFONT ( 208 , 43 ) ;
62 Size = MAP_APPFONT ( 50 , 14 ) ;
67 Pos = MAP_APPFONT ( 8 , 7 ) ;
68 Size = MAP_APPFONT ( 50 , 8 ) ;
69 Text [ en-US ] = "~Table";
73 HelpID = "dbaccess:ComboBox:DLG_DBASE_INDEXES:CB_TABLES";
76 Pos = MAP_APPFONT ( 62 , 5 ) ;
77 Size = MAP_APPFONT ( 134 , 12 ) ;
83 Pos = MAP_APPFONT ( 6 , 22 ) ;
84 Size = MAP_APPFONT ( 196 , 8 ) ;
85 Text [ en-US ] = "Assignment" ;
87 FixedText FT_TABLEINDEXES
89 Pos = MAP_APPFONT ( 12 , 33 ) ;
90 Size = MAP_APPFONT ( 83 , 8 ) ;
91 Text [ en-US ] = "T~able indexes";
93 ListBox LB_TABLEINDEXES
95 HelpID = "dbaccess:ListBox:DLG_DBASE_INDEXES:LB_TABLEINDEXES";
98 Pos = MAP_APPFONT ( 12 , 44 ) ;
99 Size = MAP_APPFONT ( 76 , 98 ) ;
102 FixedText FT_ALLINDEXES
104 Pos = MAP_APPFONT ( 120 , 33 ) ;
105 Size = MAP_APPFONT ( 73 , 8 ) ;
106 Text [ en-US ] = "~Free indexes";
108 ListBox LB_FREEINDEXES
110 HelpID = "dbaccess:ListBox:DLG_DBASE_INDEXES:LB_FREEINDEXES";
113 Pos = MAP_APPFONT ( 120 , 44 ) ;
114 Size = MAP_APPFONT ( 76 , 98 ) ;
119 HelpID = "dbaccess:ImageButton:DLG_DBASE_INDEXES:IB_ADD";
120 Pos = MAP_APPFONT ( 94 , 60 ) ;
121 Size = MAP_APPFONT ( 20 , 14 ) ;
127 File = "one_left.png" ;
137 ImageButton IB_ADDALL
139 HelpID = "dbaccess:ImageButton:DLG_DBASE_INDEXES:IB_ADDALL";
140 Pos = MAP_APPFONT ( 94 , 77 ) ;
141 Size = MAP_APPFONT ( 20 , 14 ) ;
147 File = "all_left.png" ;
157 ImageButton IB_REMOVE
159 HelpID = "dbaccess:ImageButton:DLG_DBASE_INDEXES:IB_REMOVE";
160 Pos = MAP_APPFONT ( 94 , 98 ) ;
161 Size = MAP_APPFONT ( 20 , 14 ) ;
167 File = "one_right.png" ;
177 ImageButton IB_REMOVEALL
179 HelpID = "dbaccess:ImageButton:DLG_DBASE_INDEXES:IB_REMOVEALL";
180 Pos = MAP_APPFONT ( 94, 114 ) ;
181 Size = MAP_APPFONT ( 20 , 14 ) ;
187 File = "all_right.png" ;