Make the Remote Paths pref pane larger.
[macgdbp.git] / en.lproj / Preferences.xib
1 <?xml version="1.0" encoding="UTF-8"?>
2 <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="14868" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
3 <dependencies>
4 <deployment identifier="macosx"/>
5 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="14868"/>
6 <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
7 </dependencies>
8 <objects>
9 <customObject id="-2" userLabel="File's Owner" customClass="PreferencesController">
10 <connections>
11 <outlet property="fileAccessController" destination="PYc-SP-Fvw" id="RWM-AF-Opd"/>
12 <outlet property="fileAccessPreferencesItem" destination="e1C-OK-KSi" id="JJn-JH-J7y"/>
13 <outlet property="fileAccessPreferencesView" destination="ujd-Hf-qLb" id="lJd-0v-ePz"/>
14 <outlet property="generalPreferencesItem" destination="43" id="44"/>
15 <outlet property="generalPreferencesView" destination="29" id="42"/>
16 <outlet property="pathsPreferencesItem" destination="50" id="52"/>
17 <outlet property="pathsPreferencesView" destination="53" id="54"/>
18 <outlet property="toolbar" destination="20" id="48"/>
19 <outlet property="window" destination="1" id="3"/>
20 </connections>
21 </customObject>
22 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
23 <customObject id="-3" userLabel="Application" customClass="NSObject"/>
24 <window title="Preferences" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" frameAutosaveName="Preferences" animationBehavior="default" id="1">
25 <windowStyleMask key="styleMask" titled="YES" closable="YES"/>
26 <windowPositionMask key="initialPositionMask" leftStrut="YES" bottomStrut="YES"/>
27 <rect key="contentRect" x="196" y="388" width="420" height="120"/>
28 <rect key="screenRect" x="0.0" y="0.0" width="2560" height="1417"/>
29 <view key="contentView" id="2">
30 <rect key="frame" x="0.0" y="0.0" width="420" height="120"/>
31 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
32 </view>
33 <toolbar key="toolbar" implicitIdentifier="8C3684D1-F400-4CBB-897D-0889A0E1CBC8" autosavesConfiguration="NO" allowsUserCustomization="NO" displayMode="iconAndLabel" sizeMode="regular" id="20">
34 <allowedToolbarItems>
35 <toolbarItem implicitItemIdentifier="NSToolbarSpaceItem" id="25"/>
36 <toolbarItem implicitItemIdentifier="NSToolbarFlexibleSpaceItem" id="26"/>
37 <toolbarItem implicitItemIdentifier="6AEED900-187C-4FE3-B185-35C4C2105744" label="General" paletteLabel="General" tag="-1" image="NSPreferencesGeneral" autovalidates="NO" id="43">
38 <connections>
39 <action selector="showGeneral:" target="-2" id="49"/>
40 </connections>
41 </toolbarItem>
42 <toolbarItem implicitItemIdentifier="9B9A0426-715E-44F5-A7FC-FA2874232849" label="File Access" paletteLabel="File Access" tag="-1" image="NSFolder" id="e1C-OK-KSi">
43 <connections>
44 <action selector="showFileAccess:" target="-2" id="g2h-j3-gGu"/>
45 </connections>
46 </toolbarItem>
47 <toolbarItem implicitItemIdentifier="7E7339A3-79C3-4087-B2F7-2479CFD10818" label="Remote Paths" paletteLabel="Remote Paths" tag="-1" image="NSNetwork" autovalidates="NO" id="50">
48 <connections>
49 <action selector="showPaths:" target="-2" id="51"/>
50 </connections>
51 </toolbarItem>
52 </allowedToolbarItems>
53 <defaultToolbarItems>
54 <toolbarItem reference="43"/>
55 <toolbarItem reference="e1C-OK-KSi"/>
56 <toolbarItem reference="50"/>
57 <toolbarItem reference="25"/>
58 <toolbarItem reference="26"/>
59 </defaultToolbarItems>
60 <connections>
61 <outlet property="delegate" destination="-2" id="47"/>
62 </connections>
63 </toolbar>
64 <point key="canvasLocation" x="139" y="119"/>
65 </window>
66 <userDefaultsController representsSharedInstance="YES" id="13"/>
67 <customView id="29" userLabel="GeneralPreferences">
68 <rect key="frame" x="0.0" y="0.0" width="421" height="152"/>
69 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
70 <subviews>
71 <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="93">
72 <rect key="frame" x="15" y="115" width="146" height="17"/>
73 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
74 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Debugger Behavior:" id="94">
75 <font key="font" metaFont="system"/>
76 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
77 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
78 </textFieldCell>
79 </textField>
80 <button toolTip="If enabled, MacGDBp will automatically step into the first line of code when the debugger is attached." fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="91">
81 <rect key="frame" x="164" y="113" width="216" height="18"/>
82 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
83 <buttonCell key="cell" type="check" title="Break on first line of execution" bezelStyle="regularSquare" imagePosition="left" alignment="left" state="on" inset="2" id="92">
84 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
85 <font key="font" metaFont="system"/>
86 </buttonCell>
87 <connections>
88 <binding destination="13" name="value" keyPath="values.BreakOnFirstLine" id="95"/>
89 </connections>
90 </button>
91 <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="5zF-CC-p0i">
92 <rect key="frame" x="15" y="90" width="146" height="17"/>
93 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
94 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Beta Updates:" id="kFb-9R-eo2">
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>
100 <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="cnO-5M-q8v">
101 <rect key="frame" x="164" y="89" width="167" height="18"/>
102 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
103 <buttonCell key="cell" type="check" title="Update to beta versions" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="5c6-mr-EWk">
104 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
105 <font key="font" metaFont="system"/>
106 <connections>
107 <binding destination="13" name="value" keyPath="values.UnstableVersionCast" id="DM4-M3-2Md"/>
108 </connections>
109 </buttonCell>
110 <connections>
111 <binding destination="13" name="value" keyPath="values.UnstableVersionCast" id="gma-cH-Ma7"/>
112 </connections>
113 </button>
114 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="36">
115 <rect key="frame" x="18" y="47" width="387" height="28"/>
116 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
117 <textFieldCell key="cell" sendsActionOnEndEditing="YES" title="You must close and reopen MacGDBp before these preference values take effect." id="37">
118 <font key="font" metaFont="smallSystem"/>
119 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
120 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
121 </textFieldCell>
122 </textField>
123 <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="33">
124 <rect key="frame" x="169" y="20" width="60" height="22"/>
125 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
126 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="40">
127 <numberFormatter key="formatter" formatterBehavior="default10_4" usesGroupingSeparator="NO" groupingSize="0" minimumIntegerDigits="0" maximumIntegerDigits="42" id="fAx-s6-Oqh"/>
128 <font key="font" metaFont="system"/>
129 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
130 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
131 </textFieldCell>
132 <connections>
133 <binding destination="13" name="value" keyPath="values.Port" id="45"/>
134 </connections>
135 </textField>
136 <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="32">
137 <rect key="frame" x="78" y="22" width="86" height="17"/>
138 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
139 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Xdebug Port:" id="41">
140 <font key="font" metaFont="system"/>
141 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
142 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
143 </textFieldCell>
144 </textField>
145 </subviews>
146 <point key="canvasLocation" x="-141.5" y="-422"/>
147 </customView>
148 <customView id="53" userLabel="PathsPreferences">
149 <rect key="frame" x="0.0" y="0.0" width="711" height="213"/>
150 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
151 <subviews>
152 <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="66" userLabel="RemovePath">
153 <rect key="frame" x="24" y="-1" width="26" height="23"/>
154 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
155 <buttonCell key="cell" type="smallSquare" bezelStyle="smallSquare" image="NSRemoveTemplate" imagePosition="overlaps" alignment="center" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="67">
156 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
157 <font key="font" metaFont="system"/>
158 </buttonCell>
159 <connections>
160 <action selector="remove:" target="78" id="86"/>
161 </connections>
162 </button>
163 <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="64" userLabel="AddPath">
164 <rect key="frame" x="-1" y="-1" width="26" height="23"/>
165 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
166 <buttonCell key="cell" type="smallSquare" bezelStyle="smallSquare" image="NSAddTemplate" imagePosition="overlaps" alignment="center" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="65">
167 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
168 <font key="font" metaFont="system"/>
169 </buttonCell>
170 <connections>
171 <action selector="add:" target="78" id="89"/>
172 </connections>
173 </button>
174 <scrollView fixedFrame="YES" autohidesScrollers="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="55">
175 <rect key="frame" x="-1" y="20" width="712" height="193"/>
176 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
177 <clipView key="contentView" ambiguous="YES" id="egR-Mj-j4E">
178 <rect key="frame" x="1" y="0.0" width="710" height="192"/>
179 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
180 <subviews>
181 <tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" alternatingRowBackgroundColors="YES" columnReordering="NO" autosaveColumns="NO" headerView="59" id="58">
182 <rect key="frame" x="0.0" y="0.0" width="710" height="169"/>
183 <autoresizingMask key="autoresizingMask"/>
184 <size key="intercellSpacing" width="3" height="2"/>
185 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
186 <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
187 <tableColumns>
188 <tableColumn width="349.5" minWidth="40" maxWidth="1000" id="61">
189 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Local">
190 <font key="font" metaFont="smallSystem"/>
191 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
192 <color key="backgroundColor" white="0.33333299" alpha="1" colorSpace="calibratedWhite"/>
193 </tableHeaderCell>
194 <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="62">
195 <font key="font" metaFont="system"/>
196 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
197 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
198 </textFieldCell>
199 <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
200 <connections>
201 <binding destination="78" name="value" keyPath="arrangedObjects.local" id="82"/>
202 </connections>
203 </tableColumn>
204 <tableColumn width="354.5" minWidth="40" maxWidth="1000" id="60">
205 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Remote">
206 <font key="font" metaFont="smallSystem"/>
207 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
208 <color key="backgroundColor" white="0.33333299" alpha="1" colorSpace="calibratedWhite"/>
209 </tableHeaderCell>
210 <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="63">
211 <font key="font" metaFont="system"/>
212 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
213 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
214 </textFieldCell>
215 <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
216 <connections>
217 <binding destination="78" name="value" keyPath="arrangedObjects.remote" id="84"/>
218 </connections>
219 </tableColumn>
220 </tableColumns>
221 </tableView>
222 </subviews>
223 </clipView>
224 <scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="YES" id="57">
225 <rect key="frame" x="1" y="176" width="710" height="16"/>
226 <autoresizingMask key="autoresizingMask"/>
227 </scroller>
228 <scroller key="verticalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="NO" id="56">
229 <rect key="frame" x="411" y="17" width="15" height="160"/>
230 <autoresizingMask key="autoresizingMask"/>
231 </scroller>
232 <tableHeaderView key="headerView" id="59">
233 <rect key="frame" x="0.0" y="0.0" width="710" height="23"/>
234 <autoresizingMask key="autoresizingMask"/>
235 </tableHeaderView>
236 </scrollView>
237 </subviews>
238 <point key="canvasLocation" x="151.5" y="-194.5"/>
239 </customView>
240 <dictionaryController objectClassName="_NSDictionaryControllerKeyValuePair" id="PYc-SP-Fvw" userLabel="File Access Controller">
241 <connections>
242 <binding destination="13" name="contentDictionary" keyPath="values.FileAccessBookmarks" id="DnO-2q-xFf"/>
243 </connections>
244 </dictionaryController>
245 <arrayController automaticallyPreparesContent="YES" id="78" userLabel="Paths Controller" customClass="PreferencesPathsArrayController">
246 <declaredKeys>
247 <string>local</string>
248 <string>remote</string>
249 </declaredKeys>
250 <connections>
251 <binding destination="13" name="contentArray" keyPath="values.PathReplacements" id="80">
252 <dictionary key="options">
253 <integer key="NSHandlesContentAsCompoundValue" value="1"/>
254 </dictionary>
255 </binding>
256 <outlet property="content" destination="58" id="90"/>
257 </connections>
258 </arrayController>
259 <customView id="ujd-Hf-qLb" userLabel="FileAccessPreferencess">
260 <rect key="frame" x="0.0" y="0.0" width="427" height="213"/>
261 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
262 <subviews>
263 <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="i88-Gl-3so" userLabel="RemoveFileAccess">
264 <rect key="frame" x="24" y="-1" width="26" height="23"/>
265 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
266 <buttonCell key="cell" type="smallSquare" bezelStyle="smallSquare" image="NSRemoveTemplate" imagePosition="overlaps" alignment="center" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="vay-Yq-WXc">
267 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
268 <font key="font" metaFont="system"/>
269 </buttonCell>
270 <connections>
271 <action selector="remove:" target="PYc-SP-Fvw" id="v7Z-DW-563"/>
272 </connections>
273 </button>
274 <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="iCg-AA-ZXb" userLabel="AddFileAccess">
275 <rect key="frame" x="-1" y="-1" width="26" height="23"/>
276 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
277 <buttonCell key="cell" type="smallSquare" bezelStyle="smallSquare" image="NSAddTemplate" imagePosition="overlaps" alignment="center" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="CnH-DM-vMW">
278 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
279 <font key="font" metaFont="system"/>
280 </buttonCell>
281 <connections>
282 <action selector="addFileAccess:" target="-2" id="MMb-Ga-GEe"/>
283 </connections>
284 </button>
285 <scrollView fixedFrame="YES" autohidesScrollers="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="v93-oV-uce">
286 <rect key="frame" x="-1" y="20" width="429" height="193"/>
287 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
288 <clipView key="contentView" ambiguous="YES" id="L7V-Zd-iEr">
289 <rect key="frame" x="1" y="0.0" width="427" height="192"/>
290 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
291 <subviews>
292 <tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" alternatingRowBackgroundColors="YES" columnReordering="NO" autosaveColumns="NO" headerView="7XQ-Y6-gfo" id="s4m-Zv-l8Z">
293 <rect key="frame" x="0.0" y="0.0" width="427" height="167"/>
294 <autoresizingMask key="autoresizingMask"/>
295 <size key="intercellSpacing" width="3" height="2"/>
296 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
297 <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
298 <tableColumns>
299 <tableColumn editable="NO" width="423" minWidth="40" maxWidth="1000" id="tV5-Ih-Xw6">
300 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Path">
301 <font key="font" metaFont="smallSystem"/>
302 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
303 <color key="backgroundColor" white="0.33333299" alpha="1" colorSpace="calibratedWhite"/>
304 </tableHeaderCell>
305 <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="rTS-1a-vvY">
306 <font key="font" metaFont="system"/>
307 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
308 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
309 </textFieldCell>
310 <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
311 <connections>
312 <binding destination="PYc-SP-Fvw" name="value" keyPath="arrangedObjects.key" id="hQg-Xz-eTc"/>
313 </connections>
314 </tableColumn>
315 </tableColumns>
316 </tableView>
317 </subviews>
318 </clipView>
319 <scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" doubleValue="1" horizontal="YES" id="WmZ-OV-HXm">
320 <rect key="frame" x="1" y="177" width="411" height="15"/>
321 <autoresizingMask key="autoresizingMask"/>
322 </scroller>
323 <scroller key="verticalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="NO" id="oUY-jC-Cmf">
324 <rect key="frame" x="411" y="17" width="15" height="160"/>
325 <autoresizingMask key="autoresizingMask"/>
326 </scroller>
327 <tableHeaderView key="headerView" id="7XQ-Y6-gfo">
328 <rect key="frame" x="0.0" y="0.0" width="427" height="25"/>
329 <autoresizingMask key="autoresizingMask"/>
330 </tableHeaderView>
331 </scrollView>
332 </subviews>
333 <point key="canvasLocation" x="-364" y="82"/>
334 </customView>
335 </objects>
336 <resources>
337 <image name="NSAddTemplate" width="11" height="11"/>
338 <image name="NSFolder" width="32" height="32"/>
339 <image name="NSNetwork" width="32" height="32"/>
340 <image name="NSPreferencesGeneral" width="32" height="32"/>
341 <image name="NSRemoveTemplate" width="11" height="11"/>
342 </resources>
343 </document>