update dev300-m58
[ooovba.git] / svx / source / dialog / ctredlin.src
blob8b49dc708d7e41d946351afffca7c6d9d5f4f392
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: ctredlin.src,v $
10  * $Revision: 1.47 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 #include "ctredlin.hrc"
32 #include "helpid.hrc"
34 #define MASKCOLOR       MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; } ;
36 TabPage SID_REDLIN_FILTER_PAGE
38     String STR_FILTER
39     {
40         Text [ en-US ] = "Filter" ;
41     };
42     HelpId = HID_REDLINING_FILTER_PAGE ;
43     OutputSize = TRUE ;
44     SVLook = TRUE ;
45     Size = MAP_APPFONT ( 261 , 86 ) ;
46     Hide = TRUE ;
47     CheckBox CB_DATE
48     {
49         Pos = MAP_APPFONT ( 6 , 8 ) ;
50         Size = MAP_APPFONT ( 50 , 10 ) ;
51         TabStop = TRUE ;
52         HelpId = HID_REDLINING_FILTER_CB_DATE ;
53         Text [ en-US ] = "~Date" ;
54     };
55     ListBox LB_DATE
56     {
57         HelpId = HID_REDLINING_FILTER_LB_DATE ;
58         Border = TRUE ;
59         Disable = TRUE ;
60         Pos = MAP_APPFONT ( 60 , 6 ) ;
61         Size = MAP_APPFONT ( 78 , 99 ) ;
62         TabStop = TRUE ;
63         DropDown = TRUE ;
64         StringList [ en-US ] =
65         {
66             < "earlier than" ; Default ; > ;
67             < "since" ; Default ; > ;
68             < "equal to " ; Default ; > ;
69             < "not equal to" ; Default ; > ;
70             < "between" ; Default ; > ;
71             < "since saving" ; Default ; > ;
72         };
73     };
74     DateField DF_DATE
75     {
76         HelpId = HID_REDLINING_FILTER_DF_DATE ;
77         Disable = TRUE ;
78         Border = TRUE ;
79         Pos = MAP_APPFONT ( 144 , 6 ) ;
80         Size = MAP_APPFONT ( 57 , 12 ) ;
81         TabStop = TRUE ;
82         Spin = TRUE ;
83         Repeat = TRUE ;
84         Minimum = Date
85         {
86             Year = 1985 ;
87             Month = 12 ;
88             Day = 31 ;
89         };
90         Maximum = Date
91         {
92             Year = 2050 ;
93             Month = 12 ;
94             Day = 31 ;
95         };
96     };
97     TimeField TF_DATE
98     {
99         HelpId = HID_REDLINING_FILTER_TF_DATE ;
100         Disable = TRUE ;
101         Border = TRUE ;
102         Pos = MAP_APPFONT ( 203 , 6 ) ;
103         Size = MAP_APPFONT ( 35 , 12 ) ;
104         TabStop = TRUE ;
105         Repeat = TRUE ;
106         Spin = TRUE ;
107     };
108     ImageButton IB_CLOCK
109     {
110         HelpId = HID_REDLINING_FILTER_IB_CLOCK ;
111         Disable = TRUE ;
112         Pos = MAP_APPFONT ( 240 , 5 ) ;
113         Size = MAP_APPFONT ( 13 , 15 ) ;
114         TabStop = TRUE ;
115         ButtonImage = Image
116         {
117             ImageBitmap = Bitmap { File = "time.bmp" ; };
118             MASKCOLOR
119         };
120         QuickHelpText [ en-US ] = "Set Date/Time" ;
121     };
122     FixedText FT_DATE2
123     {
124         Pos = MAP_APPFONT ( 60 , 24 ) ;
125         Size = MAP_APPFONT ( 78 , 8 ) ;
126         Right = TRUE ;
127         Disable = TRUE ;
128         Text [ en-US ] = "and" ;
129     };
130     DateField DF_DATE2
131     {
132         HelpId = HID_REDLINING_FILTER_DF_DATE2 ;
133         Border = TRUE ;
134         Disable = TRUE ;
135         Pos = MAP_APPFONT ( 144 , 22 ) ;
136         Size = MAP_APPFONT ( 57 , 12 ) ;
137         TabStop = TRUE ;
138         Spin = TRUE ;
139         Repeat = TRUE ;
140         Minimum = Date
141         {
142             Year = 1985 ;
143             Month = 12 ;
144             Day = 31 ;
145         };
146         Maximum = Date
147         {
148             Year = 2050 ;
149             Month = 12 ;
150             Day = 31 ;
151         };
152     };
153     TimeField TF_DATE2
154     {
155         HelpId = HID_REDLINING_FILTER_TF_DATE2 ;
156         Border = TRUE ;
157         Disable = TRUE ;
158         Pos = MAP_APPFONT ( 203 , 22 ) ;
159         Size = MAP_APPFONT ( 35 , 12 ) ;
160         TabStop = TRUE ;
161         Spin = TRUE ;
162         Repeat = TRUE ;
163     };
164     ImageButton IB_CLOCK2
165     {
166         HelpId = HID_REDLINING_FILTER_IB_CLOCK2 ;
167         Disable = TRUE ;
168         Pos = MAP_APPFONT ( 240 , 21 ) ;
169         Size = MAP_APPFONT ( 13 , 15 ) ;
170         TabStop = TRUE ;
171         ButtonImage = Image
172         {
173             ImageBitmap = Bitmap { File = "time.bmp" ; };
174             MASKCOLOR
175         };
176         QuickHelpText [ en-US ] = "Set Date/Time" ;
177     };
178     CheckBox CB_AUTOR
179     {
180         HelpId = HID_REDLINING_FILTER_CB_AUTOR ;
181         Pos = MAP_APPFONT ( 6 , 40 ) ;
182         Size = MAP_APPFONT ( 50 , 10 ) ;
183         TabStop = TRUE ;
184         Text [ en-US ] = "~Author" ;
185     };
186     ListBox LB_AUTOR
187     {
188         HelpId = HID_REDLINING_FILTER_LB_AUTOR ;
189         Border = TRUE ;
190         Pos = MAP_APPFONT ( 60 , 38 ) ;
191         Size = MAP_APPFONT ( 178 , 100 ) ;
192         TabStop = TRUE ;
193         Disable = TRUE ;
194         DropDown = TRUE ;
195     };
196     CheckBox CB_RANGE
197     {
198         HelpId = HID_REDLINING_FILTER_CB_RANGE ;
199         Pos = MAP_APPFONT ( 6 , 56 ) ;
200         Size = MAP_APPFONT ( 50 , 10 ) ;
201         TabStop = TRUE ;
202         Text [ en-US ] = "~Range" ;
203     };
204     Edit ED_RANGE
205     {
206         HelpId = HID_REDLINING_FILTER_ED_RANGE ;
207         Disable = TRUE ;
208         Border = TRUE ;
209         Pos = MAP_APPFONT ( 60 , 54 ) ;
210         Size = MAP_APPFONT ( 178 , 12 ) ;
211         TabStop = TRUE ;
212     };
213     String STR_ACTION
214     {
215         Text [ en-US ] = "A~ction" ;
216     };
217     ListBox LB_ACTION
218     {
219         HelpId = HID_REDLINING_FILTER_LB_ACTION ;
220         Border = TRUE ;
221         Hide = TRUE ;
222         Disable = TRUE ;
223         Pos = MAP_APPFONT ( 60 , 54 ) ;
224         Size = MAP_APPFONT ( 178 , 100 ) ;
225         TabStop = TRUE ;
226         DropDown = TRUE ;
227     };
228     PushButton BTN_REF
229     {
230         HelpId = HID_REDLINING_FILTER_BTN_REF ;
231         Pos = MAP_APPFONT ( 240 , 54 ) ;
232         Size = MAP_APPFONT ( 12 , 12 ) ;
233         Disable = TRUE ;
234         TabStop = TRUE ;
235         QuickHelpText [ en-US ] = "Set Reference" ;
236         Text [ en-US ] = "..." ;
237     };
238     CheckBox CB_COMMENT
239     {
240         HelpId = HID_REDLINING_FILTER_CB_COMMENT ;
241         Pos = MAP_APPFONT ( 6 , 72 ) ;
242         Size = MAP_APPFONT ( 50 , 10 ) ;
243         TabStop = TRUE ;
244         Text [ en-US ] = "Comment";
245     };
246     Edit ED_COMMENT
247     {
248         HelpId = HID_REDLINING_FILTER_ED_COMMENT ;
249         Disable = TRUE ;
250         Border = TRUE ;
251         Pos = MAP_APPFONT ( 60 , 70 ) ;
252         Size = MAP_APPFONT ( 178 , 12 ) ;
253         TabStop = TRUE ;
254     };
255     Image IMG_TIME_H
256     {
257         ImageBitmap = Bitmap { File = "time_h.bmp" ; };
258         MASKCOLOR
259     };
261 TabPage SID_REDLIN_VIEW_PAGE
263     HelpId = HID_REDLINING_VIEW_PAGE ;
264     OutputSize = TRUE ;
265     SVLook = TRUE ;
266     Size = MAP_APPFONT ( 270 , 126 ) ;
267     Hide = TRUE ;
268     String STR_VIEW
269     {
270         Text [ en-US ] = "List" ;
271     };
272     Control DG_VIEW
273     {
274         HelpId = HID_REDLINING_VIEW_DG_VIEW ;
275         Pos = MAP_APPFONT ( 3 , 1 ) ;
276         Size = MAP_APPFONT ( 221 , 65 ) ;
277         Border = TRUE ;
278     };
279     PushButton PB_ACCEPT
280     {
281         HelpId = HID_REDLINING_VIEW_PB_ACCEPT ;
282         Pos = MAP_APPFONT ( 3 , 69 ) ;
283         Size = MAP_APPFONT ( 60 , 14 ) ;
284         Text [ en-US ] = "~Accept" ;
285     };
286     PushButton PB_REJECT
287     {
288         HelpId = HID_REDLINING_VIEW_PB_REJECT ;
289         Pos = MAP_APPFONT ( 69 , 69 ) ;
290         Size = MAP_APPFONT ( 60 , 14 ) ;
291         Text [ en-US ] = "~Reject" ;
292     };
293     PushButton PB_ACCEPTALL
294     {
295         HelpId = HID_REDLINING_VIEW_PB_ACCEPTALL ;
296         Pos = MAP_APPFONT ( 141 , 69 ) ;
297         Size = MAP_APPFONT ( 60 , 14 ) ;
298         Text [ en-US ] = "A~ccept All" ;
299     };
300     PushButton PB_REJECTALL
301     {
302         HelpId = HID_REDLINING_VIEW_PB_REJECTALL ;
303         Pos = MAP_APPFONT ( 207 , 69 ) ;
304         Size = MAP_APPFONT ( 60 , 14 ) ;
305         Text [ en-US ] = "R~eject All" ;
306     };
308     PushButton PB_UNDO
309     {
310         HelpId = HID_REDLINING_VIEW_PB_UNDO ;
311         Hide = TRUE;
312         Pos  = MAP_APPFONT ( 279 , 69 ) ;
313         Size = MAP_APPFONT ( 60 , 14 ) ;
314         Text [ en-US ] = "Undo";
315     };
316     String STR_TITLE1
317     {
318         Text [ en-US ] = "Action" ;
319     };
320     String STR_TITLE2
321     {
322         Text [ en-US ] = "Position" ;
323     };
324     String STR_TITLE3
325     {
326         Text [ en-US ] = "Author" ;
327     };
328     String STR_TITLE4
329     {
330         Text [ en-US ] = "Date" ;
331     };
332     String STR_TITLE5
333     {
334         Text [ en-US ] = "Comment" ;
335     };