update dev300-m58
[ooovba.git] / dbaccess / source / ui / dlg / dbfindex.src
blobab5949b04323dd9a320f204c412f1f32b68da526
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: dbfindex.src,v $
10  * $Revision: 1.36 $
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_DBF_INDEXES_HRC_
32 #include "dbfindex.hrc"
33 #endif
34 #ifndef _DBU_DLG_HRC_
35 #include "dbu_dlg.hrc"
36 #endif
38 #define WIN_X   264
39 #define WIN_Y   149
41 Image IMG_ONE_LEFT_H
43     ImageBitmap = Bitmap
44     {
45         File = "one_left_h.bmp" ;
46     };
47     MaskColor = Color
48     {
49         Red = 0xFFFF ;
50         Green = 0x0000 ;
51         Blue = 0xFFFF ;
52     };
55 Image IMG_ALL_LEFT_H
57     ImageBitmap = Bitmap
58     {
59         File = "all_left_h.bmp" ;
60     };
61     MaskColor = Color
62     {
63         Red = 0xFFFF ;
64         Green = 0x0000 ;
65         Blue = 0xFFFF ;
66     };
69 Image IMG_ONE_RIGHT_H
71     ImageBitmap = Bitmap
72     {
73         File = "one_right_h.bmp" ;
74     };
75     MaskColor = Color
76     {
77         Red = 0xFFFF ;
78         Green = 0x0000 ;
79         Blue = 0xFFFF ;
80     };
83 Image IMG_ALL_RIGHT_H
85     ImageBitmap = Bitmap
86     {
87         File = "all_right_h.bmp" ;
88     };
89     MaskColor = Color
90     {
91         Red = 0xFFFF ;
92         Green = 0x0000 ;
93         Blue = 0xFFFF ;
94     };
97 ModalDialog DLG_DBASE_INDEXES
99     OutputSize = TRUE ;
100     SVLook = TRUE ;
101     Size = MAP_APPFONT ( WIN_X , WIN_Y ) ;
102     Text [ en-US ] = "Indexes" ;
103     Moveable = TRUE ;
104     Closeable = TRUE ;
105     OKButton PB_OK
106     {
107         Pos = MAP_APPFONT ( 208 , 5 ) ;
108         Size = MAP_APPFONT ( 50 , 14 ) ;
109         TabStop = TRUE ;
110     };
111     CancelButton PB_CANCEL
112     {
113         Pos = MAP_APPFONT ( 208 , 23 ) ;
114         Size = MAP_APPFONT ( 50 , 14 ) ;
115         TabStop = TRUE ;
116     };
117     HelpButton PB_HELP
118     {
119         Pos = MAP_APPFONT ( 208 , 43 ) ;
120         Size = MAP_APPFONT ( 50 , 14 ) ;
121         TabStop = TRUE ;
122     };
123     FixedText FT_TABLES
124     {
125         Pos = MAP_APPFONT ( 8 , 7 ) ;
126         Size = MAP_APPFONT ( 50 , 8 ) ;
127         Text [ en-US ] = "~Table";
128     };
129     ComboBox CB_TABLES
130     {
131         Border = TRUE ;
132         SVLook = TRUE ;
133         Pos = MAP_APPFONT ( 62 , 5 ) ;
134         Size = MAP_APPFONT ( 134 , 12 ) ;
135         TabStop = TRUE ;
136         DropDown = TRUE ;
137     };
138     FixedLine FL_INDEXES
139     {
140         Pos = MAP_APPFONT ( 6 , 22 ) ;
141         Size = MAP_APPFONT ( 196 , 8 ) ;
142         Text [ en-US ] = "Assignment" ;
143     };
144     FixedText FT_TABLEINDEXES
145     {
146         Pos = MAP_APPFONT ( 12 , 33 ) ;
147         Size = MAP_APPFONT ( 83 , 8 ) ;
148         Text [ en-US ] = "T~able indexes";
149     };
150     ListBox LB_TABLEINDEXES
151     {
152         Border = TRUE ;
153         SVLook = TRUE ;
154         Pos = MAP_APPFONT ( 12 , 44 ) ;
155         Size = MAP_APPFONT ( 76 , 98 ) ;
156         TabStop = TRUE ;
157     };
158     FixedText FT_ALLINDEXES
159     {
160         Pos = MAP_APPFONT ( 120 , 33 ) ;
161         Size = MAP_APPFONT ( 73 , 8 ) ;
162         Text [ en-US ] = "~Free indexes";
163     };
164     ListBox LB_FREEINDEXES
165     {
166         Border = TRUE ;
167         SVLook = TRUE ;
168         Pos = MAP_APPFONT ( 120 , 44 ) ;
169         Size = MAP_APPFONT ( 76 , 98 ) ;
170         TabStop = TRUE ;
171     };
172     ImageButton IB_ADD
173     {
174         Pos = MAP_APPFONT ( 94 , 60 ) ;
175         Size = MAP_APPFONT ( 20 , 14 ) ;
176         TabStop                         = TRUE ;
177         ButtonImage = Image
178         {
179             ImageBitmap = Bitmap
180             {
181                 File = "one_left.bmp" ;
182             };
183             MaskColor = Color
184             {
185                 Red = 0xFFFF ;
186                 Green = 0x0000 ;
187                 Blue = 0xFFFF ;
188             };
189         };
190     };
191     ImageButton IB_ADDALL
192     {
193         Pos = MAP_APPFONT ( 94 , 77 ) ;
194         Size = MAP_APPFONT ( 20 , 14 ) ;
195         TabStop                         = TRUE ;
196         ButtonImage = Image
197         {
198             ImageBitmap = Bitmap
199             {
200                 File = "all_left.bmp" ;
201             };
202             MaskColor = Color
203             {
204                 Red = 0xFFFF ;
205                 Green = 0x0000 ;
206                 Blue = 0xFFFF ;
207             };
208         };
209     };
210     ImageButton IB_REMOVE
211     {
212         Pos = MAP_APPFONT ( 94 , 98 ) ;
213         Size = MAP_APPFONT ( 20 , 14 ) ;
214         TabStop                         = TRUE ;
215         ButtonImage = Image
216         {
217             ImageBitmap = Bitmap
218             {
219                 File = "one_right.bmp" ;
220             };
221             MaskColor = Color
222             {
223                 Red = 0xFFFF ;
224                 Green = 0x0000 ;
225                 Blue = 0xFFFF ;
226             };
227         };
228     };
229     ImageButton IB_REMOVEALL
230     {
231         Pos = MAP_APPFONT ( 94, 114 ) ;
232         Size = MAP_APPFONT ( 20 , 14 ) ;
233         TabStop                         = TRUE ;
234         ButtonImage = Image
235         {
236             ImageBitmap = Bitmap
237             {
238                 File = "all_right.bmp" ;
239             };
240             MaskColor = Color
241             {
242                 Red = 0xFFFF ;
243                 Green = 0x0000 ;
244                 Blue = 0xFFFF ;
245             };
246         };
247     };