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