blob: bdc49e5e97fc74a8740b0aaf25831e41d4841964 [file] [log] [blame]
Alexandre Lision886cde12016-10-25 17:39:49 -04001<?xml version="1.0" encoding="UTF-8"?>
Anthony Léonard1f70f722017-10-02 10:53:32 -04002<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="13196" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
Alexandre Lisionf5fc4792015-03-17 09:15:43 -04003 <dependencies>
Anthony Léonard1f70f722017-10-02 10:53:32 -04004 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="13196"/>
Alexandre Lision34079c22016-10-31 16:14:02 -04005 <capability name="Alignment constraints to the first baseline" minToolsVersion="6.0"/>
Anthony Léonard1f70f722017-10-02 10:53:32 -04006 <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -04007 </dependencies>
8 <objects>
9 <customObject id="-2" userLabel="File's Owner" customClass="AccRingVC">
10 <connections>
11 <outlet property="aliasTextField" destination="D7f-4A-xXM" id="i9Y-jZ-iWM"/>
Alexandre Lision28664352015-07-29 14:47:42 -040012 <outlet property="allowContacts" destination="Zpn-KI-Jfm" id="Kni-5a-nbF"/>
13 <outlet property="allowHistory" destination="c6K-nF-ezL" id="d4A-JI-MHb"/>
14 <outlet property="allowUnknown" destination="reK-M8-Eie" id="cVi-aY-v2K"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -040015 <outlet property="autoAnswerButton" destination="6uh-UC-6i9" id="6e1-1I-OY3"/>
Alexandre Lision34079c22016-10-31 16:14:02 -040016 <outlet property="blockchainField" destination="gCl-aM-td9" id="0yr-mK-DoC"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -040017 <outlet property="bootstrapField" destination="phb-wW-DQS" id="kcY-7z-bjM"/>
Alexandre Lision34079c22016-10-31 16:14:02 -040018 <outlet property="registerBlockchainNameButton" destination="Ddu-Gm-dVv" id="65l-z1-9ta"/>
19 <outlet property="registeredNameField" destination="MwI-Dp-6ii" id="zxN-3A-N0P"/>
20 <outlet property="ringIDField" destination="c6M-WV-uVk" id="mjI-fW-Ft2"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -040021 <outlet property="upnpButton" destination="eaR-8q-smW" id="8KN-3k-B3c"/>
22 <outlet property="userAgentButton" destination="e6G-kW-opo" id="HC1-QL-Z0U"/>
23 <outlet property="userAgentTextField" destination="fJM-4J-mvZ" id="2jX-ak-jgJ"/>
24 <outlet property="view" destination="Hz6-mo-xeY" id="SZA-8c-IZl"/>
25 </connections>
26 </customObject>
27 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
28 <customObject id="-3" userLabel="Application" customClass="NSObject"/>
29 <customView id="Hz6-mo-xeY">
Anthony Léonard1f70f722017-10-02 10:53:32 -040030 <rect key="frame" x="0.0" y="0.0" width="629" height="445"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -040031 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
32 <subviews>
Alexandre Lision886cde12016-10-25 17:39:49 -040033 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="iSd-2v-I3h">
Anthony Léonard1f70f722017-10-02 10:53:32 -040034 <rect key="frame" x="18" y="408" width="58" height="17"/>
Alexandre Lision886cde12016-10-25 17:39:49 -040035 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Account" id="1Sx-Et-CDM">
36 <font key="font" metaFont="systemBold"/>
37 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
38 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
39 </textFieldCell>
40 </textField>
41 <textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="D7f-4A-xXM">
Anthony Léonard1f70f722017-10-02 10:53:32 -040042 <rect key="frame" x="155" y="379" width="154" height="21"/>
Alexandre Lision886cde12016-10-25 17:39:49 -040043 <constraints>
Alexandre Lision34079c22016-10-31 16:14:02 -040044 <constraint firstAttribute="width" constant="154" id="OIw-ij-Jc7"/>
Alexandre Lision886cde12016-10-25 17:39:49 -040045 </constraints>
Alexandre Lision34079c22016-10-31 16:14:02 -040046 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" placeholderString="Name or nickname..." bezelStyle="round" id="HN3-i9-zmw">
Alexandre Lision886cde12016-10-25 17:39:49 -040047 <font key="font" metaFont="system"/>
48 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
49 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
50 </textFieldCell>
51 <connections>
52 <outlet property="delegate" destination="-2" id="6da-DY-mtf"/>
53 </connections>
54 </textField>
55 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="idQ-yZ-XB3">
Anthony Léonard1f70f722017-10-02 10:53:32 -040056 <rect key="frame" x="18" y="381" width="131" height="17"/>
Alexandre Lision886cde12016-10-25 17:39:49 -040057 <constraints>
Alexandre Lision34079c22016-10-31 16:14:02 -040058 <constraint firstAttribute="width" constant="127" id="4zR-td-c0O"/>
Alexandre Lision886cde12016-10-25 17:39:49 -040059 </constraints>
60 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Alias" id="Wzq-V2-YLU">
61 <font key="font" metaFont="system"/>
62 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
63 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
64 </textFieldCell>
65 </textField>
Alexandre Lisionf86edb32016-09-15 16:20:55 -040066 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="FlW-Vd-Eem">
Anthony Léonard1f70f722017-10-02 10:53:32 -040067 <rect key="frame" x="38" y="292" width="112" height="17"/>
Alexandre Lision7f01b072015-09-15 14:57:05 -040068 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Bootstrap server" id="B6b-iB-REZ">
Alexandre Lisionf5fc4792015-03-17 09:15:43 -040069 <font key="font" metaFont="system"/>
70 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
71 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
72 </textFieldCell>
73 </textField>
Alexandre Lision34079c22016-10-31 16:14:02 -040074 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="u7B-1Y-aZ4">
Anthony Léonard1f70f722017-10-02 10:53:32 -040075 <rect key="frame" x="40" y="356" width="112" height="17"/>
Alexandre Lision34079c22016-10-31 16:14:02 -040076 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="RingID" id="8WI-fC-Due">
Alexandre Lisionf5fc4792015-03-17 09:15:43 -040077 <font key="font" metaFont="system"/>
78 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
79 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
80 </textFieldCell>
81 </textField>
Alexandre Lision34079c22016-10-31 16:14:02 -040082 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="ACD-mw-NMI">
Anthony Léonard1f70f722017-10-02 10:53:32 -040083 <rect key="frame" x="40" y="329" width="112" height="17"/>
Alexandre Lision34079c22016-10-31 16:14:02 -040084 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Registered Name" id="sBB-y7-xhL">
85 <font key="font" metaFont="system"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -040086 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
87 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
88 </textFieldCell>
89 </textField>
Alexandre Lisionf86edb32016-09-15 16:20:55 -040090 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="DUI-3g-gHb">
Anthony Léonard1f70f722017-10-02 10:53:32 -040091 <rect key="frame" x="18" y="105" width="85" height="17"/>
Alexandre Lision7f01b072015-09-15 14:57:05 -040092 <constraints>
Alexandre Lision34079c22016-10-31 16:14:02 -040093 <constraint firstAttribute="width" constant="81" id="9yh-6o-5CF"/>
Alexandre Lision7f01b072015-09-15 14:57:05 -040094 </constraints>
Alexandre Lision28664352015-07-29 14:47:42 -040095 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Permissions" id="EDd-FX-wcz">
96 <font key="font" metaFont="systemBold"/>
97 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
98 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
99 </textFieldCell>
100 </textField>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400101 <textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="phb-wW-DQS">
Anthony Léonard1f70f722017-10-02 10:53:32 -0400102 <rect key="frame" x="158" y="289" width="303" height="22"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400103 <constraints>
Alexandre Lision34079c22016-10-31 16:14:02 -0400104 <constraint firstAttribute="width" constant="303" id="jgH-aI-hLW"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400105 </constraints>
Alexandre Lision34079c22016-10-31 16:14:02 -0400106 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" bezelStyle="round" id="WQz-3X-MeC">
Alexandre Lisionf5fc4792015-03-17 09:15:43 -0400107 <font key="font" metaFont="system"/>
108 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
109 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
110 </textFieldCell>
111 <connections>
112 <outlet property="delegate" destination="-2" id="2dc-GE-Fic"/>
113 </connections>
114 </textField>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400115 <button translatesAutoresizingMaskIntoConstraints="NO" id="6uh-UC-6i9">
Anthony Léonard1f70f722017-10-02 10:53:32 -0400116 <rect key="frame" x="40" y="203" width="135" height="18"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400117 <constraints>
Alexandre Lision34079c22016-10-31 16:14:02 -0400118 <constraint firstAttribute="width" constant="131" id="ucC-Fg-wm2"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400119 </constraints>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -0400120 <buttonCell key="cell" type="check" title="Auto-answer calls" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="OeY-na-0YT">
121 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
122 <font key="font" metaFont="system"/>
123 </buttonCell>
124 <connections>
125 <action selector="toggleAutoAnswer:" target="-2" id="ir9-1A-f2c"/>
126 </connections>
127 </button>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400128 <button translatesAutoresizingMaskIntoConstraints="NO" id="e6G-kW-opo">
Anthony Léonard1f70f722017-10-02 10:53:32 -0400129 <rect key="frame" x="40" y="173" width="168" height="18"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400130 <constraints>
Alexandre Lision34079c22016-10-31 16:14:02 -0400131 <constraint firstAttribute="width" constant="164" id="8KH-j1-D7I"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400132 </constraints>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -0400133 <buttonCell key="cell" type="check" title="Use custom user-agent" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="ddk-1G-0jU">
134 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
135 <font key="font" metaFont="system"/>
136 </buttonCell>
137 <connections>
138 <action selector="toggleCustomAgent:" target="-2" id="SZh-M9-dRS"/>
139 </connections>
140 </button>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400141 <textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="fJM-4J-mvZ">
Anthony Léonard1f70f722017-10-02 10:53:32 -0400142 <rect key="frame" x="214" y="171" width="195" height="22"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400143 <constraints>
Alexandre Lision34079c22016-10-31 16:14:02 -0400144 <constraint firstAttribute="width" constant="195" id="pup-8Z-mAe"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400145 </constraints>
Alexandre Lision34079c22016-10-31 16:14:02 -0400146 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" bezelStyle="round" id="Rs0-jZ-NYs">
Alexandre Lisionf5fc4792015-03-17 09:15:43 -0400147 <font key="font" metaFont="system"/>
148 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
149 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
150 </textFieldCell>
151 <connections>
152 <outlet property="delegate" destination="-2" id="fRb-fH-3R6"/>
153 </connections>
154 </textField>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400155 <button translatesAutoresizingMaskIntoConstraints="NO" id="eaR-8q-smW">
Anthony Léonard1f70f722017-10-02 10:53:32 -0400156 <rect key="frame" x="40" y="233" width="110" height="18"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -0400157 <buttonCell key="cell" type="check" title="Upnp enabled" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="lHI-bz-ddQ">
158 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
159 <font key="font" metaFont="system"/>
160 </buttonCell>
161 <connections>
162 <action selector="toggleUpnp:" target="-2" id="Ptl-25-3Xz"/>
163 </connections>
164 </button>
Alexandre Lision34079c22016-10-31 16:14:02 -0400165 <button translatesAutoresizingMaskIntoConstraints="NO" id="c6K-nF-ezL">
Anthony Léonard1f70f722017-10-02 10:53:32 -0400166 <rect key="frame" x="40" y="47" width="571" height="18"/>
Alexandre Lision28664352015-07-29 14:47:42 -0400167 <buttonCell key="cell" type="check" title="Allow calls from peers in your call history" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="PaC-xE-SHA">
168 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
169 <font key="font" metaFont="system"/>
170 </buttonCell>
171 <connections>
172 <action selector="toggleAllowFromHistory:" target="-2" id="nl2-H4-ARL"/>
173 </connections>
174 </button>
Alexandre Lision34079c22016-10-31 16:14:02 -0400175 <button translatesAutoresizingMaskIntoConstraints="NO" id="reK-M8-Eie">
Anthony Léonard1f70f722017-10-02 10:53:32 -0400176 <rect key="frame" x="40" y="74" width="571" height="18"/>
Alexandre Lision28664352015-07-29 14:47:42 -0400177 <buttonCell key="cell" type="check" title="Allow calls from unknown peers" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="kmI-jb-aal">
178 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
179 <font key="font" metaFont="system"/>
180 </buttonCell>
181 <connections>
182 <action selector="toggleAllowFromUnknown:" target="-2" id="St8-jV-rUj"/>
183 </connections>
184 </button>
Alexandre Lision34079c22016-10-31 16:14:02 -0400185 <button translatesAutoresizingMaskIntoConstraints="NO" id="Zpn-KI-Jfm">
Anthony Léonard1f70f722017-10-02 10:53:32 -0400186 <rect key="frame" x="40" y="21" width="571" height="18"/>
Alexandre Lision28664352015-07-29 14:47:42 -0400187 <buttonCell key="cell" type="check" title="Allow calls from peers in your contact list" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="fX7-9W-XFl">
188 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
189 <font key="font" metaFont="system"/>
190 </buttonCell>
191 <connections>
192 <action selector="toggleAllowFromContacts:" target="-2" id="s1A-th-o6G"/>
193 </connections>
194 </button>
Alexandre Lision34079c22016-10-31 16:14:02 -0400195 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="MwI-Dp-6ii">
Anthony Léonard1f70f722017-10-02 10:53:32 -0400196 <rect key="frame" x="154" y="329" width="411" height="17"/>
Alexandre Lision34079c22016-10-31 16:14:02 -0400197 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" sendsActionOnEndEditing="YES" alignment="left" placeholderString="" id="19d-qq-55F">
198 <font key="font" metaFont="systemBold"/>
Alexandre Lision7f01b072015-09-15 14:57:05 -0400199 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
200 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
201 </textFieldCell>
202 <attributedString key="userComments">
203 <fragment content="Display hash ring">
204 <attributes>
205 <font key="NSFont" metaFont="smallSystem"/>
206 <paragraphStyle key="NSParagraphStyle" alignment="natural" lineBreakMode="wordWrapping" baseWritingDirection="natural"/>
207 </attributes>
208 </fragment>
209 </attributedString>
210 </textField>
Alexandre Lision34079c22016-10-31 16:14:02 -0400211 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Mcy-ih-XuK">
Anthony Léonard1f70f722017-10-02 10:53:32 -0400212 <rect key="frame" x="38" y="262" width="112" height="17"/>
Alexandre Lision34079c22016-10-31 16:14:02 -0400213 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Blockchain server" id="fSU-Pc-Y5a">
214 <font key="font" metaFont="system"/>
215 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
216 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
217 </textFieldCell>
218 </textField>
219 <textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="gCl-aM-td9">
Anthony Léonard1f70f722017-10-02 10:53:32 -0400220 <rect key="frame" x="157" y="257" width="303" height="22"/>
Alexandre Lision34079c22016-10-31 16:14:02 -0400221 <constraints>
222 <constraint firstAttribute="width" constant="303" id="7hV-Jk-qZt"/>
223 </constraints>
224 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" enabled="NO" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" bezelStyle="round" id="Dwo-oq-fKh">
225 <font key="font" metaFont="system"/>
226 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
227 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
228 </textFieldCell>
229 <connections>
230 <outlet property="delegate" destination="-2" id="4tC-UG-SoS"/>
231 </connections>
232 </textField>
233 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="c6M-WV-uVk">
Anthony Léonard1f70f722017-10-02 10:53:32 -0400234 <rect key="frame" x="156" y="356" width="411" height="17"/>
Alexandre Lision34079c22016-10-31 16:14:02 -0400235 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" sendsActionOnEndEditing="YES" alignment="left" placeholderString="" id="cf0-xD-2WZ">
236 <font key="font" metaFont="systemBold"/>
237 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
238 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
239 </textFieldCell>
240 <attributedString key="userComments">
241 <fragment content="Display hash ring">
242 <attributes>
243 <font key="NSFont" metaFont="smallSystem"/>
244 <paragraphStyle key="NSParagraphStyle" alignment="natural" lineBreakMode="wordWrapping" baseWritingDirection="natural"/>
245 </attributes>
246 </fragment>
247 </attributedString>
248 </textField>
249 <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Ddu-Gm-dVv">
Anthony Léonard1f70f722017-10-02 10:53:32 -0400250 <rect key="frame" x="152" y="320" width="127" height="32"/>
Alexandre Lision34079c22016-10-31 16:14:02 -0400251 <buttonCell key="cell" type="push" title="Register name" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="G8M-go-xvD">
252 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
253 <font key="font" metaFont="system"/>
254 </buttonCell>
255 <connections>
256 <action selector="startNameRegistration:" target="-2" id="ASJ-KU-yTA"/>
257 </connections>
258 </button>
Anthony Léonard1f70f722017-10-02 10:53:32 -0400259 <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="b5O-ep-JwZ">
260 <rect key="frame" x="36" y="131" width="149" height="32"/>
261 <buttonCell key="cell" type="push" title="Change password" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="UIB-sT-8jc">
262 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
263 <font key="font" metaFont="system"/>
264 </buttonCell>
265 <connections>
266 <action selector="changePassword:" target="-2" id="43h-0j-gON"/>
267 </connections>
268 </button>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -0400269 </subviews>
Alexandre Lision7f01b072015-09-15 14:57:05 -0400270 <constraints>
Alexandre Lision34079c22016-10-31 16:14:02 -0400271 <constraint firstItem="Mcy-ih-XuK" firstAttribute="top" secondItem="gCl-aM-td9" secondAttribute="top" id="088-R8-A7x"/>
272 <constraint firstItem="u7B-1Y-aZ4" firstAttribute="baseline" secondItem="c6M-WV-uVk" secondAttribute="baseline" id="0Lq-Wb-NQd"/>
273 <constraint firstItem="gCl-aM-td9" firstAttribute="leading" secondItem="Mcy-ih-XuK" secondAttribute="trailing" constant="9" id="0T9-E2-CTQ"/>
274 <constraint firstItem="D7f-4A-xXM" firstAttribute="baseline" secondItem="idQ-yZ-XB3" secondAttribute="firstBaseline" id="0pf-Su-5OZ"/>
275 <constraint firstItem="c6M-WV-uVk" firstAttribute="top" secondItem="D7f-4A-xXM" secondAttribute="bottom" constant="6" id="2xe-gB-xBJ"/>
276 <constraint firstItem="FlW-Vd-Eem" firstAttribute="trailing" secondItem="Mcy-ih-XuK" secondAttribute="trailing" id="3Dw-ZK-jwp"/>
277 <constraint firstItem="ACD-mw-NMI" firstAttribute="baseline" secondItem="MwI-Dp-6ii" secondAttribute="baseline" id="8Z6-Su-7YZ"/>
278 <constraint firstItem="iSd-2v-I3h" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="20" symbolic="YES" id="9C2-zB-eSk"/>
279 <constraint firstItem="DUI-3g-gHb" firstAttribute="leading" secondItem="idQ-yZ-XB3" secondAttribute="leading" id="9fo-yX-dnP"/>
280 <constraint firstItem="gCl-aM-td9" firstAttribute="top" secondItem="phb-wW-DQS" secondAttribute="bottom" constant="10" id="AY5-6L-Kqx"/>
281 <constraint firstItem="u7B-1Y-aZ4" firstAttribute="leading" secondItem="ACD-mw-NMI" secondAttribute="leading" id="AaV-Gh-QE1"/>
282 <constraint firstItem="idQ-yZ-XB3" firstAttribute="top" secondItem="iSd-2v-I3h" secondAttribute="bottom" constant="10" id="CE9-x9-fe5"/>
283 <constraint firstItem="D7f-4A-xXM" firstAttribute="leading" secondItem="idQ-yZ-XB3" secondAttribute="trailing" constant="8" symbolic="YES" id="Cb6-Mc-o5P"/>
284 <constraint firstItem="ACD-mw-NMI" firstAttribute="leading" secondItem="eaR-8q-smW" secondAttribute="leading" id="Cpf-nt-I9h"/>
285 <constraint firstItem="Ddu-Gm-dVv" firstAttribute="leading" secondItem="ACD-mw-NMI" secondAttribute="trailing" constant="8" symbolic="YES" id="DyM-eD-6Fi"/>
286 <constraint firstItem="idQ-yZ-XB3" firstAttribute="baseline" secondItem="D7f-4A-xXM" secondAttribute="baseline" id="EOp-OD-A8f"/>
287 <constraint firstItem="FlW-Vd-Eem" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="40" id="Eed-m7-lZ3"/>
Anthony Léonard1f70f722017-10-02 10:53:32 -0400288 <constraint firstItem="e6G-kW-opo" firstAttribute="top" secondItem="6uh-UC-6i9" secondAttribute="bottom" constant="16" id="F1x-0c-Ger"/>
Alexandre Lision34079c22016-10-31 16:14:02 -0400289 <constraint firstItem="c6K-nF-ezL" firstAttribute="top" secondItem="reK-M8-Eie" secondAttribute="bottom" constant="13" id="FBI-fX-Uj6"/>
290 <constraint firstItem="FlW-Vd-Eem" firstAttribute="centerY" secondItem="phb-wW-DQS" secondAttribute="centerY" id="HMW-aR-IfK"/>
291 <constraint firstItem="c6K-nF-ezL" firstAttribute="trailing" secondItem="Zpn-KI-Jfm" secondAttribute="trailing" id="HPc-Ww-Fs6"/>
292 <constraint firstItem="eaR-8q-smW" firstAttribute="leading" secondItem="6uh-UC-6i9" secondAttribute="leading" id="Jm2-Y9-vi6"/>
293 <constraint firstItem="idQ-yZ-XB3" firstAttribute="centerY" secondItem="D7f-4A-xXM" secondAttribute="centerY" id="Jul-sT-nCJ"/>
294 <constraint firstItem="e6G-kW-opo" firstAttribute="centerY" secondItem="fJM-4J-mvZ" secondAttribute="centerY" id="K6f-72-eFR"/>
Anthony Léonard1f70f722017-10-02 10:53:32 -0400295 <constraint firstItem="b5O-ep-JwZ" firstAttribute="top" secondItem="e6G-kW-opo" secondAttribute="bottom" constant="16" id="O0p-WC-jQx"/>
Alexandre Lision34079c22016-10-31 16:14:02 -0400296 <constraint firstItem="reK-M8-Eie" firstAttribute="top" secondItem="DUI-3g-gHb" secondAttribute="bottom" constant="15" id="Pdl-rB-B7s"/>
297 <constraint firstItem="phb-wW-DQS" firstAttribute="top" secondItem="Ddu-Gm-dVv" secondAttribute="bottom" constant="16" id="QZg-59-HHA"/>
298 <constraint firstItem="iSd-2v-I3h" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" constant="20" symbolic="YES" id="QmT-MQ-AUa"/>
299 <constraint firstItem="Zpn-KI-Jfm" firstAttribute="top" secondItem="c6K-nF-ezL" secondAttribute="bottom" constant="12" id="U30-P5-8cs"/>
300 <constraint firstItem="Mcy-ih-XuK" firstAttribute="trailing" secondItem="eaR-8q-smW" secondAttribute="trailing" id="VJb-1G-Eeb"/>
301 <constraint firstItem="c6M-WV-uVk" firstAttribute="leading" secondItem="Ddu-Gm-dVv" secondAttribute="leading" id="bhF-J6-14r"/>
302 <constraint firstItem="eaR-8q-smW" firstAttribute="top" secondItem="Mcy-ih-XuK" secondAttribute="bottom" constant="13" id="cbk-YJ-gyw"/>
303 <constraint firstItem="ACD-mw-NMI" firstAttribute="centerY" secondItem="Ddu-Gm-dVv" secondAttribute="centerY" id="fzo-Vk-RNV"/>
304 <constraint firstAttribute="trailing" secondItem="MwI-Dp-6ii" secondAttribute="trailing" constant="66" id="g8q-qo-81E"/>
305 <constraint firstItem="c6K-nF-ezL" firstAttribute="leading" secondItem="Zpn-KI-Jfm" secondAttribute="leading" id="imu-G3-5BC"/>
306 <constraint firstItem="iSd-2v-I3h" firstAttribute="leading" secondItem="idQ-yZ-XB3" secondAttribute="leading" id="jQT-cz-HzH"/>
307 <constraint firstAttribute="trailing" secondItem="c6M-WV-uVk" secondAttribute="trailing" constant="64" id="l6X-by-ylJ"/>
308 <constraint firstItem="reK-M8-Eie" firstAttribute="leading" secondItem="c6K-nF-ezL" secondAttribute="leading" id="o1h-vX-h9J"/>
309 <constraint firstItem="fJM-4J-mvZ" firstAttribute="leading" secondItem="e6G-kW-opo" secondAttribute="trailing" constant="8" symbolic="YES" id="pJ0-Er-GbJ"/>
Anthony Léonard1f70f722017-10-02 10:53:32 -0400310 <constraint firstItem="DUI-3g-gHb" firstAttribute="top" secondItem="b5O-ep-JwZ" secondAttribute="bottom" constant="16" id="qwW-Da-9eq"/>
Alexandre Lision34079c22016-10-31 16:14:02 -0400311 <constraint firstItem="phb-wW-DQS" firstAttribute="leading" secondItem="FlW-Vd-Eem" secondAttribute="trailing" constant="10" id="rbD-in-h2a"/>
312 <constraint firstItem="Ddu-Gm-dVv" firstAttribute="top" secondItem="c6M-WV-uVk" secondAttribute="bottom" constant="8" id="s8c-MY-9QO"/>
313 <constraint firstItem="6uh-UC-6i9" firstAttribute="leading" secondItem="e6G-kW-opo" secondAttribute="leading" id="sKK-Sp-j9H"/>
314 <constraint firstItem="MwI-Dp-6ii" firstAttribute="leading" secondItem="ACD-mw-NMI" secondAttribute="trailing" constant="6" id="uD6-eE-7Cm"/>
315 <constraint firstItem="FlW-Vd-Eem" firstAttribute="leading" secondItem="Mcy-ih-XuK" secondAttribute="leading" id="uDa-13-qvQ"/>
316 <constraint firstItem="reK-M8-Eie" firstAttribute="trailing" secondItem="c6K-nF-ezL" secondAttribute="trailing" id="v1t-Gm-Bgr"/>
317 <constraint firstItem="Ddu-Gm-dVv" firstAttribute="leading" secondItem="phb-wW-DQS" secondAttribute="leading" id="vXt-cg-jHD"/>
Anthony Léonard1f70f722017-10-02 10:53:32 -0400318 <constraint firstItem="b5O-ep-JwZ" firstAttribute="leading" secondItem="e6G-kW-opo" secondAttribute="leading" id="wVp-Ed-agN"/>
Alexandre Lision34079c22016-10-31 16:14:02 -0400319 <constraint firstItem="u7B-1Y-aZ4" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="42" id="wxa-gJ-bNx"/>
320 <constraint firstItem="6uh-UC-6i9" firstAttribute="top" secondItem="eaR-8q-smW" secondAttribute="bottom" constant="16" id="xE2-Hc-W8P"/>
321 <constraint firstItem="c6M-WV-uVk" firstAttribute="leading" secondItem="u7B-1Y-aZ4" secondAttribute="trailing" constant="8" symbolic="YES" id="xNm-4M-mkk"/>
322 <constraint firstAttribute="trailing" secondItem="reK-M8-Eie" secondAttribute="trailing" constant="20" symbolic="YES" id="zL7-hR-J7q"/>
323 <constraint firstItem="reK-M8-Eie" firstAttribute="leading" secondItem="e6G-kW-opo" secondAttribute="leading" id="zNM-4E-UIY"/>
Alexandre Lision7f01b072015-09-15 14:57:05 -0400324 </constraints>
Anthony Léonard1f70f722017-10-02 10:53:32 -0400325 <point key="canvasLocation" x="210.5" y="212.5"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -0400326 </customView>
Alexandre Lision28664352015-07-29 14:47:42 -0400327 <userDefaultsController representsSharedInstance="YES" id="OEq-Ja-Vda"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -0400328 </objects>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -0400329</document>