forked from amazingfate/loongoffice
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
167 lines
4.7 KiB
Plaintext
167 lines
4.7 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 "globals.hrc"
|
|
#include "fldtdlg.hrc"
|
|
#include "helpid.h"
|
|
TabPage TP_FLD_DB
|
|
{
|
|
HelpID = HID_FLD_DB ;
|
|
SVLook = TRUE ;
|
|
Hide = TRUE ;
|
|
Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
|
|
FixedText FT_DBTYPE
|
|
{
|
|
Pos = MAP_APPFONT ( 6 , 3 ) ;
|
|
Size = MAP_APPFONT ( 76 , 8 ) ;
|
|
Text [ en-US ] = "~Type" ;
|
|
Left = TRUE ;
|
|
};
|
|
ListBox LB_DBTYPE
|
|
{
|
|
HelpID = "sw:ListBox:TP_FLD_DB:LB_DBTYPE";
|
|
Border = TRUE ;
|
|
Pos = MAP_APPFONT ( 6 , 14 ) ;
|
|
Size = MAP_APPFONT ( 76 , 104 ) ;
|
|
TabStop = TRUE ;
|
|
Sort = TRUE ;
|
|
AutoHScroll = TRUE ;
|
|
/* StringList =
|
|
{
|
|
< "Beliebiger Datensatz" ; > ;
|
|
< "Datensatznummer" ; > ;
|
|
< "Nächster Datensatz" ; > ;
|
|
< "Serienbrieffeld" ; > ;
|
|
< "Datenbankname" ; > ;
|
|
};*/
|
|
};
|
|
FixedText FT_DBCONDITION
|
|
{
|
|
Pos = MAP_APPFONT ( 6 , 126 ) ;
|
|
Size = MAP_APPFONT ( 76 , 8 ) ;
|
|
Text [ en-US ] = "~Condition" ;
|
|
Left = TRUE ;
|
|
};
|
|
Edit ED_DBCONDITION
|
|
{
|
|
HelpID = "sw:Edit:TP_FLD_DB:ED_DBCONDITION";
|
|
Border = TRUE ;
|
|
Pos = MAP_APPFONT ( 6 , 137 ) ;
|
|
Size = MAP_APPFONT ( 76 , 12 ) ;
|
|
TabStop = TRUE ;
|
|
Left = TRUE ;
|
|
};
|
|
FixedText FT_DBSETNUMBER
|
|
{
|
|
Pos = MAP_APPFONT ( 6 , 156 ) ;
|
|
Size = MAP_APPFONT ( 76 , 8 ) ;
|
|
Text [ en-US ] = "Record number" ;
|
|
Left = TRUE ;
|
|
};
|
|
Edit ED_DBSETNUMBER
|
|
{
|
|
HelpID = "sw:Edit:TP_FLD_DB:ED_DBSETNUMBER";
|
|
Border = TRUE ;
|
|
Pos = MAP_APPFONT ( 6 , 167 ) ;
|
|
Size = MAP_APPFONT ( 76 , 12 ) ;
|
|
TabStop = TRUE ;
|
|
Left = TRUE ;
|
|
};
|
|
FixedText FT_DBSELECTION
|
|
{
|
|
Pos = MAP_APPFONT ( 88 , 3 ) ;
|
|
Size = MAP_APPFONT ( 166 , 8 ) ;
|
|
Left = TRUE ;
|
|
Text [ en-US ] = "Database s~election" ;
|
|
};
|
|
Control TLB_DBLIST
|
|
{
|
|
Border = TRUE ;
|
|
Pos = MAP_APPFONT ( 88 , 14 ) ;
|
|
Size = MAP_APPFONT ( 160 , 104 ) ;
|
|
TabStop = TRUE ;
|
|
};
|
|
FixedText FT_ADDDB
|
|
{
|
|
Pos = MAP_APPFONT ( 88 , 123) ;
|
|
Size = MAP_APPFONT ( 105 , 8 ) ;
|
|
Text [ en-US ] = "Add database file" ;
|
|
};
|
|
PushButton PB_ADDDB
|
|
{
|
|
HelpID = "sw:PushButton:TP_FLD_DB:PB_ADDDB";
|
|
Pos = MAP_APPFONT ( 198 , 121) ;
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
Text [ en-US ] = "Browse..." ;
|
|
};
|
|
|
|
RadioButton RB_DBOWNFORMAT
|
|
{
|
|
HelpID = "sw:RadioButton:TP_FLD_DB:RB_DBOWNFORMAT";
|
|
Pos = MAP_APPFONT ( 94 , 153 ) ;
|
|
Size = MAP_APPFONT ( 150 , 10 ) ;
|
|
Check = TRUE ;
|
|
Text [ en-US ] = "From database" ;
|
|
};
|
|
RadioButton RB_DBFORMAT
|
|
{
|
|
HelpID = "sw:RadioButton:TP_FLD_DB:RB_DBFORMAT";
|
|
Pos = MAP_APPFONT ( 94 , 166 ) ;
|
|
Size = MAP_APPFONT ( 100 , 10 ) ;
|
|
Text [ en-US ] = "User-defined" ;
|
|
};
|
|
ListBox LB_DBNUMFORMAT
|
|
{
|
|
HelpID = "sw:ListBox:TP_FLD_DB:LB_DBNUMFORMAT";
|
|
Border = TRUE ;
|
|
Pos = MAP_APPFONT ( 195 , 164 ) ;
|
|
Size = MAP_APPFONT ( 53 , 60 ) ;
|
|
TabStop = TRUE ;
|
|
AutoHScroll = TRUE ;
|
|
DropDown = TRUE ;
|
|
};
|
|
ListBox LB_DBFORMAT
|
|
{
|
|
HelpID = "sw:ListBox:TP_FLD_DB:LB_DBFORMAT";
|
|
Border = TRUE ;
|
|
Pos = MAP_APPFONT ( 195 , 163 ) ;
|
|
Size = MAP_APPFONT ( 53 , 60 ) ;
|
|
TabStop = TRUE ;
|
|
AutoHScroll = TRUE ;
|
|
DropDown = TRUE ;
|
|
Sort = FALSE ;
|
|
Hide = TRUE ;
|
|
};
|
|
FixedLine FL_DBFORMAT
|
|
{
|
|
Pos = MAP_APPFONT ( 88 , 141 ) ;
|
|
Size = MAP_APPFONT ( 166 , 8 ) ;
|
|
Text [ en-US ] = "Format" ;
|
|
};
|
|
FixedLine FL_DBFORMAT_VERT
|
|
{
|
|
Pos = MAP_APPFONT ( 87 , 152 ) ;
|
|
Size = MAP_APPFONT ( 4 , 28 ) ;
|
|
Vert = TRUE;
|
|
};
|
|
Text [ en-US ] = "Database" ;
|
|
};
|
|
|
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|