blob: 42e144b87ca617cfacf756a6ac53dd64f54f6187 [file] [log] [blame]
Alexandre Lision745e4d62015-03-22 20:03:10 -04001<?xml version="1.0" encoding="UTF-8" standalone="no"?>
Alexandre Lision34607032016-02-08 16:16:49 -05002<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9532" systemVersion="15D21" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
Alexandre Lision745e4d62015-03-22 20:03:10 -04003 <dependencies>
Alexandre Lision34607032016-02-08 16:16:49 -05004 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="9532"/>
Alexandre Lision745e4d62015-03-22 20:03:10 -04005 </dependencies>
6 <objects>
7 <customObject id="-2" userLabel="File's Owner" customClass="RingWizardWC">
8 <connections>
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -04009 <outlet property="caListPathControl" destination="fnL-AL-k3N" id="5ad-Cb-mM5"/>
10 <outlet property="certificatePathControl" destination="1Hn-6F-5Pq" id="V5y-qn-MkJ"/>
Alexandre Lision745e4d62015-03-22 20:03:10 -040011 <outlet property="createButton" destination="rC1-mU-Scu" id="JrT-qi-fF5"/>
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -040012 <outlet property="indicationLabel" destination="PZB-UI-B3R" id="t79-DV-rKR"/>
Alexandre Lision33942092016-02-03 12:19:09 -050013 <outlet property="nicknameField" destination="Phj-na-SP1" id="e9d-3N-z9N"/>
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -040014 <outlet property="passwordField" destination="1nU-BV-LdG" id="1fI-Xa-L9w"/>
Alexandre Lision745e4d62015-03-22 20:03:10 -040015 <outlet property="progressBar" destination="nRx-qJ-VIe" id="qJ2-ra-GkK"/>
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -040016 <outlet property="pvkContainer" destination="he3-z9-OHD" id="rmf-aA-Lv6"/>
17 <outlet property="pvkPathControl" destination="Wk1-nk-8ES" id="Sb9-e1-mDQ"/>
18 <outlet property="securityContainer" destination="ftV-Pr-W0i" id="wUj-m3-EIE"/>
Alexandre Lision34607032016-02-08 16:16:49 -050019 <outlet property="shareButton" destination="hKA-b6-heE" id="Asx-al-WgA"/>
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -040020 <outlet property="showCustomCertsButton" destination="aZl-bU-psB" id="RQ2-RR-ufD"/>
Alexandre Lision745e4d62015-03-22 20:03:10 -040021 <outlet property="window" destination="4LP-GX-BkH" id="vNm-J0-gmv"/>
22 </connections>
23 </customObject>
24 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
25 <customObject id="-3" userLabel="Application" customClass="NSObject"/>
Alexandre Lision34607032016-02-08 16:16:49 -050026 <window allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" restorable="NO" oneShot="NO" showsToolbarButton="NO" animationBehavior="default" id="4LP-GX-BkH">
27 <windowStyleMask key="styleMask" titled="YES" closable="YES" texturedBackground="YES"/>
28 <rect key="contentRect" x="599" y="440" width="480" height="182"/>
Alexandre Lision745e4d62015-03-22 20:03:10 -040029 <rect key="screenRect" x="0.0" y="0.0" width="1680" height="1050"/>
30 <view key="contentView" id="Wgr-xH-z0G">
Alexandre Lision34607032016-02-08 16:16:49 -050031 <rect key="frame" x="0.0" y="0.0" width="480" height="182"/>
Alexandre Lision745e4d62015-03-22 20:03:10 -040032 <autoresizingMask key="autoresizingMask"/>
33 <subviews>
Alexandre Lision34607032016-02-08 16:16:49 -050034 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="rAn-Kv-PgL">
35 <rect key="frame" x="126" y="143" width="229" height="36"/>
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -040036 <textFieldCell key="cell" controlSize="mini" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Welcome to Ring" id="uqu-uh-Wao">
Alexandre Lision745e4d62015-03-22 20:03:10 -040037 <font key="font" metaFont="system" size="30"/>
38 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
39 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
40 </textFieldCell>
41 </textField>
Alexandre Lision34607032016-02-08 16:16:49 -050042 <progressIndicator hidden="YES" wantsLayer="YES" maxValue="100" indeterminate="YES" style="spinning" translatesAutoresizingMaskIntoConstraints="NO" id="nRx-qJ-VIe">
43 <rect key="frame" x="192" y="60" width="96" height="32"/>
44 <constraints>
45 <constraint firstAttribute="width" constant="96" id="EN6-qO-gH1"/>
46 </constraints>
47 </progressIndicator>
48 <button hidden="YES" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="hKA-b6-heE">
49 <rect key="frame" x="306" y="17" width="80" height="29"/>
50 <buttonCell key="cell" type="bevel" title="Share" bezelStyle="regularSquare" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="Kwr-LJ-K8C">
51 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
52 <font key="font" metaFont="system"/>
53 </buttonCell>
54 <connections>
55 <action selector="shareRingID:" target="-2" id="gQ7-b3-r6R"/>
56 </connections>
57 </button>
58 <button toolTip="Choose custom certificates" horizontalHuggingPriority="750" verticalHuggingPriority="750" ambiguous="YES" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="aZl-bU-psB">
59 <rect key="frame" x="342" y="62" width="39" height="38"/>
60 <buttonCell key="cell" type="round" bezelStyle="circular" image="NSAddTemplate" imagePosition="only" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="b1Z-dE-vrA">
61 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
62 <font key="font" metaFont="system"/>
63 </buttonCell>
64 <connections>
65 <action selector="chooseOwnCertificates:" target="-2" id="Tel-fO-O2f"/>
66 </connections>
67 </button>
Alexandre Lision745e4d62015-03-22 20:03:10 -040068 <button translatesAutoresizingMaskIntoConstraints="NO" id="rC1-mU-Scu">
69 <rect key="frame" x="390" y="17" width="72" height="29"/>
70 <constraints>
71 <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="68" id="3Oi-R8-jmQ"/>
72 </constraints>
Alexandre Lision34607032016-02-08 16:16:49 -050073 <buttonCell key="cell" type="bevel" title="Next" bezelStyle="regularSquare" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="wDw-Ut-RUm">
Alexandre Lision745e4d62015-03-22 20:03:10 -040074 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
75 <font key="font" metaFont="system"/>
76 <string key="keyEquivalent" base64-UTF8="YES">
77DQ
78</string>
79 </buttonCell>
80 <connections>
81 <action selector="createRingAccount:" target="-2" id="CBc-Mm-dzm"/>
82 </connections>
83 </button>
Alexandre Lision34607032016-02-08 16:16:49 -050084 <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="5sr-Hf-NCo">
85 <rect key="frame" x="361" y="139" width="45" height="45"/>
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -040086 <constraints>
Alexandre Lision34607032016-02-08 16:16:49 -050087 <constraint firstAttribute="height" constant="45" id="0pw-aW-wnD"/>
88 <constraint firstAttribute="width" constant="45" id="YAW-t1-WU2"/>
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -040089 </constraints>
Alexandre Lision34607032016-02-08 16:16:49 -050090 <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="symbol_blue" id="UZZ-KL-7Bo"/>
91 </imageView>
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -040092 <textField verticalHuggingPriority="750" ambiguous="YES" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Phj-na-SP1">
Alexandre Lision34607032016-02-08 16:16:49 -050093 <rect key="frame" x="140" y="73" width="200" height="22"/>
94 <constraints>
95 <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="200" id="LZg-nv-YRi"/>
96 </constraints>
97 <textFieldCell key="cell" controlSize="mini" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" placeholderString="'Unknown' if empty..." drawsBackground="YES" id="5Z7-Wi-530">
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -040098 <font key="font" metaFont="system"/>
99 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
100 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
101 </textFieldCell>
102 <connections>
103 <outlet property="delegate" destination="-2" id="K7L-Rf-9i7"/>
104 </connections>
105 </textField>
Alexandre Lision34607032016-02-08 16:16:49 -0500106 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" setsMaxLayoutWidthAtFirstLayout="YES" translatesAutoresizingMaskIntoConstraints="NO" id="PZB-UI-B3R">
107 <rect key="frame" x="68" y="105" width="344" height="17"/>
108 <constraints>
109 <constraint firstAttribute="width" constant="340" id="NMy-6k-0aA"/>
110 </constraints>
111 <textFieldCell key="cell" controlSize="mini" sendsActionOnEndEditing="YES" alignment="center" title="Choose your username" id="meL-TZ-VQO">
112 <font key="font" metaFont="system"/>
113 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
114 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
115 </textFieldCell>
116 </textField>
Alexandre Lision745e4d62015-03-22 20:03:10 -0400117 </subviews>
118 <constraints>
119 <constraint firstAttribute="trailing" secondItem="rC1-mU-Scu" secondAttribute="trailing" constant="20" id="02s-v0-sLn"/>
Alexandre Lision34607032016-02-08 16:16:49 -0500120 <constraint firstItem="nRx-qJ-VIe" firstAttribute="centerX" secondItem="Wgr-xH-z0G" secondAttribute="centerX" id="A8C-8W-rR8"/>
121 <constraint firstItem="Phj-na-SP1" firstAttribute="centerX" secondItem="Wgr-xH-z0G" secondAttribute="centerX" id="AGC-ga-ZNS"/>
122 <constraint firstItem="PZB-UI-B3R" firstAttribute="centerX" secondItem="Wgr-xH-z0G" secondAttribute="centerX" id="LQU-R8-GHo"/>
123 <constraint firstItem="aZl-bU-psB" firstAttribute="leading" secondItem="Phj-na-SP1" secondAttribute="trailing" constant="8" id="PCb-NY-cPw"/>
124 <constraint firstItem="5sr-Hf-NCo" firstAttribute="leading" secondItem="rAn-Kv-PgL" secondAttribute="trailing" constant="8" id="RGk-1T-khu"/>
Alexandre Lision745e4d62015-03-22 20:03:10 -0400125 <constraint firstItem="rC1-mU-Scu" firstAttribute="leading" secondItem="hKA-b6-heE" secondAttribute="trailing" constant="8" id="RUS-zV-JtN"/>
Alexandre Lision34607032016-02-08 16:16:49 -0500126 <constraint firstItem="rAn-Kv-PgL" firstAttribute="top" secondItem="Wgr-xH-z0G" secondAttribute="top" constant="3" id="RdR-vl-146"/>
Alexandre Lision745e4d62015-03-22 20:03:10 -0400127 <constraint firstAttribute="bottom" secondItem="hKA-b6-heE" secondAttribute="bottom" constant="20" id="TGf-Kl-MPP"/>
Alexandre Lision34607032016-02-08 16:16:49 -0500128 <constraint firstItem="aZl-bU-psB" firstAttribute="centerY" secondItem="Phj-na-SP1" secondAttribute="centerY" id="YbA-a2-VNl"/>
129 <constraint firstItem="nRx-qJ-VIe" firstAttribute="top" secondItem="PZB-UI-B3R" secondAttribute="bottom" constant="13" id="c9C-z2-sGu"/>
Alexandre Lision745e4d62015-03-22 20:03:10 -0400130 <constraint firstAttribute="bottom" secondItem="rC1-mU-Scu" secondAttribute="bottom" constant="20" id="dbf-vQ-Wby"/>
Alexandre Lision34607032016-02-08 16:16:49 -0500131 <constraint firstItem="Phj-na-SP1" firstAttribute="top" secondItem="PZB-UI-B3R" secondAttribute="bottom" constant="11" id="dnt-aZ-NN3"/>
132 <constraint firstItem="PZB-UI-B3R" firstAttribute="top" secondItem="rAn-Kv-PgL" secondAttribute="bottom" constant="21" id="gTm-YN-3Nr"/>
133 <constraint firstItem="5sr-Hf-NCo" firstAttribute="centerY" secondItem="rAn-Kv-PgL" secondAttribute="centerY" id="gZH-uP-MDP"/>
134 <constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="5sr-Hf-NCo" secondAttribute="trailing" constant="8" id="heg-Vm-b50"/>
135 <constraint firstItem="rAn-Kv-PgL" firstAttribute="centerX" secondItem="Wgr-xH-z0G" secondAttribute="centerX" id="zQB-dF-MQ4"/>
Alexandre Lision745e4d62015-03-22 20:03:10 -0400136 </constraints>
137 </view>
138 <connections>
139 <outlet property="delegate" destination="-2" id="cKX-Z2-yDq"/>
140 </connections>
Alexandre Lision34607032016-02-08 16:16:49 -0500141 <point key="canvasLocation" x="589" y="-131"/>
Alexandre Lision745e4d62015-03-22 20:03:10 -0400142 </window>
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -0400143 <customView identifier="ChooseCerts" id="ftV-Pr-W0i">
Alexandre Lision7f01b072015-09-15 14:57:05 -0400144 <rect key="frame" x="0.0" y="0.0" width="531" height="172"/>
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -0400145 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
146 <subviews>
Alexandre Lision7f01b072015-09-15 14:57:05 -0400147 <pathControl verticalHuggingPriority="750" ambiguous="YES" misplaced="YES" allowsExpansionToolTips="YES" translatesAutoresizingMaskIntoConstraints="NO" id="1Hn-6F-5Pq">
148 <rect key="frame" x="242" y="75" width="200" height="26"/>
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -0400149 <pathCell key="cell" selectable="YES" editable="YES" alignment="left" pathStyle="popUp" id="kCA-gk-cMZ">
150 <font key="font" metaFont="system"/>
151 </pathCell>
152 <connections>
153 <action selector="certificatePathControlSingleClick:" target="-2" id="gLr-11-7u9"/>
154 </connections>
155 </pathControl>
Alexandre Lision7f01b072015-09-15 14:57:05 -0400156 <pathControl verticalHuggingPriority="750" ambiguous="YES" misplaced="YES" allowsExpansionToolTips="YES" translatesAutoresizingMaskIntoConstraints="NO" id="fnL-AL-k3N">
157 <rect key="frame" x="242" y="103" width="200" height="26"/>
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -0400158 <pathCell key="cell" selectable="YES" editable="YES" alignment="left" pathStyle="popUp" id="GQX-gh-pkz">
159 <font key="font" metaFont="system"/>
160 </pathCell>
161 <connections>
162 <action selector="caListPathControlSingleClick:" target="-2" id="YSc-pJ-KRW"/>
163 </connections>
164 </pathControl>
Alexandre Lision7f01b072015-09-15 14:57:05 -0400165 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" ambiguous="YES" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="oIN-Fl-8Li">
166 <rect key="frame" x="18" y="81" width="221" height="17"/>
167 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="User Certificate" id="V1U-ew-Ge2">
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -0400168 <font key="font" metaFont="system"/>
169 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
170 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
171 </textFieldCell>
172 </textField>
Alexandre Lision7f01b072015-09-15 14:57:05 -0400173 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" ambiguous="YES" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="t9K-II-jmt">
174 <rect key="frame" x="18" y="107" width="221" height="17"/>
175 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Certificate Authority list" id="SpA-zX-ytE">
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -0400176 <font key="font" metaFont="system"/>
177 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
178 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
179 </textFieldCell>
180 </textField>
181 <customView hidden="YES" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="he3-z9-OHD">
Alexandre Lision7f01b072015-09-15 14:57:05 -0400182 <rect key="frame" x="20" y="0.0" width="511" height="71"/>
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -0400183 <subviews>
Alexandre Lision7f01b072015-09-15 14:57:05 -0400184 <pathControl verticalHuggingPriority="750" ambiguous="YES" misplaced="YES" allowsExpansionToolTips="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Wk1-nk-8ES">
185 <rect key="frame" x="223" y="41" width="200" height="26"/>
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -0400186 <pathCell key="cell" selectable="YES" editable="YES" alignment="left" pathStyle="popUp" id="dkC-t2-qyc">
187 <font key="font" metaFont="system"/>
188 </pathCell>
189 <connections>
190 <action selector="pvkFilePathControlSingleClick:" target="-2" id="aTR-VH-hJK"/>
191 </connections>
192 </pathControl>
Alexandre Lision7f01b072015-09-15 14:57:05 -0400193 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" ambiguous="YES" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="4EG-qH-WOF">
194 <rect key="frame" x="18" y="45" width="202" height="17"/>
195 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Private key" id="poP-JD-MDa">
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -0400196 <font key="font" metaFont="system"/>
197 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
198 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
199 </textFieldCell>
200 </textField>
201 <secureTextField hidden="YES" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="1nU-BV-LdG">
Alexandre Lision7f01b072015-09-15 14:57:05 -0400202 <rect key="frame" x="226" y="9" width="145" height="22"/>
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -0400203 <secureTextFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" placeholderString="Password..." drawsBackground="YES" usesSingleLineMode="YES" id="Hsc-U9-2RV">
204 <font key="font" metaFont="system"/>
205 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
206 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
207 <allowedInputSourceLocales>
208 <string>NSAllRomanInputSourcesLocaleIdentifier</string>
209 </allowedInputSourceLocales>
210 </secureTextFieldCell>
211 <connections>
212 <outlet property="delegate" destination="-2" id="XjT-FM-vvp"/>
213 </connections>
214 </secureTextField>
215 </subviews>
Alexandre Lision7f01b072015-09-15 14:57:05 -0400216 <constraints>
217 <constraint firstItem="Wk1-nk-8ES" firstAttribute="leading" secondItem="4EG-qH-WOF" secondAttribute="trailing" constant="8" id="Mfo-AY-j64"/>
218 </constraints>
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -0400219 </customView>
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -0400220 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="K7H-z9-exz">
Alexandre Lision7f01b072015-09-15 14:57:05 -0400221 <rect key="frame" x="18" y="155" width="199" height="17"/>
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -0400222 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Advanced security (optionnal)" id="Gnn-K9-PTH">
223 <font key="font" metaFont="systemBold"/>
224 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
225 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
226 </textFieldCell>
227 </textField>
Alexandre Lision7f01b072015-09-15 14:57:05 -0400228 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="21c-hJ-jTB">
229 <rect key="frame" x="30" y="130" width="483" height="17"/>
230 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Choose your own certificates" id="4ls-Yq-mDp">
231 <font key="font" metaFont="system"/>
232 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
233 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
234 </textFieldCell>
235 </textField>
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -0400236 </subviews>
Alexandre Lision7f01b072015-09-15 14:57:05 -0400237 <constraints>
238 <constraint firstItem="fnL-AL-k3N" firstAttribute="leading" secondItem="t9K-II-jmt" secondAttribute="trailing" constant="8" id="HuI-1u-ggc"/>
239 <constraint firstItem="1Hn-6F-5Pq" firstAttribute="leading" secondItem="oIN-Fl-8Li" secondAttribute="trailing" constant="8" id="Xqa-pG-Igc"/>
240 </constraints>
241 <point key="canvasLocation" x="62.5" y="15"/>
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -0400242 </customView>
Alexandre Lision745e4d62015-03-22 20:03:10 -0400243 </objects>
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -0400244 <resources>
245 <image name="NSAddTemplate" width="11" height="11"/>
Alexandre Lision34607032016-02-08 16:16:49 -0500246 <image name="symbol_blue" width="92.160003662109375" height="85.919998168945312"/>
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -0400247 </resources>
Alexandre Lision745e4d62015-03-22 20:03:10 -0400248</document>