xref: /aoo41x/main/dbaccess/source/ui/dlg/dbfindex.src (revision 81d089ae)
1*81d089aeSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*81d089aeSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*81d089aeSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*81d089aeSAndrew Rist * distributed with this work for additional information
6*81d089aeSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*81d089aeSAndrew Rist * to you under the Apache License, Version 2.0 (the
8*81d089aeSAndrew Rist * "License"); you may not use this file except in compliance
9*81d089aeSAndrew Rist * with the License.  You may obtain a copy of the License at
10*81d089aeSAndrew Rist *
11*81d089aeSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*81d089aeSAndrew Rist *
13*81d089aeSAndrew Rist * Unless required by applicable law or agreed to in writing,
14*81d089aeSAndrew Rist * software distributed under the License is distributed on an
15*81d089aeSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*81d089aeSAndrew Rist * KIND, either express or implied.  See the License for the
17*81d089aeSAndrew Rist * specific language governing permissions and limitations
18*81d089aeSAndrew Rist * under the License.
19*81d089aeSAndrew Rist *
20*81d089aeSAndrew Rist *************************************************************/
21*81d089aeSAndrew Rist
22*81d089aeSAndrew 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	{
38cdf0e10cSrcweir        File = "one_left_h.bmp" ;
39cdf0e10cSrcweir	};
40cdf0e10cSrcweir	MaskColor = Color
41cdf0e10cSrcweir	{
42cdf0e10cSrcweir		Red = 0xFFFF ;
43cdf0e10cSrcweir		Green = 0x0000 ;
44cdf0e10cSrcweir		Blue = 0xFFFF ;
45cdf0e10cSrcweir	};
46cdf0e10cSrcweir};
47cdf0e10cSrcweir
48cdf0e10cSrcweirImage IMG_ALL_LEFT_H
49cdf0e10cSrcweir{
50cdf0e10cSrcweir	ImageBitmap = Bitmap
51cdf0e10cSrcweir	{
52cdf0e10cSrcweir        File = "all_left_h.bmp" ;
53cdf0e10cSrcweir	};
54cdf0e10cSrcweir	MaskColor = Color
55cdf0e10cSrcweir	{
56cdf0e10cSrcweir		Red = 0xFFFF ;
57cdf0e10cSrcweir		Green = 0x0000 ;
58cdf0e10cSrcweir		Blue = 0xFFFF ;
59cdf0e10cSrcweir	};
60cdf0e10cSrcweir};
61cdf0e10cSrcweir
62cdf0e10cSrcweirImage IMG_ONE_RIGHT_H
63cdf0e10cSrcweir{
64cdf0e10cSrcweir	ImageBitmap = Bitmap
65cdf0e10cSrcweir	{
66cdf0e10cSrcweir        File = "one_right_h.bmp" ;
67cdf0e10cSrcweir	};
68cdf0e10cSrcweir	MaskColor = Color
69cdf0e10cSrcweir	{
70cdf0e10cSrcweir		Red = 0xFFFF ;
71cdf0e10cSrcweir		Green = 0x0000 ;
72cdf0e10cSrcweir		Blue = 0xFFFF ;
73cdf0e10cSrcweir	};
74cdf0e10cSrcweir};
75cdf0e10cSrcweir
76cdf0e10cSrcweirImage IMG_ALL_RIGHT_H
77cdf0e10cSrcweir{
78cdf0e10cSrcweir	ImageBitmap = Bitmap
79cdf0e10cSrcweir	{
80cdf0e10cSrcweir        File = "all_right_h.bmp" ;
81cdf0e10cSrcweir	};
82cdf0e10cSrcweir	MaskColor = Color
83cdf0e10cSrcweir	{
84cdf0e10cSrcweir		Red = 0xFFFF ;
85cdf0e10cSrcweir		Green = 0x0000 ;
86cdf0e10cSrcweir		Blue = 0xFFFF ;
87cdf0e10cSrcweir	};
88cdf0e10cSrcweir};
89cdf0e10cSrcweir
90cdf0e10cSrcweirModalDialog DLG_DBASE_INDEXES
91cdf0e10cSrcweir{
92cdf0e10cSrcweir    HelpID = "dbaccess:ModalDialog:DLG_DBASE_INDEXES";
93cdf0e10cSrcweir	OutputSize = TRUE ;
94cdf0e10cSrcweir	SVLook = TRUE ;
95cdf0e10cSrcweir	Size = MAP_APPFONT ( WIN_X , WIN_Y ) ;
96cdf0e10cSrcweir	Text [ en-US ] = "Indexes" ;
97cdf0e10cSrcweir	Moveable = TRUE ;
98cdf0e10cSrcweir	Closeable = TRUE ;
99cdf0e10cSrcweir	OKButton PB_OK
100cdf0e10cSrcweir	{
101cdf0e10cSrcweir        Pos = MAP_APPFONT ( 208 , 5 ) ;
102cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
103cdf0e10cSrcweir		TabStop = TRUE ;
104cdf0e10cSrcweir	};
105cdf0e10cSrcweir	CancelButton PB_CANCEL
106cdf0e10cSrcweir	{
107cdf0e10cSrcweir        Pos = MAP_APPFONT ( 208 , 23 ) ;
108cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
109cdf0e10cSrcweir		TabStop = TRUE ;
110cdf0e10cSrcweir	};
111cdf0e10cSrcweir	HelpButton PB_HELP
112cdf0e10cSrcweir	{
113cdf0e10cSrcweir        Pos = MAP_APPFONT ( 208 , 43 ) ;
114cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
115cdf0e10cSrcweir		TabStop = TRUE ;
116cdf0e10cSrcweir	};
117cdf0e10cSrcweir	FixedText FT_TABLES
118cdf0e10cSrcweir	{
119cdf0e10cSrcweir        Pos = MAP_APPFONT ( 8 , 7 ) ;
120cdf0e10cSrcweir        Size = MAP_APPFONT ( 50 , 8 ) ;
121cdf0e10cSrcweir		Text [ en-US ] = "~Table";
122cdf0e10cSrcweir	};
123cdf0e10cSrcweir	ComboBox CB_TABLES
124cdf0e10cSrcweir	{
125cdf0e10cSrcweir	    HelpID = "dbaccess:ComboBox:DLG_DBASE_INDEXES:CB_TABLES";
126cdf0e10cSrcweir		Border = TRUE ;
127cdf0e10cSrcweir		SVLook = TRUE ;
128cdf0e10cSrcweir		Pos = MAP_APPFONT ( 62 , 5 ) ;
129cdf0e10cSrcweir		Size = MAP_APPFONT ( 134 , 12 ) ;
130cdf0e10cSrcweir		TabStop = TRUE ;
131cdf0e10cSrcweir		DropDown = TRUE ;
132cdf0e10cSrcweir	};
133cdf0e10cSrcweir    FixedLine FL_INDEXES
134cdf0e10cSrcweir	{
135cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 22 ) ;
136cdf0e10cSrcweir        Size = MAP_APPFONT ( 196 , 8 ) ;
137cdf0e10cSrcweir		Text [ en-US ] = "Assignment" ;
138cdf0e10cSrcweir	};
139cdf0e10cSrcweir	FixedText FT_TABLEINDEXES
140cdf0e10cSrcweir	{
141cdf0e10cSrcweir		Pos = MAP_APPFONT ( 12 , 33 ) ;
142cdf0e10cSrcweir        Size = MAP_APPFONT ( 83 , 8 ) ;
143cdf0e10cSrcweir		Text [ en-US ] = "T~able indexes";
144cdf0e10cSrcweir	};
145cdf0e10cSrcweir	ListBox LB_TABLEINDEXES
146cdf0e10cSrcweir	{
147cdf0e10cSrcweir	    HelpID = "dbaccess:ListBox:DLG_DBASE_INDEXES:LB_TABLEINDEXES";
148cdf0e10cSrcweir		Border = TRUE ;
149cdf0e10cSrcweir		SVLook = TRUE ;
150cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12 , 44 ) ;
151cdf0e10cSrcweir        Size = MAP_APPFONT ( 76 , 98 ) ;
152cdf0e10cSrcweir		TabStop = TRUE ;
153cdf0e10cSrcweir	};
154cdf0e10cSrcweir	FixedText FT_ALLINDEXES
155cdf0e10cSrcweir	{
156cdf0e10cSrcweir        Pos = MAP_APPFONT ( 120 , 33 ) ;
157cdf0e10cSrcweir        Size = MAP_APPFONT ( 73 , 8 ) ;
158cdf0e10cSrcweir		Text [ en-US ] = "~Free indexes";
159cdf0e10cSrcweir	};
160cdf0e10cSrcweir	ListBox LB_FREEINDEXES
161cdf0e10cSrcweir	{
162cdf0e10cSrcweir	    HelpID = "dbaccess:ListBox:DLG_DBASE_INDEXES:LB_FREEINDEXES";
163cdf0e10cSrcweir		Border = TRUE ;
164cdf0e10cSrcweir		SVLook = TRUE ;
165cdf0e10cSrcweir        Pos = MAP_APPFONT ( 120 , 44 ) ;
166cdf0e10cSrcweir        Size = MAP_APPFONT ( 76 , 98 ) ;
167cdf0e10cSrcweir		TabStop = TRUE ;
168cdf0e10cSrcweir	};
169cdf0e10cSrcweir    ImageButton IB_ADD
170cdf0e10cSrcweir	{
171cdf0e10cSrcweir        HelpID = "dbaccess:ImageButton:DLG_DBASE_INDEXES:IB_ADD";
172cdf0e10cSrcweir        Pos = MAP_APPFONT ( 94 , 60 ) ;
173cdf0e10cSrcweir		Size = MAP_APPFONT ( 20 , 14 ) ;
174cdf0e10cSrcweir		TabStop				= TRUE ;
175cdf0e10cSrcweir		ButtonImage = Image
176cdf0e10cSrcweir		{
177cdf0e10cSrcweir			ImageBitmap = Bitmap
178cdf0e10cSrcweir			{
179cdf0e10cSrcweir                File = "one_left.bmp" ;
180cdf0e10cSrcweir			};
181cdf0e10cSrcweir			MaskColor = Color
182cdf0e10cSrcweir			{
183cdf0e10cSrcweir				Red = 0xFFFF ;
184cdf0e10cSrcweir				Green = 0x0000 ;
185cdf0e10cSrcweir				Blue = 0xFFFF ;
186cdf0e10cSrcweir			};
187cdf0e10cSrcweir		};
188cdf0e10cSrcweir	};
189cdf0e10cSrcweir    ImageButton IB_ADDALL
190cdf0e10cSrcweir	{
191cdf0e10cSrcweir        HelpID = "dbaccess:ImageButton:DLG_DBASE_INDEXES:IB_ADDALL";
192cdf0e10cSrcweir        Pos = MAP_APPFONT ( 94 , 77 ) ;
193cdf0e10cSrcweir		Size = MAP_APPFONT ( 20 , 14 ) ;
194cdf0e10cSrcweir		TabStop				= TRUE ;
195cdf0e10cSrcweir		ButtonImage = Image
196cdf0e10cSrcweir		{
197cdf0e10cSrcweir			ImageBitmap = Bitmap
198cdf0e10cSrcweir			{
199cdf0e10cSrcweir                File = "all_left.bmp" ;
200cdf0e10cSrcweir			};
201cdf0e10cSrcweir			MaskColor = Color
202cdf0e10cSrcweir			{
203cdf0e10cSrcweir				Red = 0xFFFF ;
204cdf0e10cSrcweir				Green = 0x0000 ;
205cdf0e10cSrcweir				Blue = 0xFFFF ;
206cdf0e10cSrcweir			};
207cdf0e10cSrcweir		};
208cdf0e10cSrcweir	};
209cdf0e10cSrcweir    ImageButton IB_REMOVE
210cdf0e10cSrcweir	{
211cdf0e10cSrcweir        HelpID = "dbaccess:ImageButton:DLG_DBASE_INDEXES:IB_REMOVE";
212cdf0e10cSrcweir        Pos = MAP_APPFONT ( 94 , 98 ) ;
213cdf0e10cSrcweir		Size = MAP_APPFONT ( 20 , 14 ) ;
214cdf0e10cSrcweir		TabStop				= TRUE ;
215cdf0e10cSrcweir		ButtonImage = Image
216cdf0e10cSrcweir		{
217cdf0e10cSrcweir			ImageBitmap = Bitmap
218cdf0e10cSrcweir			{
219cdf0e10cSrcweir                File = "one_right.bmp" ;
220cdf0e10cSrcweir			};
221cdf0e10cSrcweir			MaskColor = Color
222cdf0e10cSrcweir			{
223cdf0e10cSrcweir				Red = 0xFFFF ;
224cdf0e10cSrcweir				Green = 0x0000 ;
225cdf0e10cSrcweir				Blue = 0xFFFF ;
226cdf0e10cSrcweir			};
227cdf0e10cSrcweir		};
228cdf0e10cSrcweir	};
229cdf0e10cSrcweir    ImageButton IB_REMOVEALL
230cdf0e10cSrcweir	{
231cdf0e10cSrcweir        HelpID = "dbaccess:ImageButton:DLG_DBASE_INDEXES:IB_REMOVEALL";
232cdf0e10cSrcweir        Pos = MAP_APPFONT ( 94, 114 ) ;
233cdf0e10cSrcweir		Size = MAP_APPFONT ( 20 , 14 ) ;
234cdf0e10cSrcweir		TabStop				= TRUE ;
235cdf0e10cSrcweir		ButtonImage = Image
236cdf0e10cSrcweir		{
237cdf0e10cSrcweir			ImageBitmap = Bitmap
238cdf0e10cSrcweir			{
239cdf0e10cSrcweir                File = "all_right.bmp" ;
240cdf0e10cSrcweir			};
241cdf0e10cSrcweir			MaskColor = Color
242cdf0e10cSrcweir			{
243cdf0e10cSrcweir				Red = 0xFFFF ;
244cdf0e10cSrcweir				Green = 0x0000 ;
245cdf0e10cSrcweir				Blue = 0xFFFF ;
246cdf0e10cSrcweir			};
247cdf0e10cSrcweir		};
248cdf0e10cSrcweir	};
249cdf0e10cSrcweir
250cdf0e10cSrcweir};
251