xref: /aoo42x/main/svx/source/dialog/ctredlin.src (revision 09a1d057)
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
23
24#include "ctredlin.hrc"
25#include "helpid.hrc"
26
27#define MASKCOLOR	MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; } ;
28
29TabPage SID_REDLIN_FILTER_PAGE
30{
31	String STR_FILTER
32	{
33		Text [ en-US ] = "Filter" ;
34	};
35	HelpId = HID_REDLINING_FILTER_PAGE ;
36	OutputSize = TRUE ;
37	SVLook = TRUE ;
38    Size = MAP_APPFONT ( 261 , 86 ) ;
39	Hide = TRUE ;
40	CheckBox CB_DATE
41	{
42        Pos = MAP_APPFONT ( 6 , 8 ) ;
43        Size = MAP_APPFONT ( 50 , 10 ) ;
44		TabStop = TRUE ;
45		HelpId = HID_REDLINING_FILTER_CB_DATE ;
46		Text [ en-US ] = "~Date" ;
47	};
48	ListBox LB_DATE
49	{
50		HelpId = HID_REDLINING_FILTER_LB_DATE ;
51		Border = TRUE ;
52		Disable = TRUE ;
53        Pos = MAP_APPFONT ( 60 , 6 ) ;
54        Size = MAP_APPFONT ( 78 , 99 ) ;
55		TabStop = TRUE ;
56		DropDown = TRUE ;
57		StringList [ en-US ] =
58		{
59			< "earlier than" ; Default ; > ;
60			< "since" ; Default ; > ;
61			< "equal to " ; Default ; > ;
62			< "not equal to" ; Default ; > ;
63			< "between" ; Default ; > ;
64			< "since saving" ; Default ; > ;
65		};
66	};
67	DateField DF_DATE
68	{
69		HelpId = HID_REDLINING_FILTER_DF_DATE ;
70		Disable = TRUE ;
71		Border = TRUE ;
72        Pos = MAP_APPFONT ( 144 , 6 ) ;
73        Size = MAP_APPFONT ( 57 , 12 ) ;
74		TabStop = TRUE ;
75		Spin = TRUE ;
76		Repeat = TRUE ;
77		Minimum = Date
78		{
79			Year = 1985 ;
80			Month = 12 ;
81			Day = 31 ;
82		};
83		Maximum = Date
84		{
85			Year = 2050 ;
86			Month = 12 ;
87			Day = 31 ;
88		};
89	};
90	TimeField TF_DATE
91	{
92		HelpId = HID_REDLINING_FILTER_TF_DATE ;
93		Disable = TRUE ;
94		Border = TRUE ;
95        Pos = MAP_APPFONT ( 203 , 6 ) ;
96        Size = MAP_APPFONT ( 35 , 12 ) ;
97		TabStop = TRUE ;
98		Repeat = TRUE ;
99		Spin = TRUE ;
100	};
101	ImageButton IB_CLOCK
102	{
103		HelpId = HID_REDLINING_FILTER_IB_CLOCK ;
104		Disable = TRUE ;
105        Pos = MAP_APPFONT ( 240 , 5 ) ;
106        Size = MAP_APPFONT ( 13 , 15 ) ;
107		TabStop = TRUE ;
108		ButtonImage = Image
109		{
110			ImageBitmap = Bitmap { File = "time.bmp" ; };
111			MASKCOLOR
112		};
113		// IAccessibility2 implementation 2009. ------
114		//QuickHelpText [ en-US ] = "Set Date/Time" ;
115		QuickHelpText [ en-US ] = "Set Start Date/Time" ;
116		// ------ IAccessibility2 implementation 2009.
117	};
118	FixedText FT_DATE2
119	{
120        Pos = MAP_APPFONT ( 60 , 24 ) ;
121        Size = MAP_APPFONT ( 78 , 8 ) ;
122        Right = TRUE ;
123		Disable = TRUE ;
124		Text [ en-US ] = "and" ;
125	};
126	DateField DF_DATE2
127	{
128		HelpId = HID_REDLINING_FILTER_DF_DATE2 ;
129		Border = TRUE ;
130		Disable = TRUE ;
131        Pos = MAP_APPFONT ( 144 , 22 ) ;
132        Size = MAP_APPFONT ( 57 , 12 ) ;
133		TabStop = TRUE ;
134		Spin = TRUE ;
135		Repeat = TRUE ;
136		Minimum = Date
137		{
138			Year = 1985 ;
139			Month = 12 ;
140			Day = 31 ;
141		};
142		Maximum = Date
143		{
144			Year = 2050 ;
145			Month = 12 ;
146			Day = 31 ;
147		};
148	};
149	TimeField TF_DATE2
150	{
151		HelpId = HID_REDLINING_FILTER_TF_DATE2 ;
152		Border = TRUE ;
153		Disable = TRUE ;
154        Pos = MAP_APPFONT ( 203 , 22 ) ;
155		Size = MAP_APPFONT ( 35 , 12 ) ;
156		TabStop = TRUE ;
157		Spin = TRUE ;
158		Repeat = TRUE ;
159	};
160	ImageButton IB_CLOCK2
161	{
162		HelpId = HID_REDLINING_FILTER_IB_CLOCK2 ;
163		Disable = TRUE ;
164        Pos = MAP_APPFONT ( 240 , 21 ) ;
165        Size = MAP_APPFONT ( 13 , 15 ) ;
166		TabStop = TRUE ;
167		ButtonImage = Image
168		{
169			ImageBitmap = Bitmap { File = "time.bmp" ; };
170			MASKCOLOR
171		};
172		// IAccessibility2 implementation 2009. ------
173		//QuickHelpText [ en-US ] = "Set Date/Time" ;
174		QuickHelpText [ en-US ] = "Set End Date/Time" ;
175		// ------ IAccessibility2 implementation 2009.
176	};
177	CheckBox CB_AUTOR
178	{
179		HelpId = HID_REDLINING_FILTER_CB_AUTOR ;
180        Pos = MAP_APPFONT ( 6 , 40 ) ;
181        Size = MAP_APPFONT ( 50 , 10 ) ;
182		TabStop = TRUE ;
183		Text [ en-US ] = "~Author" ;
184	};
185	ListBox LB_AUTOR
186	{
187		HelpId = HID_REDLINING_FILTER_LB_AUTOR ;
188		Border = TRUE ;
189        Pos = MAP_APPFONT ( 60 , 38 ) ;
190        Size = MAP_APPFONT ( 178 , 100 ) ;
191		TabStop = TRUE ;
192		Disable = TRUE ;
193		DropDown = TRUE ;
194	};
195	CheckBox CB_RANGE
196	{
197		HelpId = HID_REDLINING_FILTER_CB_RANGE ;
198        Pos = MAP_APPFONT ( 6 , 56 ) ;
199		Size = MAP_APPFONT ( 50 , 10 ) ;
200		TabStop = TRUE ;
201		Text [ en-US ] = "~Range" ;
202	};
203	Edit ED_RANGE
204	{
205		HelpId = HID_REDLINING_FILTER_ED_RANGE ;
206		Disable = TRUE ;
207		Border = TRUE ;
208        Pos = MAP_APPFONT ( 60 , 54 ) ;
209        Size = MAP_APPFONT ( 178 , 12 ) ;
210		TabStop = TRUE ;
211	};
212	String STR_ACTION
213	{
214		Text [ en-US ] = "A~ction" ;
215	};
216	ListBox LB_ACTION
217	{
218		HelpId = HID_REDLINING_FILTER_LB_ACTION ;
219		Border = TRUE ;
220		Hide = TRUE ;
221		Disable = TRUE ;
222        Pos = MAP_APPFONT ( 60 , 54 ) ;
223        Size = MAP_APPFONT ( 178 , 100 ) ;
224		TabStop = TRUE ;
225		DropDown = TRUE ;
226	};
227	PushButton BTN_REF
228	{
229		HelpId = HID_REDLINING_FILTER_BTN_REF ;
230        Pos = MAP_APPFONT ( 240 , 54 ) ;
231		Size = MAP_APPFONT ( 12 , 12 ) ;
232		Disable = TRUE ;
233		TabStop = TRUE ;
234		QuickHelpText [ en-US ] = "Set Reference" ;
235		Text [ en-US ] = "..." ;
236	};
237	CheckBox CB_COMMENT
238	{
239		HelpId = HID_REDLINING_FILTER_CB_COMMENT ;
240        Pos = MAP_APPFONT ( 6 , 72 ) ;
241		Size = MAP_APPFONT ( 50 , 10 ) ;
242		TabStop = TRUE ;
243		Text [ en-US ] = "Comment";
244	};
245	Edit ED_COMMENT
246	{
247		HelpId = HID_REDLINING_FILTER_ED_COMMENT ;
248		Disable = TRUE ;
249		Border = TRUE ;
250        Pos = MAP_APPFONT ( 60 , 70 ) ;
251        Size = MAP_APPFONT ( 178 , 12 ) ;
252		TabStop = TRUE ;
253	};
254    Image IMG_TIME_H
255    {
256        ImageBitmap = Bitmap { File = "time_h.bmp" ; };
257        MASKCOLOR
258    };
259    	/*IAccessibility2 Implementation 2009-----*/
260	String STR_DATE_COMBOX
261	{
262		Text [ en-US ] = "Date Condition" ;
263	};
264	String STR_DATE_SPIN
265	{
266		Text [ en-US ] = "Start Date" ;
267	};
268	String STR_DATE_SPIN1
269	{
270		Text [ en-US ] = "End Date" ;
271	};
272	String STR_DATE_TIME_SPIN
273	{
274		Text [ en-US ] = "Start Time" ;
275	};
276	String STR_DATE_TIME_SPIN1
277	{
278		Text [ en-US ] = "End Time" ;
279	};
280	/*-----IAccessibility2 Implementation 2009*/
281};
282TabPage SID_REDLIN_VIEW_PAGE
283{
284	HelpId = HID_REDLINING_VIEW_PAGE ;
285	OutputSize = TRUE ;
286	SVLook = TRUE ;
287	Size = MAP_APPFONT ( 270 , 126 ) ;
288	Hide = TRUE ;
289	String STR_VIEW
290	{
291		Text [ en-US ] = "List" ;
292	};
293	Control DG_VIEW
294	{
295		HelpId = HID_REDLINING_VIEW_DG_VIEW ;
296		Pos = MAP_APPFONT ( 3 , 1 ) ;
297		Size = MAP_APPFONT ( 221 , 65 ) ;
298		Border = TRUE ;
299	};
300	PushButton PB_ACCEPT
301	{
302		HelpId = HID_REDLINING_VIEW_PB_ACCEPT ;
303		Pos = MAP_APPFONT ( 3 , 69 ) ;
304		Size = MAP_APPFONT ( 60 , 14 ) ;
305		Text [ en-US ] = "~Accept" ;
306	};
307	PushButton PB_REJECT
308	{
309		HelpId = HID_REDLINING_VIEW_PB_REJECT ;
310		Pos = MAP_APPFONT ( 69 , 69 ) ;
311		Size = MAP_APPFONT ( 60 , 14 ) ;
312		Text [ en-US ] = "~Reject" ;
313	};
314	PushButton PB_ACCEPTALL
315	{
316		HelpId = HID_REDLINING_VIEW_PB_ACCEPTALL ;
317		Pos = MAP_APPFONT ( 141 , 69 ) ;
318		Size = MAP_APPFONT ( 60 , 14 ) ;
319		Text [ en-US ] = "A~ccept All" ;
320	};
321	PushButton PB_REJECTALL
322	{
323		HelpId = HID_REDLINING_VIEW_PB_REJECTALL ;
324		Pos = MAP_APPFONT ( 207 , 69 ) ;
325		Size = MAP_APPFONT ( 60 , 14 ) ;
326		Text [ en-US ] = "R~eject All" ;
327	};
328
329	PushButton PB_UNDO
330	{
331		HelpId = HID_REDLINING_VIEW_PB_UNDO ;
332		Hide = TRUE;
333		Pos  = MAP_APPFONT ( 279 , 69 ) ;
334		Size = MAP_APPFONT ( 60 , 14 ) ;
335		Text [ en-US ] = "Undo";
336	};
337	String STR_TITLE1
338	{
339		Text [ en-US ] = "Action" ;
340	};
341	String STR_TITLE2
342	{
343		Text [ en-US ] = "Position" ;
344	};
345	String STR_TITLE3
346	{
347		Text [ en-US ] = "Author" ;
348	};
349	String STR_TITLE4
350	{
351		Text [ en-US ] = "Date" ;
352	};
353	String STR_TITLE5
354	{
355		Text [ en-US ] = "Comment" ;
356	};
357	String STR_TREE
358	{
359		Text [ en-US ] = "Changes" ;
360	};
361};
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394