blob: fe6e9b47213c73222732ca0ad32b78305dda5924 [file] [log] [blame]
Alexandre Lisionf86edb32016-09-15 16:20:55 -04001<?xml version="1.0" encoding="UTF-8"?>
2<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="11201" systemVersion="16A313a" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
Alexandre Lision2db8f472015-07-22 15:05:46 -04003 <dependencies>
Alexandre Lisionf86edb32016-09-15 16:20:55 -04004 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="11201"/>
Alexandre Lision2db8f472015-07-22 15:05:46 -04005 </dependencies>
6 <objects>
7 <customObject id="-2" userLabel="File's Owner" customClass="PersonLinkerVC">
8 <connections>
9 <outlet property="categoryComboBox" destination="MFf-kv-pz3" id="a2g-cf-dcv"/>
10 <outlet property="contactMethodLabel" destination="8pP-Sy-Vkd" id="UGZ-bY-lDO"/>
11 <outlet property="createContactSubview" destination="6M0-sm-haN" id="Ba5-9R-6fh"/>
12 <outlet property="createNewContactButton" destination="N0T-7S-TCW" id="MUz-ox-g0t"/>
13 <outlet property="firstNameField" destination="m4N-gI-w8E" id="qeh-cD-nEA"/>
14 <outlet property="lastNameField" destination="j0A-7O-Bvj" id="CcY-4A-Epn"/>
15 <outlet property="linkToExistingSubview" destination="4Dh-2q-0Sm" id="CMO-kR-mHc"/>
16 <outlet property="personsView" destination="eKe-7i-c79" id="oAv-Y3-gon"/>
17 <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
18 </connections>
19 </customObject>
20 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
21 <customObject id="-3" userLabel="Application" customClass="NSObject"/>
22 <customView id="Hz6-mo-xeY">
Alexandre Lision61db3552015-10-22 19:12:52 -040023 <rect key="frame" x="0.0" y="0.0" width="308" height="452"/>
Alexandre Lision2db8f472015-07-22 15:05:46 -040024 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
25 <subviews>
26 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="8pP-Sy-Vkd">
27 <rect key="frame" x="18" y="415" width="184" height="22"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -040028 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
Alexandre Lision51ff1492016-04-15 11:38:37 -040029 <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 -040030 <font key="font" size="18" name="HelveticaNeue-Thin"/>
31 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
32 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
33 </textFieldCell>
34 </textField>
35 <customView fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="4Dh-2q-0Sm">
36 <rect key="frame" x="0.0" y="-21" width="308" height="428"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -040037 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
Alexandre Lision2db8f472015-07-22 15:05:46 -040038 <subviews>
Alexandre Lision2db8f472015-07-22 15:05:46 -040039 <searchField wantsLayer="YES" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="ZJY-k3-gHh">
Alexandre Lision61db3552015-10-22 19:12:52 -040040 <rect key="frame" x="20" y="406" width="268" height="22"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -040041 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
Alexandre Lision2db8f472015-07-22 15:05:46 -040042 <searchFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" borderStyle="bezel" usesSingleLineMode="YES" bezelStyle="round" sendsSearchStringImmediately="YES" id="sS1-2Z-ZWi">
43 <font key="font" metaFont="system"/>
44 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
45 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
46 </searchFieldCell>
47 <connections>
48 <outlet property="delegate" destination="-2" id="XVp-Zj-wcV"/>
49 <outlet property="nextKeyView" destination="eKe-7i-c79" id="7Oc-g3-Xrb"/>
50 </connections>
51 </searchField>
52 <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="cfj-u3-ErF">
53 <rect key="frame" x="9" y="24" width="291" height="30"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -040054 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
Alexandre Lision2db8f472015-07-22 15:05:46 -040055 <buttonCell key="cell" type="squareTextured" title="Add new contact" bezelStyle="texturedSquare" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="had-9Y-eza">
56 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
57 <font key="font" metaFont="system"/>
58 </buttonCell>
59 <connections>
60 <action selector="presentNewContactForm:" target="-2" id="GOU-Lc-s5y"/>
61 <outlet property="nextKeyView" destination="MFf-kv-pz3" id="ptg-Li-e6T"/>
62 </connections>
63 </button>
Alexandre Lision61db3552015-10-22 19:12:52 -040064 <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 -040065 <rect key="frame" x="0.0" y="61" width="308" height="337"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -040066 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
Alexandre Lision61db3552015-10-22 19:12:52 -040067 <clipView key="contentView" ambiguous="YES" drawsBackground="NO" copiesOnScroll="NO" id="bpD-gC-mEn">
68 <rect key="frame" x="0.0" y="0.0" width="308" height="337"/>
Alexandre Lision4dfcafc2015-08-20 12:43:23 -040069 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
70 <subviews>
71 <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 -040072 <rect key="frame" x="0.0" y="0.0" width="308" height="337"/>
Alexandre Lision4dfcafc2015-08-20 12:43:23 -040073 <autoresizingMask key="autoresizingMask"/>
74 <size key="intercellSpacing" width="3" height="2"/>
75 <color key="backgroundColor" white="0.66666666669999997" alpha="0.0" colorSpace="deviceWhite"/>
76 <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
77 <tableColumns>
Alexandre Lision61db3552015-10-22 19:12:52 -040078 <tableColumn identifier="NameColumn" width="305" minWidth="40" maxWidth="1000" id="02n-X5-Zug">
Alexandre Lision4dfcafc2015-08-20 12:43:23 -040079 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left">
80 <font key="font" metaFont="system"/>
81 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
82 <color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
83 </tableHeaderCell>
Alexandre Lision61db3552015-10-22 19:12:52 -040084 <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 -040085 <font key="font" metaFont="system"/>
86 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
87 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
88 </textFieldCell>
89 <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
90 <prototypeCellViews>
91 <tableCellView identifier="MainCell" wantsLayer="YES" id="nIU-iD-8vh">
Alexandre Lision61db3552015-10-22 19:12:52 -040092 <rect key="frame" x="1" y="1" width="305" height="60"/>
Alexandre Lision4dfcafc2015-08-20 12:43:23 -040093 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
94 <subviews>
95 <textField wantsLayer="YES" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" tag="200" translatesAutoresizingMaskIntoConstraints="NO" id="Vix-1z-ceH">
96 <rect key="frame" x="60" y="20" width="219" height="23"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -040097 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
Alexandre Lision51ff1492016-04-15 11:38:37 -040098 <textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" placeholderString="Display Role" id="Jcn-cg-rbR">
Alexandre Lision4dfcafc2015-08-20 12:43:23 -040099 <font key="font" size="16" name="HelveticaNeue-Light"/>
100 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
101 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
102 </textFieldCell>
103 </textField>
104 <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" tag="100" translatesAutoresizingMaskIntoConstraints="NO" id="XdL-zf-7dn">
105 <rect key="frame" x="10" y="11" width="40" height="40"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400106 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
Alexandre Lision4dfcafc2015-08-20 12:43:23 -0400107 <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" id="27s-no-TQR"/>
108 </imageView>
109 </subviews>
110 <connections>
111 <outlet property="textField" destination="Vix-1z-ceH" id="Abp-mU-zH1"/>
112 </connections>
113 </tableCellView>
114 </prototypeCellViews>
115 </tableColumn>
116 </tableColumns>
117 <connections>
118 <outlet property="delegate" destination="-2" id="4Ls-yd-9gL"/>
119 <outlet property="nextKeyView" destination="cfj-u3-ErF" id="oex-MO-dfb"/>
120 </connections>
121 </outlineView>
122 </subviews>
Alexandre Lision4dfcafc2015-08-20 12:43:23 -0400123 </clipView>
124 <scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="4Sk-mY-PsD">
Alexandre Lision61db3552015-10-22 19:12:52 -0400125 <rect key="frame" x="1" y="117" width="238" height="16"/>
Alexandre Lision4dfcafc2015-08-20 12:43:23 -0400126 <autoresizingMask key="autoresizingMask"/>
127 </scroller>
128 <scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="NO" id="awN-qf-qb2">
Alexandre Lision61db3552015-10-22 19:12:52 -0400129 <rect key="frame" x="-16" y="0.0" width="16" height="0.0"/>
Alexandre Lision4dfcafc2015-08-20 12:43:23 -0400130 <autoresizingMask key="autoresizingMask"/>
131 </scroller>
132 </scrollView>
Alexandre Lision2db8f472015-07-22 15:05:46 -0400133 </subviews>
134 </customView>
135 <comboBox verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="MFf-kv-pz3">
136 <rect key="frame" x="208" y="415" width="84" height="26"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400137 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
Alexandre Lision2db8f472015-07-22 15:05:46 -0400138 <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">
139 <font key="font" metaFont="system"/>
140 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
141 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
142 </comboBoxCell>
143 <connections>
144 <outlet property="dataSource" destination="-2" id="tJu-f2-MiR"/>
145 <outlet property="delegate" destination="-2" id="WaI-jK-1gz"/>
146 <outlet property="nextKeyView" destination="ZJY-k3-gHh" id="tEx-0T-BlC"/>
147 </connections>
148 </comboBox>
149 </subviews>
150 <point key="canvasLocation" x="578" y="354"/>
151 </customView>
152 <customView wantsLayer="YES" id="6M0-sm-haN">
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400153 <rect key="frame" x="0.0" y="0.0" width="272" height="216"/>
Alexandre Lision2db8f472015-07-22 15:05:46 -0400154 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
155 <subviews>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400156 <textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="m4N-gI-w8E">
157 <rect key="frame" x="13" y="107" width="245" height="22"/>
158 <constraints>
159 <constraint firstAttribute="width" constant="245" id="iPe-jW-Wlk"/>
160 </constraints>
Alexandre Lision2db8f472015-07-22 15:05:46 -0400161 <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">
162 <font key="font" metaFont="system"/>
163 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
164 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
165 </textFieldCell>
166 <connections>
167 <outlet property="delegate" destination="-2" id="CCw-aR-pcT"/>
168 <outlet property="nextKeyView" destination="j0A-7O-Bvj" id="Ub8-NO-TRg"/>
169 </connections>
170 </textField>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400171 <textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="j0A-7O-Bvj">
172 <rect key="frame" x="13" y="75" width="245" height="22"/>
173 <constraints>
174 <constraint firstAttribute="width" constant="245" id="gH8-eW-ktF"/>
175 </constraints>
Alexandre Lision2db8f472015-07-22 15:05:46 -0400176 <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">
177 <font key="font" metaFont="system"/>
178 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
179 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
180 </textFieldCell>
181 <connections>
182 <outlet property="delegate" destination="-2" id="C7b-2i-RVK"/>
183 <outlet property="nextKeyView" destination="N0T-7S-TCW" id="DHp-cl-011"/>
184 </connections>
185 </textField>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400186 <textField wantsLayer="YES" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="GgO-mM-nnz">
187 <rect key="frame" x="74" y="192" width="125" height="24"/>
Alexandre Lision2db8f472015-07-22 15:05:46 -0400188 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="center" title="New Contact" id="v7b-de-MVd">
189 <font key="font" metaFont="system" size="20"/>
190 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
191 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
192 </textFieldCell>
193 </textField>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400194 <scrollView borderType="none" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="vzn-cW-Vtm">
195 <rect key="frame" x="27" y="137" width="217" height="41"/>
196 <clipView key="contentView" drawsBackground="NO" copiesOnScroll="NO" id="2yu-GN-mus">
197 <rect key="frame" x="0.0" y="0.0" width="217" height="41"/>
Alexandre Lision2db8f472015-07-22 15:05:46 -0400198 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
199 <subviews>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400200 <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">
201 <rect key="frame" x="0.0" y="0.0" width="217" height="41"/>
Alexandre Lision2db8f472015-07-22 15:05:46 -0400202 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
203 <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400204 <size key="minSize" width="217" height="41"/>
Alexandre Lision2db8f472015-07-22 15:05:46 -0400205 <size key="maxSize" width="463" height="10000000"/>
206 <attributedString key="textStorage">
207 <fragment content="This contact will be added to your iCloud contacts ">
208 <attributes>
209 <font key="NSFont" metaFont="smallSystem"/>
210 <paragraphStyle key="NSParagraphStyle" alignment="center" lineBreakMode="wordWrapping" baseWritingDirection="natural"/>
211 </attributes>
212 </fragment>
213 </attributedString>
214 <color key="insertionPointColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
Alexandre Lision2db8f472015-07-22 15:05:46 -0400215 </textView>
216 </subviews>
Alexandre Lision2db8f472015-07-22 15:05:46 -0400217 </clipView>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400218 <constraints>
219 <constraint firstAttribute="height" constant="41" id="evf-4R-Uy9"/>
220 <constraint firstAttribute="width" constant="217" id="rLb-RB-QaL"/>
221 </constraints>
Alexandre Lision2db8f472015-07-22 15:05:46 -0400222 <scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" doubleValue="1" horizontal="YES" id="XUh-Co-vZc">
223 <rect key="frame" x="-100" y="-100" width="87" height="18"/>
224 <autoresizingMask key="autoresizingMask"/>
225 </scroller>
Alexandre Lision61db3552015-10-22 19:12:52 -0400226 <scroller key="verticalScroller" verticalHuggingPriority="750" horizontal="NO" id="C83-CS-odD">
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400227 <rect key="frame" x="201" y="0.0" width="16" height="41"/>
Alexandre Lision2db8f472015-07-22 15:05:46 -0400228 <autoresizingMask key="autoresizingMask"/>
229 </scroller>
230 </scrollView>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400231 <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="N0T-7S-TCW">
232 <rect key="frame" x="95" y="38" width="81" height="25"/>
233 <constraints>
234 <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="81" id="gX5-8a-8bp"/>
235 </constraints>
Alexandre Lision2db8f472015-07-22 15:05:46 -0400236 <buttonCell key="cell" type="squareTextured" title="Create" bezelStyle="texturedSquare" alignment="center" enabled="NO" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="qZc-Z2-TpP">
237 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
238 <font key="font" metaFont="system"/>
239 </buttonCell>
240 <connections>
241 <action selector="createContact:" target="-2" id="zAV-BX-EwU"/>
242 <outlet property="nextKeyView" destination="m4N-gI-w8E" id="Q27-eZ-3aK"/>
243 </connections>
244 </button>
245 </subviews>
246 <constraints>
247 <constraint firstAttribute="centerX" secondItem="m4N-gI-w8E" secondAttribute="centerX" id="4IS-12-aeP"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400248 <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 -0400249 <constraint firstAttribute="centerX" secondItem="j0A-7O-Bvj" secondAttribute="centerX" id="JAP-Mr-JWl"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400250 <constraint firstItem="vzn-cW-Vtm" firstAttribute="top" secondItem="GgO-mM-nnz" secondAttribute="bottom" constant="14" id="RXK-45-m86"/>
251 <constraint firstItem="N0T-7S-TCW" firstAttribute="centerX" secondItem="6M0-sm-haN" secondAttribute="centerX" id="bFE-4h-t1h"/>
252 <constraint firstItem="GgO-mM-nnz" firstAttribute="top" secondItem="6M0-sm-haN" secondAttribute="top" id="ev3-6v-7uJ"/>
Alexandre Lision2db8f472015-07-22 15:05:46 -0400253 <constraint firstAttribute="centerX" secondItem="vzn-cW-Vtm" secondAttribute="centerX" id="ltD-l2-ESu"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400254 <constraint firstItem="j0A-7O-Bvj" firstAttribute="top" secondItem="m4N-gI-w8E" secondAttribute="bottom" constant="10" id="oZj-eA-5pT"/>
255 <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 -0400256 <constraint firstAttribute="centerX" secondItem="GgO-mM-nnz" secondAttribute="centerX" id="zLf-OH-9nF"/>
257 </constraints>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400258 <point key="canvasLocation" x="949" y="317"/>
Alexandre Lision2db8f472015-07-22 15:05:46 -0400259 </customView>
260 </objects>
261</document>