blob: 176db24209222dd3209d55029cffdccbe7dbf824 [file] [log] [blame]
Alexandre Lisionf86edb32016-09-15 16:20:55 -04001<?xml version="1.0" encoding="UTF-8"?>
Kateryna Kostiukb90f92a2017-07-10 12:13:12 -04002<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="11762" systemVersion="16D30a" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
Alexandre Lision2db8f472015-07-22 15:05:46 -04003 <dependencies>
Kateryna Kostiukb90f92a2017-07-10 12:13:12 -04004 <development version="7000" identifier="xcode"/>
5 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="11762"/>
Alexandre Lision2db8f472015-07-22 15:05:46 -04006 </dependencies>
7 <objects>
8 <customObject id="-2" userLabel="File's Owner" customClass="PersonLinkerVC">
9 <connections>
Kateryna Kostiukb90f92a2017-07-10 12:13:12 -040010 <outlet property="addCloudContactMsg" destination="TQq-By-akw" id="P1I-KU-vMh"/>
Alexandre Lision2db8f472015-07-22 15:05:46 -040011 <outlet property="categoryComboBox" destination="MFf-kv-pz3" id="a2g-cf-dcv"/>
12 <outlet property="contactMethodLabel" destination="8pP-Sy-Vkd" id="UGZ-bY-lDO"/>
13 <outlet property="createContactSubview" destination="6M0-sm-haN" id="Ba5-9R-6fh"/>
14 <outlet property="createNewContactButton" destination="N0T-7S-TCW" id="MUz-ox-g0t"/>
15 <outlet property="firstNameField" destination="m4N-gI-w8E" id="qeh-cD-nEA"/>
16 <outlet property="lastNameField" destination="j0A-7O-Bvj" id="CcY-4A-Epn"/>
17 <outlet property="linkToExistingSubview" destination="4Dh-2q-0Sm" id="CMO-kR-mHc"/>
18 <outlet property="personsView" destination="eKe-7i-c79" id="oAv-Y3-gon"/>
19 <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
20 </connections>
21 </customObject>
22 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
23 <customObject id="-3" userLabel="Application" customClass="NSObject"/>
24 <customView id="Hz6-mo-xeY">
Alexandre Lision61db3552015-10-22 19:12:52 -040025 <rect key="frame" x="0.0" y="0.0" width="308" height="452"/>
Alexandre Lision2db8f472015-07-22 15:05:46 -040026 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
27 <subviews>
28 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="8pP-Sy-Vkd">
29 <rect key="frame" x="18" y="415" width="184" height="22"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -040030 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
Alexandre Lision51ff1492016-04-15 11:38:37 -040031 <textFieldCell key="cell" lineBreakMode="truncatingTail" truncatesLastVisibleLine="YES" sendsActionOnEndEditing="YES" alignment="right" placeholderString="Contact Method" usesSingleLineMode="YES" id="a9R-r5-K3w">
Alexandre Lision2db8f472015-07-22 15:05:46 -040032 <font key="font" size="18" name="HelveticaNeue-Thin"/>
33 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
34 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
35 </textFieldCell>
36 </textField>
37 <customView fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="4Dh-2q-0Sm">
38 <rect key="frame" x="0.0" y="-21" width="308" height="428"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -040039 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
Alexandre Lision2db8f472015-07-22 15:05:46 -040040 <subviews>
Alexandre Lision2db8f472015-07-22 15:05:46 -040041 <searchField wantsLayer="YES" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="ZJY-k3-gHh">
Alexandre Lision61db3552015-10-22 19:12:52 -040042 <rect key="frame" x="20" y="406" width="268" height="22"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -040043 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
Alexandre Lision2db8f472015-07-22 15:05:46 -040044 <searchFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" borderStyle="bezel" usesSingleLineMode="YES" bezelStyle="round" sendsSearchStringImmediately="YES" id="sS1-2Z-ZWi">
45 <font key="font" metaFont="system"/>
46 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
47 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
48 </searchFieldCell>
49 <connections>
50 <outlet property="delegate" destination="-2" id="XVp-Zj-wcV"/>
51 <outlet property="nextKeyView" destination="eKe-7i-c79" id="7Oc-g3-Xrb"/>
52 </connections>
53 </searchField>
54 <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="cfj-u3-ErF">
55 <rect key="frame" x="9" y="24" width="291" height="30"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -040056 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
Alexandre Lision2db8f472015-07-22 15:05:46 -040057 <buttonCell key="cell" type="squareTextured" title="Add new contact" bezelStyle="texturedSquare" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="had-9Y-eza">
58 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
59 <font key="font" metaFont="system"/>
60 </buttonCell>
61 <connections>
62 <action selector="presentNewContactForm:" target="-2" id="GOU-Lc-s5y"/>
63 <outlet property="nextKeyView" destination="MFf-kv-pz3" id="ptg-Li-e6T"/>
64 </connections>
65 </button>
Alexandre Lision61db3552015-10-22 19:12:52 -040066 <scrollView fixedFrame="YES" borderType="none" autohidesScrollers="YES" horizontalLineScroll="42" horizontalPageScroll="10" verticalLineScroll="42" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" horizontalScrollElasticity="none" scrollerKnobStyle="light" translatesAutoresizingMaskIntoConstraints="NO" id="sue-LK-DlA">
Alexandre Lision4dfcafc2015-08-20 12:43:23 -040067 <rect key="frame" x="0.0" y="61" width="308" height="337"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -040068 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
Alexandre Lision61db3552015-10-22 19:12:52 -040069 <clipView key="contentView" ambiguous="YES" drawsBackground="NO" copiesOnScroll="NO" id="bpD-gC-mEn">
70 <rect key="frame" x="0.0" y="0.0" width="308" height="337"/>
Alexandre Lision4dfcafc2015-08-20 12:43:23 -040071 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
72 <subviews>
73 <outlineView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" multipleSelection="NO" autosaveColumns="NO" rowHeight="40" viewBased="YES" indentationPerLevel="16" autoresizesOutlineColumn="YES" outlineTableColumn="02n-X5-Zug" id="eKe-7i-c79">
Alexandre Lision61db3552015-10-22 19:12:52 -040074 <rect key="frame" x="0.0" y="0.0" width="308" height="337"/>
Alexandre Lision4dfcafc2015-08-20 12:43:23 -040075 <autoresizingMask key="autoresizingMask"/>
76 <size key="intercellSpacing" width="3" height="2"/>
77 <color key="backgroundColor" white="0.66666666669999997" alpha="0.0" colorSpace="deviceWhite"/>
78 <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
79 <tableColumns>
Alexandre Lision61db3552015-10-22 19:12:52 -040080 <tableColumn identifier="NameColumn" width="305" minWidth="40" maxWidth="1000" id="02n-X5-Zug">
Alexandre Lision4dfcafc2015-08-20 12:43:23 -040081 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left">
82 <font key="font" metaFont="system"/>
83 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
84 <color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
85 </tableHeaderCell>
Alexandre Lision61db3552015-10-22 19:12:52 -040086 <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="M4f-N4-msh">
Alexandre Lision4dfcafc2015-08-20 12:43:23 -040087 <font key="font" metaFont="system"/>
88 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
89 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
90 </textFieldCell>
91 <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
92 <prototypeCellViews>
93 <tableCellView identifier="MainCell" wantsLayer="YES" id="nIU-iD-8vh">
Alexandre Lision61db3552015-10-22 19:12:52 -040094 <rect key="frame" x="1" y="1" width="305" height="60"/>
Alexandre Lision4dfcafc2015-08-20 12:43:23 -040095 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
96 <subviews>
97 <textField wantsLayer="YES" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" tag="200" translatesAutoresizingMaskIntoConstraints="NO" id="Vix-1z-ceH">
98 <rect key="frame" x="60" y="20" width="219" height="23"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -040099 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
Alexandre Lision51ff1492016-04-15 11:38:37 -0400100 <textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" placeholderString="Display Role" id="Jcn-cg-rbR">
Alexandre Lision4dfcafc2015-08-20 12:43:23 -0400101 <font key="font" size="16" name="HelveticaNeue-Light"/>
102 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
103 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
104 </textFieldCell>
105 </textField>
106 <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" tag="100" translatesAutoresizingMaskIntoConstraints="NO" id="XdL-zf-7dn">
107 <rect key="frame" x="10" y="11" width="40" height="40"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400108 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
Alexandre Lision4dfcafc2015-08-20 12:43:23 -0400109 <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" id="27s-no-TQR"/>
110 </imageView>
111 </subviews>
112 <connections>
113 <outlet property="textField" destination="Vix-1z-ceH" id="Abp-mU-zH1"/>
114 </connections>
115 </tableCellView>
116 </prototypeCellViews>
117 </tableColumn>
118 </tableColumns>
119 <connections>
120 <outlet property="delegate" destination="-2" id="4Ls-yd-9gL"/>
121 <outlet property="nextKeyView" destination="cfj-u3-ErF" id="oex-MO-dfb"/>
122 </connections>
123 </outlineView>
124 </subviews>
Alexandre Lision4dfcafc2015-08-20 12:43:23 -0400125 </clipView>
126 <scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="4Sk-mY-PsD">
Alexandre Lision61db3552015-10-22 19:12:52 -0400127 <rect key="frame" x="1" y="117" width="238" height="16"/>
Alexandre Lision4dfcafc2015-08-20 12:43:23 -0400128 <autoresizingMask key="autoresizingMask"/>
129 </scroller>
130 <scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="NO" id="awN-qf-qb2">
Alexandre Lision61db3552015-10-22 19:12:52 -0400131 <rect key="frame" x="-16" y="0.0" width="16" height="0.0"/>
Alexandre Lision4dfcafc2015-08-20 12:43:23 -0400132 <autoresizingMask key="autoresizingMask"/>
133 </scroller>
134 </scrollView>
Alexandre Lision2db8f472015-07-22 15:05:46 -0400135 </subviews>
136 </customView>
137 <comboBox verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="MFf-kv-pz3">
138 <rect key="frame" x="208" y="415" width="84" height="26"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400139 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
Alexandre Lision2db8f472015-07-22 15:05:46 -0400140 <comboBoxCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" drawsBackground="YES" completes="NO" usesDataSource="YES" numberOfVisibleItems="5" id="Msw-lx-k0J">
141 <font key="font" metaFont="system"/>
142 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
143 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
144 </comboBoxCell>
145 <connections>
146 <outlet property="dataSource" destination="-2" id="tJu-f2-MiR"/>
147 <outlet property="delegate" destination="-2" id="WaI-jK-1gz"/>
148 <outlet property="nextKeyView" destination="ZJY-k3-gHh" id="tEx-0T-BlC"/>
149 </connections>
150 </comboBox>
151 </subviews>
152 <point key="canvasLocation" x="578" y="354"/>
153 </customView>
154 <customView wantsLayer="YES" id="6M0-sm-haN">
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400155 <rect key="frame" x="0.0" y="0.0" width="272" height="216"/>
Alexandre Lision2db8f472015-07-22 15:05:46 -0400156 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
157 <subviews>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400158 <textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="m4N-gI-w8E">
159 <rect key="frame" x="13" y="107" width="245" height="22"/>
160 <constraints>
161 <constraint firstAttribute="width" constant="245" id="iPe-jW-Wlk"/>
162 </constraints>
Alexandre Lision2db8f472015-07-22 15:05:46 -0400163 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" placeholderString="First name..." drawsBackground="YES" id="vyb-95-XaF">
164 <font key="font" metaFont="system"/>
165 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
166 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
167 </textFieldCell>
168 <connections>
169 <outlet property="delegate" destination="-2" id="CCw-aR-pcT"/>
170 <outlet property="nextKeyView" destination="j0A-7O-Bvj" id="Ub8-NO-TRg"/>
171 </connections>
172 </textField>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400173 <textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="j0A-7O-Bvj">
174 <rect key="frame" x="13" y="75" width="245" height="22"/>
175 <constraints>
176 <constraint firstAttribute="width" constant="245" id="gH8-eW-ktF"/>
177 </constraints>
Alexandre Lision2db8f472015-07-22 15:05:46 -0400178 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" placeholderString="Last name..." drawsBackground="YES" id="cGT-nu-sPa">
179 <font key="font" metaFont="system"/>
180 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
181 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
182 </textFieldCell>
183 <connections>
184 <outlet property="delegate" destination="-2" id="C7b-2i-RVK"/>
185 <outlet property="nextKeyView" destination="N0T-7S-TCW" id="DHp-cl-011"/>
186 </connections>
187 </textField>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400188 <textField wantsLayer="YES" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="GgO-mM-nnz">
189 <rect key="frame" x="74" y="192" width="125" height="24"/>
Alexandre Lision2db8f472015-07-22 15:05:46 -0400190 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="center" title="New Contact" id="v7b-de-MVd">
191 <font key="font" metaFont="system" size="20"/>
192 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
193 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
194 </textFieldCell>
195 </textField>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400196 <scrollView borderType="none" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="vzn-cW-Vtm">
197 <rect key="frame" x="27" y="137" width="217" height="41"/>
198 <clipView key="contentView" drawsBackground="NO" copiesOnScroll="NO" id="2yu-GN-mus">
199 <rect key="frame" x="0.0" y="0.0" width="217" height="41"/>
Alexandre Lision2db8f472015-07-22 15:05:46 -0400200 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
201 <subviews>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400202 <textView editable="NO" selectable="NO" drawsBackground="NO" importsGraphics="NO" usesFontPanel="YES" findStyle="panel" continuousSpellChecking="YES" allowsUndo="YES" usesRuler="YES" allowsNonContiguousLayout="YES" quoteSubstitution="YES" dashSubstitution="YES" spellingCorrection="YES" smartInsertDelete="YES" id="TQq-By-akw">
203 <rect key="frame" x="0.0" y="0.0" width="217" height="41"/>
Alexandre Lision2db8f472015-07-22 15:05:46 -0400204 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
205 <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400206 <size key="minSize" width="217" height="41"/>
Alexandre Lision2db8f472015-07-22 15:05:46 -0400207 <size key="maxSize" width="463" height="10000000"/>
208 <attributedString key="textStorage">
209 <fragment content="This contact will be added to your iCloud contacts ">
210 <attributes>
211 <font key="NSFont" metaFont="smallSystem"/>
212 <paragraphStyle key="NSParagraphStyle" alignment="center" lineBreakMode="wordWrapping" baseWritingDirection="natural"/>
213 </attributes>
214 </fragment>
215 </attributedString>
216 <color key="insertionPointColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
Alexandre Lision2db8f472015-07-22 15:05:46 -0400217 </textView>
218 </subviews>
Alexandre Lision2db8f472015-07-22 15:05:46 -0400219 </clipView>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400220 <constraints>
221 <constraint firstAttribute="height" constant="41" id="evf-4R-Uy9"/>
222 <constraint firstAttribute="width" constant="217" id="rLb-RB-QaL"/>
223 </constraints>
Alexandre Lision2db8f472015-07-22 15:05:46 -0400224 <scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" doubleValue="1" horizontal="YES" id="XUh-Co-vZc">
225 <rect key="frame" x="-100" y="-100" width="87" height="18"/>
226 <autoresizingMask key="autoresizingMask"/>
227 </scroller>
Alexandre Lision61db3552015-10-22 19:12:52 -0400228 <scroller key="verticalScroller" verticalHuggingPriority="750" horizontal="NO" id="C83-CS-odD">
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400229 <rect key="frame" x="201" y="0.0" width="16" height="41"/>
Alexandre Lision2db8f472015-07-22 15:05:46 -0400230 <autoresizingMask key="autoresizingMask"/>
231 </scroller>
232 </scrollView>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400233 <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="N0T-7S-TCW">
234 <rect key="frame" x="95" y="38" width="81" height="25"/>
235 <constraints>
236 <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="81" id="gX5-8a-8bp"/>
237 </constraints>
Alexandre Lision2db8f472015-07-22 15:05:46 -0400238 <buttonCell key="cell" type="squareTextured" title="Create" bezelStyle="texturedSquare" alignment="center" enabled="NO" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="qZc-Z2-TpP">
239 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
240 <font key="font" metaFont="system"/>
241 </buttonCell>
242 <connections>
243 <action selector="createContact:" target="-2" id="zAV-BX-EwU"/>
244 <outlet property="nextKeyView" destination="m4N-gI-w8E" id="Q27-eZ-3aK"/>
245 </connections>
246 </button>
247 </subviews>
248 <constraints>
249 <constraint firstAttribute="centerX" secondItem="m4N-gI-w8E" secondAttribute="centerX" id="4IS-12-aeP"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400250 <constraint firstItem="N0T-7S-TCW" firstAttribute="top" secondItem="j0A-7O-Bvj" secondAttribute="bottom" constant="13" id="FM4-Ux-d1v"/>
Alexandre Lision2db8f472015-07-22 15:05:46 -0400251 <constraint firstAttribute="centerX" secondItem="j0A-7O-Bvj" secondAttribute="centerX" id="JAP-Mr-JWl"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400252 <constraint firstItem="vzn-cW-Vtm" firstAttribute="top" secondItem="GgO-mM-nnz" secondAttribute="bottom" constant="14" id="RXK-45-m86"/>
253 <constraint firstItem="N0T-7S-TCW" firstAttribute="centerX" secondItem="6M0-sm-haN" secondAttribute="centerX" id="bFE-4h-t1h"/>
254 <constraint firstItem="GgO-mM-nnz" firstAttribute="top" secondItem="6M0-sm-haN" secondAttribute="top" id="ev3-6v-7uJ"/>
Alexandre Lision2db8f472015-07-22 15:05:46 -0400255 <constraint firstAttribute="centerX" secondItem="vzn-cW-Vtm" secondAttribute="centerX" id="ltD-l2-ESu"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400256 <constraint firstItem="j0A-7O-Bvj" firstAttribute="top" secondItem="m4N-gI-w8E" secondAttribute="bottom" constant="10" id="oZj-eA-5pT"/>
257 <constraint firstItem="m4N-gI-w8E" firstAttribute="top" secondItem="vzn-cW-Vtm" secondAttribute="bottom" constant="8" id="teN-U3-diI"/>
Alexandre Lision2db8f472015-07-22 15:05:46 -0400258 <constraint firstAttribute="centerX" secondItem="GgO-mM-nnz" secondAttribute="centerX" id="zLf-OH-9nF"/>
259 </constraints>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400260 <point key="canvasLocation" x="949" y="317"/>
Alexandre Lision2db8f472015-07-22 15:05:46 -0400261 </customView>
262 </objects>
263</document>