xref: /trunk/main/sc/source/ui/navipi/navipi.src (revision cdf0e10c)
1*cdf0e10cSrcweir/*************************************************************************
2*cdf0e10cSrcweir *
3*cdf0e10cSrcweir * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4*cdf0e10cSrcweir *
5*cdf0e10cSrcweir * Copyright 2000, 2010 Oracle and/or its affiliates.
6*cdf0e10cSrcweir *
7*cdf0e10cSrcweir * OpenOffice.org - a multi-platform office productivity suite
8*cdf0e10cSrcweir *
9*cdf0e10cSrcweir * This file is part of OpenOffice.org.
10*cdf0e10cSrcweir *
11*cdf0e10cSrcweir * OpenOffice.org is free software: you can redistribute it and/or modify
12*cdf0e10cSrcweir * it under the terms of the GNU Lesser General Public License version 3
13*cdf0e10cSrcweir * only, as published by the Free Software Foundation.
14*cdf0e10cSrcweir *
15*cdf0e10cSrcweir * OpenOffice.org is distributed in the hope that it will be useful,
16*cdf0e10cSrcweir * but WITHOUT ANY WARRANTY; without even the implied warranty of
17*cdf0e10cSrcweir * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18*cdf0e10cSrcweir * GNU Lesser General Public License version 3 for more details
19*cdf0e10cSrcweir * (a copy is included in the LICENSE file that accompanied this code).
20*cdf0e10cSrcweir *
21*cdf0e10cSrcweir * You should have received a copy of the GNU Lesser General Public License
22*cdf0e10cSrcweir * version 3 along with OpenOffice.org.  If not, see
23*cdf0e10cSrcweir * <http://www.openoffice.org/license.html>
24*cdf0e10cSrcweir * for a copy of the LGPLv3 License.
25*cdf0e10cSrcweir *
26*cdf0e10cSrcweir ************************************************************************/
27*cdf0e10cSrcweir
28*cdf0e10cSrcweir#include "navipi.hrc"
29*cdf0e10cSrcweir
30*cdf0e10cSrcweir#define SC_NAVI_CMD_IDLIST \
31*cdf0e10cSrcweir	IdList =			   \
32*cdf0e10cSrcweir	{					   \
33*cdf0e10cSrcweir		IID_DATA ;		   \
34*cdf0e10cSrcweir		IID_UP ;		   \
35*cdf0e10cSrcweir		IID_DOWN ;		   \
36*cdf0e10cSrcweir		IID_SCENARIOS ;	   \
37*cdf0e10cSrcweir		IID_DROPMODE ;	   \
38*cdf0e10cSrcweir		IID_CHANGEROOT ;   \
39*cdf0e10cSrcweir		IID_ZOOMOUT ;	   \
40*cdf0e10cSrcweir	};					   \
41*cdf0e10cSrcweir	IdCount = { 8 ; };
42*cdf0e10cSrcweir
43*cdf0e10cSrcweir// SC_CONTENT_...
44*cdf0e10cSrcweir#define SC_NAVI_CONT_IDLIST \
45*cdf0e10cSrcweir	IdList =				\
46*cdf0e10cSrcweir	{						\
47*cdf0e10cSrcweir		1 ;					\
48*cdf0e10cSrcweir		2 ;					\
49*cdf0e10cSrcweir		3 ;					\
50*cdf0e10cSrcweir		4 ;					\
51*cdf0e10cSrcweir		5 ;					\
52*cdf0e10cSrcweir		6 ;					\
53*cdf0e10cSrcweir		7 ;					\
54*cdf0e10cSrcweir		8 ;					\
55*cdf0e10cSrcweir	};						\
56*cdf0e10cSrcweir	IdCount = { 8 ; };
57*cdf0e10cSrcweir
58*cdf0e10cSrcweirWindow RID_SCDLG_NAVIGATOR
59*cdf0e10cSrcweir{
60*cdf0e10cSrcweir	SVLook = TRUE ;
61*cdf0e10cSrcweir	HelpId = HID_SC_NAVIGATOR ;
62*cdf0e10cSrcweir	 //?	Pos = MAP_APPFONT( 0, 0 );
63*cdf0e10cSrcweir	Size = MAP_APPFONT ( 115 , 116 ) ;
64*cdf0e10cSrcweir	OutputSize = TRUE ;
65*cdf0e10cSrcweir	DialogControl = TRUE ;
66*cdf0e10cSrcweir	Hide = TRUE ;
67*cdf0e10cSrcweir	Text [ en-US ] = "Navigator" ;
68*cdf0e10cSrcweir	 //    Closeable = TRUE ;
69*cdf0e10cSrcweir	 //    Moveable = TRUE ;
70*cdf0e10cSrcweir	 //    Zoomable = TRUE ;
71*cdf0e10cSrcweir	 //    Sizeable = TRUE ;
72*cdf0e10cSrcweir	 //    EnableResizing = TRUE ;
73*cdf0e10cSrcweir	 //    HideWhenDeactivate = TRUE ;
74*cdf0e10cSrcweir	 //    Border = TRUE ;
75*cdf0e10cSrcweir	 //    Dockable = TRUE ;
76*cdf0e10cSrcweir	FixedText FT_ROW
77*cdf0e10cSrcweir	{
78*cdf0e10cSrcweir		 //			Pos = MAP_APPFONT( 2, 20 );
79*cdf0e10cSrcweir		Pos = MAP_APPFONT ( 2 , 19 ) ;
80*cdf0e10cSrcweir		 // an kleinere Toolbox-Bitmaps angepasst
81*cdf0e10cSrcweir		Size = MAP_APPFONT ( 19 , 10 ) ;
82*cdf0e10cSrcweir		Text [ en-US ] = "Row" ;
83*cdf0e10cSrcweir	};
84*cdf0e10cSrcweir	NumericField ED_ROW
85*cdf0e10cSrcweir	{
86*cdf0e10cSrcweir		HelpId = HID_SC_NAVIPI_ROW ;
87*cdf0e10cSrcweir		Border = TRUE ;
88*cdf0e10cSrcweir		 //			Pos = MAP_APPFONT( 31, 19 );
89*cdf0e10cSrcweir		Pos = MAP_APPFONT ( 31 , 18 ) ;
90*cdf0e10cSrcweir		 // an kleinere Toolbox-Bitmaps angepasst
91*cdf0e10cSrcweir		Size = MAP_APPFONT ( 30 , 12 ) ;
92*cdf0e10cSrcweir		Right = TRUE ;
93*cdf0e10cSrcweir		Repeat = TRUE ;
94*cdf0e10cSrcweir		Spin = TRUE ;
95*cdf0e10cSrcweir		SpinSize = 1 ;
96*cdf0e10cSrcweir		Minimum = 1 ;
97*cdf0e10cSrcweir		First = 1 ;
98*cdf0e10cSrcweir		QuickHelpText [ en-US ] = "Row" ;
99*cdf0e10cSrcweir	};
100*cdf0e10cSrcweir	FixedText FT_COL
101*cdf0e10cSrcweir	{
102*cdf0e10cSrcweir		Pos = MAP_APPFONT ( 2 , 5 ) ;
103*cdf0e10cSrcweir		Size = MAP_APPFONT ( 23 , 10 ) ;
104*cdf0e10cSrcweir		Text [ en-US ] = "Column" ;
105*cdf0e10cSrcweir	};
106*cdf0e10cSrcweir	SpinField ED_COL
107*cdf0e10cSrcweir	{
108*cdf0e10cSrcweir		HelpId = HID_SC_NAVIPI_COL ;
109*cdf0e10cSrcweir		Border = TRUE ;
110*cdf0e10cSrcweir		Pos = MAP_APPFONT ( 31 , 4 ) ;
111*cdf0e10cSrcweir		Size = MAP_APPFONT ( 30 , 12 ) ;
112*cdf0e10cSrcweir		Right = TRUE ;
113*cdf0e10cSrcweir		Repeat = TRUE ;
114*cdf0e10cSrcweir		Spin = TRUE ;
115*cdf0e10cSrcweir		QuickHelpText [ en-US ] = "Column" ;
116*cdf0e10cSrcweir	};
117*cdf0e10cSrcweir	Control LB_ENTRIES
118*cdf0e10cSrcweir	{
119*cdf0e10cSrcweir		 // "Control" braucht immer eigene HelpId
120*cdf0e10cSrcweir		HelpId = HID_SC_NAVIPI_ENTRIES ;
121*cdf0e10cSrcweir		Border = TRUE ;
122*cdf0e10cSrcweir		 //			Pos = MAP_APPFONT( 2, 52 );
123*cdf0e10cSrcweir		Pos = MAP_APPFONT ( 2 , 35 ) ;
124*cdf0e10cSrcweir		Size = MAP_APPFONT ( 110 , 100 ) ;
125*cdf0e10cSrcweir		TabStop = TRUE ;
126*cdf0e10cSrcweir	};
127*cdf0e10cSrcweir	ListBox LB_DOCUMENTS
128*cdf0e10cSrcweir	{
129*cdf0e10cSrcweir		HelpId = HID_SC_NAVIPI_DOC ;
130*cdf0e10cSrcweir		Border = TRUE ;
131*cdf0e10cSrcweir		 //			Pos = MAP_APPFONT( 2, 35 );
132*cdf0e10cSrcweir		Pos = MAP_APPFONT ( 2 , 89 ) ;
133*cdf0e10cSrcweir		Size = MAP_APPFONT ( 82 , 50 ) ;
134*cdf0e10cSrcweir		TabStop = TRUE ;
135*cdf0e10cSrcweir		DropDown = TRUE ;
136*cdf0e10cSrcweir		QuickHelpText [ en-US ] = "Document" ;
137*cdf0e10cSrcweir	};
138*cdf0e10cSrcweir    ImageList IL_CMD
139*cdf0e10cSrcweir	{
140*cdf0e10cSrcweir        Prefix = "na";
141*cdf0e10cSrcweir		MaskColor = STD_MASKCOLOR ;
142*cdf0e10cSrcweir        SC_NAVI_CMD_IDLIST
143*cdf0e10cSrcweir    };
144*cdf0e10cSrcweir    ImageList ILH_CMD
145*cdf0e10cSrcweir	{
146*cdf0e10cSrcweir        Prefix = "nah";
147*cdf0e10cSrcweir		MaskColor = SC_HC_MASKCOLOR ;
148*cdf0e10cSrcweir        SC_NAVI_CMD_IDLIST
149*cdf0e10cSrcweir    };
150*cdf0e10cSrcweir	ToolBox TBX_CMD
151*cdf0e10cSrcweir	{
152*cdf0e10cSrcweir		Pos = MAP_APPFONT ( 66 , 3 ) ;
153*cdf0e10cSrcweir		HelpId = HID_SC_NAVIPI_TOOLBOX ;
154*cdf0e10cSrcweir		SVLook = TRUE ;
155*cdf0e10cSrcweir		Border = FALSE ;
156*cdf0e10cSrcweir		LineCount = 2 ;
157*cdf0e10cSrcweir		ItemList =
158*cdf0e10cSrcweir		{
159*cdf0e10cSrcweir			ToolBoxItem
160*cdf0e10cSrcweir			{
161*cdf0e10cSrcweir				Identifier = IID_DATA ;
162*cdf0e10cSrcweir				HelpId = HID_SC_NAVIPI_DATA ;
163*cdf0e10cSrcweir				Text [ en-US ] = "Data Range" ;
164*cdf0e10cSrcweir			};
165*cdf0e10cSrcweir			ToolBoxItem
166*cdf0e10cSrcweir			{
167*cdf0e10cSrcweir				Identifier = IID_UP ;
168*cdf0e10cSrcweir				HelpId = HID_SC_NAVIPI_UP ;
169*cdf0e10cSrcweir				Text [ en-US ] = "Start" ;
170*cdf0e10cSrcweir			};
171*cdf0e10cSrcweir			ToolBoxItem
172*cdf0e10cSrcweir			{
173*cdf0e10cSrcweir				Identifier = IID_DOWN ;
174*cdf0e10cSrcweir				HelpId = HID_SC_NAVIPI_DOWN ;
175*cdf0e10cSrcweir				Text [ en-US ] = "End" ;
176*cdf0e10cSrcweir			};
177*cdf0e10cSrcweir			 //--------------------------------------------
178*cdf0e10cSrcweir			 //			ToolBoxItem { Type = TOOLBOXITEM_SEPARATOR; };
179*cdf0e10cSrcweir			 //--------------------------------------------
180*cdf0e10cSrcweir			 //----------------------------------------
181*cdf0e10cSrcweir			ToolBoxItem { Type = TOOLBOXITEM_BREAK ; };
182*cdf0e10cSrcweir			 //----------------------------------------
183*cdf0e10cSrcweir			ToolBoxItem
184*cdf0e10cSrcweir			{
185*cdf0e10cSrcweir				Identifier = IID_ZOOMOUT ;
186*cdf0e10cSrcweir				HelpId = HID_SC_NAVIPI_ZOOM ;
187*cdf0e10cSrcweir				Text [ en-US ] = "Contents" ;
188*cdf0e10cSrcweir			};
189*cdf0e10cSrcweir			ToolBoxItem
190*cdf0e10cSrcweir			{
191*cdf0e10cSrcweir				Identifier = IID_CHANGEROOT ;
192*cdf0e10cSrcweir				HelpId = HID_SC_NAVIPI_ROOT ;
193*cdf0e10cSrcweir				Text [ en-US ] = "Toggle" ;
194*cdf0e10cSrcweir			};
195*cdf0e10cSrcweir			ToolBoxItem
196*cdf0e10cSrcweir			{
197*cdf0e10cSrcweir				Identifier = IID_SCENARIOS ;
198*cdf0e10cSrcweir				HelpId = HID_SC_NAVIPI_SCEN ;
199*cdf0e10cSrcweir				Text [ en-US ] = "Scenarios" ;
200*cdf0e10cSrcweir			};
201*cdf0e10cSrcweir			ToolBoxItem
202*cdf0e10cSrcweir			{
203*cdf0e10cSrcweir				Identifier = IID_DROPMODE ;
204*cdf0e10cSrcweir				HelpId = HID_SC_NAVIPI_DROP ;
205*cdf0e10cSrcweir				DropDown = TRUE ;
206*cdf0e10cSrcweir				Text [ en-US ] = "Drag Mode" ;
207*cdf0e10cSrcweir			};
208*cdf0e10cSrcweir		};
209*cdf0e10cSrcweir	};
210*cdf0e10cSrcweir	String STR_DRAGMODE
211*cdf0e10cSrcweir	{
212*cdf0e10cSrcweir		Text [ en-US ] = "Drag Mode" ;
213*cdf0e10cSrcweir	};
214*cdf0e10cSrcweir	String STR_DISPLAY
215*cdf0e10cSrcweir	{
216*cdf0e10cSrcweir		Text [ en-US ] = "Display" ;
217*cdf0e10cSrcweir	};
218*cdf0e10cSrcweir	String STR_ACTIVE
219*cdf0e10cSrcweir	{
220*cdf0e10cSrcweir		Text [ en-US ] = "active" ;
221*cdf0e10cSrcweir	};
222*cdf0e10cSrcweir	String STR_NOTACTIVE
223*cdf0e10cSrcweir	{
224*cdf0e10cSrcweir		Text [ en-US ] = "inactive" ;
225*cdf0e10cSrcweir	};
226*cdf0e10cSrcweir	String STR_HIDDEN
227*cdf0e10cSrcweir	{
228*cdf0e10cSrcweir		Text [ en-US ] = "hidden" ;
229*cdf0e10cSrcweir	};
230*cdf0e10cSrcweir	String STR_ACTIVEWIN
231*cdf0e10cSrcweir	{
232*cdf0e10cSrcweir		Text [ en-US ] = "Active Window" ;
233*cdf0e10cSrcweir	};
234*cdf0e10cSrcweir
235*cdf0e10cSrcweir	String STR_QHLP_SCEN_LISTBOX
236*cdf0e10cSrcweir	{
237*cdf0e10cSrcweir		Text [ en-US ] = "Scenario Name";
238*cdf0e10cSrcweir	};
239*cdf0e10cSrcweir
240*cdf0e10cSrcweir	String STR_QHLP_SCEN_COMMENT
241*cdf0e10cSrcweir	{
242*cdf0e10cSrcweir		Text [ en-US ] = "Comment";
243*cdf0e10cSrcweir	};
244*cdf0e10cSrcweir
245*cdf0e10cSrcweir};
246*cdf0e10cSrcweir
247*cdf0e10cSrcweir
248*cdf0e10cSrcweirImageList RID_IMAGELIST_NAVCONT
249*cdf0e10cSrcweir{
250*cdf0e10cSrcweir    Prefix = "nc";
251*cdf0e10cSrcweir	MaskColor = STD_MASKCOLOR ;
252*cdf0e10cSrcweir    SC_NAVI_CONT_IDLIST
253*cdf0e10cSrcweir};
254*cdf0e10cSrcweirImageList RID_IMAGELIST_H_NAVCONT
255*cdf0e10cSrcweir{
256*cdf0e10cSrcweir    Prefix = "nch";
257*cdf0e10cSrcweir	MaskColor = SC_HC_MASKCOLOR ;
258*cdf0e10cSrcweir    SC_NAVI_CONT_IDLIST
259*cdf0e10cSrcweir};
260*cdf0e10cSrcweir
261*cdf0e10cSrcweirImage RID_IMG_DROP_URL
262*cdf0e10cSrcweir{
263*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "dropurl.bmp" ; };
264*cdf0e10cSrcweir	MaskColor = STD_MASKCOLOR ;
265*cdf0e10cSrcweir};
266*cdf0e10cSrcweirImage RID_IMG_DROP_LINK
267*cdf0e10cSrcweir{
268*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "droplink.bmp" ; };
269*cdf0e10cSrcweir	MaskColor = STD_MASKCOLOR ;
270*cdf0e10cSrcweir};
271*cdf0e10cSrcweirImage RID_IMG_DROP_COPY
272*cdf0e10cSrcweir{
273*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "dropcopy.bmp" ; };
274*cdf0e10cSrcweir	MaskColor = STD_MASKCOLOR ;
275*cdf0e10cSrcweir};
276*cdf0e10cSrcweirImage RID_IMG_H_DROP_URL
277*cdf0e10cSrcweir{
278*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "dropurl_h.bmp" ; };
279*cdf0e10cSrcweir	MaskColor = SC_HC_MASKCOLOR ;
280*cdf0e10cSrcweir};
281*cdf0e10cSrcweirImage RID_IMG_H_DROP_LINK
282*cdf0e10cSrcweir{
283*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "droplink_h.bmp" ; };
284*cdf0e10cSrcweir	MaskColor = SC_HC_MASKCOLOR ;
285*cdf0e10cSrcweir};
286*cdf0e10cSrcweirImage RID_IMG_H_DROP_COPY
287*cdf0e10cSrcweir{
288*cdf0e10cSrcweir	ImageBitmap = Bitmap { File = "dropcopy_h.bmp" ; };
289*cdf0e10cSrcweir	MaskColor = SC_HC_MASKCOLOR ;
290*cdf0e10cSrcweir};
291*cdf0e10cSrcweir
292*cdf0e10cSrcweir//	content description strings are also used in ScLinkTargetsObj
293*cdf0e10cSrcweir
294*cdf0e10cSrcweirString SCSTR_CONTENT_ROOT
295*cdf0e10cSrcweir{
296*cdf0e10cSrcweir	Text [ en-US ] = "Contents" ;
297*cdf0e10cSrcweir};
298*cdf0e10cSrcweirString SCSTR_CONTENT_TABLE
299*cdf0e10cSrcweir{
300*cdf0e10cSrcweir	Text [ en-US ] = "Sheets" ;
301*cdf0e10cSrcweir};
302*cdf0e10cSrcweirString SCSTR_CONTENT_RANGENAME
303*cdf0e10cSrcweir{
304*cdf0e10cSrcweir	Text [ en-US ] = "Range names" ;
305*cdf0e10cSrcweir};
306*cdf0e10cSrcweirString SCSTR_CONTENT_DBAREA
307*cdf0e10cSrcweir{
308*cdf0e10cSrcweir	Text [ en-US ] = "Database Ranges" ;
309*cdf0e10cSrcweir};
310*cdf0e10cSrcweirString SCSTR_CONTENT_GRAPHIC
311*cdf0e10cSrcweir{
312*cdf0e10cSrcweir	Text [ en-US ] = "Graphics" ;
313*cdf0e10cSrcweir};
314*cdf0e10cSrcweirString SCSTR_CONTENT_OLEOBJECT
315*cdf0e10cSrcweir{
316*cdf0e10cSrcweir	Text [ en-US ] = "OLE objects" ;
317*cdf0e10cSrcweir};
318*cdf0e10cSrcweirString SCSTR_CONTENT_NOTE
319*cdf0e10cSrcweir{
320*cdf0e10cSrcweir	Text [ en-US ] = "Comments" ;
321*cdf0e10cSrcweir};
322*cdf0e10cSrcweirString SCSTR_CONTENT_AREALINK
323*cdf0e10cSrcweir{
324*cdf0e10cSrcweir	Text [ en-US ] = "Linked areas" ;
325*cdf0e10cSrcweir};
326*cdf0e10cSrcweirString SCSTR_CONTENT_DRAWING
327*cdf0e10cSrcweir{
328*cdf0e10cSrcweir	Text [ en-US ] = "Drawing objects";
329*cdf0e10cSrcweir};
330*cdf0e10cSrcweir // PopupMenu -------------------------------------------------------------
331*cdf0e10cSrcweirMenu RID_POPUP_DROPMODE
332*cdf0e10cSrcweir{
333*cdf0e10cSrcweir	ItemList =
334*cdf0e10cSrcweir	{
335*cdf0e10cSrcweir		MenuItem
336*cdf0e10cSrcweir		{
337*cdf0e10cSrcweir			Identifier = RID_DROPMODE_URL ;
338*cdf0e10cSrcweir			HelpId = HID_SC_DROPMODE_URL ;
339*cdf0e10cSrcweir			Text [ en-US ] = "Insert as Hyperlink" ;
340*cdf0e10cSrcweir		};
341*cdf0e10cSrcweir		MenuItem
342*cdf0e10cSrcweir		{
343*cdf0e10cSrcweir			Identifier = RID_DROPMODE_LINK ;
344*cdf0e10cSrcweir			HelpId = HID_SC_DROPMODE_LINK ;
345*cdf0e10cSrcweir			Text [ en-US ] = "Insert as Link" ;
346*cdf0e10cSrcweir		};
347*cdf0e10cSrcweir		MenuItem
348*cdf0e10cSrcweir		{
349*cdf0e10cSrcweir			Identifier = RID_DROPMODE_COPY ;
350*cdf0e10cSrcweir			HelpId = HID_SC_DROPMODE_COPY ;
351*cdf0e10cSrcweir			Text [ en-US ] = "Insert as Copy" ;
352*cdf0e10cSrcweir		};
353*cdf0e10cSrcweir	};
354*cdf0e10cSrcweir};
355*cdf0e10cSrcweirMenu RID_POPUP_NAVIPI_SCENARIO
356*cdf0e10cSrcweir{
357*cdf0e10cSrcweir	ItemList =
358*cdf0e10cSrcweir	{
359*cdf0e10cSrcweir		MenuItem
360*cdf0e10cSrcweir		{
361*cdf0e10cSrcweir			Identifier = RID_NAVIPI_SCENARIO_DELETE ;
362*cdf0e10cSrcweir			HelpId = HID_SC_SCENARIO_DELETE ;
363*cdf0e10cSrcweir			Text [ en-US ] = "Delete" ;
364*cdf0e10cSrcweir		};
365*cdf0e10cSrcweir		MenuItem
366*cdf0e10cSrcweir		{
367*cdf0e10cSrcweir			Identifier = RID_NAVIPI_SCENARIO_EDIT ;
368*cdf0e10cSrcweir			HelpId = HID_SC_SCENARIO_EDIT ;
369*cdf0e10cSrcweir			Text [ en-US ] = "Properties..." ;
370*cdf0e10cSrcweir		};
371*cdf0e10cSrcweir	};
372*cdf0e10cSrcweir};
373*cdf0e10cSrcweir
374*cdf0e10cSrcweir
375*cdf0e10cSrcweir
376*cdf0e10cSrcweir
377*cdf0e10cSrcweir
378*cdf0e10cSrcweir
379*cdf0e10cSrcweir
380*cdf0e10cSrcweir
381*cdf0e10cSrcweir
382*cdf0e10cSrcweir
383*cdf0e10cSrcweir
384*cdf0e10cSrcweir
385*cdf0e10cSrcweir
386*cdf0e10cSrcweir
387*cdf0e10cSrcweir
388*cdf0e10cSrcweir
389*cdf0e10cSrcweir
390*cdf0e10cSrcweir
391*cdf0e10cSrcweir
392*cdf0e10cSrcweir
393*cdf0e10cSrcweir
394*cdf0e10cSrcweir
395*cdf0e10cSrcweir
396*cdf0e10cSrcweir
397*cdf0e10cSrcweir
398*cdf0e10cSrcweir
399*cdf0e10cSrcweir
400*cdf0e10cSrcweir
401*cdf0e10cSrcweir
402*cdf0e10cSrcweir
403*cdf0e10cSrcweir
404*cdf0e10cSrcweir
405*cdf0e10cSrcweir
406*cdf0e10cSrcweir
407*cdf0e10cSrcweir
408*cdf0e10cSrcweir
409*cdf0e10cSrcweir
410*cdf0e10cSrcweir
411*cdf0e10cSrcweir
412*cdf0e10cSrcweir
413*cdf0e10cSrcweir
414*cdf0e10cSrcweir
415