blob: ee7b89061ac7124756f756368ea2329ec27bf01c [file] [log] [blame]
Alexandre Lisionf5fc4792015-03-17 09:15:43 -04001<?xml version="1.0" encoding="UTF-8" standalone="no"?>
Alexandre Lision45f1f542016-08-25 15:16:17 -04002<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="10117" systemVersion="15G31" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
Alexandre Lisionf5fc4792015-03-17 09:15:43 -04003 <dependencies>
Alexandre Lision45f1f542016-08-25 15:16:17 -04004 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="10117"/>
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 Lisionc1f96662016-03-23 17:24:19 -040013 <outlet property="exportAccountButton" destination="8zw-sS-2ZT" id="aIw-Go-uB4"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -040014 <outlet property="generalTabItem" destination="tPR-Ac-N5Y" id="39S-pz-1Xs"/>
Alexandre Lisione4d61cb2016-02-10 09:26:24 -050015 <outlet property="mediaTabItem" destination="lxr-my-vH8" id="BhJ-cS-yVi"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -040016 <outlet property="protocolList" destination="rZv-qd-BGe" id="yU0-6C-Vt1"/>
Alexandre Lision45f1f542016-08-25 15:16:17 -040017 <outlet property="ringDevicesTabItem" destination="cT1-A5-rbj" id="Sql-e4-mD8"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -040018 <outlet property="ringTabItem" destination="1HC-kF-Jun" id="FJZ-2g-Y1i"/>
19 <outlet property="securityTabItem" destination="Vp5-yV-ScC" id="FDx-0T-3t9"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -040020 <outlet property="view" destination="Hz6-mo-xeY" id="eBn-rZ-84z"/>
21 </connections>
22 </customObject>
23 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
24 <customObject id="-3" userLabel="Application" customClass="NSObject"/>
25 <customView id="Hz6-mo-xeY">
Alexandre Lisione4d61cb2016-02-10 09:26:24 -050026 <rect key="frame" x="0.0" y="0.0" width="880" height="635"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -040027 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
28 <subviews>
Alexandre Lision0c56cb62016-02-12 18:04:08 -050029 <tabView hidden="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Jki-s4-F1W">
30 <rect key="frame" x="271" y="10" width="596" height="611"/>
31 <font key="font" metaFont="system"/>
32 <tabViewItems>
33 <tabViewItem label="General" identifier="1" id="tPR-Ac-N5Y">
34 <view key="view" id="8c3-Js-oxO">
35 <rect key="frame" x="10" y="33" width="576" height="565"/>
36 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
37 </view>
38 </tabViewItem>
39 <tabViewItem label="Media" identifier="2" id="lxr-my-vH8">
40 <view key="view" id="p9F-kK-hRx">
41 <rect key="frame" x="10" y="33" width="576" height="565"/>
42 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
43 </view>
44 </tabViewItem>
45 <tabViewItem label="Advanced" identifier="" id="RT7-u6-bhe">
46 <view key="view" id="Pp4-JG-r1v">
47 <rect key="frame" x="10" y="33" width="576" height="565"/>
48 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
49 </view>
50 </tabViewItem>
51 <tabViewItem label="Security" identifier="" id="Vp5-yV-ScC">
52 <view key="view" id="p3d-5C-tAZ">
53 <rect key="frame" x="10" y="33" width="576" height="565"/>
54 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
55 </view>
56 </tabViewItem>
57 <tabViewItem label="Ring" identifier="" id="1HC-kF-Jun">
58 <view key="view" id="asB-J0-2bi">
59 <rect key="frame" x="10" y="33" width="576" height="565"/>
60 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
61 </view>
62 </tabViewItem>
Alexandre Lision45f1f542016-08-25 15:16:17 -040063 <tabViewItem label="Devices" identifier="" id="cT1-A5-rbj">
64 <view key="view" id="Ey1-5D-Zou">
65 <rect key="frame" x="10" y="33" width="576" height="565"/>
66 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
67 </view>
68 </tabViewItem>
Alexandre Lision0c56cb62016-02-12 18:04:08 -050069 </tabViewItems>
70 <connections>
71 <outlet property="delegate" destination="-2" id="hfK-WK-DJT"/>
72 </connections>
73 </tabView>
74 <scrollView borderType="none" autohidesScrollers="YES" horizontalLineScroll="57" horizontalPageScroll="10" verticalLineScroll="57" verticalPageScroll="10" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ZBN-hf-rGe">
Alexandre Lisionf46768f2016-04-18 09:56:26 -040075 <rect key="frame" x="20" y="115" width="250" height="500"/>
Alexandre Lision0c56cb62016-02-12 18:04:08 -050076 <clipView key="contentView" id="f8N-NI-2Mk">
Alexandre Lisionf46768f2016-04-18 09:56:26 -040077 <rect key="frame" x="0.0" y="0.0" width="250" height="500"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -040078 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
79 <subviews>
Alexandre Lisionc1f96662016-03-23 17:24:19 -040080 <outlineView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" autosaveColumns="NO" rowHeight="55" rowSizeStyle="automatic" viewBased="YES" outlineTableColumn="eOe-f3-q88" id="jXv-6I-P9R" customClass="RingOutlineView">
Alexandre Lision45f1f542016-08-25 15:16:17 -040081 <rect key="frame" x="0.0" y="0.0" width="250" height="0.0"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -040082 <autoresizingMask key="autoresizingMask"/>
83 <size key="intercellSpacing" width="3" height="2"/>
Alexandre Lisionbfa68f62015-09-10 08:38:42 -040084 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -040085 <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
86 <tableColumns>
Alexandre Lision0c56cb62016-02-12 18:04:08 -050087 <tableColumn width="247" minWidth="40" maxWidth="1000" id="eOe-f3-q88">
88 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border">
Alexandre Lisionf5fc4792015-03-17 09:15:43 -040089 <font key="font" metaFont="smallSystem"/>
90 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
91 <color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
92 </tableHeaderCell>
Alexandre Lision51ff1492016-04-15 11:38:37 -040093 <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" id="cy4-WY-oWA">
Alexandre Lisionf5fc4792015-03-17 09:15:43 -040094 <font key="font" metaFont="system"/>
95 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
96 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
97 </textFieldCell>
98 <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
Alexandre Lision0c56cb62016-02-12 18:04:08 -050099 <prototypeCellViews>
100 <tableCellView identifier="AccountView" id="ad8-7V-ppH">
101 <rect key="frame" x="1" y="1" width="247" height="50"/>
102 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
103 <subviews>
104 <textField verticalHuggingPriority="750" tag="300" translatesAutoresizingMaskIntoConstraints="NO" id="QiY-lg-2e7" userLabel="Status label">
105 <rect key="frame" x="38" y="6" width="174" height="14"/>
106 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" placeholderString="Status" id="eEz-Lm-SOj">
107 <font key="font" metaFont="smallSystem"/>
108 <color key="textColor" name="secondaryLabelColor" catalog="System" colorSpace="catalog"/>
109 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
110 </textFieldCell>
111 </textField>
112 <button tag="100" translatesAutoresizingMaskIntoConstraints="NO" id="4gW-o0-qBs">
113 <rect key="frame" x="4" y="10" width="30" height="30"/>
114 <constraints>
115 <constraint firstAttribute="height" constant="26" id="dPg-jt-2bB"/>
116 <constraint firstAttribute="width" constant="26" id="nd2-5p-LZP"/>
117 </constraints>
118 <buttonCell key="cell" type="check" bezelStyle="regularSquare" imagePosition="overlaps" state="on" inset="2" id="98N-mV-Lvs">
119 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
120 <font key="font" metaFont="system"/>
121 </buttonCell>
122 <connections>
123 <action selector="toggleAccount:" target="-2" id="kSH-L7-JBk"/>
124 </connections>
125 </button>
126 <textField verticalHuggingPriority="750" tag="200" translatesAutoresizingMaskIntoConstraints="NO" id="6TV-dI-Snq" userLabel="Name label">
127 <rect key="frame" x="38" y="26" width="208" height="21"/>
128 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" placeholderString="Name" id="ZDh-Jh-hfW">
129 <font key="font" metaFont="system" size="17"/>
130 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
131 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
132 </textFieldCell>
133 </textField>
134 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" tag="400" translatesAutoresizingMaskIntoConstraints="NO" id="Xc2-3P-8bD" userLabel="Type label">
135 <rect key="frame" x="216" y="6" width="30" height="14"/>
136 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" placeholderString="Type" id="KoR-IH-uuI">
137 <font key="font" metaFont="smallSystem"/>
138 <color key="textColor" name="secondaryLabelColor" catalog="System" colorSpace="catalog"/>
139 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
140 </textFieldCell>
141 </textField>
142 </subviews>
143 <constraints>
144 <constraint firstItem="Xc2-3P-8bD" firstAttribute="leading" secondItem="QiY-lg-2e7" secondAttribute="trailing" constant="8" id="3v7-n0-iXY"/>
145 <constraint firstAttribute="trailing" secondItem="6TV-dI-Snq" secondAttribute="trailing" constant="3" id="CTP-TN-Vbi"/>
146 <constraint firstItem="6TV-dI-Snq" firstAttribute="leading" secondItem="4gW-o0-qBs" secondAttribute="trailing" constant="8" id="Hse-mO-dPa"/>
147 <constraint firstItem="4gW-o0-qBs" firstAttribute="leading" secondItem="ad8-7V-ppH" secondAttribute="leading" constant="6" id="JY6-MP-VFh"/>
148 <constraint firstAttribute="bottom" secondItem="Xc2-3P-8bD" secondAttribute="bottom" constant="6" id="L9T-l6-RwY"/>
149 <constraint firstAttribute="trailing" secondItem="Xc2-3P-8bD" secondAttribute="trailing" constant="3" id="N3o-ax-ByI"/>
150 <constraint firstItem="QiY-lg-2e7" firstAttribute="top" secondItem="6TV-dI-Snq" secondAttribute="bottom" constant="6" id="Xzf-V4-6yK"/>
151 <constraint firstItem="QiY-lg-2e7" firstAttribute="leading" secondItem="4gW-o0-qBs" secondAttribute="trailing" constant="8" id="dNJ-97-LA6"/>
152 <constraint firstItem="4gW-o0-qBs" firstAttribute="centerY" secondItem="ad8-7V-ppH" secondAttribute="centerY" id="iiW-GM-OrE"/>
153 <constraint firstItem="6TV-dI-Snq" firstAttribute="top" secondItem="ad8-7V-ppH" secondAttribute="top" constant="3" id="kk5-KX-RD5"/>
154 </constraints>
155 </tableCellView>
156 <customView identifier="HoverRowView" id="m8X-vo-tKI" customClass="HoverTableRowView">
157 <rect key="frame" x="1" y="53" width="247" height="55"/>
158 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
159 </customView>
160 </prototypeCellViews>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -0400161 </tableColumn>
162 </tableColumns>
163 <connections>
Alexandre Lision0c56cb62016-02-12 18:04:08 -0500164 <outlet property="delegate" destination="-2" id="nyk-3k-Pyh"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -0400165 </connections>
166 </outlineView>
167 </subviews>
168 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
169 </clipView>
170 <constraints>
Alexandre Lisionf46768f2016-04-18 09:56:26 -0400171 <constraint firstAttribute="height" constant="500" id="UBl-FT-gaL"/>
Alexandre Lision0c56cb62016-02-12 18:04:08 -0500172 <constraint firstAttribute="width" constant="250" id="aC0-6T-CUo"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -0400173 </constraints>
Alexandre Lision0c56cb62016-02-12 18:04:08 -0500174 <scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="x1l-v5-r0B">
175 <rect key="frame" x="1" y="119" width="223" height="15"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -0400176 <autoresizingMask key="autoresizingMask"/>
177 </scroller>
Alexandre Lision0c56cb62016-02-12 18:04:08 -0500178 <scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="NO" id="nVp-Qk-GaJ">
Alexandre Lisionc1f96662016-03-23 17:24:19 -0400179 <rect key="frame" x="234" y="0.0" width="16" height="0.0"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -0400180 <autoresizingMask key="autoresizingMask"/>
181 </scroller>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -0400182 </scrollView>
Alexandre Lision0c56cb62016-02-12 18:04:08 -0500183 <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="zWn-Zy-Uau">
Alexandre Lisionf46768f2016-04-18 09:56:26 -0400184 <rect key="frame" x="14" y="54" width="82" height="32"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -0400185 <constraints>
186 <constraint firstAttribute="width" constant="70" id="wC2-dX-oeG"/>
187 </constraints>
188 <buttonCell key="cell" type="push" bezelStyle="rounded" image="NSAddTemplate" imagePosition="overlaps" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="3we-3L-Sib">
189 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
190 <font key="font" metaFont="system"/>
191 </buttonCell>
192 <connections>
193 <action selector="addAccount:" target="-2" id="P9N-LS-Ikk"/>
194 </connections>
195 </button>
Alexandre Lisionc1f96662016-03-23 17:24:19 -0400196 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="9VL-9a-rDg">
Alexandre Lisionf46768f2016-04-18 09:56:26 -0400197 <rect key="frame" x="18" y="90" width="105" height="17"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -0400198 <constraints>
199 <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="41" id="VFE-du-cB1"/>
200 </constraints>
Alexandre Lision53428a52015-03-20 17:59:00 -0400201 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Create Account" id="OZ9-qH-dYW">
Alexandre Lisionf5fc4792015-03-17 09:15:43 -0400202 <font key="font" metaFont="systemBold"/>
203 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
204 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
205 </textFieldCell>
206 </textField>
Alexandre Lision0c56cb62016-02-12 18:04:08 -0500207 <popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="rZv-qd-BGe">
Alexandre Lisionf46768f2016-04-18 09:56:26 -0400208 <rect key="frame" x="96" y="58" width="177" height="26"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -0400209 <popUpButtonCell key="cell" type="push" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" borderStyle="borderAndBezel" identifier="protocolList" imageScaling="proportionallyDown" inset="2" id="bfy-Lh-jXj">
210 <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
211 <font key="font" metaFont="menu"/>
212 <menu key="menu" id="C4E-fX-038">
213 <connections>
214 <outlet property="delegate" destination="-2" id="J3b-L2-TQ3"/>
215 </connections>
216 </menu>
217 </popUpButtonCell>
218 <connections>
219 <action selector="protocolSelectedChanged:" target="-2" id="83Y-L0-Bav"/>
220 </connections>
221 </popUpButton>
Alexandre Lisionf46768f2016-04-18 09:56:26 -0400222 <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="on2-tl-jhF">
223 <rect key="frame" x="116" y="13" width="80" height="32"/>
Alexandre Lisionc1f96662016-03-23 17:24:19 -0400224 <constraints>
Alexandre Lisionf46768f2016-04-18 09:56:26 -0400225 <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="68" id="COM-pP-trH"/>
226 <constraint firstAttribute="height" constant="21" id="zSJ-GQ-dyi"/>
Alexandre Lisionc1f96662016-03-23 17:24:19 -0400227 </constraints>
Alexandre Lisionc1f96662016-03-23 17:24:19 -0400228 <buttonCell key="cell" type="push" title="Import" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="zov-Bb-Fgp">
229 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
230 <font key="font" metaFont="system"/>
231 </buttonCell>
232 <connections>
233 <action selector="importAccount:" target="-2" id="0Dl-fT-SY4"/>
234 </connections>
235 </button>
Alexandre Lisionf46768f2016-04-18 09:56:26 -0400236 <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="8zw-sS-2ZT">
237 <rect key="frame" x="196" y="13" width="80" height="32"/>
238 <constraints>
239 <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="68" id="YuZ-Gp-CPP"/>
240 <constraint firstAttribute="height" constant="21" id="xKV-h7-UOA"/>
241 </constraints>
Alexandre Lisionc1f96662016-03-23 17:24:19 -0400242 <buttonCell key="cell" type="push" title="Export" bezelStyle="rounded" alignment="center" enabled="NO" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="OeK-Sf-pdc">
243 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
244 <font key="font" metaFont="system"/>
245 </buttonCell>
246 <connections>
247 <action selector="exportAccount:" target="-2" id="AXf-KV-GAn"/>
248 </connections>
249 </button>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -0400250 </subviews>
251 <constraints>
Alexandre Lision0c56cb62016-02-12 18:04:08 -0500252 <constraint firstAttribute="bottom" secondItem="Jki-s4-F1W" secondAttribute="bottom" constant="20" id="C1O-rd-eUI"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -0400253 <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"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -0400255 <constraint firstItem="zWn-Zy-Uau" firstAttribute="leading" secondItem="9VL-9a-rDg" secondAttribute="leading" id="N5s-qp-4jy"/>
Alexandre Lisionf46768f2016-04-18 09:56:26 -0400256 <constraint firstItem="Jki-s4-F1W" firstAttribute="leading" secondItem="8zw-sS-2ZT" secondAttribute="trailing" constant="8" id="Pc6-IH-cZd"/>
Alexandre Lision0c56cb62016-02-12 18:04:08 -0500257 <constraint firstItem="rZv-qd-BGe" firstAttribute="trailing" secondItem="ZBN-hf-rGe" secondAttribute="trailing" id="UlG-Hv-ZCc"/>
258 <constraint firstItem="Jki-s4-F1W" firstAttribute="leading" secondItem="ZBN-hf-rGe" secondAttribute="trailing" constant="8" id="Zzg-Tr-BVP"/>
Alexandre Lisionf46768f2016-04-18 09:56:26 -0400259 <constraint firstItem="9VL-9a-rDg" firstAttribute="top" secondItem="ZBN-hf-rGe" secondAttribute="bottom" constant="8" id="dl0-mM-why"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -0400260 <constraint firstItem="Jki-s4-F1W" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" constant="20" id="fez-KJ-jhG"/>
Alexandre Lisionc1f96662016-03-23 17:24:19 -0400261 <constraint firstItem="rZv-qd-BGe" firstAttribute="top" secondItem="9VL-9a-rDg" secondAttribute="bottom" constant="8" id="ge2-uV-Gff"/>
Alexandre Lisionf46768f2016-04-18 09:56:26 -0400262 <constraint firstItem="ZBN-hf-rGe" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" constant="20" id="jPM-jY-R59"/>
263 <constraint firstItem="on2-tl-jhF" firstAttribute="top" secondItem="rZv-qd-BGe" secondAttribute="bottom" constant="20" id="lRd-oa-cDr"/>
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 Lisionf46768f2016-04-18 09:56:26 -0400265 <constraint firstItem="8zw-sS-2ZT" firstAttribute="top" secondItem="rZv-qd-BGe" secondAttribute="bottom" constant="20" id="rVH-wD-IKs"/>
266 <constraint firstItem="8zw-sS-2ZT" firstAttribute="leading" secondItem="on2-tl-jhF" secondAttribute="trailing" constant="12" id="sDm-KA-PB0"/>
Alexandre Lision0c56cb62016-02-12 18:04:08 -0500267 <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 -0400268 <constraint firstItem="rZv-qd-BGe" firstAttribute="leading" secondItem="zWn-Zy-Uau" secondAttribute="trailing" constant="8" id="y2z-JO-Y63"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -0400269 </constraints>
Alexandre Lision0c56cb62016-02-12 18:04:08 -0500270 <point key="canvasLocation" x="542" y="273.5"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -0400271 </customView>
272 </objects>
273 <resources>
274 <image name="NSAddTemplate" width="11" height="11"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -0400275 </resources>
276</document>