365 lines
8.8 KiB
Text
365 lines
8.8 KiB
Text
/*************************************************************************
|
|
*
|
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
*
|
|
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
|
*
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
|
*
|
|
* This file is part of OpenOffice.org.
|
|
*
|
|
* OpenOffice.org is free software: you can redistribute it and/or modify
|
|
* it under the terms of the GNU Lesser General Public License version 3
|
|
* only, as published by the Free Software Foundation.
|
|
*
|
|
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU Lesser General Public License version 3 for more details
|
|
* (a copy is included in the LICENSE file that accompanied this code).
|
|
*
|
|
* You should have received a copy of the GNU Lesser General Public License
|
|
* version 3 along with OpenOffice.org. If not, see
|
|
* <http://www.openoffice.org/license.html>
|
|
* for a copy of the LGPLv3 License.
|
|
*
|
|
************************************************************************/
|
|
|
|
#include "ctredlin.hrc"
|
|
#include "helpid.hrc"
|
|
|
|
#define MASKCOLOR MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; } ;
|
|
|
|
TabPage SID_REDLIN_FILTER_PAGE
|
|
{
|
|
String STR_FILTER
|
|
{
|
|
Text [ en-US ] = "Filter" ;
|
|
};
|
|
HelpId = HID_REDLINING_FILTER_PAGE ;
|
|
OutputSize = TRUE ;
|
|
SVLook = TRUE ;
|
|
Size = MAP_APPFONT ( 261 , 86 ) ;
|
|
Hide = TRUE ;
|
|
CheckBox CB_DATE
|
|
{
|
|
Pos = MAP_APPFONT ( 6 , 8 ) ;
|
|
Size = MAP_APPFONT ( 50 , 10 ) ;
|
|
TabStop = TRUE ;
|
|
HelpId = HID_REDLINING_FILTER_CB_DATE ;
|
|
Text [ en-US ] = "~Date" ;
|
|
};
|
|
ListBox LB_DATE
|
|
{
|
|
HelpId = HID_REDLINING_FILTER_LB_DATE ;
|
|
Border = TRUE ;
|
|
Disable = TRUE ;
|
|
Pos = MAP_APPFONT ( 60 , 6 ) ;
|
|
Size = MAP_APPFONT ( 78 , 99 ) ;
|
|
TabStop = TRUE ;
|
|
DropDown = TRUE ;
|
|
StringList [ en-US ] =
|
|
{
|
|
< "earlier than" ; Default ; > ;
|
|
< "since" ; Default ; > ;
|
|
< "equal to " ; Default ; > ;
|
|
< "not equal to" ; Default ; > ;
|
|
< "between" ; Default ; > ;
|
|
< "since saving" ; Default ; > ;
|
|
};
|
|
};
|
|
DateField DF_DATE
|
|
{
|
|
HelpId = HID_REDLINING_FILTER_DF_DATE ;
|
|
Disable = TRUE ;
|
|
Border = TRUE ;
|
|
Pos = MAP_APPFONT ( 144 , 6 ) ;
|
|
Size = MAP_APPFONT ( 57 , 12 ) ;
|
|
TabStop = TRUE ;
|
|
Spin = TRUE ;
|
|
Repeat = TRUE ;
|
|
Minimum = Date
|
|
{
|
|
Year = 1985 ;
|
|
Month = 12 ;
|
|
Day = 31 ;
|
|
};
|
|
Maximum = Date
|
|
{
|
|
Year = 2050 ;
|
|
Month = 12 ;
|
|
Day = 31 ;
|
|
};
|
|
};
|
|
TimeField TF_DATE
|
|
{
|
|
HelpId = HID_REDLINING_FILTER_TF_DATE ;
|
|
Disable = TRUE ;
|
|
Border = TRUE ;
|
|
Pos = MAP_APPFONT ( 203 , 6 ) ;
|
|
Size = MAP_APPFONT ( 35 , 12 ) ;
|
|
TabStop = TRUE ;
|
|
Repeat = TRUE ;
|
|
Spin = TRUE ;
|
|
};
|
|
ImageButton IB_CLOCK
|
|
{
|
|
HelpId = HID_REDLINING_FILTER_IB_CLOCK ;
|
|
Disable = TRUE ;
|
|
Pos = MAP_APPFONT ( 240 , 5 ) ;
|
|
Size = MAP_APPFONT ( 13 , 15 ) ;
|
|
TabStop = TRUE ;
|
|
ButtonImage = Image
|
|
{
|
|
ImageBitmap = Bitmap { File = "time.bmp" ; };
|
|
MASKCOLOR
|
|
};
|
|
QuickHelpText [ en-US ] = "Set Date/Time" ;
|
|
};
|
|
FixedText FT_DATE2
|
|
{
|
|
Pos = MAP_APPFONT ( 60 , 24 ) ;
|
|
Size = MAP_APPFONT ( 78 , 8 ) ;
|
|
Right = TRUE ;
|
|
Disable = TRUE ;
|
|
Text [ en-US ] = "and" ;
|
|
};
|
|
DateField DF_DATE2
|
|
{
|
|
HelpId = HID_REDLINING_FILTER_DF_DATE2 ;
|
|
Border = TRUE ;
|
|
Disable = TRUE ;
|
|
Pos = MAP_APPFONT ( 144 , 22 ) ;
|
|
Size = MAP_APPFONT ( 57 , 12 ) ;
|
|
TabStop = TRUE ;
|
|
Spin = TRUE ;
|
|
Repeat = TRUE ;
|
|
Minimum = Date
|
|
{
|
|
Year = 1985 ;
|
|
Month = 12 ;
|
|
Day = 31 ;
|
|
};
|
|
Maximum = Date
|
|
{
|
|
Year = 2050 ;
|
|
Month = 12 ;
|
|
Day = 31 ;
|
|
};
|
|
};
|
|
TimeField TF_DATE2
|
|
{
|
|
HelpId = HID_REDLINING_FILTER_TF_DATE2 ;
|
|
Border = TRUE ;
|
|
Disable = TRUE ;
|
|
Pos = MAP_APPFONT ( 203 , 22 ) ;
|
|
Size = MAP_APPFONT ( 35 , 12 ) ;
|
|
TabStop = TRUE ;
|
|
Spin = TRUE ;
|
|
Repeat = TRUE ;
|
|
};
|
|
ImageButton IB_CLOCK2
|
|
{
|
|
HelpId = HID_REDLINING_FILTER_IB_CLOCK2 ;
|
|
Disable = TRUE ;
|
|
Pos = MAP_APPFONT ( 240 , 21 ) ;
|
|
Size = MAP_APPFONT ( 13 , 15 ) ;
|
|
TabStop = TRUE ;
|
|
ButtonImage = Image
|
|
{
|
|
ImageBitmap = Bitmap { File = "time.bmp" ; };
|
|
MASKCOLOR
|
|
};
|
|
QuickHelpText [ en-US ] = "Set Date/Time" ;
|
|
};
|
|
CheckBox CB_AUTOR
|
|
{
|
|
HelpId = HID_REDLINING_FILTER_CB_AUTOR ;
|
|
Pos = MAP_APPFONT ( 6 , 40 ) ;
|
|
Size = MAP_APPFONT ( 50 , 10 ) ;
|
|
TabStop = TRUE ;
|
|
Text [ en-US ] = "~Author" ;
|
|
};
|
|
ListBox LB_AUTOR
|
|
{
|
|
HelpId = HID_REDLINING_FILTER_LB_AUTOR ;
|
|
Border = TRUE ;
|
|
Pos = MAP_APPFONT ( 60 , 38 ) ;
|
|
Size = MAP_APPFONT ( 178 , 100 ) ;
|
|
TabStop = TRUE ;
|
|
Disable = TRUE ;
|
|
DropDown = TRUE ;
|
|
};
|
|
CheckBox CB_RANGE
|
|
{
|
|
HelpId = HID_REDLINING_FILTER_CB_RANGE ;
|
|
Pos = MAP_APPFONT ( 6 , 56 ) ;
|
|
Size = MAP_APPFONT ( 50 , 10 ) ;
|
|
TabStop = TRUE ;
|
|
Text [ en-US ] = "~Range" ;
|
|
};
|
|
Edit ED_RANGE
|
|
{
|
|
HelpId = HID_REDLINING_FILTER_ED_RANGE ;
|
|
Disable = TRUE ;
|
|
Border = TRUE ;
|
|
Pos = MAP_APPFONT ( 60 , 54 ) ;
|
|
Size = MAP_APPFONT ( 178 , 12 ) ;
|
|
TabStop = TRUE ;
|
|
};
|
|
String STR_ACTION
|
|
{
|
|
Text [ en-US ] = "A~ction" ;
|
|
};
|
|
ListBox LB_ACTION
|
|
{
|
|
HelpId = HID_REDLINING_FILTER_LB_ACTION ;
|
|
Border = TRUE ;
|
|
Hide = TRUE ;
|
|
Disable = TRUE ;
|
|
Pos = MAP_APPFONT ( 60 , 54 ) ;
|
|
Size = MAP_APPFONT ( 178 , 100 ) ;
|
|
TabStop = TRUE ;
|
|
DropDown = TRUE ;
|
|
};
|
|
PushButton BTN_REF
|
|
{
|
|
HelpId = HID_REDLINING_FILTER_BTN_REF ;
|
|
Pos = MAP_APPFONT ( 240 , 54 ) ;
|
|
Size = MAP_APPFONT ( 12 , 12 ) ;
|
|
Disable = TRUE ;
|
|
TabStop = TRUE ;
|
|
QuickHelpText [ en-US ] = "Set Reference" ;
|
|
Text [ en-US ] = "..." ;
|
|
};
|
|
CheckBox CB_COMMENT
|
|
{
|
|
HelpId = HID_REDLINING_FILTER_CB_COMMENT ;
|
|
Pos = MAP_APPFONT ( 6 , 72 ) ;
|
|
Size = MAP_APPFONT ( 50 , 10 ) ;
|
|
TabStop = TRUE ;
|
|
Text [ en-US ] = "Comment";
|
|
};
|
|
Edit ED_COMMENT
|
|
{
|
|
HelpId = HID_REDLINING_FILTER_ED_COMMENT ;
|
|
Disable = TRUE ;
|
|
Border = TRUE ;
|
|
Pos = MAP_APPFONT ( 60 , 70 ) ;
|
|
Size = MAP_APPFONT ( 178 , 12 ) ;
|
|
TabStop = TRUE ;
|
|
};
|
|
Image IMG_TIME_H
|
|
{
|
|
ImageBitmap = Bitmap { File = "time_h.bmp" ; };
|
|
MASKCOLOR
|
|
};
|
|
};
|
|
TabPage SID_REDLIN_VIEW_PAGE
|
|
{
|
|
HelpId = HID_REDLINING_VIEW_PAGE ;
|
|
OutputSize = TRUE ;
|
|
SVLook = TRUE ;
|
|
Size = MAP_APPFONT ( 270 , 126 ) ;
|
|
Hide = TRUE ;
|
|
String STR_VIEW
|
|
{
|
|
Text [ en-US ] = "List" ;
|
|
};
|
|
Control DG_VIEW
|
|
{
|
|
HelpId = HID_REDLINING_VIEW_DG_VIEW ;
|
|
Pos = MAP_APPFONT ( 3 , 1 ) ;
|
|
Size = MAP_APPFONT ( 221 , 65 ) ;
|
|
Border = TRUE ;
|
|
};
|
|
PushButton PB_ACCEPT
|
|
{
|
|
HelpId = HID_REDLINING_VIEW_PB_ACCEPT ;
|
|
Pos = MAP_APPFONT ( 3 , 69 ) ;
|
|
Size = MAP_APPFONT ( 60 , 14 ) ;
|
|
Text [ en-US ] = "~Accept" ;
|
|
};
|
|
PushButton PB_REJECT
|
|
{
|
|
HelpId = HID_REDLINING_VIEW_PB_REJECT ;
|
|
Pos = MAP_APPFONT ( 69 , 69 ) ;
|
|
Size = MAP_APPFONT ( 60 , 14 ) ;
|
|
Text [ en-US ] = "~Reject" ;
|
|
};
|
|
PushButton PB_ACCEPTALL
|
|
{
|
|
HelpId = HID_REDLINING_VIEW_PB_ACCEPTALL ;
|
|
Pos = MAP_APPFONT ( 141 , 69 ) ;
|
|
Size = MAP_APPFONT ( 60 , 14 ) ;
|
|
Text [ en-US ] = "A~ccept All" ;
|
|
};
|
|
PushButton PB_REJECTALL
|
|
{
|
|
HelpId = HID_REDLINING_VIEW_PB_REJECTALL ;
|
|
Pos = MAP_APPFONT ( 207 , 69 ) ;
|
|
Size = MAP_APPFONT ( 60 , 14 ) ;
|
|
Text [ en-US ] = "R~eject All" ;
|
|
};
|
|
|
|
PushButton PB_UNDO
|
|
{
|
|
HelpId = HID_REDLINING_VIEW_PB_UNDO ;
|
|
Hide = TRUE;
|
|
Pos = MAP_APPFONT ( 279 , 69 ) ;
|
|
Size = MAP_APPFONT ( 60 , 14 ) ;
|
|
Text [ en-US ] = "Undo";
|
|
};
|
|
String STR_TITLE1
|
|
{
|
|
Text [ en-US ] = "Action" ;
|
|
};
|
|
String STR_TITLE2
|
|
{
|
|
Text [ en-US ] = "Position" ;
|
|
};
|
|
String STR_TITLE3
|
|
{
|
|
Text [ en-US ] = "Author" ;
|
|
};
|
|
String STR_TITLE4
|
|
{
|
|
Text [ en-US ] = "Date" ;
|
|
};
|
|
String STR_TITLE5
|
|
{
|
|
Text [ en-US ] = "Comment" ;
|
|
};
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|