blob: e19bfbab5a2a5d40e6754949a3ad87afc28a5240 [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"/>
Ilya Moiseenko1dc76da2013-09-30 11:53:36 -070025 <outlet property="preferencesDelegate" destination="0yn-TQ-4SC" id="OUx-zN-9bt"/>
Ilya Moiseenko2dffcf52013-09-27 15:08:04 -070026 <outlet property="preferencesPanel" destination="coQ-VU-5RU" id="Jb0-qB-W2K"/>
Ilya Moiseenko350b9b52013-09-25 16:38:41 -070027 <outlet property="routingStatus" destination="Vc8-fu-RAY" id="GVC-zB-uSO"/>
Ilya Moiseenko90f40c92013-09-27 15:52:01 -070028 <outlet property="securitySettingsView" destination="o3g-Q4-BEo" id="a3X-aK-fOB"/>
Alexander Afanasyev88f0b3a2013-09-24 23:52:08 -070029 <outlet property="statusMenu" destination="ovl-jc-kIR" id="dlz-Qz-Ia0"/>
Ilya Moiseenko350b9b52013-09-25 16:38:41 -070030 <outlet property="statusPopover" destination="eAA-vc-IW1" id="bD5-Rp-Syx"/>
31 <outlet property="trafficMap" destination="6tC-sG-tLM" id="rxz-Jt-3au"/>
Alexander Afanasyev88f0b3a2013-09-24 23:52:08 -070032 </connections>
33 </customObject>
Ilya Moiseenko1dc76da2013-09-30 11:53:36 -070034 <customObject id="0yn-TQ-4SC" userLabel="Preference Delegate" customClass="PreferenceDelegate">
35 <connections>
36 <outlet property="forwardingSettingsView" destination="lQz-E7-PRx" id="d1y-fe-mMm"/>
37 <outlet property="generalSettingsView" destination="A7D-GN-X5W" id="paQ-iM-qEx"/>
38 <outlet property="preferencesPanel" destination="coQ-VU-5RU" id="tZs-5C-1La"/>
39 <outlet property="securitySettingsView" destination="o3g-Q4-BEo" id="UDh-Kj-DYk"/>
40 </connections>
41 </customObject>
Alexander Afanasyev88f0b3a2013-09-24 23:52:08 -070042 <menu id="ovl-jc-kIR">
43 <items>
Ilya Moiseenkoa10ef8d2013-09-25 17:23:05 -070044 <menuItem title="NDN disconnected" id="yhj-L6-nZL">
Alexander Afanasyev88f0b3a2013-09-24 23:52:08 -070045 <modifierMask key="keyEquivalentModifierMask"/>
46 </menuItem>
Ilya Moiseenkoa10ef8d2013-09-25 17:23:05 -070047 <menuItem title="Start" id="TvT-OR-oT4">
Alexander Afanasyev88f0b3a2013-09-24 23:52:08 -070048 <modifierMask key="keyEquivalentModifierMask"/>
Ilya Moiseenkoa10ef8d2013-09-25 17:23:05 -070049 <connections>
50 <action selector="switchDaemon:" target="494" id="kgm-Z4-mQz"/>
51 </connections>
Alexander Afanasyev88f0b3a2013-09-24 23:52:08 -070052 </menuItem>
Ilya Moiseenko350b9b52013-09-25 16:38:41 -070053 <menuItem title="Status" id="Tap-5m-ZRP">
54 <modifierMask key="keyEquivalentModifierMask"/>
55 <connections>
56 <action selector="openDaemonStatus:" target="494" id="EWq-Mc-qkx"/>
57 </connections>
58 </menuItem>
59 <menuItem id="E2p-41-2EY">
Alexander Afanasyev88f0b3a2013-09-24 23:52:08 -070060 <modifierMask key="keyEquivalentModifierMask"/>
61 </menuItem>
Ilya Moiseenko350b9b52013-09-25 16:38:41 -070062 <menuItem title="Routing Status" id="Vc8-fu-RAY">
Alexander Afanasyev88f0b3a2013-09-24 23:52:08 -070063 <modifierMask key="keyEquivalentModifierMask"/>
Ilya Moiseenko350b9b52013-09-25 16:38:41 -070064 <connections>
65 <action selector="openRoutingStatusPage:" target="494" id="Xzn-D8-pMm"/>
66 </connections>
67 </menuItem>
68 <menuItem title="Traffic Map" id="6tC-sG-tLM">
69 <attributedString key="attributedTitle"/>
70 <modifierMask key="keyEquivalentModifierMask"/>
71 <connections>
72 <action selector="openTrafficMapPage:" target="494" id="eae-R6-kYb"/>
73 </connections>
Alexander Afanasyev88f0b3a2013-09-24 23:52:08 -070074 </menuItem>
Ilya Moiseenkoa10ef8d2013-09-25 17:23:05 -070075 <menuItem title="Preferences" id="c5x-Oa-5tb">
76 <modifierMask key="keyEquivalentModifierMask"/>
Ilya Moiseenko2dffcf52013-09-27 15:08:04 -070077 <connections>
Ilya Moiseenko1dc76da2013-09-30 11:53:36 -070078 <action selector="showPreferencesPanel:" target="0yn-TQ-4SC" id="fSq-Mk-9Hv"/>
Ilya Moiseenko2dffcf52013-09-27 15:08:04 -070079 </connections>
Ilya Moiseenkoa10ef8d2013-09-25 17:23:05 -070080 </menuItem>
Alexander Afanasyev88f0b3a2013-09-24 23:52:08 -070081 </items>
Ilya Moiseenko01264322013-09-26 15:34:21 -070082 <connections>
83 <outlet property="delegate" destination="494" id="AgM-WF-ty0"/>
84 </connections>
Alexander Afanasyev88f0b3a2013-09-24 23:52:08 -070085 </menu>
Ilya Moiseenko350b9b52013-09-25 16:38:41 -070086 <viewController id="QoL-hX-ilM" userLabel="Popover View Controller">
87 <connections>
88 <outlet property="view" destination="pEE-BK-JGJ" id="aNk-Zu-Rlw"/>
89 </connections>
90 </viewController>
91 <popover id="eAA-vc-IW1">
92 <connections>
93 <outlet property="contentViewController" destination="QoL-hX-ilM" id="GKo-LB-19Q"/>
94 </connections>
95 </popover>
96 <customView id="pEE-BK-JGJ">
Ilya Moiseenko6d4086c2013-09-27 16:56:02 -070097 <rect key="frame" x="0.0" y="0.0" width="330" height="258"/>
Ilya Moiseenko350b9b52013-09-25 16:38:41 -070098 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
99 <subviews>
100 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="90x-3T-Z7e">
Ilya Moiseenko6d4086c2013-09-27 16:56:02 -0700101 <rect key="frame" x="82" y="234" width="166" height="17"/>
Ilya Moiseenko350b9b52013-09-25 16:38:41 -0700102 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
103 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="NDN Daemon Status" id="Di0-ug-aeg">
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 Moiseenko6d4086c2013-09-27 16:56:02 -0700109 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" setsMaxLayoutWidthAtFirstLayout="YES" translatesAutoresizingMaskIntoConstraints="NO" id="XxQ-Xi-z1I">
110 <rect key="frame" x="7" y="7" width="315" height="219"/>
111 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
112 <textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Multiline Label" id="R13-Gb-7b6">
113 <font key="font" metaFont="system"/>
114 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
115 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
116 </textFieldCell>
117 </textField>
Ilya Moiseenko350b9b52013-09-25 16:38:41 -0700118 </subviews>
119 </customView>
Ilya Moiseenko01264322013-09-26 15:34:21 -0700120 <customView id="NBE-Gf-zLc">
121 <rect key="frame" x="0.0" y="0.0" width="150" height="20"/>
122 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
123 <subviews>
124 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="T4F-W2-p5Y">
125 <rect key="frame" x="19" y="2" width="46" height="18"/>
126 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
127 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Status" id="3iV-EO-iJG">
128 <font key="font" size="14" name="LucidaGrande"/>
129 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
130 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
131 </textFieldCell>
132 </textField>
133 </subviews>
134 </customView>
135 <customView id="24d-37-bzd">
136 <rect key="frame" x="0.0" y="0.0" width="155" height="20"/>
137 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
138 <subviews>
139 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="EUJ-R2-Os4">
140 <rect key="frame" x="0.0" y="0.0" width="155" height="20"/>
141 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
142 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="center" title="Disconnected" drawsBackground="YES" id="4JT-Ml-4Z3">
143 <font key="font" size="14" name="LucidaGrande"/>
144 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
145 <color key="backgroundColor" red="0.28345577993626336" green="0.28865913722826086" blue="0.27492015640756962" alpha="1" colorSpace="calibratedRGB"/>
146 </textFieldCell>
147 </textField>
148 </subviews>
149 </customView>
Ilya Moiseenko2dffcf52013-09-27 15:08:04 -0700150 <window title="NDN Preferences" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" releasedWhenClosed="NO" showsToolbarButton="NO" visibleAtLaunch="NO" animationBehavior="default" id="coQ-VU-5RU">
151 <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
152 <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
153 <rect key="contentRect" x="163" y="199" width="480" height="270"/>
154 <rect key="screenRect" x="0.0" y="0.0" width="1680" height="1028"/>
155 <view key="contentView" id="aW4-0e-sj2">
156 <rect key="frame" x="0.0" y="0.0" width="480" height="270"/>
157 <autoresizingMask key="autoresizingMask"/>
158 </view>
159 <toolbar key="toolbar" implicitIdentifier="0943E656-2E2A-4D7E-9B26-FBD529BA0E9F" autosavesConfiguration="NO" displayMode="iconAndLabel" sizeMode="regular" id="UQm-vD-cSv">
160 <allowedToolbarItems>
161 <toolbarItem implicitItemIdentifier="NSToolbarShowColorsItem" id="Ce4-Os-mjG"/>
162 <toolbarItem implicitItemIdentifier="NSToolbarShowFontsItem" id="3ic-rw-laG"/>
163 <toolbarItem implicitItemIdentifier="NSToolbarPrintItem" id="5Vl-D8-4Ln"/>
164 <toolbarItem implicitItemIdentifier="NSToolbarSpaceItem" id="5XW-vG-TKY"/>
165 <toolbarItem implicitItemIdentifier="NSToolbarFlexibleSpaceItem" id="NVu-QV-Pc4"/>
Ilya Moiseenko90f40c92013-09-27 15:52:01 -0700166 <toolbarItem implicitItemIdentifier="3648465F-1236-436C-88D7-002134AB1299" label="General" paletteLabel="General" tag="-1" image="NSPreferencesGeneral" id="Ppn-Fc-Ncg">
167 <connections>
Ilya Moiseenko1dc76da2013-09-30 11:53:36 -0700168 <action selector="openGeneralSettings:" target="0yn-TQ-4SC" id="8op-rr-lR0"/>
Ilya Moiseenko90f40c92013-09-27 15:52:01 -0700169 </connections>
170 </toolbarItem>
171 <toolbarItem implicitItemIdentifier="0FA8D11D-6C2C-43BD-94B8-3A7A8F16C193" label="Forwarding" paletteLabel="Forwarding" tag="-1" image="NSNetwork" id="wWT-fR-d9Z">
172 <connections>
Ilya Moiseenko1dc76da2013-09-30 11:53:36 -0700173 <action selector="openForwardingSettings:" target="0yn-TQ-4SC" id="nv8-xH-jyM"/>
Ilya Moiseenko90f40c92013-09-27 15:52:01 -0700174 </connections>
175 </toolbarItem>
176 <toolbarItem implicitItemIdentifier="40F41351-5D87-4CD1-81BF-EB61A224433D" label="Security" paletteLabel="Security" tag="-1" image="NSAdvanced" id="JtM-k1-dOw">
177 <connections>
Ilya Moiseenko1dc76da2013-09-30 11:53:36 -0700178 <action selector="openSecuritySettings:" target="0yn-TQ-4SC" id="fB4-d2-txt"/>
Ilya Moiseenko90f40c92013-09-27 15:52:01 -0700179 </connections>
180 </toolbarItem>
Ilya Moiseenko2dffcf52013-09-27 15:08:04 -0700181 </allowedToolbarItems>
182 <defaultToolbarItems>
183 <toolbarItem reference="Ppn-Fc-Ncg"/>
184 <toolbarItem reference="wWT-fR-d9Z"/>
185 <toolbarItem reference="JtM-k1-dOw"/>
186 </defaultToolbarItems>
187 </toolbar>
188 <connections>
189 <outlet property="delegate" destination="494" id="YXz-pN-o9y"/>
190 </connections>
191 </window>
Ilya Moiseenko90f40c92013-09-27 15:52:01 -0700192 <customView id="A7D-GN-X5W">
193 <rect key="frame" x="0.0" y="0.0" width="480" height="142"/>
194 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
195 <subviews>
196 <button fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="rXp-X3-HMm">
197 <rect key="frame" x="18" y="94" width="328" height="18"/>
198 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
199 <buttonCell key="cell" type="check" title="Automatically check for software updates" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="oOs-AF-Jm4">
200 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
201 <font key="font" size="14" name="LucidaGrande"/>
202 </buttonCell>
203 <connections>
Ilya Moiseenko1dc76da2013-09-30 11:53:36 -0700204 <action selector="switchSoftwareUpdates:" target="0yn-TQ-4SC" id="Gh4-nv-8N8"/>
Ilya Moiseenko90f40c92013-09-27 15:52:01 -0700205 </connections>
206 </button>
207 <button fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="pK9-GZ-bQL">
208 <rect key="frame" x="18" y="62" width="307" height="18"/>
209 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
210 <buttonCell key="cell" type="check" title="Automatically discover nearest NDN-hub" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="kiY-Dk-Uox">
211 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
212 <font key="font" size="14" name="LucidaGrande"/>
213 </buttonCell>
214 <connections>
Ilya Moiseenko1dc76da2013-09-30 11:53:36 -0700215 <action selector="switchHubDiscovery:" target="0yn-TQ-4SC" id="by5-Mt-5bD"/>
Ilya Moiseenko90f40c92013-09-27 15:52:01 -0700216 </connections>
217 </button>
218 </subviews>
219 </customView>
220 <customView id="lQz-E7-PRx">
221 <rect key="frame" x="0.0" y="0.0" width="480" height="223"/>
222 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
223 <subviews>
224 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" ambiguous="YES" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="8C0-3r-hw7">
225 <rect key="frame" x="176" y="186" width="129" height="17"/>
226 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
227 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Forwarding Table" id="zB2-9L-OLy">
228 <font key="font" size="14" name="LucidaGrande"/>
229 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
230 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
231 </textFieldCell>
232 </textField>
233 <scrollView fixedFrame="YES" autohidesScrollers="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="pwe-zt-TSj">
234 <rect key="frame" x="34" y="44" width="421" height="135"/>
235 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
236 <clipView key="contentView" ambiguous="YES" misplaced="YES" id="sSD-vM-Ynn">
237 <rect key="frame" x="1" y="17" width="419" height="117"/>
238 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
239 <subviews>
240 <tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" columnSelection="YES" multipleSelection="NO" autosaveColumns="NO" headerView="LTh-Cz-kn3" id="cwE-tM-0QM">
241 <rect key="frame" x="0.0" y="0.0" width="419" height="117"/>
242 <autoresizingMask key="autoresizingMask"/>
243 <size key="intercellSpacing" width="3" height="2"/>
244 <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
245 <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
246 <tableColumns>
247 <tableColumn width="209.12890625" minWidth="40" maxWidth="1000" id="uNg-7f-0Fn">
248 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left">
249 <font key="font" metaFont="smallSystem"/>
250 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
251 <color key="backgroundColor" white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/>
252 </tableHeaderCell>
253 <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="bj9-3e-JNy">
254 <font key="font" metaFont="system"/>
255 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
256 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
257 </textFieldCell>
258 <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
259 </tableColumn>
260 <tableColumn width="204" minWidth="40" maxWidth="1000" id="Lyf-oJ-Usx">
261 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left">
262 <font key="font" metaFont="smallSystem"/>
263 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
264 <color key="backgroundColor" white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/>
265 </tableHeaderCell>
266 <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="Apc-MV-xLA">
267 <font key="font" metaFont="system"/>
268 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
269 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
270 </textFieldCell>
271 <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
272 </tableColumn>
273 </tableColumns>
274 </tableView>
275 </subviews>
276 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
277 </clipView>
278 <scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" id="l9T-JI-kUJ">
Ilya Moiseenko1dc76da2013-09-30 11:53:36 -0700279 <rect key="frame" x="1" y="1" width="0.0" height="16"/>
Ilya Moiseenko90f40c92013-09-27 15:52:01 -0700280 <autoresizingMask key="autoresizingMask"/>
281 </scroller>
Ilya Moiseenko1dc76da2013-09-30 11:53:36 -0700282 <scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" doubleValue="1" id="Ohc-CY-k3U">
Ilya Moiseenko90f40c92013-09-27 15:52:01 -0700283 <rect key="frame" x="-15" y="17" width="16" height="0.0"/>
284 <autoresizingMask key="autoresizingMask"/>
285 </scroller>
286 <tableHeaderView key="headerView" id="LTh-Cz-kn3">
287 <rect key="frame" x="0.0" y="0.0" width="419" height="17"/>
288 <autoresizingMask key="autoresizingMask"/>
289 </tableHeaderView>
290 </scrollView>
291 </subviews>
292 <constraints>
293 <constraint firstAttribute="centerX" secondItem="8C0-3r-hw7" secondAttribute="centerX" id="B5J-y5-Jw0"/>
294 </constraints>
295 </customView>
296 <customView id="o3g-Q4-BEo">
297 <rect key="frame" x="0.0" y="0.0" width="480" height="142"/>
298 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
299 </customView>
Alexander Afanasyev88f0b3a2013-09-24 23:52:08 -0700300 </objects>
Ilya Moiseenko2dffcf52013-09-27 15:08:04 -0700301 <resources>
302 <image name="NSAdvanced" width="32" height="32"/>
303 <image name="NSNetwork" width="32" height="32"/>
304 <image name="NSPreferencesGeneral" width="32" height="32"/>
305 </resources>
Ilya Moiseenko350b9b52013-09-25 16:38:41 -0700306</document>