blob: 3e0a2bc89eba04be12e90497bab8add19bea2f92 [file] [log] [blame]
/**************************************************************
*
* 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 "highred.hrc"
ModelessDialog RID_SCDLG_HIGHLIGHT_CHANGES
{
OutputSize = TRUE ;
HelpId = CMD_FID_CHG_ACCEPT ;
Hide = TRUE ;
SVLook = TRUE ;
Size = MAP_APPFONT ( 318, 148 ) ;
Moveable = TRUE ;
Closeable = TRUE ;
// This dialog has a Cancel button!
CheckBox CB_HIGHLIGHT
{
HelpID = "sc:CheckBox:RID_SCDLG_HIGHLIGHT_CHANGES:CB_HIGHLIGHT" ;
Pos = MAP_APPFONT ( 6, 6 ) ;
Size = MAP_APPFONT ( 150, 10 ) ;
TabStop = TRUE ;
Text [ en-US ] = "~Show changes in spreadsheet" ;
};
FixedLine FL_FILTER
{
Pos = MAP_APPFONT ( 6, 22 ) ;
Size = MAP_APPFONT ( 255, 8 ) ;
Text [ en-US ] = "Filter settings" ;
};
CheckBox CB_HIGHLIGHT_ACCEPT
{
HelpID = "sc:CheckBox:RID_SCDLG_HIGHLIGHT_CHANGES:CB_HIGHLIGHT_ACCEPT" ;
Pos = MAP_APPFONT ( 12, 118 ) ;
Size = MAP_APPFONT ( 246, 10 ) ;
TabStop = TRUE ;
Text [ en-US ] = "Show ~accepted changes" ;
};
CheckBox CB_HIGHLIGHT_REJECT
{
HelpID = "sc:CheckBox:RID_SCDLG_HIGHLIGHT_CHANGES:CB_HIGHLIGHT_REJECT" ;
Pos = MAP_APPFONT ( 12, 132 ) ;
Size = MAP_APPFONT ( 246, 10 ) ;
TabStop = TRUE ;
Text [ en-US ] = "Show ~rejected changes" ;
};
OKButton BTN_OK
{
Pos = MAP_APPFONT ( 267, 6 ) ;
Size = MAP_APPFONT ( 45, 14 ) ;
TabStop = TRUE ;
DefButton = TRUE ;
};
CancelButton BTN_CANCEL
{
Pos = MAP_APPFONT ( 267, 23 ) ;
Size = MAP_APPFONT ( 45, 14 ) ;
TabStop = TRUE ;
};
HelpButton BTN_HELP
{
Pos = MAP_APPFONT ( 267, 43 ) ;
Size = MAP_APPFONT ( 45, 14 ) ;
TabStop = TRUE ;
};
Edit ED_ASSIGN
{
HelpID = "sc:Edit:RID_SCDLG_HIGHLIGHT_CHANGES:ED_ASSIGN" ;
Hide = TRUE ;
Border = TRUE ;
Pos = MAP_APPFONT ( 12, 119 ) ;
Size = MAP_APPFONT ( 128, 12 ) ;
TabStop = TRUE ;
};
ImageButton RB_ASSIGN
{
HelpID = "sc:ImageButton:RID_SCDLG_HIGHLIGHT_CHANGES:RB_ASSIGN" ;
Hide = TRUE ;
Pos = MAP_APPFONT ( 142, 118 ) ;
Size = MAP_APPFONT ( 13, 15 ) ;
TabStop = TRUE ;
QuickHelpText [ en-US ] = "Minimize/Maximize" ;
};
Text [ en-US ] = "Show Changes" ;
};
// ********************************************************************** EOF