blob: 8ded2c71511946fa7a00af3e64ea80b07b0ac127 [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.
*
*************************************************************/
#include "instbdlg.hrc"
ModalDialog RID_SCDLG_INSERT_TABLE
{
HelpID = "sc:ModalDialog:RID_SCDLG_INSERT_TABLE" ;
OutputSize = TRUE ;
SVLook = TRUE ;
Size = MAP_APPFONT ( 274, 190 ) ;
Text [ en-US ] = "Insert Sheet" ;
Moveable = TRUE ;
Closeable = TRUE ;
OKButton BTN_OK
{
Pos = MAP_APPFONT ( 218, 6 ) ;
Size = MAP_APPFONT ( 50, 14 ) ;
DefButton = TRUE ;
};
CancelButton BTN_CANCEL
{
Pos = MAP_APPFONT ( 218, 23 ) ;
Size = MAP_APPFONT ( 50, 14 ) ;
};
HelpButton BTN_HELP
{
Pos = MAP_APPFONT ( 218, 43 ) ;
Size = MAP_APPFONT ( 50, 14 ) ;
};
FixedLine FL_POSITION
{
Pos = MAP_APPFONT ( 6, 3 ) ;
Size = MAP_APPFONT ( 206, 8 ) ;
Text [ en-US ] = "Position" ;
};
RadioButton RB_BEFORE
{
HelpID = "sc:RadioButton:RID_SCDLG_INSERT_TABLE:RB_BEFORE" ;
Pos = MAP_APPFONT ( 12, 14 ) ;
Size = MAP_APPFONT ( 197, 10 ) ;
TabStop = TRUE ;
Text [ en-US ] = "B~efore current sheet" ;
};
RadioButton RB_BEHIND
{
HelpID = "sc:RadioButton:RID_SCDLG_INSERT_TABLE:RB_BEHIND" ;
Pos = MAP_APPFONT ( 12, 28 ) ;
Size = MAP_APPFONT ( 197, 10 ) ;
TabStop = TRUE ;
Text [ en-US ] = "~After current sheet" ;
};
FixedLine FL_TABLE
{
Pos = MAP_APPFONT ( 6, 44 ) ;
Size = MAP_APPFONT ( 206, 8 ) ;
Text [ en-US ] = "Sheet" ;
};
RadioButton RB_NEW
{
HelpID = "sc:RadioButton:RID_SCDLG_INSERT_TABLE:RB_NEW" ;
Pos = MAP_APPFONT ( 12, 55 ) ;
Size = MAP_APPFONT ( 197, 10 ) ;
Text [ en-US ] = "~New sheet" ;
};
FixedText FT_COUNT
{
Pos = MAP_APPFONT ( 20, 68 ) ;
Size = MAP_APPFONT ( 52, 8 ) ;
Text [ en-US ] = "N~o. of sheets" ;
};
NumericField NF_COUNT
{
HelpID = "sc:NumericField:RID_SCDLG_INSERT_TABLE:NF_COUNT" ;
Border = TRUE ;
Pos = MAP_APPFONT ( 72, 66 ) ;
Size = MAP_APPFONT ( 30, 12 ) ;
TabStop = TRUE ;
Spin = TRUE ;
SpinSize = 1 ;
Repeat = TRUE ;
Minimum = 1 ;
Maximum = 256 ;
};
FixedText FT_NAME
{
Pos = MAP_APPFONT ( 20, 84 ) ;
Size = MAP_APPFONT ( 50, 8 ) ;
Text [ en-US ] = "Na~me" ;
};
Edit ED_TABNAME
{
HelpID = "sc:Edit:RID_SCDLG_INSERT_TABLE:ED_TABNAME" ;
Border = TRUE ;
Pos = MAP_APPFONT ( 72, 82 ) ;
Size = MAP_APPFONT ( 137, 12 ) ;
};
RadioButton RB_FROMFILE
{
HelpID = "sc:RadioButton:RID_SCDLG_INSERT_TABLE:RB_FROMFILE" ;
Pos = MAP_APPFONT ( 12, 100 ) ;
Size = MAP_APPFONT ( 197, 10 ) ;
Text [ en-US ] = "~From file" ;
};
MultiListBox LB_TABLES
{
HelpID = "sc:MultiListBox:RID_SCDLG_INSERT_TABLE:LB_TABLES" ;
SimpleMode = TRUE ;
Border = TRUE ;
Pos = MAP_APPFONT ( 20, 113 ) ;
Size = MAP_APPFONT ( 123, 59 ) ;
AutoHScroll = TRUE ;
};
PushButton BTN_BROWSE
{
HelpID = "sc:PushButton:RID_SCDLG_INSERT_TABLE:BTN_BROWSE" ;
Pos = MAP_APPFONT ( 149, 113 ) ;
Size = MAP_APPFONT ( 60, 14 ) ;
Text [ en-US ] = "~Browse..." ;
};
CheckBox CB_LINK
{
HelpID = "sc:CheckBox:RID_SCDLG_INSERT_TABLE:CB_LINK" ;
Pos = MAP_APPFONT ( 149, 131 ) ;
Size = MAP_APPFONT ( 60, 10 ) ;
Text [ en-US ] = "Lin~k" ;
};
FixedText FT_PATH
{
Pos = MAP_APPFONT ( 20, 176 ) ;
Size = MAP_APPFONT ( 192, 8 ) ;
};
};
// ********************************************************************** EOF