xref: /trunk/main/svx/source/dialog/ctredlin.src (revision a3cbd3e50c1a12e759959b66e76b58b3aeb2b2af)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22#include "ctredlin.hrc"
23#include "helpid.hrc"
24
25TabPage SID_REDLIN_FILTER_PAGE
26{
27    String STR_FILTER
28    {
29        Text [ en-US ] = "Filter" ;
30    };
31    HelpId = HID_REDLINING_FILTER_PAGE ;
32    OutputSize = TRUE ;
33    SVLook = TRUE ;
34    Size = MAP_APPFONT ( 261, 86 ) ;
35    Hide = TRUE ;
36    CheckBox CB_DATE
37    {
38        Pos = MAP_APPFONT ( 6, 8 ) ;
39        Size = MAP_APPFONT ( 50, 10 ) ;
40        TabStop = TRUE ;
41        HelpId = HID_REDLINING_FILTER_CB_DATE ;
42        Text [ en-US ] = "~Date" ;
43    };
44    ListBox LB_DATE
45    {
46        HelpId = HID_REDLINING_FILTER_LB_DATE ;
47        Border = TRUE ;
48        Disable = TRUE ;
49        Pos = MAP_APPFONT ( 60, 6 ) ;
50        Size = MAP_APPFONT ( 78, 99 ) ;
51        TabStop = TRUE ;
52        DropDown = TRUE ;
53        StringList [ en-US ] =
54        {
55            < "earlier than" ; Default ;    > ;
56            < "since" ; Default ;           > ;
57            < "equal to " ; Default ;       > ;
58            < "not equal to" ; Default ;    > ;
59            < "between" ; Default ;         > ;
60            < "since saving" ; Default ;    > ;
61        };
62    };
63    DateField DF_DATE
64    {
65        HelpId = HID_REDLINING_FILTER_DF_DATE ;
66        Disable = TRUE ;
67        Border = TRUE ;
68        Pos = MAP_APPFONT ( 144, 6 ) ;
69        Size = MAP_APPFONT ( 57, 12 ) ;
70        TabStop = TRUE ;
71        Spin = TRUE ;
72        Repeat = TRUE ;
73        Minimum = Date
74        {
75            Year = 1985 ;
76            Month = 12 ;
77            Day = 31 ;
78        };
79        Maximum = Date
80        {
81            Year = 2050 ;
82            Month = 12 ;
83            Day = 31 ;
84        };
85    };
86    TimeField TF_DATE
87    {
88        HelpId = HID_REDLINING_FILTER_TF_DATE ;
89        Disable = TRUE ;
90        Border = TRUE ;
91        Pos = MAP_APPFONT ( 203, 6 ) ;
92        Size = MAP_APPFONT ( 35, 12 ) ;
93        TabStop = TRUE ;
94        Repeat = TRUE ;
95        Spin = TRUE ;
96    };
97    ImageButton IB_CLOCK
98    {
99        HelpId = HID_REDLINING_FILTER_IB_CLOCK ;
100        Disable = TRUE ;
101        Pos = MAP_APPFONT ( 240, 5 ) ;
102        Size = MAP_APPFONT ( 13, 15 ) ;
103        TabStop = TRUE ;
104        ButtonImage = Image
105        {
106            ImageBitmap = Bitmap {File = "time.png" ;} ;
107        };
108        //QuickHelpText [ en-US ] = "Set Date/Time" ;
109        QuickHelpText [ en-US ] = "Set Start Date/Time" ;
110    };
111    FixedText FT_DATE2
112    {
113        Pos = MAP_APPFONT ( 60, 24 ) ;
114        Size = MAP_APPFONT ( 78, 8 ) ;
115        Right = TRUE ;
116        Disable = TRUE ;
117        Text [ en-US ] = "and" ;
118    };
119    DateField DF_DATE2
120    {
121        HelpId = HID_REDLINING_FILTER_DF_DATE2 ;
122        Border = TRUE ;
123        Disable = TRUE ;
124        Pos = MAP_APPFONT ( 144, 22 ) ;
125        Size = MAP_APPFONT ( 57, 12 ) ;
126        TabStop = TRUE ;
127        Spin = TRUE ;
128        Repeat = TRUE ;
129        Minimum = Date
130        {
131            Year = 1985 ;
132            Month = 12 ;
133            Day = 31 ;
134        };
135        Maximum = Date
136        {
137            Year = 2050 ;
138            Month = 12 ;
139            Day = 31 ;
140        };
141    };
142    TimeField TF_DATE2
143    {
144        HelpId = HID_REDLINING_FILTER_TF_DATE2 ;
145        Border = TRUE ;
146        Disable = TRUE ;
147        Pos = MAP_APPFONT ( 203, 22 ) ;
148        Size = MAP_APPFONT ( 35, 12 ) ;
149        TabStop = TRUE ;
150        Spin = TRUE ;
151        Repeat = TRUE ;
152    };
153    ImageButton IB_CLOCK2
154    {
155        HelpId = HID_REDLINING_FILTER_IB_CLOCK2 ;
156        Disable = TRUE ;
157        Pos = MAP_APPFONT ( 240, 21 ) ;
158        Size = MAP_APPFONT ( 13, 15 ) ;
159        TabStop = TRUE ;
160        ButtonImage = Image
161        {
162            ImageBitmap = Bitmap {File = "time.png" ;} ;
163        };
164        //QuickHelpText [ en-US ] = "Set Date/Time" ;
165        QuickHelpText [ en-US ] = "Set End Date/Time" ;
166    };
167    CheckBox CB_AUTOR
168    {
169        HelpId = HID_REDLINING_FILTER_CB_AUTOR ;
170        Pos = MAP_APPFONT ( 6, 40 ) ;
171        Size = MAP_APPFONT ( 50, 10 ) ;
172        TabStop = TRUE ;
173        Text [ en-US ] = "~Author" ;
174    };
175    ListBox LB_AUTOR
176    {
177        HelpId = HID_REDLINING_FILTER_LB_AUTOR ;
178        Border = TRUE ;
179        Pos = MAP_APPFONT ( 60, 38 ) ;
180        Size = MAP_APPFONT ( 178, 100 ) ;
181        TabStop = TRUE ;
182        Disable = TRUE ;
183        DropDown = TRUE ;
184    };
185    CheckBox CB_RANGE
186    {
187        HelpId = HID_REDLINING_FILTER_CB_RANGE ;
188        Pos = MAP_APPFONT ( 6, 56 ) ;
189        Size = MAP_APPFONT ( 50, 10 ) ;
190        TabStop = TRUE ;
191        Text [ en-US ] = "~Range" ;
192    };
193    Edit ED_RANGE
194    {
195        HelpId = HID_REDLINING_FILTER_ED_RANGE ;
196        Disable = TRUE ;
197        Border = TRUE ;
198        Pos = MAP_APPFONT ( 60, 54 ) ;
199        Size = MAP_APPFONT ( 178, 12 ) ;
200        TabStop = TRUE ;
201    };
202    String STR_ACTION
203    {
204        Text [ en-US ] = "A~ction" ;
205    };
206    ListBox LB_ACTION
207    {
208        HelpId = HID_REDLINING_FILTER_LB_ACTION ;
209        Border = TRUE ;
210        Hide = TRUE ;
211        Disable = TRUE ;
212        Pos = MAP_APPFONT ( 60, 54 ) ;
213        Size = MAP_APPFONT ( 178, 100 ) ;
214        TabStop = TRUE ;
215        DropDown = TRUE ;
216    };
217    PushButton BTN_REF
218    {
219        HelpId = HID_REDLINING_FILTER_BTN_REF ;
220        Pos = MAP_APPFONT ( 240, 54 ) ;
221        Size = MAP_APPFONT ( 12, 12 ) ;
222        Disable = TRUE ;
223        TabStop = TRUE ;
224        QuickHelpText [ en-US ] = "Set Reference" ;
225        Text [ en-US ] = "..." ;
226    };
227    CheckBox CB_COMMENT
228    {
229        HelpId = HID_REDLINING_FILTER_CB_COMMENT ;
230        Pos = MAP_APPFONT ( 6, 72 ) ;
231        Size = MAP_APPFONT ( 50, 10 ) ;
232        TabStop = TRUE ;
233        Text [ en-US ] = "Comment" ;
234    };
235    Edit ED_COMMENT
236    {
237        HelpId = HID_REDLINING_FILTER_ED_COMMENT ;
238        Disable = TRUE ;
239        Border = TRUE ;
240        Pos = MAP_APPFONT ( 60, 70 ) ;
241        Size = MAP_APPFONT ( 178, 12 ) ;
242        TabStop = TRUE ;
243    };
244    Image IMG_TIME_H
245    {
246        ImageBitmap = Bitmap {File = "time_h.png" ;} ;
247    };
248    String STR_DATE_COMBOX
249    {
250        Text [ en-US ] = "Date Condition" ;
251    };
252    String STR_DATE_SPIN
253    {
254        Text [ en-US ] = "Start Date" ;
255    };
256    String STR_DATE_SPIN1
257    {
258        Text [ en-US ] = "End Date" ;
259    };
260    String STR_DATE_TIME_SPIN
261    {
262        Text [ en-US ] = "Start Time" ;
263    };
264    String STR_DATE_TIME_SPIN1
265    {
266        Text [ en-US ] = "End Time" ;
267    };
268    String STR_TREE
269    {
270        Text [ en-US ] = "Changes" ;
271    };
272};
273TabPage SID_REDLIN_VIEW_PAGE
274{
275    HelpId = HID_REDLINING_VIEW_PAGE ;
276    OutputSize = TRUE ;
277    SVLook = TRUE ;
278    Size = MAP_APPFONT ( 270, 126 ) ;
279    Hide = TRUE ;
280    String STR_VIEW
281    {
282        Text [ en-US ] = "List" ;
283    };
284    Control DG_VIEW
285    {
286        HelpId = HID_REDLINING_VIEW_DG_VIEW ;
287        Pos = MAP_APPFONT ( 3, 1 ) ;
288        Size = MAP_APPFONT ( 221, 65 ) ;
289        Border = TRUE ;
290    };
291    PushButton PB_ACCEPT
292    {
293        HelpId = HID_REDLINING_VIEW_PB_ACCEPT ;
294        Pos = MAP_APPFONT ( 3, 69 ) ;
295        Size = MAP_APPFONT ( 60, 14 ) ;
296        Text [ en-US ] = "~Accept" ;
297    };
298    PushButton PB_REJECT
299    {
300        HelpId = HID_REDLINING_VIEW_PB_REJECT ;
301        Pos = MAP_APPFONT ( 69, 69 ) ;
302        Size = MAP_APPFONT ( 60, 14 ) ;
303        Text [ en-US ] = "~Reject" ;
304    };
305    PushButton PB_ACCEPTALL
306    {
307        HelpId = HID_REDLINING_VIEW_PB_ACCEPTALL ;
308        Pos = MAP_APPFONT ( 141, 69 ) ;
309        Size = MAP_APPFONT ( 60, 14 ) ;
310        Text [ en-US ] = "A~ccept All" ;
311    };
312    PushButton PB_REJECTALL
313    {
314        HelpId = HID_REDLINING_VIEW_PB_REJECTALL ;
315        Pos = MAP_APPFONT ( 207, 69 ) ;
316        Size = MAP_APPFONT ( 60, 14 ) ;
317        Text [ en-US ] = "R~eject All" ;
318    };
319
320    PushButton PB_UNDO
321    {
322        HelpId = HID_REDLINING_VIEW_PB_UNDO ;
323        Hide = TRUE ;
324        Pos = MAP_APPFONT ( 279, 69 ) ;
325        Size = MAP_APPFONT ( 60, 14 ) ;
326        Text [ en-US ] = "Undo" ;
327    };
328    String STR_TITLE1
329    {
330        Text [ en-US ] = "Action" ;
331    };
332    String STR_TITLE2
333    {
334        Text [ en-US ] = "Position" ;
335    };
336    String STR_TITLE3
337    {
338        Text [ en-US ] = "Author" ;
339    };
340    String STR_TITLE4
341    {
342        Text [ en-US ] = "Date" ;
343    };
344    String STR_TITLE5
345    {
346        Text [ en-US ] = "Comment" ;
347    };
348};
349
350// ********************************************************************** EOF
351