Version 3.6.0.2, tag libreoffice-3.6.0.2
[LibreOffice.git] / dbaccess / source / ui / dlg / dbfindex.src
blobca8b6e4a36226a74fafbda8987c9131847b2fdfe
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  *
5  * Copyright 2000, 2010 Oracle and/or its affiliates.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * This file is part of OpenOffice.org.
10  *
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.
14  *
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).
20  *
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.
25  *
26  ************************************************************************/
28 #ifndef _DBAUI_DBF_INDEXES_HRC_
29 #include "dbfindex.hrc"
30 #endif
31 #ifndef _DBU_DLG_HRC_
32 #include "dbu_dlg.hrc"
33 #endif
35 #define WIN_X   264
36 #define WIN_Y   149
38 ModalDialog DLG_DBASE_INDEXES
40     HelpID = "dbaccess:ModalDialog:DLG_DBASE_INDEXES";
41     OutputSize = TRUE ;
42     SVLook = TRUE ;
43     Size = MAP_APPFONT ( WIN_X , WIN_Y ) ;
44     Text [ en-US ] = "Indexes" ;
45     Moveable = TRUE ;
46     Closeable = TRUE ;
47     OKButton PB_OK
48     {
49         Pos = MAP_APPFONT ( 208 , 5 ) ;
50         Size = MAP_APPFONT ( 50 , 14 ) ;
51         TabStop = TRUE ;
52     };
53     CancelButton PB_CANCEL
54     {
55         Pos = MAP_APPFONT ( 208 , 23 ) ;
56         Size = MAP_APPFONT ( 50 , 14 ) ;
57         TabStop = TRUE ;
58     };
59     HelpButton PB_HELP
60     {
61         Pos = MAP_APPFONT ( 208 , 43 ) ;
62         Size = MAP_APPFONT ( 50 , 14 ) ;
63         TabStop = TRUE ;
64     };
65     FixedText FT_TABLES
66     {
67         Pos = MAP_APPFONT ( 8 , 7 ) ;
68         Size = MAP_APPFONT ( 50 , 8 ) ;
69         Text [ en-US ] = "~Table";
70     };
71     ComboBox CB_TABLES
72     {
73         HelpID = "dbaccess:ComboBox:DLG_DBASE_INDEXES:CB_TABLES";
74         Border = TRUE ;
75         SVLook = TRUE ;
76         Pos = MAP_APPFONT ( 62 , 5 ) ;
77         Size = MAP_APPFONT ( 134 , 12 ) ;
78         TabStop = TRUE ;
79         DropDown = TRUE ;
80     };
81     FixedLine FL_INDEXES
82     {
83         Pos = MAP_APPFONT ( 6 , 22 ) ;
84         Size = MAP_APPFONT ( 196 , 8 ) ;
85         Text [ en-US ] = "Assignment" ;
86     };
87     FixedText FT_TABLEINDEXES
88     {
89         Pos = MAP_APPFONT ( 12 , 33 ) ;
90         Size = MAP_APPFONT ( 83 , 8 ) ;
91         Text [ en-US ] = "T~able indexes";
92     };
93     ListBox LB_TABLEINDEXES
94     {
95         HelpID = "dbaccess:ListBox:DLG_DBASE_INDEXES:LB_TABLEINDEXES";
96         Border = TRUE ;
97         SVLook = TRUE ;
98         Pos = MAP_APPFONT ( 12 , 44 ) ;
99         Size = MAP_APPFONT ( 76 , 98 ) ;
100         TabStop = TRUE ;
101     };
102     FixedText FT_ALLINDEXES
103     {
104         Pos = MAP_APPFONT ( 120 , 33 ) ;
105         Size = MAP_APPFONT ( 73 , 8 ) ;
106         Text [ en-US ] = "~Free indexes";
107     };
108     ListBox LB_FREEINDEXES
109     {
110         HelpID = "dbaccess:ListBox:DLG_DBASE_INDEXES:LB_FREEINDEXES";
111         Border = TRUE ;
112         SVLook = TRUE ;
113         Pos = MAP_APPFONT ( 120 , 44 ) ;
114         Size = MAP_APPFONT ( 76 , 98 ) ;
115         TabStop = TRUE ;
116     };
117     ImageButton IB_ADD
118     {
119         HelpID = "dbaccess:ImageButton:DLG_DBASE_INDEXES:IB_ADD";
120         Pos = MAP_APPFONT ( 94 , 60 ) ;
121         Size = MAP_APPFONT ( 20 , 14 ) ;
122         TabStop             = TRUE ;
123         ButtonImage = Image
124         {
125             ImageBitmap = Bitmap
126             {
127                 File = "one_left.png" ;
128             };
129             MaskColor = Color
130             {
131                 Red = 0xFFFF ;
132                 Green = 0x0000 ;
133                 Blue = 0xFFFF ;
134             };
135         };
136     };
137     ImageButton IB_ADDALL
138     {
139         HelpID = "dbaccess:ImageButton:DLG_DBASE_INDEXES:IB_ADDALL";
140         Pos = MAP_APPFONT ( 94 , 77 ) ;
141         Size = MAP_APPFONT ( 20 , 14 ) ;
142         TabStop             = TRUE ;
143         ButtonImage = Image
144         {
145             ImageBitmap = Bitmap
146             {
147                 File = "all_left.png" ;
148             };
149             MaskColor = Color
150             {
151                 Red = 0xFFFF ;
152                 Green = 0x0000 ;
153                 Blue = 0xFFFF ;
154             };
155         };
156     };
157     ImageButton IB_REMOVE
158     {
159         HelpID = "dbaccess:ImageButton:DLG_DBASE_INDEXES:IB_REMOVE";
160         Pos = MAP_APPFONT ( 94 , 98 ) ;
161         Size = MAP_APPFONT ( 20 , 14 ) ;
162         TabStop             = TRUE ;
163         ButtonImage = Image
164         {
165             ImageBitmap = Bitmap
166             {
167                 File = "one_right.png" ;
168             };
169             MaskColor = Color
170             {
171                 Red = 0xFFFF ;
172                 Green = 0x0000 ;
173                 Blue = 0xFFFF ;
174             };
175         };
176     };
177     ImageButton IB_REMOVEALL
178     {
179         HelpID = "dbaccess:ImageButton:DLG_DBASE_INDEXES:IB_REMOVEALL";
180         Pos = MAP_APPFONT ( 94, 114 ) ;
181         Size = MAP_APPFONT ( 20 , 14 ) ;
182         TabStop             = TRUE ;
183         ButtonImage = Image
184         {
185             ImageBitmap = Bitmap
186             {
187                 File = "all_right.png" ;
188             };
189             MaskColor = Color
190             {
191                 Red = 0xFFFF ;
192                 Green = 0x0000 ;
193                 Blue = 0xFFFF ;
194             };
195         };
196     };