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