blob: 94d803aebe46ebb183b0ba85ee85e362d6be929d [file]
/**************************************************************
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*
*************************************************************/
#ifndef _DBAUI_DBF_INDEXES_HRC_
#include "dbfindex.hrc"
#endif
#ifndef _DBU_DLG_HRC_
#include "dbu_dlg.hrc"
#endif
#define WIN_X 264
#define WIN_Y 149
Image IMG_ONE_LEFT_H
{
ImageBitmap = Bitmap
{
File = "one_left_h.png" ;
};
};
Image IMG_ALL_LEFT_H
{
ImageBitmap = Bitmap
{
File = "all_left_h.png" ;
};
};
Image IMG_ONE_RIGHT_H
{
ImageBitmap = Bitmap
{
File = "one_right_h.png" ;
};
};
Image IMG_ALL_RIGHT_H
{
ImageBitmap = Bitmap
{
File = "all_right_h.png" ;
};
};
ModalDialog DLG_DBASE_INDEXES
{
HelpID = "dbaccess:ModalDialog:DLG_DBASE_INDEXES" ;
OutputSize = TRUE ;
SVLook = TRUE ;
Size = MAP_APPFONT ( WIN_X, WIN_Y ) ;
Text [ en-US ] = "Indexes" ;
Moveable = TRUE ;
Closeable = TRUE ;
OKButton PB_OK
{
Pos = MAP_APPFONT ( 208, 5 ) ;
Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
};
CancelButton PB_CANCEL
{
Pos = MAP_APPFONT ( 208, 23 ) ;
Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
};
HelpButton PB_HELP
{
Pos = MAP_APPFONT ( 208, 43 ) ;
Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
};
FixedText FT_TABLES
{
Pos = MAP_APPFONT ( 8, 7 ) ;
Size = MAP_APPFONT ( 50, 8 ) ;
Text [ en-US ] = "~Table" ;
};
ComboBox CB_TABLES
{
HelpID = "dbaccess:ComboBox:DLG_DBASE_INDEXES:CB_TABLES" ;
Border = TRUE ;
SVLook = TRUE ;
Pos = MAP_APPFONT ( 62, 5 ) ;
Size = MAP_APPFONT ( 134, 12 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
};
FixedLine FL_INDEXES
{
Pos = MAP_APPFONT ( 6, 22 ) ;
Size = MAP_APPFONT ( 196, 8 ) ;
Text [ en-US ] = "Assignment" ;
};
FixedText FT_TABLEINDEXES
{
Pos = MAP_APPFONT ( 12, 33 ) ;
Size = MAP_APPFONT ( 83, 8 ) ;
Text [ en-US ] = "T~able indexes" ;
};
ListBox LB_TABLEINDEXES
{
HelpID = "dbaccess:ListBox:DLG_DBASE_INDEXES:LB_TABLEINDEXES" ;
Border = TRUE ;
SVLook = TRUE ;
Pos = MAP_APPFONT ( 12, 44 ) ;
Size = MAP_APPFONT ( 76, 98 ) ;
TabStop = TRUE ;
};
FixedText FT_ALLINDEXES
{
Pos = MAP_APPFONT ( 120, 33 ) ;
Size = MAP_APPFONT ( 73, 8 ) ;
Text [ en-US ] = "~Free indexes" ;
};
ListBox LB_FREEINDEXES
{
HelpID = "dbaccess:ListBox:DLG_DBASE_INDEXES:LB_FREEINDEXES" ;
Border = TRUE ;
SVLook = TRUE ;
Pos = MAP_APPFONT ( 120, 44 ) ;
Size = MAP_APPFONT ( 76, 98 ) ;
TabStop = TRUE ;
};
ImageButton IB_ADD
{
HelpID = "dbaccess:ImageButton:DLG_DBASE_INDEXES:IB_ADD" ;
Pos = MAP_APPFONT ( 94, 60 ) ;
Size = MAP_APPFONT ( 20, 14 ) ;
TabStop = TRUE ;
ButtonImage = Image
{
ImageBitmap = Bitmap
{
File = "one_left.png" ;
};
};
};
ImageButton IB_ADDALL
{
HelpID = "dbaccess:ImageButton:DLG_DBASE_INDEXES:IB_ADDALL" ;
Pos = MAP_APPFONT ( 94, 77 ) ;
Size = MAP_APPFONT ( 20, 14 ) ;
TabStop = TRUE ;
ButtonImage = Image
{
ImageBitmap = Bitmap
{
File = "all_left.png" ;
};
};
};
ImageButton IB_REMOVE
{
HelpID = "dbaccess:ImageButton:DLG_DBASE_INDEXES:IB_REMOVE" ;
Pos = MAP_APPFONT ( 94, 98 ) ;
Size = MAP_APPFONT ( 20, 14 ) ;
TabStop = TRUE ;
ButtonImage = Image
{
ImageBitmap = Bitmap
{
File = "one_right.png" ;
};
};
};
ImageButton IB_REMOVEALL
{
HelpID = "dbaccess:ImageButton:DLG_DBASE_INDEXES:IB_REMOVEALL" ;
Pos = MAP_APPFONT ( 94, 114 ) ;
Size = MAP_APPFONT ( 20, 14 ) ;
TabStop = TRUE ;
ButtonImage = Image
{
ImageBitmap = Bitmap
{
File = "all_right.png" ;
};
};
};
};
// ********************************************************************** EOF