blob: cc7f819f47c39ff6d6687090eeeb0cb62e950348 [file] [log] [blame]
Alexandre Lisionf5fc4792015-03-17 09:15:43 -04001<?xml version="1.0" encoding="UTF-8" standalone="no"?>
Alexandre Lisione4d61cb2016-02-10 09:26:24 -05002<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9532" systemVersion="15D21" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
Alexandre Lisionf5fc4792015-03-17 09:15:43 -04003 <dependencies>
Alexandre Lisione4d61cb2016-02-10 09:26:24 -05004 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="9532"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -04005 </dependencies>
6 <objects>
7 <customObject id="-2" userLabel="File's Owner" customClass="AccountsVC">
8 <connections>
9 <outlet property="accountDetailsView" destination="Jki-s4-F1W" id="8zf-XP-bql"/>
Alexandre Lision0c56cb62016-02-12 18:04:08 -050010 <outlet property="accountsListView" destination="jXv-6I-P9R" id="MzW-0C-PN1"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -040011 <outlet property="advancedTabItem" destination="RT7-u6-bhe" id="eAT-ce-MyD"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -040012 <outlet property="configPanels" destination="Jki-s4-F1W" id="nY4-dc-CQg"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -040013 <outlet property="generalTabItem" destination="tPR-Ac-N5Y" id="39S-pz-1Xs"/>
Alexandre Lisione4d61cb2016-02-10 09:26:24 -050014 <outlet property="mediaTabItem" destination="lxr-my-vH8" id="BhJ-cS-yVi"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -040015 <outlet property="protocolList" destination="rZv-qd-BGe" id="yU0-6C-Vt1"/>
16 <outlet property="ringTabItem" destination="1HC-kF-Jun" id="FJZ-2g-Y1i"/>
17 <outlet property="securityTabItem" destination="Vp5-yV-ScC" id="FDx-0T-3t9"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -040018 <outlet property="view" destination="Hz6-mo-xeY" id="eBn-rZ-84z"/>
19 </connections>
20 </customObject>
21 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
22 <customObject id="-3" userLabel="Application" customClass="NSObject"/>
23 <customView id="Hz6-mo-xeY">
Alexandre Lisione4d61cb2016-02-10 09:26:24 -050024 <rect key="frame" x="0.0" y="0.0" width="880" height="635"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -040025 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
26 <subviews>
Alexandre Lision0c56cb62016-02-12 18:04:08 -050027 <tabView hidden="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Jki-s4-F1W">
28 <rect key="frame" x="271" y="10" width="596" height="611"/>
29 <font key="font" metaFont="system"/>
30 <tabViewItems>
31 <tabViewItem label="General" identifier="1" id="tPR-Ac-N5Y">
32 <view key="view" id="8c3-Js-oxO">
33 <rect key="frame" x="10" y="33" width="576" height="565"/>
34 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
35 </view>
36 </tabViewItem>
37 <tabViewItem label="Media" identifier="2" id="lxr-my-vH8">
38 <view key="view" id="p9F-kK-hRx">
39 <rect key="frame" x="10" y="33" width="576" height="565"/>
40 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
41 </view>
42 </tabViewItem>
43 <tabViewItem label="Advanced" identifier="" id="RT7-u6-bhe">
44 <view key="view" id="Pp4-JG-r1v">
45 <rect key="frame" x="10" y="33" width="576" height="565"/>
46 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
47 </view>
48 </tabViewItem>
49 <tabViewItem label="Security" identifier="" id="Vp5-yV-ScC">
50 <view key="view" id="p3d-5C-tAZ">
51 <rect key="frame" x="10" y="33" width="576" height="565"/>
52 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
53 </view>
54 </tabViewItem>
55 <tabViewItem label="Ring" identifier="" id="1HC-kF-Jun">
56 <view key="view" id="asB-J0-2bi">
57 <rect key="frame" x="10" y="33" width="576" height="565"/>
58 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
59 </view>
60 </tabViewItem>
61 </tabViewItems>
62 <connections>
63 <outlet property="delegate" destination="-2" id="hfK-WK-DJT"/>
64 </connections>
65 </tabView>
66 <scrollView borderType="none" autohidesScrollers="YES" horizontalLineScroll="57" horizontalPageScroll="10" verticalLineScroll="57" verticalPageScroll="10" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ZBN-hf-rGe">
67 <rect key="frame" x="20" y="215" width="250" height="400"/>
68 <clipView key="contentView" id="f8N-NI-2Mk">
69 <rect key="frame" x="0.0" y="0.0" width="250" height="400"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -040070 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
71 <subviews>
Alexandre Lision0c56cb62016-02-12 18:04:08 -050072 <outlineView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" multipleSelection="NO" autosaveColumns="NO" rowHeight="55" rowSizeStyle="automatic" viewBased="YES" outlineTableColumn="eOe-f3-q88" id="jXv-6I-P9R" customClass="RingOutlineView">
73 <rect key="frame" x="0.0" y="0.0" width="250" height="0.0"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -040074 <autoresizingMask key="autoresizingMask"/>
75 <size key="intercellSpacing" width="3" height="2"/>
Alexandre Lisionbfa68f62015-09-10 08:38:42 -040076 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -040077 <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
78 <tableColumns>
Alexandre Lision0c56cb62016-02-12 18:04:08 -050079 <tableColumn width="247" minWidth="40" maxWidth="1000" id="eOe-f3-q88">
80 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border">
Alexandre Lisionf5fc4792015-03-17 09:15:43 -040081 <font key="font" metaFont="smallSystem"/>
82 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
83 <color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
84 </tableHeaderCell>
Alexandre Lision0c56cb62016-02-12 18:04:08 -050085 <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" title="Text Cell" id="cy4-WY-oWA">
Alexandre Lisionf5fc4792015-03-17 09:15:43 -040086 <font key="font" metaFont="system"/>
87 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
88 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
89 </textFieldCell>
90 <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
Alexandre Lision0c56cb62016-02-12 18:04:08 -050091 <prototypeCellViews>
92 <tableCellView identifier="AccountView" id="ad8-7V-ppH">
93 <rect key="frame" x="1" y="1" width="247" height="50"/>
94 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
95 <subviews>
96 <textField verticalHuggingPriority="750" tag="300" translatesAutoresizingMaskIntoConstraints="NO" id="QiY-lg-2e7" userLabel="Status label">
97 <rect key="frame" x="38" y="6" width="174" height="14"/>
98 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" placeholderString="Status" id="eEz-Lm-SOj">
99 <font key="font" metaFont="smallSystem"/>
100 <color key="textColor" name="secondaryLabelColor" catalog="System" colorSpace="catalog"/>
101 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
102 </textFieldCell>
103 </textField>
104 <button tag="100" translatesAutoresizingMaskIntoConstraints="NO" id="4gW-o0-qBs">
105 <rect key="frame" x="4" y="10" width="30" height="30"/>
106 <constraints>
107 <constraint firstAttribute="height" constant="26" id="dPg-jt-2bB"/>
108 <constraint firstAttribute="width" constant="26" id="nd2-5p-LZP"/>
109 </constraints>
110 <buttonCell key="cell" type="check" bezelStyle="regularSquare" imagePosition="overlaps" state="on" inset="2" id="98N-mV-Lvs">
111 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
112 <font key="font" metaFont="system"/>
113 </buttonCell>
114 <connections>
115 <action selector="toggleAccount:" target="-2" id="kSH-L7-JBk"/>
116 </connections>
117 </button>
118 <textField verticalHuggingPriority="750" tag="200" translatesAutoresizingMaskIntoConstraints="NO" id="6TV-dI-Snq" userLabel="Name label">
119 <rect key="frame" x="38" y="26" width="208" height="21"/>
120 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" placeholderString="Name" id="ZDh-Jh-hfW">
121 <font key="font" metaFont="system" size="17"/>
122 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
123 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
124 </textFieldCell>
125 </textField>
126 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" tag="400" translatesAutoresizingMaskIntoConstraints="NO" id="Xc2-3P-8bD" userLabel="Type label">
127 <rect key="frame" x="216" y="6" width="30" height="14"/>
128 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" placeholderString="Type" id="KoR-IH-uuI">
129 <font key="font" metaFont="smallSystem"/>
130 <color key="textColor" name="secondaryLabelColor" catalog="System" colorSpace="catalog"/>
131 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
132 </textFieldCell>
133 </textField>
134 </subviews>
135 <constraints>
136 <constraint firstItem="Xc2-3P-8bD" firstAttribute="leading" secondItem="QiY-lg-2e7" secondAttribute="trailing" constant="8" id="3v7-n0-iXY"/>
137 <constraint firstAttribute="trailing" secondItem="6TV-dI-Snq" secondAttribute="trailing" constant="3" id="CTP-TN-Vbi"/>
138 <constraint firstItem="6TV-dI-Snq" firstAttribute="leading" secondItem="4gW-o0-qBs" secondAttribute="trailing" constant="8" id="Hse-mO-dPa"/>
139 <constraint firstItem="4gW-o0-qBs" firstAttribute="leading" secondItem="ad8-7V-ppH" secondAttribute="leading" constant="6" id="JY6-MP-VFh"/>
140 <constraint firstAttribute="bottom" secondItem="Xc2-3P-8bD" secondAttribute="bottom" constant="6" id="L9T-l6-RwY"/>
141 <constraint firstAttribute="trailing" secondItem="Xc2-3P-8bD" secondAttribute="trailing" constant="3" id="N3o-ax-ByI"/>
142 <constraint firstItem="QiY-lg-2e7" firstAttribute="top" secondItem="6TV-dI-Snq" secondAttribute="bottom" constant="6" id="Xzf-V4-6yK"/>
143 <constraint firstItem="QiY-lg-2e7" firstAttribute="leading" secondItem="4gW-o0-qBs" secondAttribute="trailing" constant="8" id="dNJ-97-LA6"/>
144 <constraint firstItem="4gW-o0-qBs" firstAttribute="centerY" secondItem="ad8-7V-ppH" secondAttribute="centerY" id="iiW-GM-OrE"/>
145 <constraint firstItem="6TV-dI-Snq" firstAttribute="top" secondItem="ad8-7V-ppH" secondAttribute="top" constant="3" id="kk5-KX-RD5"/>
146 </constraints>
147 </tableCellView>
148 <customView identifier="HoverRowView" id="m8X-vo-tKI" customClass="HoverTableRowView">
149 <rect key="frame" x="1" y="53" width="247" height="55"/>
150 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
151 </customView>
152 </prototypeCellViews>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -0400153 </tableColumn>
154 </tableColumns>
155 <connections>
Alexandre Lision0c56cb62016-02-12 18:04:08 -0500156 <outlet property="delegate" destination="-2" id="nyk-3k-Pyh"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -0400157 </connections>
158 </outlineView>
159 </subviews>
160 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
161 </clipView>
162 <constraints>
Alexandre Lision0c56cb62016-02-12 18:04:08 -0500163 <constraint firstAttribute="width" constant="250" id="aC0-6T-CUo"/>
164 <constraint firstAttribute="height" constant="400" id="wNL-XJ-NLj"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -0400165 </constraints>
Alexandre Lision0c56cb62016-02-12 18:04:08 -0500166 <scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="x1l-v5-r0B">
167 <rect key="frame" x="1" y="119" width="223" height="15"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -0400168 <autoresizingMask key="autoresizingMask"/>
169 </scroller>
Alexandre Lision0c56cb62016-02-12 18:04:08 -0500170 <scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="NO" id="nVp-Qk-GaJ">
Alexandre Lisionf5fc4792015-03-17 09:15:43 -0400171 <rect key="frame" x="224" y="17" width="15" height="102"/>
172 <autoresizingMask key="autoresizingMask"/>
173 </scroller>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -0400174 </scrollView>
Alexandre Lision0c56cb62016-02-12 18:04:08 -0500175 <button identifier="RemoveAccount" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="99I-xI-Ioi">
176 <rect key="frame" x="14" y="179" width="82" height="32"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -0400177 <constraints>
178 <constraint firstAttribute="height" constant="21" id="Lcf-3l-7oj"/>
179 <constraint firstAttribute="width" constant="70" id="YaI-pj-FUh"/>
180 </constraints>
181 <buttonCell key="cell" type="push" bezelStyle="rounded" image="NSRemoveTemplate" imagePosition="overlaps" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="Ziu-EK-QJX">
182 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
183 <font key="font" metaFont="system"/>
184 </buttonCell>
185 <connections>
186 <action selector="removeAccount:" target="-2" id="h9h-4J-fcH"/>
187 </connections>
188 </button>
Alexandre Lision0c56cb62016-02-12 18:04:08 -0500189 <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="zWn-Zy-Uau">
190 <rect key="frame" x="14" y="125" width="82" height="32"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -0400191 <constraints>
192 <constraint firstAttribute="width" constant="70" id="wC2-dX-oeG"/>
193 </constraints>
194 <buttonCell key="cell" type="push" bezelStyle="rounded" image="NSAddTemplate" imagePosition="overlaps" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="3we-3L-Sib">
195 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
196 <font key="font" metaFont="system"/>
197 </buttonCell>
198 <connections>
199 <action selector="addAccount:" target="-2" id="P9N-LS-Ikk"/>
200 </connections>
201 </button>
Alexandre Lisionbfa68f62015-09-10 08:38:42 -0400202 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="9VL-9a-rDg">
Alexandre Lision0c56cb62016-02-12 18:04:08 -0500203 <rect key="frame" x="18" y="161" width="107" height="17"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -0400204 <constraints>
205 <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="41" id="VFE-du-cB1"/>
206 </constraints>
Alexandre Lision53428a52015-03-20 17:59:00 -0400207 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Create Account" id="OZ9-qH-dYW">
Alexandre Lisionf5fc4792015-03-17 09:15:43 -0400208 <font key="font" metaFont="systemBold"/>
209 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
210 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
211 </textFieldCell>
212 </textField>
Alexandre Lision0c56cb62016-02-12 18:04:08 -0500213 <popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="rZv-qd-BGe">
214 <rect key="frame" x="96" y="129" width="177" height="26"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -0400215 <popUpButtonCell key="cell" type="push" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" borderStyle="borderAndBezel" identifier="protocolList" imageScaling="proportionallyDown" inset="2" id="bfy-Lh-jXj">
216 <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
217 <font key="font" metaFont="menu"/>
218 <menu key="menu" id="C4E-fX-038">
219 <connections>
220 <outlet property="delegate" destination="-2" id="J3b-L2-TQ3"/>
221 </connections>
222 </menu>
223 </popUpButtonCell>
224 <connections>
225 <action selector="protocolSelectedChanged:" target="-2" id="83Y-L0-Bav"/>
226 </connections>
227 </popUpButton>
Alexandre Lision0c56cb62016-02-12 18:04:08 -0500228 <button verticalHuggingPriority="750" ambiguous="YES" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="IqR-Q4-2bh">
229 <rect key="frame" x="196" y="179" width="80" height="32"/>
Alexandre Lision53428a52015-03-20 17:59:00 -0400230 <buttonCell key="cell" type="push" title="Down" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="6Co-ei-tUA">
231 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
232 <font key="font" metaFont="system"/>
233 </buttonCell>
234 <connections>
235 <action selector="moveDown:" target="-2" id="0GS-Xo-bu7"/>
236 </connections>
237 </button>
Alexandre Lision0c56cb62016-02-12 18:04:08 -0500238 <button verticalHuggingPriority="750" ambiguous="YES" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="dxk-Wh-H0B">
239 <rect key="frame" x="120" y="179" width="80" height="32"/>
Alexandre Lision53428a52015-03-20 17:59:00 -0400240 <buttonCell key="cell" type="push" title="Up" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="HoA-BH-xam">
241 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
242 <font key="font" metaFont="system"/>
243 </buttonCell>
244 <connections>
245 <action selector="moveUp:" target="-2" id="Na8-jb-xhV"/>
246 </connections>
247 </button>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -0400248 </subviews>
249 <constraints>
Alexandre Lision0c56cb62016-02-12 18:04:08 -0500250 <constraint firstAttribute="bottom" secondItem="Jki-s4-F1W" secondAttribute="bottom" constant="20" id="C1O-rd-eUI"/>
251 <constraint firstItem="ZBN-hf-rGe" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" constant="20" id="HGs-9d-fQj"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -0400252 <constraint firstItem="9VL-9a-rDg" firstAttribute="top" secondItem="99I-xI-Ioi" secondAttribute="bottom" constant="8" id="Hqz-b8-72b"/>
253 <constraint firstAttribute="trailing" secondItem="Jki-s4-F1W" secondAttribute="trailing" constant="20" id="J96-3h-sxa"/>
254 <constraint firstItem="zWn-Zy-Uau" firstAttribute="top" secondItem="rZv-qd-BGe" secondAttribute="top" id="KqW-8M-1Ad"/>
255 <constraint firstItem="99I-xI-Ioi" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="20" id="Mif-e1-csx"/>
Alexandre Lision0c56cb62016-02-12 18:04:08 -0500256 <constraint firstItem="IqR-Q4-2bh" firstAttribute="top" secondItem="ZBN-hf-rGe" secondAttribute="bottom" constant="8" id="MpQ-8y-79O"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -0400257 <constraint firstItem="zWn-Zy-Uau" firstAttribute="leading" secondItem="9VL-9a-rDg" secondAttribute="leading" id="N5s-qp-4jy"/>
258 <constraint firstItem="zWn-Zy-Uau" firstAttribute="top" secondItem="9VL-9a-rDg" secondAttribute="bottom" constant="8" id="PQk-F1-OVM"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -0400259 <constraint firstItem="zWn-Zy-Uau" firstAttribute="bottom" secondItem="rZv-qd-BGe" secondAttribute="bottom" id="UIa-O1-w7s"/>
Alexandre Lision0c56cb62016-02-12 18:04:08 -0500260 <constraint firstItem="rZv-qd-BGe" firstAttribute="trailing" secondItem="ZBN-hf-rGe" secondAttribute="trailing" id="UlG-Hv-ZCc"/>
261 <constraint firstItem="Jki-s4-F1W" firstAttribute="leading" secondItem="ZBN-hf-rGe" secondAttribute="trailing" constant="8" id="Zzg-Tr-BVP"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -0400262 <constraint firstItem="zWn-Zy-Uau" firstAttribute="leading" secondItem="99I-xI-Ioi" secondAttribute="leading" id="b1b-5h-ggf"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -0400263 <constraint firstItem="Jki-s4-F1W" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" constant="20" id="fez-KJ-jhG"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -0400264 <constraint firstItem="zWn-Zy-Uau" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="20" id="lRr-SS-K5h"/>
Alexandre Lision0c56cb62016-02-12 18:04:08 -0500265 <constraint firstItem="99I-xI-Ioi" firstAttribute="top" secondItem="ZBN-hf-rGe" secondAttribute="bottom" constant="8" id="qlR-1N-Pj8"/>
266 <constraint firstItem="ZBN-hf-rGe" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="20" id="u8B-Kk-OHn"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -0400267 <constraint firstItem="rZv-qd-BGe" firstAttribute="leading" secondItem="zWn-Zy-Uau" secondAttribute="trailing" constant="8" id="y2z-JO-Y63"/>
Alexandre Lision0c56cb62016-02-12 18:04:08 -0500268 <constraint firstItem="IqR-Q4-2bh" firstAttribute="leading" secondItem="dxk-Wh-H0B" secondAttribute="trailing" constant="8" id="yYZ-UL-F0F"/>
269 <constraint firstItem="dxk-Wh-H0B" firstAttribute="top" secondItem="ZBN-hf-rGe" secondAttribute="bottom" constant="8" id="zTd-2r-hid"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -0400270 </constraints>
Alexandre Lision0c56cb62016-02-12 18:04:08 -0500271 <point key="canvasLocation" x="542" y="273.5"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -0400272 </customView>
273 </objects>
274 <resources>
275 <image name="NSAddTemplate" width="11" height="11"/>
276 <image name="NSRemoveTemplate" width="11" height="11"/>
277 </resources>
278</document>