b94adf3478
2007/03/20 14:45:24 ihi 1.34.150.1: #i72301# Remove German
254 lines
6 KiB
Text
254 lines
6 KiB
Text
/*************************************************************************
|
|
*
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
|
*
|
|
* $RCSfile: dbfindex.src,v $
|
|
*
|
|
* $Revision: 1.35 $
|
|
*
|
|
* last change: $Author: ihi $ $Date: 2007-04-19 15:00:31 $
|
|
*
|
|
* The Contents of this file are made available subject to
|
|
* the terms of GNU Lesser General Public License Version 2.1.
|
|
*
|
|
*
|
|
* GNU Lesser General Public License Version 2.1
|
|
* =============================================
|
|
* Copyright 2005 by Sun Microsystems, Inc.
|
|
* 901 San Antonio Road, Palo Alto, CA 94303, USA
|
|
*
|
|
* This library is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
* License version 2.1, as published by the Free Software Foundation.
|
|
*
|
|
* This library is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
* Lesser General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
* License along with this library; if not, write to the Free Software
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
|
* MA 02111-1307 USA
|
|
*
|
|
************************************************************************/
|
|
|
|
#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.bmp" ;
|
|
};
|
|
MaskColor = Color
|
|
{
|
|
Red = 0xFFFF ;
|
|
Green = 0x0000 ;
|
|
Blue = 0xFFFF ;
|
|
};
|
|
};
|
|
|
|
Image IMG_ALL_LEFT_H
|
|
{
|
|
ImageBitmap = Bitmap
|
|
{
|
|
File = "all_left_h.bmp" ;
|
|
};
|
|
MaskColor = Color
|
|
{
|
|
Red = 0xFFFF ;
|
|
Green = 0x0000 ;
|
|
Blue = 0xFFFF ;
|
|
};
|
|
};
|
|
|
|
Image IMG_ONE_RIGHT_H
|
|
{
|
|
ImageBitmap = Bitmap
|
|
{
|
|
File = "one_right_h.bmp" ;
|
|
};
|
|
MaskColor = Color
|
|
{
|
|
Red = 0xFFFF ;
|
|
Green = 0x0000 ;
|
|
Blue = 0xFFFF ;
|
|
};
|
|
};
|
|
|
|
Image IMG_ALL_RIGHT_H
|
|
{
|
|
ImageBitmap = Bitmap
|
|
{
|
|
File = "all_right_h.bmp" ;
|
|
};
|
|
MaskColor = Color
|
|
{
|
|
Red = 0xFFFF ;
|
|
Green = 0x0000 ;
|
|
Blue = 0xFFFF ;
|
|
};
|
|
};
|
|
|
|
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
|
|
{
|
|
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
|
|
{
|
|
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
|
|
{
|
|
Border = TRUE ;
|
|
SVLook = TRUE ;
|
|
Pos = MAP_APPFONT ( 120 , 44 ) ;
|
|
Size = MAP_APPFONT ( 76 , 98 ) ;
|
|
TabStop = TRUE ;
|
|
};
|
|
ImageButton IB_ADD
|
|
{
|
|
Pos = MAP_APPFONT ( 94 , 60 ) ;
|
|
Size = MAP_APPFONT ( 20 , 14 ) ;
|
|
TabStop = TRUE ;
|
|
ButtonImage = Image
|
|
{
|
|
ImageBitmap = Bitmap
|
|
{
|
|
File = "one_left.bmp" ;
|
|
};
|
|
MaskColor = Color
|
|
{
|
|
Red = 0xFFFF ;
|
|
Green = 0x0000 ;
|
|
Blue = 0xFFFF ;
|
|
};
|
|
};
|
|
};
|
|
ImageButton IB_ADDALL
|
|
{
|
|
Pos = MAP_APPFONT ( 94 , 77 ) ;
|
|
Size = MAP_APPFONT ( 20 , 14 ) ;
|
|
TabStop = TRUE ;
|
|
ButtonImage = Image
|
|
{
|
|
ImageBitmap = Bitmap
|
|
{
|
|
File = "all_left.bmp" ;
|
|
};
|
|
MaskColor = Color
|
|
{
|
|
Red = 0xFFFF ;
|
|
Green = 0x0000 ;
|
|
Blue = 0xFFFF ;
|
|
};
|
|
};
|
|
};
|
|
ImageButton IB_REMOVE
|
|
{
|
|
Pos = MAP_APPFONT ( 94 , 98 ) ;
|
|
Size = MAP_APPFONT ( 20 , 14 ) ;
|
|
TabStop = TRUE ;
|
|
ButtonImage = Image
|
|
{
|
|
ImageBitmap = Bitmap
|
|
{
|
|
File = "one_right.bmp" ;
|
|
};
|
|
MaskColor = Color
|
|
{
|
|
Red = 0xFFFF ;
|
|
Green = 0x0000 ;
|
|
Blue = 0xFFFF ;
|
|
};
|
|
};
|
|
};
|
|
ImageButton IB_REMOVEALL
|
|
{
|
|
Pos = MAP_APPFONT ( 94, 114 ) ;
|
|
Size = MAP_APPFONT ( 20 , 14 ) ;
|
|
TabStop = TRUE ;
|
|
ButtonImage = Image
|
|
{
|
|
ImageBitmap = Bitmap
|
|
{
|
|
File = "all_right.bmp" ;
|
|
};
|
|
MaskColor = Color
|
|
{
|
|
Red = 0xFFFF ;
|
|
Green = 0x0000 ;
|
|
Blue = 0xFFFF ;
|
|
};
|
|
};
|
|
};
|
|
|
|
};
|