blob: f13ecf96389da9f995e89f7502d1cf4246f6bbec [file] [log] [blame]
Alexandre Lision886cde12016-10-25 17:39:49 -04001<?xml version="1.0" encoding="UTF-8"?>
2<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="11201" systemVersion="16B2553a" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
Alexandre Lisionf5fc4792015-03-17 09:15:43 -04003 <dependencies>
Alexandre Lisionf86edb32016-09-15 16:20:55 -04004 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="11201"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -04005 </dependencies>
6 <objects>
7 <customObject id="-2" userLabel="File's Owner" customClass="AccGeneralVC">
8 <connections>
Alexandre Lisionc1f96662016-03-23 17:24:19 -04009 <outlet property="aliasTextField" destination="Ilk-QS-8PT" id="cGv-as-uy7"/>
10 <outlet property="autoAnswerButton" destination="T5L-Hx-tAq" id="ybf-2A-4RV"/>
Alexandre Lision52705022016-05-16 17:41:37 -040011 <outlet property="dtmfRTPButton" destination="ATi-aw-lOp" id="jNF-jm-Twl"/>
12 <outlet property="dtmfSIPButton" destination="TiO-iR-TOU" id="hqu-4l-miw"/>
Alexandre Lisionc1f96662016-03-23 17:24:19 -040013 <outlet property="passwordTextField" destination="POs-9R-DUW" id="WQ2-Dn-Yek"/>
14 <outlet property="serverHostTextField" destination="VuA-jX-Kqu" id="LQt-Ti-eBW"/>
15 <outlet property="upnpButton" destination="Rsc-fc-lz8" id="571-Uv-EiD"/>
16 <outlet property="userAgentButton" destination="a4o-bf-KQu" id="BVB-D4-meM"/>
17 <outlet property="userAgentTextField" destination="y8K-Hi-TMC" id="rtz-rP-jdW"/>
18 <outlet property="usernameTextField" destination="0Ej-Lr-p20" id="Lbg-k1-ZSx"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -040019 <outlet property="view" destination="c22-O7-iKe" id="7Iz-V2-xwH"/>
20 </connections>
21 </customObject>
22 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
23 <customObject id="-3" userLabel="Application" customClass="NSObject"/>
24 <customView id="c22-O7-iKe">
Alexandre Lision886cde12016-10-25 17:39:49 -040025 <rect key="frame" x="0.0" y="0.0" width="474" height="380"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -040026 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
27 <subviews>
Alexandre Lisionf86edb32016-09-15 16:20:55 -040028 <textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="0Ej-Lr-p20">
Alexandre Lision52705022016-05-16 17:41:37 -040029 <rect key="frame" x="171" y="214" width="150" height="22"/>
Alexandre Lisionc1f96662016-03-23 17:24:19 -040030 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="6wZ-M4-Cnf">
31 <font key="font" metaFont="system"/>
32 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
33 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
34 </textFieldCell>
35 <connections>
36 <outlet property="delegate" destination="-2" id="4Ow-lh-114"/>
37 </connections>
38 </textField>
Alexandre Lisionf86edb32016-09-15 16:20:55 -040039 <secureTextField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="POs-9R-DUW">
Alexandre Lision52705022016-05-16 17:41:37 -040040 <rect key="frame" x="171" y="174" width="150" height="22"/>
Alexandre Lisionc1f96662016-03-23 17:24:19 -040041 <secureTextFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" drawsBackground="YES" usesSingleLineMode="YES" id="Cvf-pZ-qe0">
42 <font key="font" metaFont="system"/>
43 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
44 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
45 <allowedInputSourceLocales>
46 <string>NSAllRomanInputSourcesLocaleIdentifier</string>
47 </allowedInputSourceLocales>
48 </secureTextFieldCell>
49 <connections>
50 <outlet property="delegate" destination="-2" id="SIP-Dy-rFh"/>
51 </connections>
52 </secureTextField>
Alexandre Lisionf86edb32016-09-15 16:20:55 -040053 <textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="VuA-jX-Kqu">
Alexandre Lision52705022016-05-16 17:41:37 -040054 <rect key="frame" x="171" y="254" width="150" height="22"/>
Alexandre Lisionc1f96662016-03-23 17:24:19 -040055 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="37d-ck-pa7">
56 <font key="font" metaFont="system"/>
57 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
58 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
59 </textFieldCell>
60 <connections>
61 <outlet property="delegate" destination="-2" id="t13-Ex-wlP"/>
62 </connections>
63 </textField>
Alexandre Lisionf86edb32016-09-15 16:20:55 -040064 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="3ZB-JI-U6Y">
Alexandre Lision52705022016-05-16 17:41:37 -040065 <rect key="frame" x="103" y="179" width="62" height="17"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -040066 <constraints>
67 <constraint firstAttribute="width" constant="58" id="yrv-IL-rAt"/>
68 </constraints>
Alexandre Lisionc1f96662016-03-23 17:24:19 -040069 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Password:" id="WCR-30-BX0">
70 <font key="font" metaFont="system"/>
71 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
72 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
73 </textFieldCell>
74 </textField>
Alexandre Lisionf86edb32016-09-15 16:20:55 -040075 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Btb-K1-phc">
Alexandre Lision52705022016-05-16 17:41:37 -040076 <rect key="frame" x="56" y="257" width="109" height="17"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -040077 <constraints>
78 <constraint firstAttribute="width" constant="105" id="aTC-B6-gvC"/>
79 </constraints>
Alexandre Lisionc1f96662016-03-23 17:24:19 -040080 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Server hostname" id="3uy-g0-eCm">
81 <font key="font" metaFont="system"/>
82 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
83 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
84 </textFieldCell>
85 </textField>
Alexandre Lisionf86edb32016-09-15 16:20:55 -040086 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="1IP-mF-EDC">
Alexandre Lision52705022016-05-16 17:41:37 -040087 <rect key="frame" x="18" y="282" width="81" height="17"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -040088 <constraints>
89 <constraint firstAttribute="width" constant="77" id="5XB-yo-8jX"/>
90 </constraints>
Alexandre Lisionc1f96662016-03-23 17:24:19 -040091 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Parameters" id="mlN-YG-fLS">
92 <font key="font" metaFont="systemBold"/>
93 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
94 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
95 </textFieldCell>
96 </textField>
Alexandre Lisionf86edb32016-09-15 16:20:55 -040097 <button translatesAutoresizingMaskIntoConstraints="NO" id="Otd-nX-zTh">
Alexandre Lision52705022016-05-16 17:41:37 -040098 <rect key="frame" x="327" y="176" width="129" height="18"/>
Alexandre Lision7f01b072015-09-15 14:57:05 -040099 <constraints>
Alexandre Lisionc1f96662016-03-23 17:24:19 -0400100 <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="125" id="9X5-dC-041"/>
Alexandre Lision7f01b072015-09-15 14:57:05 -0400101 </constraints>
Alexandre Lisionc1f96662016-03-23 17:24:19 -0400102 <buttonCell key="cell" type="check" title="Show password" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="UXm-73-BNy">
103 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
104 <font key="font" metaFont="system"/>
105 </buttonCell>
106 <connections>
107 <action selector="showPassword:" target="-2" id="TBj-zE-GcK"/>
108 </connections>
109 </button>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400110 <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="x2R-Ot-MbT">
Alexandre Lision52705022016-05-16 17:41:37 -0400111 <rect key="frame" x="323" y="208" width="137" height="32"/>
Alexandre Lision7f01b072015-09-15 14:57:05 -0400112 <constraints>
Alexandre Lisionc1f96662016-03-23 17:24:19 -0400113 <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="125" id="YzV-yr-h9S"/>
Alexandre Lision7f01b072015-09-15 14:57:05 -0400114 </constraints>
Alexandre Lisionc1f96662016-03-23 17:24:19 -0400115 <buttonCell key="cell" type="push" title="Try Registration" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="21g-eQ-0Sc">
116 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
117 <font key="font" metaFont="system"/>
118 </buttonCell>
119 <connections>
120 <action selector="tryRegistration:" target="-2" id="wfY-tY-fc7"/>
121 </connections>
122 </button>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400123 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="7fA-3M-fa5">
Alexandre Lision52705022016-05-16 17:41:37 -0400124 <rect key="frame" x="98" y="217" width="67" height="17"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400125 <constraints>
126 <constraint firstAttribute="width" constant="63" id="dSc-Pa-3a2"/>
127 </constraints>
Alexandre Lisionc1f96662016-03-23 17:24:19 -0400128 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Username" id="4Nm-hw-379">
129 <font key="font" metaFont="system"/>
130 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
131 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
132 </textFieldCell>
133 </textField>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400134 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="h5v-jy-4zX">
135 <rect key="frame" x="18" y="343" width="305" height="17"/>
136 <constraints>
137 <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="52" id="rNb-Ec-Ks4"/>
138 </constraints>
Alexandre Lisionc1f96662016-03-23 17:24:19 -0400139 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Account" id="upU-sL-9i3">
140 <font key="font" metaFont="systemBold"/>
141 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
142 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
143 </textFieldCell>
144 </textField>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400145 <textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Ilk-QS-8PT">
Alexandre Lision52705022016-05-16 17:41:37 -0400146 <rect key="frame" x="171" y="315" width="150" height="22"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400147 <constraints>
148 <constraint firstAttribute="width" constant="150" id="3oo-Zi-5Xa"/>
149 </constraints>
Alexandre Lisionc1f96662016-03-23 17:24:19 -0400150 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="E5h-w4-Vl2">
151 <font key="font" metaFont="system"/>
152 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
153 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
154 </textFieldCell>
155 <connections>
156 <outlet property="delegate" destination="-2" id="P6p-ZD-ZVC"/>
157 </connections>
158 </textField>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400159 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="7wz-eU-lJh">
Alexandre Lision52705022016-05-16 17:41:37 -0400160 <rect key="frame" x="131" y="318" width="34" height="17"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400161 <constraints>
162 <constraint firstAttribute="width" constant="30" id="TpO-qZ-6AX"/>
163 </constraints>
Alexandre Lisionc1f96662016-03-23 17:24:19 -0400164 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Alias" id="Mxv-Rt-ON6">
165 <font key="font" metaFont="system"/>
166 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
167 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
168 </textFieldCell>
169 </textField>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400170 <button translatesAutoresizingMaskIntoConstraints="NO" id="T5L-Hx-tAq">
Alexandre Lision52705022016-05-16 17:41:37 -0400171 <rect key="frame" x="30" y="110" width="426" height="18"/>
Alexandre Lisionc1f96662016-03-23 17:24:19 -0400172 <buttonCell key="cell" type="check" title="Auto-answer calls" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="YMy-QE-7A3">
173 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
174 <font key="font" metaFont="system"/>
175 </buttonCell>
176 <connections>
177 <action selector="toggleAutoAnswer:" target="-2" id="is7-Vh-7Hf"/>
178 </connections>
179 </button>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400180 <button translatesAutoresizingMaskIntoConstraints="NO" id="a4o-bf-KQu">
Alexandre Lision52705022016-05-16 17:41:37 -0400181 <rect key="frame" x="30" y="79" width="168" height="18"/>
Alexandre Lisionc1f96662016-03-23 17:24:19 -0400182 <constraints>
183 <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="164" id="jr6-fZ-YC7"/>
184 </constraints>
185 <buttonCell key="cell" type="check" title="Use custom user-agent" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="KSm-ZB-4aj">
186 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
187 <font key="font" metaFont="system"/>
188 </buttonCell>
189 <connections>
190 <action selector="toggleCustomAgent:" target="-2" id="kY4-pJ-Wic"/>
191 </connections>
192 </button>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400193 <textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="y8K-Hi-TMC">
Alexandre Lision52705022016-05-16 17:41:37 -0400194 <rect key="frame" x="204" y="77" width="131" height="22"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400195 <constraints>
196 <constraint firstAttribute="width" constant="131" id="qbk-dr-u8z"/>
197 </constraints>
Alexandre Lisionc1f96662016-03-23 17:24:19 -0400198 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="cv3-cR-i3a">
199 <font key="font" metaFont="system"/>
200 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
201 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
202 </textFieldCell>
203 <connections>
204 <outlet property="delegate" destination="-2" id="zr5-l6-osn"/>
205 </connections>
206 </textField>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400207 <button translatesAutoresizingMaskIntoConstraints="NO" id="Rsc-fc-lz8">
Alexandre Lision52705022016-05-16 17:41:37 -0400208 <rect key="frame" x="30" y="140" width="426" height="18"/>
Alexandre Lisionc1f96662016-03-23 17:24:19 -0400209 <buttonCell key="cell" type="check" title="Upnp enabled" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="N5h-tI-ZLz">
210 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
211 <font key="font" metaFont="system"/>
212 </buttonCell>
213 <connections>
214 <action selector="toggleUpnp:" target="-2" id="pl8-QR-BBc"/>
215 </connections>
216 </button>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400217 <button translatesAutoresizingMaskIntoConstraints="NO" id="TiO-iR-TOU">
Alexandre Lision52705022016-05-16 17:41:37 -0400218 <rect key="frame" x="154" y="19" width="42" height="18"/>
219 <buttonCell key="cell" type="radio" title="SIP" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="jch-Qt-hTO">
220 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
221 <font key="font" metaFont="system"/>
222 </buttonCell>
223 <connections>
224 <action selector="toggleDTMFType:" target="-2" id="tKb-Id-onp"/>
225 </connections>
226 </button>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400227 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="5JS-d0-0CC">
Alexandre Lision52705022016-05-16 17:41:37 -0400228 <rect key="frame" x="30" y="33" width="121" height="17"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400229 <constraints>
230 <constraint firstAttribute="width" constant="117" id="QY2-iW-z5a"/>
231 </constraints>
Alexandre Lision52705022016-05-16 17:41:37 -0400232 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="DTMF tone type" id="Rg8-qR-h1X">
233 <font key="font" metaFont="system"/>
234 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
235 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
236 </textFieldCell>
237 </textField>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400238 <button translatesAutoresizingMaskIntoConstraints="NO" id="ATi-aw-lOp">
Alexandre Lision52705022016-05-16 17:41:37 -0400239 <rect key="frame" x="154" y="41" width="47" height="18"/>
240 <buttonCell key="cell" type="radio" title="RTP" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="0D8-im-2uM">
241 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
242 <font key="font" metaFont="system"/>
243 </buttonCell>
244 <connections>
245 <action selector="toggleDTMFType:" target="-2" id="Lim-17-Ac7"/>
246 </connections>
247 </button>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -0400248 </subviews>
Alexandre Lisionc1f96662016-03-23 17:24:19 -0400249 <constraints>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400250 <constraint firstItem="Btb-K1-phc" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" constant="58" id="02j-p1-vc3"/>
251 <constraint firstItem="7wz-eU-lJh" firstAttribute="baseline" secondItem="Ilk-QS-8PT" secondAttribute="baseline" id="0tS-nT-Ad3"/>
252 <constraint firstItem="TiO-iR-TOU" firstAttribute="top" secondItem="ATi-aw-lOp" secondAttribute="bottom" constant="6" symbolic="YES" id="1sm-9b-Drn"/>
253 <constraint firstItem="Ilk-QS-8PT" firstAttribute="trailing" secondItem="VuA-jX-Kqu" secondAttribute="trailing" id="6by-7J-BZq"/>
254 <constraint firstItem="T5L-Hx-tAq" firstAttribute="leading" secondItem="a4o-bf-KQu" secondAttribute="leading" id="86R-RY-X82"/>
255 <constraint firstItem="Rsc-fc-lz8" firstAttribute="leading" secondItem="T5L-Hx-tAq" secondAttribute="leading" id="AEZ-dA-ag4"/>
256 <constraint firstItem="a4o-bf-KQu" firstAttribute="leading" secondItem="5JS-d0-0CC" secondAttribute="leading" id="DcM-RL-fnb"/>
257 <constraint firstItem="Rsc-fc-lz8" firstAttribute="top" secondItem="POs-9R-DUW" secondAttribute="bottom" constant="18" id="GSg-HW-W8s"/>
258 <constraint firstItem="T5L-Hx-tAq" firstAttribute="top" secondItem="Rsc-fc-lz8" secondAttribute="bottom" constant="16" id="H5c-Bw-EuR"/>
Alexandre Lisionc1f96662016-03-23 17:24:19 -0400259 <constraint firstItem="POs-9R-DUW" firstAttribute="leading" secondItem="3ZB-JI-U6Y" secondAttribute="trailing" constant="8" id="I7j-dS-1py"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400260 <constraint firstItem="Rsc-fc-lz8" firstAttribute="trailing" secondItem="T5L-Hx-tAq" secondAttribute="trailing" id="JlA-2p-9dJ"/>
261 <constraint firstItem="x2R-Ot-MbT" firstAttribute="leading" secondItem="Otd-nX-zTh" secondAttribute="leading" id="LeR-6H-gXC"/>
262 <constraint firstItem="a4o-bf-KQu" firstAttribute="baseline" secondItem="y8K-Hi-TMC" secondAttribute="baseline" id="NFa-EB-UB7"/>
263 <constraint firstItem="0Ej-Lr-p20" firstAttribute="top" secondItem="VuA-jX-Kqu" secondAttribute="bottom" constant="18" id="PBZ-M4-5sf"/>
264 <constraint firstItem="POs-9R-DUW" firstAttribute="top" secondItem="0Ej-Lr-p20" secondAttribute="bottom" constant="18" id="QTS-pp-LGa"/>
265 <constraint firstItem="POs-9R-DUW" firstAttribute="baseline" secondItem="Otd-nX-zTh" secondAttribute="baseline" id="QfC-xC-fSj"/>
266 <constraint firstItem="7fA-3M-fa5" firstAttribute="baseline" secondItem="0Ej-Lr-p20" secondAttribute="baseline" id="RcQ-vY-MNR"/>
267 <constraint firstItem="Ilk-QS-8PT" firstAttribute="leading" secondItem="VuA-jX-Kqu" secondAttribute="leading" id="ScZ-ku-Qt6"/>
268 <constraint firstItem="Btb-K1-phc" firstAttribute="top" secondItem="1IP-mF-EDC" secondAttribute="bottom" constant="8" symbolic="YES" id="TAM-s6-qAk"/>
269 <constraint firstItem="Btb-K1-phc" firstAttribute="baseline" secondItem="VuA-jX-Kqu" secondAttribute="baseline" id="a4x-68-V3a"/>
270 <constraint firstItem="5JS-d0-0CC" firstAttribute="top" secondItem="a4o-bf-KQu" secondAttribute="bottom" constant="31" id="akw-zG-Z4G"/>
Alexandre Lisionc1f96662016-03-23 17:24:19 -0400271 <constraint firstItem="VuA-jX-Kqu" firstAttribute="leading" secondItem="Btb-K1-phc" secondAttribute="trailing" constant="8" id="dlB-OY-I2d"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400272 <constraint firstItem="x2R-Ot-MbT" firstAttribute="leading" secondItem="0Ej-Lr-p20" secondAttribute="trailing" constant="8" symbolic="YES" id="exl-et-srf"/>
Alexandre Lisionc1f96662016-03-23 17:24:19 -0400273 <constraint firstItem="0Ej-Lr-p20" firstAttribute="leading" secondItem="VuA-jX-Kqu" secondAttribute="leading" id="fSc-SN-jcG"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400274 <constraint firstItem="Rsc-fc-lz8" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" constant="32" id="fah-vG-Bbw"/>
275 <constraint firstItem="Ilk-QS-8PT" firstAttribute="top" secondItem="h5v-jy-4zX" secondAttribute="bottom" constant="6" id="fm7-AZ-P8e"/>
276 <constraint firstItem="a4o-bf-KQu" firstAttribute="top" secondItem="T5L-Hx-tAq" secondAttribute="bottom" constant="17" id="g8X-uT-844"/>
277 <constraint firstItem="h5v-jy-4zX" firstAttribute="top" secondItem="c22-O7-iKe" secondAttribute="top" constant="20" symbolic="YES" id="gQs-pR-Wa3"/>
278 <constraint firstItem="Ilk-QS-8PT" firstAttribute="leading" secondItem="7wz-eU-lJh" secondAttribute="trailing" constant="8" symbolic="YES" id="gXl-g0-zFa"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400279 <constraint firstItem="TiO-iR-TOU" firstAttribute="top" secondItem="ATi-aw-lOp" secondAttribute="bottom" constant="6" id="jWm-jt-2fo"/>
Alexandre Lisionc1f96662016-03-23 17:24:19 -0400280 <constraint firstItem="y8K-Hi-TMC" firstAttribute="leading" secondItem="a4o-bf-KQu" secondAttribute="trailing" constant="8" id="joX-fO-ZF6"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400281 <constraint firstItem="h5v-jy-4zX" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" constant="20" symbolic="YES" id="jvd-5E-ELU"/>
282 <constraint firstItem="ATi-aw-lOp" firstAttribute="leading" secondItem="5JS-d0-0CC" secondAttribute="trailing" constant="6" symbolic="YES" id="kqB-ur-VHO"/>
283 <constraint firstItem="VuA-jX-Kqu" firstAttribute="trailing" secondItem="0Ej-Lr-p20" secondAttribute="trailing" id="kvC-h2-4aI"/>
Alexandre Lisionc1f96662016-03-23 17:24:19 -0400284 <constraint firstItem="POs-9R-DUW" firstAttribute="leading" secondItem="VuA-jX-Kqu" secondAttribute="leading" id="pMK-S0-Fo4"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400285 <constraint firstItem="ATi-aw-lOp" firstAttribute="leading" secondItem="TiO-iR-TOU" secondAttribute="leading" id="pom-Sy-lYb"/>
286 <constraint firstItem="Otd-nX-zTh" firstAttribute="leading" secondItem="POs-9R-DUW" secondAttribute="trailing" constant="8" symbolic="YES" id="u5z-hY-991"/>
287 <constraint firstItem="Otd-nX-zTh" firstAttribute="trailing" secondItem="Rsc-fc-lz8" secondAttribute="trailing" id="uS1-sG-02m"/>
288 <constraint firstItem="h5v-jy-4zX" firstAttribute="leading" secondItem="1IP-mF-EDC" secondAttribute="leading" id="vaP-I3-Bar"/>
289 <constraint firstItem="0Ej-Lr-p20" firstAttribute="top" secondItem="x2R-Ot-MbT" secondAttribute="top" id="yff-K0-lVz"/>
290 <constraint firstItem="3ZB-JI-U6Y" firstAttribute="top" secondItem="POs-9R-DUW" secondAttribute="top" id="zTM-fU-L3O"/>
291 <constraint firstItem="VuA-jX-Kqu" firstAttribute="top" secondItem="Ilk-QS-8PT" secondAttribute="bottom" constant="39" id="zXV-S3-dmt"/>
292 <constraint firstItem="ATi-aw-lOp" firstAttribute="top" secondItem="a4o-bf-KQu" secondAttribute="bottom" constant="23" id="zeU-0O-mqX"/>
Alexandre Lisionc1f96662016-03-23 17:24:19 -0400293 <constraint firstItem="0Ej-Lr-p20" firstAttribute="leading" secondItem="7fA-3M-fa5" secondAttribute="trailing" constant="8" id="zhV-Nm-bmz"/>
294 </constraints>
Alexandre Lision886cde12016-10-25 17:39:49 -0400295 <point key="canvasLocation" x="-41" y="37"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -0400296 </customView>
297 </objects>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -0400298</document>