xref: /AOO42X/main/dbaccess/source/ui/dlg/dbfindex.src (revision d541c9e6b457e7bb0ad40875cd04027bd7ba6842)
181d089aeSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
381d089aeSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
481d089aeSAndrew Rist * or more contributor license agreements.  See the NOTICE file
581d089aeSAndrew Rist * distributed with this work for additional information
681d089aeSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
781d089aeSAndrew Rist * to you under the Apache License, Version 2.0 (the
881d089aeSAndrew Rist * "License"); you may not use this file except in compliance
981d089aeSAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
1181d089aeSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
1381d089aeSAndrew Rist * Unless required by applicable law or agreed to in writing,
1481d089aeSAndrew Rist * software distributed under the License is distributed on an
1581d089aeSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1681d089aeSAndrew Rist * KIND, either express or implied.  See the License for the
1781d089aeSAndrew Rist * specific language governing permissions and limitations
1881d089aeSAndrew Rist * under the License.
19cdf0e10cSrcweir *
2081d089aeSAndrew Rist *************************************************************/
2181d089aeSAndrew Rist
2281d089aeSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#ifndef _DBAUI_DBF_INDEXES_HRC_
25cdf0e10cSrcweir#include "dbfindex.hrc"
26cdf0e10cSrcweir#endif
27cdf0e10cSrcweir#ifndef _DBU_DLG_HRC_
28cdf0e10cSrcweir#include "dbu_dlg.hrc"
29cdf0e10cSrcweir#endif
30cdf0e10cSrcweir
31cdf0e10cSrcweir#define WIN_X 264
32cdf0e10cSrcweir#define WIN_Y 149
33cdf0e10cSrcweir
34cdf0e10cSrcweirImage IMG_ONE_LEFT_H
35cdf0e10cSrcweir{
36cdf0e10cSrcweir    ImageBitmap = Bitmap
37cdf0e10cSrcweir    {
38857d5cbeSmseidel        File = "one_left_h.png" ;
39cdf0e10cSrcweir    };
40cdf0e10cSrcweir};
41cdf0e10cSrcweir
42cdf0e10cSrcweirImage IMG_ALL_LEFT_H
43cdf0e10cSrcweir{
44cdf0e10cSrcweir    ImageBitmap = Bitmap
45cdf0e10cSrcweir    {
46857d5cbeSmseidel        File = "all_left_h.png" ;
47cdf0e10cSrcweir    };
48cdf0e10cSrcweir};
49cdf0e10cSrcweir
50cdf0e10cSrcweirImage IMG_ONE_RIGHT_H
51cdf0e10cSrcweir{
52cdf0e10cSrcweir    ImageBitmap = Bitmap
53cdf0e10cSrcweir    {
54857d5cbeSmseidel        File = "one_right_h.png" ;
55cdf0e10cSrcweir    };
56cdf0e10cSrcweir};
57cdf0e10cSrcweir
58cdf0e10cSrcweirImage IMG_ALL_RIGHT_H
59cdf0e10cSrcweir{
60cdf0e10cSrcweir    ImageBitmap = Bitmap
61cdf0e10cSrcweir    {
62857d5cbeSmseidel        File = "all_right_h.png" ;
63cdf0e10cSrcweir    };
64cdf0e10cSrcweir};
65cdf0e10cSrcweir
66cdf0e10cSrcweirModalDialog DLG_DBASE_INDEXES
67cdf0e10cSrcweir{
68cdf0e10cSrcweir    HelpID = "dbaccess:ModalDialog:DLG_DBASE_INDEXES" ;
69cdf0e10cSrcweir    OutputSize = TRUE ;
70cdf0e10cSrcweir    SVLook = TRUE ;
71cdf0e10cSrcweir    Size = MAP_APPFONT ( WIN_X, WIN_Y ) ;
72cdf0e10cSrcweir    Text [ en-US ] = "Indexes" ;
73cdf0e10cSrcweir    Moveable = TRUE ;
74cdf0e10cSrcweir    Closeable = TRUE ;
75cdf0e10cSrcweir    OKButton PB_OK
76cdf0e10cSrcweir    {
77cdf0e10cSrcweir        Pos = MAP_APPFONT ( 208, 5 ) ;
78cdf0e10cSrcweir        Size = MAP_APPFONT ( 50, 14 ) ;
79cdf0e10cSrcweir        TabStop = TRUE ;
80cdf0e10cSrcweir    };
81cdf0e10cSrcweir    CancelButton PB_CANCEL
82cdf0e10cSrcweir    {
83cdf0e10cSrcweir        Pos = MAP_APPFONT ( 208, 23 ) ;
84cdf0e10cSrcweir        Size = MAP_APPFONT ( 50, 14 ) ;
85cdf0e10cSrcweir        TabStop = TRUE ;
86cdf0e10cSrcweir    };
87cdf0e10cSrcweir    HelpButton PB_HELP
88cdf0e10cSrcweir    {
89cdf0e10cSrcweir        Pos = MAP_APPFONT ( 208, 43 ) ;
90cdf0e10cSrcweir        Size = MAP_APPFONT ( 50, 14 ) ;
91cdf0e10cSrcweir        TabStop = TRUE ;
92cdf0e10cSrcweir    };
93cdf0e10cSrcweir    FixedText FT_TABLES
94cdf0e10cSrcweir    {
95cdf0e10cSrcweir        Pos = MAP_APPFONT ( 8, 7 ) ;
96cdf0e10cSrcweir        Size = MAP_APPFONT ( 50, 8 ) ;
97cdf0e10cSrcweir        Text [ en-US ] = "~Table" ;
98cdf0e10cSrcweir    };
99cdf0e10cSrcweir    ComboBox CB_TABLES
100cdf0e10cSrcweir    {
101cdf0e10cSrcweir        HelpID = "dbaccess:ComboBox:DLG_DBASE_INDEXES:CB_TABLES" ;
102cdf0e10cSrcweir        Border = TRUE ;
103cdf0e10cSrcweir        SVLook = TRUE ;
104cdf0e10cSrcweir        Pos = MAP_APPFONT ( 62, 5 ) ;
105cdf0e10cSrcweir        Size = MAP_APPFONT ( 134, 12 ) ;
106cdf0e10cSrcweir        TabStop = TRUE ;
107cdf0e10cSrcweir        DropDown = TRUE ;
108cdf0e10cSrcweir    };
109cdf0e10cSrcweir    FixedLine FL_INDEXES
110cdf0e10cSrcweir    {
111cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6, 22 ) ;
112cdf0e10cSrcweir        Size = MAP_APPFONT ( 196, 8 ) ;
113cdf0e10cSrcweir        Text [ en-US ] = "Assignment" ;
114cdf0e10cSrcweir    };
115cdf0e10cSrcweir    FixedText FT_TABLEINDEXES
116cdf0e10cSrcweir    {
117cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 33 ) ;
118cdf0e10cSrcweir        Size = MAP_APPFONT ( 83, 8 ) ;
119cdf0e10cSrcweir        Text [ en-US ] = "T~able indexes" ;
120cdf0e10cSrcweir    };
121cdf0e10cSrcweir    ListBox LB_TABLEINDEXES
122cdf0e10cSrcweir    {
123cdf0e10cSrcweir        HelpID = "dbaccess:ListBox:DLG_DBASE_INDEXES:LB_TABLEINDEXES" ;
124cdf0e10cSrcweir        Border = TRUE ;
125cdf0e10cSrcweir        SVLook = TRUE ;
126cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 44 ) ;
127cdf0e10cSrcweir        Size = MAP_APPFONT ( 76, 98 ) ;
128cdf0e10cSrcweir        TabStop = TRUE ;
129cdf0e10cSrcweir    };
130cdf0e10cSrcweir    FixedText FT_ALLINDEXES
131cdf0e10cSrcweir    {
132cdf0e10cSrcweir        Pos = MAP_APPFONT ( 120, 33 ) ;
133cdf0e10cSrcweir        Size = MAP_APPFONT ( 73, 8 ) ;
134cdf0e10cSrcweir        Text [ en-US ] = "~Free indexes" ;
135cdf0e10cSrcweir    };
136cdf0e10cSrcweir    ListBox LB_FREEINDEXES
137cdf0e10cSrcweir    {
138cdf0e10cSrcweir        HelpID = "dbaccess:ListBox:DLG_DBASE_INDEXES:LB_FREEINDEXES" ;
139cdf0e10cSrcweir        Border = TRUE ;
140cdf0e10cSrcweir        SVLook = TRUE ;
141cdf0e10cSrcweir        Pos = MAP_APPFONT ( 120, 44 ) ;
142cdf0e10cSrcweir        Size = MAP_APPFONT ( 76, 98 ) ;
143cdf0e10cSrcweir        TabStop = TRUE ;
144cdf0e10cSrcweir    };
145cdf0e10cSrcweir    ImageButton IB_ADD
146cdf0e10cSrcweir    {
147cdf0e10cSrcweir        HelpID = "dbaccess:ImageButton:DLG_DBASE_INDEXES:IB_ADD" ;
148cdf0e10cSrcweir        Pos = MAP_APPFONT ( 94, 60 ) ;
149cdf0e10cSrcweir        Size = MAP_APPFONT ( 20, 14 ) ;
150cdf0e10cSrcweir        TabStop = TRUE ;
151cdf0e10cSrcweir        ButtonImage = Image
152cdf0e10cSrcweir        {
153cdf0e10cSrcweir            ImageBitmap = Bitmap
154cdf0e10cSrcweir            {
155857d5cbeSmseidel                File = "one_left.png" ;
156cdf0e10cSrcweir            };
157cdf0e10cSrcweir        };
158cdf0e10cSrcweir    };
159cdf0e10cSrcweir    ImageButton IB_ADDALL
160cdf0e10cSrcweir    {
161cdf0e10cSrcweir        HelpID = "dbaccess:ImageButton:DLG_DBASE_INDEXES:IB_ADDALL" ;
162cdf0e10cSrcweir        Pos = MAP_APPFONT ( 94, 77 ) ;
163cdf0e10cSrcweir        Size = MAP_APPFONT ( 20, 14 ) ;
164cdf0e10cSrcweir        TabStop = TRUE ;
165cdf0e10cSrcweir        ButtonImage = Image
166cdf0e10cSrcweir        {
167cdf0e10cSrcweir            ImageBitmap = Bitmap
168cdf0e10cSrcweir            {
169857d5cbeSmseidel                File = "all_left.png" ;
170cdf0e10cSrcweir            };
171cdf0e10cSrcweir        };
172cdf0e10cSrcweir    };
173cdf0e10cSrcweir    ImageButton IB_REMOVE
174cdf0e10cSrcweir    {
175cdf0e10cSrcweir        HelpID = "dbaccess:ImageButton:DLG_DBASE_INDEXES:IB_REMOVE" ;
176cdf0e10cSrcweir        Pos = MAP_APPFONT ( 94, 98 ) ;
177cdf0e10cSrcweir        Size = MAP_APPFONT ( 20, 14 ) ;
178cdf0e10cSrcweir        TabStop = TRUE ;
179cdf0e10cSrcweir        ButtonImage = Image
180cdf0e10cSrcweir        {
181cdf0e10cSrcweir            ImageBitmap = Bitmap
182cdf0e10cSrcweir            {
183857d5cbeSmseidel                File = "one_right.png" ;
184cdf0e10cSrcweir            };
185cdf0e10cSrcweir        };
186cdf0e10cSrcweir    };
187cdf0e10cSrcweir    ImageButton IB_REMOVEALL
188cdf0e10cSrcweir    {
189cdf0e10cSrcweir        HelpID = "dbaccess:ImageButton:DLG_DBASE_INDEXES:IB_REMOVEALL" ;
190cdf0e10cSrcweir        Pos = MAP_APPFONT ( 94, 114 ) ;
191cdf0e10cSrcweir        Size = MAP_APPFONT ( 20, 14 ) ;
192cdf0e10cSrcweir        TabStop = TRUE ;
193cdf0e10cSrcweir        ButtonImage = Image
194cdf0e10cSrcweir        {
195cdf0e10cSrcweir            ImageBitmap = Bitmap
196cdf0e10cSrcweir            {
197857d5cbeSmseidel                File = "all_right.png" ;
198cdf0e10cSrcweir            };
199cdf0e10cSrcweir        };
200cdf0e10cSrcweir    };
201cdf0e10cSrcweir
202cdf0e10cSrcweir};
203*d541c9e6Smseidel
204*d541c9e6Smseidel// ********************************************************************** EOF
205