blob: f9f03a364133585accdcfd4343b32e8c223745ca [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 "crnrdlg.hrc"
ModelessDialog RID_SCDLG_COLROWNAMERANGES
{
OutputSize = TRUE ;
Hide = TRUE ;
SVLook = TRUE ;
Size = MAP_APPFONT ( 256, 181 ) ;
HelpId = HID_COLROWNAMERANGES ;
Moveable = TRUE ;
// Closeable = TRUE ; // This dialog has a Cancel button!
FixedLine FL_ASSIGN
{
Pos = MAP_APPFONT ( 6, 3 ) ;
Size = MAP_APPFONT ( 188, 8 ) ;
Text [ en-US ] = "Range" ;
};
ListBox LB_RANGE
{
HelpID = "sc:ListBox:RID_SCDLG_COLROWNAMERANGES:LB_RANGE" ;
Pos = MAP_APPFONT ( 12, 14 ) ;
Size = MAP_APPFONT ( 179, 85 ) ;
TabStop = TRUE ;
VScroll = TRUE ;
Border = TRUE ;
};
Edit ED_AREA
{
HelpID = "sc:Edit:RID_SCDLG_COLROWNAMERANGES:ED_AREA" ;
Border = TRUE ;
Pos = MAP_APPFONT ( 12, 105 ) ;
Size = MAP_APPFONT ( 165, 12 ) ;
TabStop = TRUE ;
};
ImageButton RB_AREA
{
HelpID = "sc:ImageButton:RID_SCDLG_COLROWNAMERANGES:RB_AREA" ;
Pos = MAP_APPFONT ( 179, 104 ) ;
Size = MAP_APPFONT ( 13, 15 ) ;
TabStop = FALSE ;
QuickHelpText [ en-US ] = "Shrink" ;
};
RadioButton BTN_COLHEAD
{
HelpID = "sc:RadioButton:RID_SCDLG_COLROWNAMERANGES:BTN_COLHEAD" ;
Pos = MAP_APPFONT ( 20, 121 ) ;
Size = MAP_APPFONT ( 171, 10 ) ;
TabStop = TRUE ;
Text [ en-US ] = "Contains ~column labels" ;
};
RadioButton BTN_ROWHEAD
{
HelpID = "sc:RadioButton:RID_SCDLG_COLROWNAMERANGES:BTN_ROWHEAD" ;
Pos = MAP_APPFONT ( 20, 135 ) ;
Size = MAP_APPFONT ( 171, 10 ) ;
TabStop = TRUE ;
Text [ en-US ] = "Contains ~row labels" ;
};
FixedText FT_DATA_LABEL
{
Pos = MAP_APPFONT ( 12, 151 ) ;
Size = MAP_APPFONT ( 179, 8 ) ;
Text [ en-US ] = "For ~data range" ;
};
Edit ED_DATA
{
HelpID = "sc:Edit:RID_SCDLG_COLROWNAMERANGES:ED_DATA" ;
Border = TRUE ;
Pos = MAP_APPFONT ( 12, 162 ) ;
Size = MAP_APPFONT ( 165, 12 ) ;
TabStop = TRUE ;
};
ImageButton RB_DATA
{
HelpID = "sc:ImageButton:RID_SCDLG_COLROWNAMERANGES:RB_DATA" ;
Pos = MAP_APPFONT ( 179, 161 ) ;
Size = MAP_APPFONT ( 13, 15 ) ;
TabStop = FALSE ;
QuickHelpText [ en-US ] = "Shrink" ;
};
OKButton BTN_OK
{
Pos = MAP_APPFONT ( 200, 6 ) ;
Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
};
CancelButton BTN_CANCEL
{
Pos = MAP_APPFONT ( 200, 23 ) ;
Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
};
PushButton BTN_ADD
{
HelpID = "sc:PushButton:RID_SCDLG_COLROWNAMERANGES:BTN_ADD" ;
Pos = MAP_APPFONT ( 200, 104 ) ;
Size = MAP_APPFONT ( 50, 14 ) ;
Text [ en-US ] = "~Add" ;
TabStop = TRUE ;
DefButton = TRUE ;
};
PushButton BTN_REMOVE
{
HelpID = "sc:PushButton:RID_SCDLG_COLROWNAMERANGES:BTN_REMOVE" ;
Pos = MAP_APPFONT ( 200, 122 ) ;
Size = MAP_APPFONT ( 50, 14 ) ;
Text [ en-US ] = "~Delete" ;
TabStop = TRUE ;
};
HelpButton BTN_HELP
{
Pos = MAP_APPFONT ( 200, 43 ) ;
Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
};
Text [ en-US ] = "Define Label Range" ;
};
// ********************************************************************** EOF