blob: 8ee537e7e6039280530726fd7e24ac55ced597b5 [file] [log] [blame]
Alexander Afanasyev88f0b3a2013-09-24 23:52:08 -07001<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="4510" systemVersion="12F37" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
3 <dependencies>
Alexander Afanasyev88f0b3a2013-09-24 23:52:08 -07004 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="4510"/>
5 </dependencies>
6 <objects>
7 <customObject id="-2" userLabel="File's Owner" customClass="NSApplication">
8 <connections>
9 <outlet property="delegate" destination="494" id="495"/>
10 </connections>
11 </customObject>
12 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
13 <customObject id="-3" userLabel="Application"/>
14 <customObject id="494" customClass="MenuDelegate">
15 <connections>
Ilya Moiseenko350b9b52013-09-25 16:38:41 -070016 <outlet property="connectionStatus" destination="yhj-L6-nZL" id="v5Y-5B-2aW"/>
Ilya Moiseenko01264322013-09-26 15:34:21 -070017 <outlet property="connectionStatusText" destination="EUJ-R2-Os4" id="2pC-dc-tng"/>
18 <outlet property="connectionStatusView" destination="24d-37-bzd" id="AYC-I7-1KX"/>
Ilya Moiseenko350b9b52013-09-25 16:38:41 -070019 <outlet property="daemonStatus" destination="Tap-5m-ZRP" id="yrK-Nr-zKm"/>
Ilya Moiseenko6d4086c2013-09-27 16:56:02 -070020 <outlet property="daemonStatusText" destination="XxQ-Xi-z1I" id="tTA-y8-Uze"/>
Ilya Moiseenko01264322013-09-26 15:34:21 -070021 <outlet property="daemonStatusView" destination="NBE-Gf-zLc" id="91G-ey-DeA"/>
Ilya Moiseenko90f40c92013-09-27 15:52:01 -070022 <outlet property="forwardingSettingsView" destination="lQz-E7-PRx" id="8MT-1G-PZi"/>
23 <outlet property="generalSettingsView" destination="A7D-GN-X5W" id="Apc-XD-aOH"/>
Ilya Moiseenko2dffcf52013-09-27 15:08:04 -070024 <outlet property="ndnPreferences" destination="c5x-Oa-5tb" id="5qP-ZT-G5y"/>
25 <outlet property="preferencesPanel" destination="coQ-VU-5RU" id="Jb0-qB-W2K"/>
Ilya Moiseenko350b9b52013-09-25 16:38:41 -070026 <outlet property="routingStatus" destination="Vc8-fu-RAY" id="GVC-zB-uSO"/>
Ilya Moiseenko90f40c92013-09-27 15:52:01 -070027 <outlet property="securitySettingsView" destination="o3g-Q4-BEo" id="a3X-aK-fOB"/>
Alexander Afanasyev88f0b3a2013-09-24 23:52:08 -070028 <outlet property="statusMenu" destination="ovl-jc-kIR" id="dlz-Qz-Ia0"/>
Ilya Moiseenko350b9b52013-09-25 16:38:41 -070029 <outlet property="statusPopover" destination="eAA-vc-IW1" id="bD5-Rp-Syx"/>
30 <outlet property="trafficMap" destination="6tC-sG-tLM" id="rxz-Jt-3au"/>
Alexander Afanasyev88f0b3a2013-09-24 23:52:08 -070031 </connections>
32 </customObject>
Alexander Afanasyev88f0b3a2013-09-24 23:52:08 -070033 <menu id="ovl-jc-kIR">
34 <items>
Ilya Moiseenkoa10ef8d2013-09-25 17:23:05 -070035 <menuItem title="NDN disconnected" id="yhj-L6-nZL">
Alexander Afanasyev88f0b3a2013-09-24 23:52:08 -070036 <modifierMask key="keyEquivalentModifierMask"/>
37 </menuItem>
Ilya Moiseenkoa10ef8d2013-09-25 17:23:05 -070038 <menuItem title="Start" id="TvT-OR-oT4">
Alexander Afanasyev88f0b3a2013-09-24 23:52:08 -070039 <modifierMask key="keyEquivalentModifierMask"/>
Ilya Moiseenkoa10ef8d2013-09-25 17:23:05 -070040 <connections>
41 <action selector="switchDaemon:" target="494" id="kgm-Z4-mQz"/>
42 </connections>
Alexander Afanasyev88f0b3a2013-09-24 23:52:08 -070043 </menuItem>
Ilya Moiseenko350b9b52013-09-25 16:38:41 -070044 <menuItem title="Status" id="Tap-5m-ZRP">
45 <modifierMask key="keyEquivalentModifierMask"/>
46 <connections>
47 <action selector="openDaemonStatus:" target="494" id="EWq-Mc-qkx"/>
48 </connections>
49 </menuItem>
50 <menuItem id="E2p-41-2EY">
Alexander Afanasyev88f0b3a2013-09-24 23:52:08 -070051 <modifierMask key="keyEquivalentModifierMask"/>
52 </menuItem>
Ilya Moiseenko350b9b52013-09-25 16:38:41 -070053 <menuItem title="Routing Status" id="Vc8-fu-RAY">
Alexander Afanasyev88f0b3a2013-09-24 23:52:08 -070054 <modifierMask key="keyEquivalentModifierMask"/>
Ilya Moiseenko350b9b52013-09-25 16:38:41 -070055 <connections>
56 <action selector="openRoutingStatusPage:" target="494" id="Xzn-D8-pMm"/>
57 </connections>
58 </menuItem>
59 <menuItem title="Traffic Map" id="6tC-sG-tLM">
60 <attributedString key="attributedTitle"/>
61 <modifierMask key="keyEquivalentModifierMask"/>
62 <connections>
63 <action selector="openTrafficMapPage:" target="494" id="eae-R6-kYb"/>
64 </connections>
Alexander Afanasyev88f0b3a2013-09-24 23:52:08 -070065 </menuItem>
Ilya Moiseenkoa10ef8d2013-09-25 17:23:05 -070066 <menuItem title="Preferences" id="c5x-Oa-5tb">
67 <modifierMask key="keyEquivalentModifierMask"/>
Ilya Moiseenko2dffcf52013-09-27 15:08:04 -070068 <connections>
69 <action selector="openNDNDPreferences:" target="494" id="VWY-2X-g0b"/>
70 </connections>
Ilya Moiseenkoa10ef8d2013-09-25 17:23:05 -070071 </menuItem>
Alexander Afanasyev88f0b3a2013-09-24 23:52:08 -070072 </items>
Ilya Moiseenko01264322013-09-26 15:34:21 -070073 <connections>
74 <outlet property="delegate" destination="494" id="AgM-WF-ty0"/>
75 </connections>
Alexander Afanasyev88f0b3a2013-09-24 23:52:08 -070076 </menu>
Ilya Moiseenko350b9b52013-09-25 16:38:41 -070077 <viewController id="QoL-hX-ilM" userLabel="Popover View Controller">
78 <connections>
79 <outlet property="view" destination="pEE-BK-JGJ" id="aNk-Zu-Rlw"/>
80 </connections>
81 </viewController>
82 <popover id="eAA-vc-IW1">
83 <connections>
84 <outlet property="contentViewController" destination="QoL-hX-ilM" id="GKo-LB-19Q"/>
85 </connections>
86 </popover>
87 <customView id="pEE-BK-JGJ">
Ilya Moiseenko6d4086c2013-09-27 16:56:02 -070088 <rect key="frame" x="0.0" y="0.0" width="330" height="258"/>
Ilya Moiseenko350b9b52013-09-25 16:38:41 -070089 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
90 <subviews>
91 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="90x-3T-Z7e">
Ilya Moiseenko6d4086c2013-09-27 16:56:02 -070092 <rect key="frame" x="82" y="234" width="166" height="17"/>
Ilya Moiseenko350b9b52013-09-25 16:38:41 -070093 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
94 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="NDN Daemon Status" id="Di0-ug-aeg">
95 <font key="font" metaFont="system"/>
96 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
97 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
98 </textFieldCell>
99 </textField>
Ilya Moiseenko6d4086c2013-09-27 16:56:02 -0700100 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" setsMaxLayoutWidthAtFirstLayout="YES" translatesAutoresizingMaskIntoConstraints="NO" id="XxQ-Xi-z1I">
101 <rect key="frame" x="7" y="7" width="315" height="219"/>
102 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
103 <textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Multiline Label" id="R13-Gb-7b6">
104 <font key="font" metaFont="system"/>
105 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
106 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
107 </textFieldCell>
108 </textField>
Ilya Moiseenko350b9b52013-09-25 16:38:41 -0700109 </subviews>
110 </customView>
Ilya Moiseenko01264322013-09-26 15:34:21 -0700111 <customView id="NBE-Gf-zLc">
112 <rect key="frame" x="0.0" y="0.0" width="150" height="20"/>
113 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
114 <subviews>
115 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="T4F-W2-p5Y">
116 <rect key="frame" x="19" y="2" width="46" height="18"/>
117 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
118 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Status" id="3iV-EO-iJG">
119 <font key="font" size="14" name="LucidaGrande"/>
120 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
121 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
122 </textFieldCell>
123 </textField>
124 </subviews>
125 </customView>
126 <customView id="24d-37-bzd">
127 <rect key="frame" x="0.0" y="0.0" width="155" height="20"/>
128 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
129 <subviews>
130 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="EUJ-R2-Os4">
131 <rect key="frame" x="0.0" y="0.0" width="155" height="20"/>
132 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
133 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="center" title="Disconnected" drawsBackground="YES" id="4JT-Ml-4Z3">
134 <font key="font" size="14" name="LucidaGrande"/>
135 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
136 <color key="backgroundColor" red="0.28345577993626336" green="0.28865913722826086" blue="0.27492015640756962" alpha="1" colorSpace="calibratedRGB"/>
137 </textFieldCell>
138 </textField>
139 </subviews>
140 </customView>
Ilya Moiseenko2dffcf52013-09-27 15:08:04 -0700141 <window title="NDN Preferences" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" releasedWhenClosed="NO" showsToolbarButton="NO" visibleAtLaunch="NO" animationBehavior="default" id="coQ-VU-5RU">
142 <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
143 <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
144 <rect key="contentRect" x="163" y="199" width="480" height="270"/>
145 <rect key="screenRect" x="0.0" y="0.0" width="1680" height="1028"/>
146 <view key="contentView" id="aW4-0e-sj2">
147 <rect key="frame" x="0.0" y="0.0" width="480" height="270"/>
148 <autoresizingMask key="autoresizingMask"/>
149 </view>
150 <toolbar key="toolbar" implicitIdentifier="0943E656-2E2A-4D7E-9B26-FBD529BA0E9F" autosavesConfiguration="NO" displayMode="iconAndLabel" sizeMode="regular" id="UQm-vD-cSv">
151 <allowedToolbarItems>
152 <toolbarItem implicitItemIdentifier="NSToolbarShowColorsItem" id="Ce4-Os-mjG"/>
153 <toolbarItem implicitItemIdentifier="NSToolbarShowFontsItem" id="3ic-rw-laG"/>
154 <toolbarItem implicitItemIdentifier="NSToolbarPrintItem" id="5Vl-D8-4Ln"/>
155 <toolbarItem implicitItemIdentifier="NSToolbarSpaceItem" id="5XW-vG-TKY"/>
156 <toolbarItem implicitItemIdentifier="NSToolbarFlexibleSpaceItem" id="NVu-QV-Pc4"/>
Ilya Moiseenko90f40c92013-09-27 15:52:01 -0700157 <toolbarItem implicitItemIdentifier="3648465F-1236-436C-88D7-002134AB1299" label="General" paletteLabel="General" tag="-1" image="NSPreferencesGeneral" id="Ppn-Fc-Ncg">
158 <connections>
159 <action selector="openGeneralSettings:" target="494" id="iib-ep-d7d"/>
160 </connections>
161 </toolbarItem>
162 <toolbarItem implicitItemIdentifier="0FA8D11D-6C2C-43BD-94B8-3A7A8F16C193" label="Forwarding" paletteLabel="Forwarding" tag="-1" image="NSNetwork" id="wWT-fR-d9Z">
163 <connections>
164 <action selector="openForwardingSettings:" target="494" id="0Sb-lQ-Fsd"/>
165 </connections>
166 </toolbarItem>
167 <toolbarItem implicitItemIdentifier="40F41351-5D87-4CD1-81BF-EB61A224433D" label="Security" paletteLabel="Security" tag="-1" image="NSAdvanced" id="JtM-k1-dOw">
168 <connections>
169 <action selector="openSecuritySettings:" target="494" id="MLk-ah-hpM"/>
170 </connections>
171 </toolbarItem>
Ilya Moiseenko2dffcf52013-09-27 15:08:04 -0700172 </allowedToolbarItems>
173 <defaultToolbarItems>
174 <toolbarItem reference="Ppn-Fc-Ncg"/>
175 <toolbarItem reference="wWT-fR-d9Z"/>
176 <toolbarItem reference="JtM-k1-dOw"/>
177 </defaultToolbarItems>
178 </toolbar>
179 <connections>
180 <outlet property="delegate" destination="494" id="YXz-pN-o9y"/>
181 </connections>
182 </window>
Ilya Moiseenko90f40c92013-09-27 15:52:01 -0700183 <customView id="A7D-GN-X5W">
184 <rect key="frame" x="0.0" y="0.0" width="480" height="142"/>
185 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
186 <subviews>
187 <button fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="rXp-X3-HMm">
188 <rect key="frame" x="18" y="94" width="328" height="18"/>
189 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
190 <buttonCell key="cell" type="check" title="Automatically check for software updates" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="oOs-AF-Jm4">
191 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
192 <font key="font" size="14" name="LucidaGrande"/>
193 </buttonCell>
194 <connections>
195 <action selector="switchSoftwareUpdates:" target="494" id="wmO-D9-xT5"/>
196 </connections>
197 </button>
198 <button fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="pK9-GZ-bQL">
199 <rect key="frame" x="18" y="62" width="307" height="18"/>
200 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
201 <buttonCell key="cell" type="check" title="Automatically discover nearest NDN-hub" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="kiY-Dk-Uox">
202 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
203 <font key="font" size="14" name="LucidaGrande"/>
204 </buttonCell>
205 <connections>
206 <action selector="switchHubDiscovery:" target="494" id="I9B-EQ-nOm"/>
207 </connections>
208 </button>
209 </subviews>
210 </customView>
211 <customView id="lQz-E7-PRx">
212 <rect key="frame" x="0.0" y="0.0" width="480" height="223"/>
213 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
214 <subviews>
215 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" ambiguous="YES" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="8C0-3r-hw7">
216 <rect key="frame" x="176" y="186" width="129" height="17"/>
217 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
218 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Forwarding Table" id="zB2-9L-OLy">
219 <font key="font" size="14" name="LucidaGrande"/>
220 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
221 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
222 </textFieldCell>
223 </textField>
224 <scrollView fixedFrame="YES" autohidesScrollers="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="pwe-zt-TSj">
225 <rect key="frame" x="34" y="44" width="421" height="135"/>
226 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
227 <clipView key="contentView" ambiguous="YES" misplaced="YES" id="sSD-vM-Ynn">
228 <rect key="frame" x="1" y="17" width="419" height="117"/>
229 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
230 <subviews>
231 <tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" columnSelection="YES" multipleSelection="NO" autosaveColumns="NO" headerView="LTh-Cz-kn3" id="cwE-tM-0QM">
232 <rect key="frame" x="0.0" y="0.0" width="419" height="117"/>
233 <autoresizingMask key="autoresizingMask"/>
234 <size key="intercellSpacing" width="3" height="2"/>
235 <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
236 <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
237 <tableColumns>
238 <tableColumn width="209.12890625" minWidth="40" maxWidth="1000" id="uNg-7f-0Fn">
239 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left">
240 <font key="font" metaFont="smallSystem"/>
241 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
242 <color key="backgroundColor" white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/>
243 </tableHeaderCell>
244 <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="bj9-3e-JNy">
245 <font key="font" metaFont="system"/>
246 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
247 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
248 </textFieldCell>
249 <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
250 </tableColumn>
251 <tableColumn width="204" minWidth="40" maxWidth="1000" id="Lyf-oJ-Usx">
252 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left">
253 <font key="font" metaFont="smallSystem"/>
254 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
255 <color key="backgroundColor" white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/>
256 </tableHeaderCell>
257 <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="Apc-MV-xLA">
258 <font key="font" metaFont="system"/>
259 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
260 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
261 </textFieldCell>
262 <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
263 </tableColumn>
264 </tableColumns>
265 </tableView>
266 </subviews>
267 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
268 </clipView>
269 <scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" id="l9T-JI-kUJ">
270 <rect key="frame" x="1" y="118" width="419" height="16"/>
271 <autoresizingMask key="autoresizingMask"/>
272 </scroller>
273 <scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" doubleValue="37" id="Ohc-CY-k3U">
274 <rect key="frame" x="-15" y="17" width="16" height="0.0"/>
275 <autoresizingMask key="autoresizingMask"/>
276 </scroller>
277 <tableHeaderView key="headerView" id="LTh-Cz-kn3">
278 <rect key="frame" x="0.0" y="0.0" width="419" height="17"/>
279 <autoresizingMask key="autoresizingMask"/>
280 </tableHeaderView>
281 </scrollView>
282 </subviews>
283 <constraints>
284 <constraint firstAttribute="centerX" secondItem="8C0-3r-hw7" secondAttribute="centerX" id="B5J-y5-Jw0"/>
285 </constraints>
286 </customView>
287 <customView id="o3g-Q4-BEo">
288 <rect key="frame" x="0.0" y="0.0" width="480" height="142"/>
289 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
290 </customView>
Alexander Afanasyev88f0b3a2013-09-24 23:52:08 -0700291 </objects>
Ilya Moiseenko2dffcf52013-09-27 15:08:04 -0700292 <resources>
293 <image name="NSAdvanced" width="32" height="32"/>
294 <image name="NSNetwork" width="32" height="32"/>
295 <image name="NSPreferencesGeneral" width="32" height="32"/>
296 </resources>
Ilya Moiseenko350b9b52013-09-25 16:38:41 -0700297</document>