Files
loongoffice/dbaccess/source/ui/dlg/dbfindex.src
Borim a0296296fb fdo#60691 add modelines to *.src and *.hrc files
use solenv/bin/add-modulelines script for the task
and remove all UTF bom from *.src and *.hrc files

svx/source/dialog/hdft.src

Change-Id: I745d4f0fe9b05436a142a03f8512970f91c41bd4
2013-03-08 21:02:26 +00:00

188 lines
5.2 KiB
Plaintext

/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* This file incorporates work covered by the following license notice:
*
* 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 .
*/
#include "dbfindex.hrc"
#include "dbu_dlg.hrc"
#define WIN_X 264
#define WIN_Y 149
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" ;
};
MaskColor = Color
{
Red = 0xFFFF ;
Green = 0x0000 ;
Blue = 0xFFFF ;
};
};
};
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" ;
};
MaskColor = Color
{
Red = 0xFFFF ;
Green = 0x0000 ;
Blue = 0xFFFF ;
};
};
};
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" ;
};
MaskColor = Color
{
Red = 0xFFFF ;
Green = 0x0000 ;
Blue = 0xFFFF ;
};
};
};
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" ;
};
MaskColor = Color
{
Red = 0xFFFF ;
Green = 0x0000 ;
Blue = 0xFFFF ;
};
};
};
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */