blob: 0cc656fb5be593dc513da972cb1d7aeb43eb7d6d [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_DLGSIZE_HRC
#include "dlgsize.hrc"
#endif
#ifndef _DBA_DBACCESS_HELPID_HRC_
#include "dbaccess_helpid.hrc"
#endif
#ifndef _DBU_DLG_HRC_
#include "dbu_dlg.hrc"
#endif
ModalDialog DLG_ROWHEIGHT
{
OutputSize = TRUE ;
SVLook = TRUE ;
HelpId = HID_DLG_ROWHEIGHT ;
Size = MAP_APPFONT ( 159, 59 ) ;
Moveable = TRUE ;
Closeable = TRUE ;
FixedText FT_VALUE
{
Pos = MAP_APPFONT ( 6, 8 ) ;
Size = MAP_APPFONT ( 23, 10 ) ;
Text [ en-US ] = "~Height" ;
};
MetricField MF_VALUE
{
HelpID = "dbaccess:MetricField:DLG_ROWHEIGHT:MF_VALUE" ;
Border = TRUE ;
Pos = MAP_APPFONT ( 36, 6 ) ;
Size = MAP_APPFONT ( 63, 12 ) ;
TabStop = TRUE ;
Spin = TRUE ;
Minimum = 10 ;
Maximum = 1600 ;
DecimalDigits = 2 ;
Unit = FUNIT_CM ;
Repeat = TRUE ;
};
CheckBox CB_STANDARD
{
HelpID = "dbaccess:CheckBox:DLG_ROWHEIGHT:CB_STANDARD" ;
Pos = MAP_APPFONT ( 36, 25 ) ;
Size = MAP_APPFONT ( 62, 12 ) ;
TabStop = TRUE ;
Text [ en-US ] = "~Automatic" ;
};
OKButton PB_OK
{
Pos = MAP_APPFONT ( 105, 6 ) ;
Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
DefButton = TRUE ;
};
CancelButton PB_CANCEL
{
Pos = MAP_APPFONT ( 105, 23 ) ;
Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
};
HelpButton PB_HELP
{
Pos = MAP_APPFONT ( 105, 42 ) ;
Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
};
Text [ en-US ] = "Row Height" ;
};
ModalDialog DLG_COLWIDTH
{
OutputSize = TRUE ;
SVLook = TRUE ;
HelpId = HID_DLG_COLWIDTH ;
Size = MAP_APPFONT ( 159, 59 ) ;
Moveable = TRUE ;
Closeable = TRUE ;
FixedText FT_VALUE
{
Pos = MAP_APPFONT ( 6, 8 ) ;
Size = MAP_APPFONT ( 23, 10 ) ;
Text [ en-US ] = "~Width" ;
};
MetricField MF_VALUE
{
HelpID = "dbaccess:MetricField:DLG_COLWIDTH:MF_VALUE" ;
Border = TRUE ;
Pos = MAP_APPFONT ( 36, 6 ) ;
Size = MAP_APPFONT ( 63, 12 ) ;
TabStop = TRUE ;
Spin = TRUE ;
Minimum = 10 ;
Maximum = 20000 ;
DecimalDigits = 2 ;
Unit = FUNIT_CM ;
Repeat = TRUE ;
};
CheckBox CB_STANDARD
{
HelpID = "dbaccess:CheckBox:DLG_COLWIDTH:CB_STANDARD" ;
Pos = MAP_APPFONT ( 36, 25 ) ;
Size = MAP_APPFONT ( 62, 12 ) ;
TabStop = TRUE ;
Text [ en-US ] = "~Automatic" ;
};
OKButton PB_OK
{
Pos = MAP_APPFONT ( 105, 6 ) ;
Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
DefButton = TRUE ;
};
CancelButton PB_CANCEL
{
Pos = MAP_APPFONT ( 105, 23 ) ;
Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
};
HelpButton PB_HELP
{
Pos = MAP_APPFONT ( 105, 42 ) ;
Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
};
Text [ en-US ] = "Column Width" ;
};
// ********************************************************************** EOF