blob: ee1e87b08eec5b58e574d5760a78454b4f930bd2 [file] [log] [blame]
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -04001<?xml version="1.0" encoding="UTF-8"?>
Kateryna Kostiuk782ac772019-11-29 16:12:30 -05002<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="15505" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -04003 <dependencies>
Kateryna Kostiuk782ac772019-11-29 16:12:30 -05004 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="15505"/>
Kateryna Kostiuk394f74c2018-10-05 15:45:26 -04005 <capability name="System colors introduced in macOS 10.14" minToolsVersion="10.0"/>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -04006 <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -04007 </dependencies>
8 <objects>
9 <customObject id="-2" userLabel="File's Owner" customClass="AccRingGeneralVC">
10 <connections>
Kateryna Kostiuk9fca5422018-11-19 16:27:46 -050011 <outlet property="accountStatus" destination="JDZ-Ww-J0R" id="6aL-GS-YIh"/>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -040012 <outlet property="addProfilePhotoImage" destination="Lsc-U9-fTH" id="G9k-ly-ijQ"/>
Kateryna Kostiuk394f74c2018-10-05 15:45:26 -040013 <outlet property="advancedButtonMarginConstraint" destination="9ET-E5-F0k" id="zEw-dH-YpR"/>
14 <outlet property="bannedContactHeightConstraint" destination="Oyx-FU-ni1" id="Kye-yG-CHK"/>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -040015 <outlet property="blockedContactsTableView" destination="aau-IO-oSs" id="Vek-r1-CDK"/>
16 <outlet property="devicesTableView" destination="Zw2-AJ-V23" id="fdL-VK-1ao"/>
17 <outlet property="displayNameField" destination="n2O-cF-oZh" id="EaH-qO-DhI"/>
Kateryna Kostiuk2d621cb2019-10-25 18:57:32 -040018 <outlet property="exportAccountButton" destination="vkG-1y-zOL" id="E8L-fu-2AU"/>
Kateryna Kostiukc7e68f32019-10-09 16:15:45 -040019 <outlet property="linkDeviceButton" destination="xuK-C2-qCq" id="Syf-y5-KnW"/>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -040020 <outlet property="passwordButton" destination="jn6-I2-q72" id="ElE-O6-kva"/>
Kateryna Kostiukc7e68f32019-10-09 16:15:45 -040021 <outlet property="passwordField" destination="jfs-pl-8Bb" id="RYs-Qw-rCE"/>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -040022 <outlet property="photoView" destination="a04-w7-5Bn" id="cGK-Ao-FaB"/>
23 <outlet property="registerNameButton" destination="wRD-yN-Fq8" id="Nd0-BQ-cfn"/>
24 <outlet property="registeredNameField" destination="WON-75-xph" id="0Gt-gX-edt"/>
25 <outlet property="removeAccountButton" destination="aVu-fd-FGu" id="ibX-fi-3bm"/>
26 <outlet property="ringIDField" destination="esP-z9-gYy" id="JxR-aJ-Rwc"/>
27 <outlet property="view" destination="h5N-dv-68N" id="3rU-dU-Pmw"/>
28 </connections>
29 </customObject>
30 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
31 <customObject id="-3" userLabel="Application" customClass="NSObject"/>
32 <userDefaultsController representsSharedInstance="YES" id="OEq-Ja-Vda"/>
33 <customView id="h5N-dv-68N">
Kateryna Kostiuk782ac772019-11-29 16:12:30 -050034 <rect key="frame" x="0.0" y="0.0" width="620" height="526"/>
35 <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxX="YES" flexibleMinY="YES" heightSizable="YES"/>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -040036 <subviews>
37 <box boxType="custom" borderType="bezel" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="gTn-6p-Gtk">
Kateryna Kostiuk782ac772019-11-29 16:12:30 -050038 <rect key="frame" x="0.0" y="61" width="620" height="465"/>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -040039 <view key="contentView" id="aIW-Qi-bDe">
Kateryna Kostiuk782ac772019-11-29 16:12:30 -050040 <rect key="frame" x="1" y="1" width="618" height="463"/>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -040041 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
42 </view>
Kateryna Kostiuk394f74c2018-10-05 15:45:26 -040043 <color key="borderColor" name="unemphasizedSelectedTextBackgroundColor" catalog="System" colorSpace="catalog"/>
44 <color key="fillColor" name="windowBackgroundColor" catalog="System" colorSpace="catalog"/>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -040045 </box>
Kateryna Kostiuk256814e2018-09-04 14:47:33 -040046 <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="oMU-r6-ptk">
Kateryna Kostiuk782ac772019-11-29 16:12:30 -050047 <rect key="frame" x="266" y="477" width="63" height="18"/>
Kateryna Kostiuk256814e2018-09-04 14:47:33 -040048 <buttonCell key="cell" type="check" title="Enable" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="Op4-XO-WsE">
49 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
50 <font key="font" metaFont="system"/>
51 </buttonCell>
52 <connections>
53 <action selector="enableAccount:" target="-2" id="1Ae-0Y-tbF"/>
54 <binding destination="-2" name="value" keyPath="self.accountEnabled" id="vMm-1o-Yuc"/>
55 </connections>
56 </button>
57 <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="jn6-I2-q72">
Kateryna Kostiuk782ac772019-11-29 16:12:30 -050058 <rect key="frame" x="262" y="376" width="40" height="32"/>
Kateryna Kostiuk256814e2018-09-04 14:47:33 -040059 <buttonCell key="cell" type="push" bezelStyle="rounded" alignment="center" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="Sp2-I2-vjE">
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -040060 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
Kateryna Kostiuk256814e2018-09-04 14:47:33 -040061 <font key="font" metaFont="system"/>
62 </buttonCell>
63 <connections>
64 <action selector="changePassword:" target="-2" id="yq9-t5-sFg"/>
65 </connections>
66 </button>
67 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="jfs-pl-8Bb">
Kateryna Kostiuk782ac772019-11-29 16:12:30 -050068 <rect key="frame" x="190" y="385" width="70" height="16"/>
Kateryna Kostiuk256814e2018-09-04 14:47:33 -040069 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Password:" id="TYk-QK-iaT">
70 <font key="font" metaFont="system"/>
71 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
72 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
73 </textFieldCell>
74 </textField>
75 <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="xuK-C2-qCq">
Kateryna Kostiuk782ac772019-11-29 16:12:30 -050076 <rect key="frame" x="430" y="280" width="176" height="32"/>
Kateryna Kostiuk256814e2018-09-04 14:47:33 -040077 <buttonCell key="cell" type="push" title="Link another device" bezelStyle="rounded" image="NSAddTemplate" imagePosition="leading" alignment="center" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="tWk-Od-BEQ">
78 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
79 <font key="font" metaFont="system"/>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -040080 </buttonCell>
81 <connections>
82 <action selector="startExportOnRing:" target="-2" id="3qR-8h-FTM"/>
83 </connections>
84 </button>
85 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="3g2-en-JS8">
Kateryna Kostiuk782ac772019-11-29 16:12:30 -050086 <rect key="frame" x="190" y="447" width="70" height="16"/>
Kateryna Kostiuk256814e2018-09-04 14:47:33 -040087 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Identifier:" id="qx7-i1-3Na">
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -040088 <font key="font" metaFont="system"/>
89 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
90 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
91 </textFieldCell>
92 </textField>
93 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="G9D-BP-wC2">
Kateryna Kostiuk782ac772019-11-29 16:12:30 -050094 <rect key="frame" x="190" y="416" width="70" height="16"/>
Kateryna Kostiuk256814e2018-09-04 14:47:33 -040095 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Username:" id="fPK-Zv-Uom">
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -040096 <font key="font" metaFont="system"/>
97 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
98 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
99 </textFieldCell>
100 </textField>
101 <textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="esP-z9-gYy">
Kateryna Kostiuk782ac772019-11-29 16:12:30 -0500102 <rect key="frame" x="266" y="447" width="4" height="15"/>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -0400103 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" sendsActionOnEndEditing="YES" id="4k1-oK-neO">
Kateryna Kostiuk256814e2018-09-04 14:47:33 -0400104 <font key="font" metaFont="cellTitle"/>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -0400105 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
106 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
107 </textFieldCell>
108 </textField>
109 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="WON-75-xph">
Kateryna Kostiuk782ac772019-11-29 16:12:30 -0500110 <rect key="frame" x="266" y="416" width="4" height="16"/>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -0400111 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" sendsActionOnEndEditing="YES" id="Bkr-Hq-SAD">
112 <font key="font" metaFont="system"/>
113 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
114 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
115 </textFieldCell>
116 </textField>
117 <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="wRD-yN-Fq8">
Kateryna Kostiuk782ac772019-11-29 16:12:30 -0500118 <rect key="frame" x="262" y="409" width="90" height="32"/>
Kateryna Kostiuk256814e2018-09-04 14:47:33 -0400119 <buttonCell key="cell" type="push" title="Register" bezelStyle="rounded" alignment="center" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="gLp-qz-XYs">
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -0400120 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
Kateryna Kostiuk256814e2018-09-04 14:47:33 -0400121 <font key="font" metaFont="system"/>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -0400122 </buttonCell>
123 <connections>
124 <action selector="startNameRegistration:" target="-2" id="Vyw-S7-pZU"/>
125 </connections>
126 </button>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -0400127 <stackView orientation="horizontal" alignment="bottom" horizontalStackHuggingPriority="249.99998474121094" verticalStackHuggingPriority="249.99998474121094" detachesHiddenViews="YES" translatesAutoresizingMaskIntoConstraints="NO" id="h3Q-Fn-uye">
Kateryna Kostiuk782ac772019-11-29 16:12:30 -0500128 <rect key="frame" x="192" y="325" width="408" height="41"/>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -0400129 <middleViews>
Kateryna Kostiuk256814e2018-09-04 14:47:33 -0400130 <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="vkG-1y-zOL">
131 <rect key="frame" x="137" y="-7" width="134" height="32"/>
132 <buttonCell key="cell" type="push" title="Export Account" bezelStyle="rounded" alignment="center" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="1aj-MG-mHp">
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -0400133 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
Kateryna Kostiuk256814e2018-09-04 14:47:33 -0400134 <font key="font" metaFont="system"/>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -0400135 </buttonCell>
136 <connections>
137 <action selector="exportAccount:" target="-2" id="SmV-kT-c4R"/>
138 </connections>
139 </button>
140 </middleViews>
141 <endViews>
Kateryna Kostiuk256814e2018-09-04 14:47:33 -0400142 <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="aVu-fd-FGu">
143 <rect key="frame" x="272" y="-7" width="142" height="32"/>
144 <buttonCell key="cell" type="push" title="Remove Account" bezelStyle="rounded" alignment="center" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="Yf6-8d-SNh">
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -0400145 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
Kateryna Kostiuk256814e2018-09-04 14:47:33 -0400146 <font key="font" metaFont="system"/>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -0400147 </buttonCell>
148 <connections>
149 <action selector="removeAccount:" target="-2" id="dai-ii-iHD"/>
150 </connections>
151 </button>
152 </endViews>
153 <visibilityPriorities>
154 <integer value="1000"/>
155 <integer value="1000"/>
156 </visibilityPriorities>
157 <customSpacing>
158 <real value="3.4028234663852886e+38"/>
159 <real value="3.4028234663852886e+38"/>
160 </customSpacing>
161 </stackView>
Kateryna Kostiuk782ac772019-11-29 16:12:30 -0500162 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="hsy-0z-bp6">
163 <rect key="frame" x="18" y="289" width="98" height="16"/>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -0400164 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Linked devices" id="oga-WC-4gb">
Kateryna Kostiuk256814e2018-09-04 14:47:33 -0400165 <font key="font" metaFont="systemSemibold" size="13"/>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -0400166 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
167 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
168 </textFieldCell>
169 </textField>
Kateryna Kostiuk394f74c2018-10-05 15:45:26 -0400170 <visualEffectView blendingMode="behindWindow" material="sidebar" state="followsWindowActiveState" translatesAutoresizingMaskIntoConstraints="NO" id="pzl-nx-92N">
Kateryna Kostiuk782ac772019-11-29 16:12:30 -0500171 <rect key="frame" x="20" y="124" width="580" height="150"/>
Kateryna Kostiuk394f74c2018-10-05 15:45:26 -0400172 <subviews>
173 <scrollView autohidesScrollers="YES" horizontalLineScroll="52" horizontalPageScroll="10" verticalLineScroll="52" verticalPageScroll="10" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="1uj-O6-qH5">
174 <rect key="frame" x="0.0" y="0.0" width="580" height="150"/>
175 <clipView key="contentView" drawsBackground="NO" id="wA7-kx-iIb">
176 <rect key="frame" x="1" y="1" width="578" height="148"/>
177 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
178 <subviews>
179 <tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" selectionHighlightStyle="none" columnSelection="YES" multipleSelection="NO" autosaveColumns="NO" rowHeight="50" rowSizeStyle="automatic" viewBased="YES" id="Zw2-AJ-V23">
180 <rect key="frame" x="0.0" y="0.0" width="578" height="148"/>
Kateryna Kostiuk782ac772019-11-29 16:12:30 -0500181 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
Kateryna Kostiuk394f74c2018-10-05 15:45:26 -0400182 <size key="intercellSpacing" width="3" height="2"/>
183 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
184 <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
185 <tableColumns>
186 <tableColumn width="575" minWidth="40" maxWidth="1000" id="Smk-YT-73t">
187 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border">
Kateryna Kostiuk782ac772019-11-29 16:12:30 -0500188 <font key="font" metaFont="message" size="11"/>
Kateryna Kostiuk394f74c2018-10-05 15:45:26 -0400189 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
190 <color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
191 </tableHeaderCell>
192 <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" title="Text Cell" id="yYf-Ei-lMG">
193 <font key="font" metaFont="system"/>
194 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
195 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
196 </textFieldCell>
197 <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
198 <prototypeCellViews>
199 <tableCellView identifier="TableCellDeviceItem" id="Zdu-FI-UVL">
200 <rect key="frame" x="1" y="1" width="575" height="50"/>
201 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
202 <subviews>
203 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" tag="200" translatesAutoresizingMaskIntoConstraints="NO" id="9mA-na-5lo">
204 <rect key="frame" x="8" y="24" width="4" height="16"/>
205 <constraints>
206 <constraint firstAttribute="height" constant="16" id="DlG-hp-nhb"/>
207 </constraints>
208 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" id="AWj-hh-tfI">
209 <font key="font" metaFont="system"/>
210 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
211 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
212 </textFieldCell>
213 </textField>
214 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" tag="300" translatesAutoresizingMaskIntoConstraints="NO" id="fVS-Vh-6Lp">
215 <rect key="frame" x="8" y="10" width="4" height="14"/>
216 <constraints>
217 <constraint firstAttribute="height" constant="14" id="b5Z-j9-aoY"/>
218 </constraints>
219 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" id="7kJ-4c-Kzw">
220 <font key="font" metaFont="systemLight" size="12"/>
221 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
222 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
223 </textFieldCell>
224 </textField>
225 <button toolTip="Edit name" verticalHuggingPriority="750" tag="400" translatesAutoresizingMaskIntoConstraints="NO" id="WEo-a0-wVL">
226 <rect key="frame" x="544" y="10" width="21" height="30"/>
227 <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="NSTouchBarComposeTemplate" imagePosition="only" alignment="center" imageScaling="proportionallyDown" inset="2" id="9s6-G8-rME">
228 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
229 <font key="font" metaFont="system"/>
230 </buttonCell>
231 </button>
232 <button toolTip="Revoke" verticalHuggingPriority="750" tag="500" translatesAutoresizingMaskIntoConstraints="NO" id="lrB-j5-Mvy">
233 <rect key="frame" x="550" y="10" width="15" height="30"/>
234 <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="NSTouchBarDeleteTemplate" imagePosition="only" alignment="center" imageScaling="proportionallyDown" inset="2" id="RWW-Og-9Ua">
235 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
236 <font key="font" metaFont="system"/>
237 </buttonCell>
238 <connections>
239 <action selector="revokeDevice:" target="-2" id="0k3-TF-SMG"/>
240 </connections>
241 </button>
242 </subviews>
243 <constraints>
244 <constraint firstAttribute="trailing" secondItem="lrB-j5-Mvy" secondAttribute="trailing" constant="10" id="0f4-4L-vPe"/>
245 <constraint firstItem="fVS-Vh-6Lp" firstAttribute="leading" secondItem="Zdu-FI-UVL" secondAttribute="leading" constant="10" id="8Gc-s8-84g"/>
246 <constraint firstItem="WEo-a0-wVL" firstAttribute="bottom" secondItem="fVS-Vh-6Lp" secondAttribute="bottom" id="E29-TO-Sgm"/>
247 <constraint firstItem="lrB-j5-Mvy" firstAttribute="bottom" secondItem="fVS-Vh-6Lp" secondAttribute="bottom" id="HfC-0N-vdA"/>
248 <constraint firstAttribute="bottom" secondItem="fVS-Vh-6Lp" secondAttribute="bottom" constant="10" id="OIT-Im-NYp"/>
249 <constraint firstAttribute="trailing" secondItem="WEo-a0-wVL" secondAttribute="trailing" constant="10" id="P8g-lG-Rm0"/>
250 <constraint firstItem="fVS-Vh-6Lp" firstAttribute="top" secondItem="9mA-na-5lo" secondAttribute="bottom" id="RCk-FF-m2I"/>
251 <constraint firstItem="9mA-na-5lo" firstAttribute="top" secondItem="Zdu-FI-UVL" secondAttribute="top" constant="10" id="SGM-YE-MPb"/>
252 <constraint firstItem="9mA-na-5lo" firstAttribute="leading" secondItem="Zdu-FI-UVL" secondAttribute="leading" constant="10" id="SfI-vb-cXg"/>
253 </constraints>
254 </tableCellView>
255 <customView identifier="HoverRowView" id="CPL-go-ebR" customClass="HoverTableRowView">
256 <rect key="frame" x="1" y="53" width="575" height="50"/>
257 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
258 </customView>
259 </prototypeCellViews>
260 </tableColumn>
261 </tableColumns>
262 </tableView>
263 </subviews>
264 <nil key="backgroundColor"/>
265 </clipView>
266 <constraints>
267 <constraint firstAttribute="height" constant="150" id="Sca-Sh-Zm3"/>
268 </constraints>
269 <scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="YES" id="QUF-D7-MhJ">
270 <rect key="frame" x="1" y="133" width="578" height="16"/>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -0400271 <autoresizingMask key="autoresizingMask"/>
Kateryna Kostiuk394f74c2018-10-05 15:45:26 -0400272 </scroller>
273 <scroller key="verticalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="NO" id="RnI-3s-sSx">
274 <rect key="frame" x="224" y="17" width="15" height="102"/>
275 <autoresizingMask key="autoresizingMask"/>
276 </scroller>
277 </scrollView>
278 </subviews>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -0400279 <constraints>
Kateryna Kostiuk394f74c2018-10-05 15:45:26 -0400280 <constraint firstItem="1uj-O6-qH5" firstAttribute="top" secondItem="pzl-nx-92N" secondAttribute="top" id="3d5-0j-3kl"/>
281 <constraint firstAttribute="bottom" secondItem="1uj-O6-qH5" secondAttribute="bottom" id="clO-7L-KAO"/>
282 <constraint firstAttribute="trailing" secondItem="1uj-O6-qH5" secondAttribute="trailing" id="hAh-ad-l9w"/>
283 <constraint firstAttribute="height" constant="150" id="unJ-Hh-cMb"/>
284 <constraint firstItem="1uj-O6-qH5" firstAttribute="leading" secondItem="pzl-nx-92N" secondAttribute="leading" id="zm5-fQ-k8B"/>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -0400285 </constraints>
Kateryna Kostiuk394f74c2018-10-05 15:45:26 -0400286 </visualEffectView>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -0400287 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="2IE-yO-TDJ">
Kateryna Kostiuk782ac772019-11-29 16:12:30 -0500288 <rect key="frame" x="190" y="478" width="70" height="16"/>
Kateryna Kostiuk256814e2018-09-04 14:47:33 -0400289 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Account" id="uLQ-MS-pZ7">
290 <font key="font" metaFont="systemSemibold" size="13"/>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -0400291 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
292 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
293 </textFieldCell>
294 </textField>
Kateryna Kostiuk256814e2018-09-04 14:47:33 -0400295 <box boxType="custom" borderType="none" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="oVO-wj-fwQ">
Kateryna Kostiuk782ac772019-11-29 16:12:30 -0500296 <rect key="frame" x="32" y="325" width="128" height="169"/>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -0400297 <view key="contentView" id="edz-Bo-zxA">
Kateryna Kostiuk256814e2018-09-04 14:47:33 -0400298 <rect key="frame" x="0.0" y="0.0" width="128" height="169"/>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -0400299 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
300 <subviews>
301 <button focusRingType="none" horizontalHuggingPriority="750" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="a04-w7-5Bn">
Kateryna Kostiuk256814e2018-09-04 14:47:33 -0400302 <rect key="frame" x="0.0" y="41" width="128" height="128"/>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -0400303 <constraints>
Kateryna Kostiuk256814e2018-09-04 14:47:33 -0400304 <constraint firstAttribute="width" constant="128" id="7Pb-VH-qUI"/>
305 <constraint firstAttribute="height" constant="128" id="m06-FK-Jir"/>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -0400306 </constraints>
307 <buttonCell key="cell" type="inline" bezelStyle="inline" imagePosition="only" alignment="center" focusRingType="none" imageScaling="proportionallyUpOrDown" inset="2" id="4FV-kb-gHx">
308 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
309 <font key="font" metaFont="smallSystemBold"/>
310 </buttonCell>
Kateryna Kostiuk256814e2018-09-04 14:47:33 -0400311 </button>
312 <button verticalHuggingPriority="750" alphaValue="0.29999999999999999" translatesAutoresizingMaskIntoConstraints="NO" id="NwI-6i-crp" customClass="HoverButton">
313 <rect key="frame" x="0.0" y="41" width="128" height="128"/>
314 <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" alignment="center" refusesFirstResponder="YES" transparent="YES" imageScaling="proportionallyDown" inset="2" id="a6d-ag-lWb">
315 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
316 <font key="font" metaFont="system"/>
317 </buttonCell>
318 <userDefinedRuntimeAttributes>
319 <userDefinedRuntimeAttribute type="color" keyPath="hoverColor">
320 <color key="value" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
321 </userDefinedRuntimeAttribute>
Kateryna Kostiuke28a0382019-10-25 16:29:08 -0400322 <userDefinedRuntimeAttribute type="color" keyPath="hoverDarkColor">
323 <color key="value" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
324 </userDefinedRuntimeAttribute>
Kateryna Kostiuk256814e2018-09-04 14:47:33 -0400325 </userDefinedRuntimeAttributes>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -0400326 <connections>
Kateryna Kostiuk256814e2018-09-04 14:47:33 -0400327 <action selector="editPhoto:" target="-2" id="cfC-jn-h6W"/>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -0400328 </connections>
329 </button>
Kateryna Kostiuk9fca5422018-11-19 16:27:46 -0500330 <textField horizontalHuggingPriority="750" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="JDZ-Ww-J0R" userLabel="AccountStatus" customClass="RoundedTextField">
331 <rect key="frame" x="90" y="41" width="19" height="20"/>
332 <constraints>
333 <constraint firstAttribute="width" constant="15.5" id="3Tq-vh-zjv"/>
334 <constraint firstAttribute="height" constant="19.5" id="Lvn-j5-zSj"/>
335 </constraints>
336 <textFieldCell key="cell" enabled="NO" sendsActionOnEndEditing="YES" alignment="center" id="JqD-r2-vsb">
337 <font key="font" metaFont="system"/>
338 <color key="textColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
339 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
340 </textFieldCell>
341 <userDefinedRuntimeAttributes>
342 <userDefinedRuntimeAttribute type="color" keyPath="bgColor">
343 <color key="value" red="0.29803921570000003" green="0.85098039219999999" blue="0.3921568627" alpha="1" colorSpace="calibratedRGB"/>
344 </userDefinedRuntimeAttribute>
345 <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
346 <color key="value" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
347 </userDefinedRuntimeAttribute>
348 <userDefinedRuntimeAttribute type="number" keyPath="borderThickness">
349 <real key="value" value="1.5"/>
350 </userDefinedRuntimeAttribute>
351 </userDefinedRuntimeAttributes>
352 </textField>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -0400353 <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="Lsc-U9-fTH">
Kateryna Kostiuk256814e2018-09-04 14:47:33 -0400354 <rect key="frame" x="49" y="90" width="30" height="30"/>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -0400355 <constraints>
356 <constraint firstAttribute="height" constant="30" id="hqc-aw-DDv"/>
357 <constraint firstAttribute="width" constant="30" id="kQq-3Y-cKy"/>
358 </constraints>
359 <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="ic_picture" id="kK2-OG-xcF"/>
360 </imageView>
361 <textField verticalHuggingPriority="750" tag="100" translatesAutoresizingMaskIntoConstraints="NO" id="n2O-cF-oZh">
Kateryna Kostiuk256814e2018-09-04 14:47:33 -0400362 <rect key="frame" x="0.0" y="0.0" width="128" height="21"/>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -0400363 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="center" placeholderString="Enter name" bezelStyle="round" id="kt0-P6-fdQ">
364 <font key="font" metaFont="system"/>
Kateryna Kostiuk39ce23d2018-10-02 14:33:37 -0400365 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -0400366 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
367 </textFieldCell>
368 <connections>
369 <outlet property="delegate" destination="-2" id="TDb-Lu-LKe"/>
370 </connections>
371 </textField>
372 </subviews>
373 <constraints>
374 <constraint firstItem="a04-w7-5Bn" firstAttribute="centerX" secondItem="edz-Bo-zxA" secondAttribute="centerX" id="0mp-ac-frU"/>
Kateryna Kostiuk9fca5422018-11-19 16:27:46 -0500375 <constraint firstItem="JDZ-Ww-J0R" firstAttribute="trailing" secondItem="NwI-6i-crp" secondAttribute="trailing" constant="-21" id="7pw-7d-7Ut"/>
Kateryna Kostiuk256814e2018-09-04 14:47:33 -0400376 <constraint firstItem="n2O-cF-oZh" firstAttribute="leading" secondItem="edz-Bo-zxA" secondAttribute="leading" id="AUG-3f-scp"/>
377 <constraint firstItem="n2O-cF-oZh" firstAttribute="top" secondItem="a04-w7-5Bn" secondAttribute="bottom" constant="20" id="KhI-6h-8XR"/>
378 <constraint firstItem="NwI-6i-crp" firstAttribute="leading" secondItem="a04-w7-5Bn" secondAttribute="leading" id="NQW-YJ-6bY"/>
379 <constraint firstItem="NwI-6i-crp" firstAttribute="top" secondItem="a04-w7-5Bn" secondAttribute="top" id="PQn-8z-xDL"/>
380 <constraint firstAttribute="trailing" secondItem="n2O-cF-oZh" secondAttribute="trailing" id="hfH-o5-XHE"/>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -0400381 <constraint firstItem="Lsc-U9-fTH" firstAttribute="centerY" secondItem="a04-w7-5Bn" secondAttribute="centerY" id="iwV-Th-OV6"/>
Kateryna Kostiuk9fca5422018-11-19 16:27:46 -0500382 <constraint firstItem="JDZ-Ww-J0R" firstAttribute="bottom" secondItem="NwI-6i-crp" secondAttribute="bottom" id="kIG-eu-dku"/>
Kateryna Kostiuk256814e2018-09-04 14:47:33 -0400383 <constraint firstItem="NwI-6i-crp" firstAttribute="trailing" secondItem="a04-w7-5Bn" secondAttribute="trailing" id="rTJ-s0-Fmw"/>
384 <constraint firstAttribute="bottom" secondItem="n2O-cF-oZh" secondAttribute="bottom" id="uBU-6F-YaI"/>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -0400385 <constraint firstItem="Lsc-U9-fTH" firstAttribute="centerX" secondItem="a04-w7-5Bn" secondAttribute="centerX" id="uyy-Ng-jY4"/>
Kateryna Kostiuk256814e2018-09-04 14:47:33 -0400386 <constraint firstItem="NwI-6i-crp" firstAttribute="bottom" secondItem="a04-w7-5Bn" secondAttribute="bottom" id="vK0-Qr-fTV"/>
387 <constraint firstItem="a04-w7-5Bn" firstAttribute="top" secondItem="edz-Bo-zxA" secondAttribute="top" id="zLp-uv-J6b"/>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -0400388 <constraint firstItem="n2O-cF-oZh" firstAttribute="centerX" secondItem="edz-Bo-zxA" secondAttribute="centerX" id="zl3-Sp-GPH"/>
389 </constraints>
390 </view>
391 <constraints>
Kateryna Kostiuk256814e2018-09-04 14:47:33 -0400392 <constraint firstAttribute="height" constant="169" id="FcC-hB-dPN"/>
393 <constraint firstAttribute="width" constant="128" id="ejp-uU-0rY"/>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -0400394 </constraints>
395 <color key="borderColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
396 </box>
397 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="dOT-gX-qDn">
Kateryna Kostiuk782ac772019-11-29 16:12:30 -0500398 <rect key="frame" x="18" y="88" width="113" height="16"/>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -0400399 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Banned Contacts" id="6fI-98-VvQ">
Kateryna Kostiuk256814e2018-09-04 14:47:33 -0400400 <font key="font" metaFont="systemSemibold" size="13"/>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -0400401 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
402 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
403 </textFieldCell>
404 </textField>
405 <button horizontalHuggingPriority="750" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="3QT-MY-qpW">
Kateryna Kostiuk782ac772019-11-29 16:12:30 -0500406 <rect key="frame" x="134" y="86" width="20" height="20"/>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -0400407 <constraints>
408 <constraint firstAttribute="width" constant="20" id="cvI-qL-MTv"/>
409 <constraint firstAttribute="height" constant="20" id="vER-SW-oDv"/>
410 </constraints>
411 <buttonCell key="cell" type="disclosureTriangle" bezelStyle="disclosure" imagePosition="only" alignment="left" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="6fq-2Z-DGy">
412 <behavior key="behavior" pushIn="YES" changeBackground="YES" changeGray="YES" lightByContents="YES"/>
413 <font key="font" metaFont="system"/>
414 </buttonCell>
415 <connections>
416 <action selector="showBanned:" target="-2" id="NGm-xz-gry"/>
417 </connections>
418 </button>
Kateryna Kostiuk394f74c2018-10-05 15:45:26 -0400419 <visualEffectView hidden="YES" blendingMode="behindWindow" material="sidebar" state="followsWindowActiveState" translatesAutoresizingMaskIntoConstraints="NO" id="V7F-5u-Bko">
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -0400420 <rect key="frame" x="20" y="71" width="580" height="2"/>
Kateryna Kostiuk394f74c2018-10-05 15:45:26 -0400421 <subviews>
422 <scrollView autohidesScrollers="YES" horizontalLineScroll="1" horizontalPageScroll="10" verticalLineScroll="1" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" horizontalScrollElasticity="none" translatesAutoresizingMaskIntoConstraints="NO" id="Y8L-GO-1Qy">
423 <rect key="frame" x="0.0" y="0.0" width="580" height="2"/>
424 <clipView key="contentView" drawsBackground="NO" copiesOnScroll="NO" id="VXO-tS-9it">
425 <rect key="frame" x="1" y="1" width="578" height="0.0"/>
426 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
427 <subviews>
Kateryna Kostiuk782ac772019-11-29 16:12:30 -0500428 <tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" columnSelection="YES" multipleSelection="NO" autosaveColumns="NO" rowHeight="1" viewBased="YES" id="aau-IO-oSs">
Kateryna Kostiuke28a0382019-10-25 16:29:08 -0400429 <rect key="frame" x="0.0" y="0.0" width="578" height="52"/>
Kateryna Kostiuk782ac772019-11-29 16:12:30 -0500430 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
Kateryna Kostiuk394f74c2018-10-05 15:45:26 -0400431 <size key="intercellSpacing" width="3" height="0.0"/>
432 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
433 <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
434 <tableColumns>
435 <tableColumn width="575" maxWidth="1000" id="Ow9-IO-1MA">
436 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border">
Kateryna Kostiuk782ac772019-11-29 16:12:30 -0500437 <font key="font" metaFont="message" size="11"/>
Kateryna Kostiuk394f74c2018-10-05 15:45:26 -0400438 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
439 <color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
440 </tableHeaderCell>
441 <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" title="Text Cell" id="aQL-hX-CfA">
442 <font key="font" metaFont="system"/>
443 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
444 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
445 </textFieldCell>
446 <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
447 <prototypeCellViews>
448 <tableCellView identifier="TableCellBannedContactItem" misplaced="YES" id="wsF-ON-kL6">
449 <rect key="frame" x="1" y="0.0" width="575" height="0.0"/>
450 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
451 <subviews>
452 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" tag="600" translatesAutoresizingMaskIntoConstraints="NO" id="p7k-Ue-2dM">
453 <rect key="frame" x="8" y="24" width="4" height="18"/>
454 <constraints>
455 <constraint firstAttribute="height" constant="18" id="9no-65-Pmw"/>
456 </constraints>
457 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" id="XpV-WE-tFg">
458 <font key="font" metaFont="system"/>
459 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
460 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
461 </textFieldCell>
462 </textField>
463 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" tag="700" translatesAutoresizingMaskIntoConstraints="NO" id="g9g-T3-gcp">
464 <rect key="frame" x="8" y="10" width="4" height="14"/>
465 <constraints>
466 <constraint firstAttribute="height" constant="14" id="zTg-bt-LgH"/>
467 </constraints>
468 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" id="LJ5-qN-oNl">
469 <font key="font" metaFont="systemLight" size="12"/>
470 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
471 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
472 </textFieldCell>
473 </textField>
474 <button toolTip="Unblock" verticalHuggingPriority="750" tag="800" translatesAutoresizingMaskIntoConstraints="NO" id="bOY-mY-1Yo">
Kateryna Kostiuk782ac772019-11-29 16:12:30 -0500475 <rect key="frame" x="542" y="10" width="23" height="30"/>
Kateryna Kostiuk394f74c2018-10-05 15:45:26 -0400476 <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="NSTouchBarUserAddTemplate" imagePosition="only" alignment="center" imageScaling="proportionallyDown" inset="2" id="TJO-D2-KbL">
477 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
478 <font key="font" metaFont="system"/>
479 </buttonCell>
480 </button>
481 </subviews>
482 <constraints>
483 <constraint firstItem="p7k-Ue-2dM" firstAttribute="leading" secondItem="wsF-ON-kL6" secondAttribute="leading" constant="10" id="0jp-G7-BfX"/>
484 <constraint firstItem="p7k-Ue-2dM" firstAttribute="top" secondItem="wsF-ON-kL6" secondAttribute="top" constant="10" id="Cci-Mn-PyA"/>
485 <constraint firstItem="bOY-mY-1Yo" firstAttribute="bottom" secondItem="g9g-T3-gcp" secondAttribute="bottom" id="YVq-GI-VwT"/>
486 <constraint firstItem="g9g-T3-gcp" firstAttribute="top" secondItem="p7k-Ue-2dM" secondAttribute="bottom" id="Zx7-zi-rrK"/>
487 <constraint firstItem="g9g-T3-gcp" firstAttribute="leading" secondItem="wsF-ON-kL6" secondAttribute="leading" constant="10" id="hMY-79-7tp"/>
488 <constraint firstAttribute="bottom" secondItem="g9g-T3-gcp" secondAttribute="bottom" constant="10" id="qnX-uM-iG4"/>
489 <constraint firstAttribute="trailing" secondItem="bOY-mY-1Yo" secondAttribute="trailing" constant="10" id="wJY-6Z-LE4"/>
490 </constraints>
491 </tableCellView>
492 <customView identifier="HoverRowView" id="UPU-qX-wdn" customClass="HoverTableRowView">
493 <rect key="frame" x="1" y="0.0" width="575" height="52"/>
494 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
495 </customView>
496 </prototypeCellViews>
497 </tableColumn>
498 </tableColumns>
499 </tableView>
500 </subviews>
501 <nil key="backgroundColor"/>
502 </clipView>
503 <scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" doubleValue="0.02" horizontal="YES" id="TaD-4q-JiG">
504 <rect key="frame" x="-100" y="-100" width="578" height="15"/>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -0400505 <autoresizingMask key="autoresizingMask"/>
Kateryna Kostiuk394f74c2018-10-05 15:45:26 -0400506 </scroller>
507 <scroller key="verticalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="NO" id="cGM-Ld-1hV">
508 <rect key="frame" x="563" y="1" width="16" height="0.0"/>
509 <autoresizingMask key="autoresizingMask"/>
510 </scroller>
511 </scrollView>
512 </subviews>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -0400513 <constraints>
Kateryna Kostiuk394f74c2018-10-05 15:45:26 -0400514 <constraint firstAttribute="trailing" secondItem="Y8L-GO-1Qy" secondAttribute="trailing" id="BPo-3M-8ze"/>
515 <constraint firstItem="Y8L-GO-1Qy" firstAttribute="top" secondItem="V7F-5u-Bko" secondAttribute="top" id="GWG-FS-85M"/>
516 <constraint firstAttribute="bottom" secondItem="Y8L-GO-1Qy" secondAttribute="bottom" id="Gpz-Zo-y0L"/>
517 <constraint firstAttribute="height" constant="2" id="Oyx-FU-ni1"/>
518 <constraint firstItem="Y8L-GO-1Qy" firstAttribute="leading" secondItem="V7F-5u-Bko" secondAttribute="leading" id="fvY-me-TNF"/>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -0400519 </constraints>
Kateryna Kostiuk394f74c2018-10-05 15:45:26 -0400520 </visualEffectView>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -0400521 <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="ODP-YD-5vy">
522 <rect key="frame" x="260" y="13" width="100" height="32"/>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -0400523 <buttonCell key="cell" type="push" title="Advanced" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="Hbq-nL-BhK">
524 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
525 <font key="font" metaFont="system"/>
526 </buttonCell>
527 <connections>
528 <action selector="triggerAdwancedSettings:" target="-2" id="RJO-PQ-0hP"/>
529 </connections>
530 </button>
531 </subviews>
532 <constraints>
533 <constraint firstItem="3QT-MY-qpW" firstAttribute="leading" secondItem="dOT-gX-qDn" secondAttribute="trailing" constant="5" id="1WT-2Q-md4"/>
Kateryna Kostiuk256814e2018-09-04 14:47:33 -0400534 <constraint firstItem="G9D-BP-wC2" firstAttribute="trailing" secondItem="3g2-en-JS8" secondAttribute="trailing" id="2Qc-dh-dEw"/>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -0400535 <constraint firstItem="gTn-6p-Gtk" firstAttribute="top" secondItem="h5N-dv-68N" secondAttribute="top" id="2u7-do-p4V"/>
Kateryna Kostiuk256814e2018-09-04 14:47:33 -0400536 <constraint firstItem="G9D-BP-wC2" firstAttribute="top" secondItem="3g2-en-JS8" secondAttribute="bottom" constant="15" id="63I-71-ev1"/>
Kateryna Kostiuk394f74c2018-10-05 15:45:26 -0400537 <constraint firstItem="ODP-YD-5vy" firstAttribute="top" secondItem="Y8L-GO-1Qy" secondAttribute="bottom" constant="30" id="9ET-E5-F0k"/>
Kateryna Kostiuk256814e2018-09-04 14:47:33 -0400538 <constraint firstItem="esP-z9-gYy" firstAttribute="leading" secondItem="oMU-r6-ptk" secondAttribute="leading" id="9v2-PX-0xk"/>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -0400539 <constraint firstItem="hsy-0z-bp6" firstAttribute="top" secondItem="oVO-wj-fwQ" secondAttribute="bottom" constant="20" id="E8o-2g-dVT"/>
Kateryna Kostiuk782ac772019-11-29 16:12:30 -0500540 <constraint firstItem="pzl-nx-92N" firstAttribute="leading" secondItem="hsy-0z-bp6" secondAttribute="leading" id="F8T-YH-P9G"/>
Kateryna Kostiuk394f74c2018-10-05 15:45:26 -0400541 <constraint firstItem="V7F-5u-Bko" firstAttribute="top" secondItem="dOT-gX-qDn" secondAttribute="bottom" constant="15" id="FDM-Kq-0Yh"/>
Kateryna Kostiuk256814e2018-09-04 14:47:33 -0400542 <constraint firstItem="jn6-I2-q72" firstAttribute="leading" secondItem="wRD-yN-Fq8" secondAttribute="leading" id="GVa-1d-hta"/>
543 <constraint firstItem="3g2-en-JS8" firstAttribute="top" secondItem="2IE-yO-TDJ" secondAttribute="bottom" constant="15" id="Gj0-gx-u1J"/>
544 <constraint firstItem="h3Q-Fn-uye" firstAttribute="top" secondItem="G9D-BP-wC2" secondAttribute="bottom" constant="50" id="Goa-GK-7Tf"/>
Kateryna Kostiuk394f74c2018-10-05 15:45:26 -0400545 <constraint firstItem="dOT-gX-qDn" firstAttribute="leading" secondItem="V7F-5u-Bko" secondAttribute="leading" id="I6f-g6-bzb"/>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -0400546 <constraint firstItem="3QT-MY-qpW" firstAttribute="centerY" secondItem="dOT-gX-qDn" secondAttribute="centerY" id="Iso-9h-RHf"/>
Kateryna Kostiuk256814e2018-09-04 14:47:33 -0400547 <constraint firstItem="jn6-I2-q72" firstAttribute="centerY" secondItem="jfs-pl-8Bb" secondAttribute="centerY" id="JxH-JT-H7z"/>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -0400548 <constraint firstItem="xuK-C2-qCq" firstAttribute="centerY" secondItem="hsy-0z-bp6" secondAttribute="centerY" id="Niw-h4-qw1"/>
Kateryna Kostiuk256814e2018-09-04 14:47:33 -0400549 <constraint firstItem="3g2-en-JS8" firstAttribute="leading" secondItem="2IE-yO-TDJ" secondAttribute="leading" id="PzM-jL-PIf"/>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -0400550 <constraint firstItem="esP-z9-gYy" firstAttribute="bottom" secondItem="3g2-en-JS8" secondAttribute="bottom" id="QKm-6m-ZTg"/>
Kateryna Kostiuk256814e2018-09-04 14:47:33 -0400551 <constraint firstItem="jfs-pl-8Bb" firstAttribute="top" secondItem="G9D-BP-wC2" secondAttribute="bottom" constant="15" id="Qw3-zi-AJf"/>
Kateryna Kostiuk394f74c2018-10-05 15:45:26 -0400552 <constraint firstItem="Y8L-GO-1Qy" firstAttribute="top" secondItem="dOT-gX-qDn" secondAttribute="bottom" constant="15" id="Qyx-Mb-U5a"/>
553 <constraint firstItem="pzl-nx-92N" firstAttribute="top" secondItem="hsy-0z-bp6" secondAttribute="bottom" constant="15" id="Sff-Zn-zbU"/>
554 <constraint firstItem="dOT-gX-qDn" firstAttribute="top" secondItem="pzl-nx-92N" secondAttribute="bottom" constant="20" id="T2X-WC-rFy"/>
Kateryna Kostiuka8525942018-10-17 14:33:39 -0400555 <constraint firstAttribute="bottom" secondItem="ODP-YD-5vy" secondAttribute="bottom" constant="20" id="TsA-3f-VGs"/>
556 <constraint firstItem="Y8L-GO-1Qy" firstAttribute="leading" secondItem="h5N-dv-68N" secondAttribute="leading" constant="20" id="Wgo-JG-hSY"/>
Kateryna Kostiuk256814e2018-09-04 14:47:33 -0400557 <constraint firstItem="h3Q-Fn-uye" firstAttribute="leading" secondItem="oVO-wj-fwQ" secondAttribute="trailing" constant="32" id="ZRY-Rq-HKF"/>
Kateryna Kostiuk394f74c2018-10-05 15:45:26 -0400558 <constraint firstItem="pzl-nx-92N" firstAttribute="leading" secondItem="h5N-dv-68N" secondAttribute="leading" constant="20" id="ZdS-4M-DNc"/>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -0400559 <constraint firstItem="ODP-YD-5vy" firstAttribute="centerX" secondItem="h5N-dv-68N" secondAttribute="centerX" id="aP4-Wz-IvA"/>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -0400560 <constraint firstItem="gTn-6p-Gtk" firstAttribute="leading" secondItem="h5N-dv-68N" secondAttribute="leading" id="cFJ-xn-e2j"/>
561 <constraint firstAttribute="trailing" secondItem="h3Q-Fn-uye" secondAttribute="trailing" constant="20" id="cl8-sP-FVa"/>
Kateryna Kostiuk256814e2018-09-04 14:47:33 -0400562 <constraint firstItem="esP-z9-gYy" firstAttribute="leading" secondItem="3g2-en-JS8" secondAttribute="trailing" constant="10" id="dND-HY-Ky3"/>
563 <constraint firstItem="jfs-pl-8Bb" firstAttribute="leading" secondItem="G9D-BP-wC2" secondAttribute="leading" id="eb5-zu-GXQ"/>
564 <constraint firstItem="oMU-r6-ptk" firstAttribute="centerY" secondItem="2IE-yO-TDJ" secondAttribute="centerY" id="erv-oN-bGm"/>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -0400565 <constraint firstItem="wRD-yN-Fq8" firstAttribute="bottom" secondItem="G9D-BP-wC2" secondAttribute="bottom" id="gBl-Lu-E0F"/>
Kateryna Kostiuk394f74c2018-10-05 15:45:26 -0400566 <constraint firstItem="V7F-5u-Bko" firstAttribute="leading" secondItem="h5N-dv-68N" secondAttribute="leading" constant="20" id="gCn-Pp-exU"/>
Kateryna Kostiuk256814e2018-09-04 14:47:33 -0400567 <constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="esP-z9-gYy" secondAttribute="trailing" constant="20" id="h54-Zp-giq"/>
Kateryna Kostiuk256814e2018-09-04 14:47:33 -0400568 <constraint firstItem="2IE-yO-TDJ" firstAttribute="leading" secondItem="oVO-wj-fwQ" secondAttribute="trailing" constant="32" id="i8J-rD-ycJ"/>
569 <constraint firstItem="WON-75-xph" firstAttribute="leading" secondItem="esP-z9-gYy" secondAttribute="leading" id="kbn-8q-uxq"/>
570 <constraint firstItem="G9D-BP-wC2" firstAttribute="leading" secondItem="2IE-yO-TDJ" secondAttribute="leading" id="lUN-DN-V92"/>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -0400571 <constraint firstAttribute="trailing" secondItem="gTn-6p-Gtk" secondAttribute="trailing" id="lWR-TJ-wsX"/>
Kateryna Kostiuk256814e2018-09-04 14:47:33 -0400572 <constraint firstItem="oVO-wj-fwQ" firstAttribute="leading" secondItem="h5N-dv-68N" secondAttribute="leading" constant="32" id="nKb-sT-BeH"/>
Kateryna Kostiuk256814e2018-09-04 14:47:33 -0400573 <constraint firstItem="wRD-yN-Fq8" firstAttribute="leading" secondItem="esP-z9-gYy" secondAttribute="leading" id="ogc-av-Kmu"/>
574 <constraint firstItem="oVO-wj-fwQ" firstAttribute="top" secondItem="h5N-dv-68N" secondAttribute="top" constant="32" id="pgz-cN-WoT"/>
Kateryna Kostiuk394f74c2018-10-05 15:45:26 -0400575 <constraint firstAttribute="trailing" secondItem="V7F-5u-Bko" secondAttribute="trailing" constant="20" id="pjB-0v-HiR"/>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -0400576 <constraint firstItem="xuK-C2-qCq" firstAttribute="trailing" secondItem="h3Q-Fn-uye" secondAttribute="trailing" id="qLN-Xo-1H9"/>
577 <constraint firstItem="WON-75-xph" firstAttribute="bottom" secondItem="G9D-BP-wC2" secondAttribute="bottom" id="qPn-RU-dwn"/>
Kateryna Kostiuk394f74c2018-10-05 15:45:26 -0400578 <constraint firstItem="pzl-nx-92N" firstAttribute="trailing" secondItem="V7F-5u-Bko" secondAttribute="trailing" id="t0b-pM-fdt"/>
579 <constraint firstItem="pzl-nx-92N" firstAttribute="leading" secondItem="V7F-5u-Bko" secondAttribute="leading" id="t4R-e7-Uqd"/>
Kateryna Kostiuk256814e2018-09-04 14:47:33 -0400580 <constraint firstItem="jfs-pl-8Bb" firstAttribute="trailing" secondItem="G9D-BP-wC2" secondAttribute="trailing" id="uvq-vy-vNh"/>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -0400581 <constraint firstItem="ODP-YD-5vy" firstAttribute="top" secondItem="gTn-6p-Gtk" secondAttribute="bottom" constant="20" id="vdx-Gc-txw"/>
Kateryna Kostiuk394f74c2018-10-05 15:45:26 -0400582 <constraint firstAttribute="trailing" secondItem="pzl-nx-92N" secondAttribute="trailing" constant="20" id="w8k-cg-TzT"/>
Kateryna Kostiuk256814e2018-09-04 14:47:33 -0400583 <constraint firstItem="3g2-en-JS8" firstAttribute="trailing" secondItem="2IE-yO-TDJ" secondAttribute="trailing" id="wfC-LP-4PG"/>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -0400584 <constraint firstItem="2IE-yO-TDJ" firstAttribute="top" secondItem="h5N-dv-68N" secondAttribute="top" constant="32" id="xOZ-wH-Sht"/>
585 <constraint firstItem="h3Q-Fn-uye" firstAttribute="bottom" secondItem="oVO-wj-fwQ" secondAttribute="bottom" id="xPA-ly-3SR"/>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -0400586 </constraints>
Kateryna Kostiuk256814e2018-09-04 14:47:33 -0400587 <point key="canvasLocation" x="470" y="918"/>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -0400588 </customView>
589 </objects>
590 <resources>
591 <image name="NSAddTemplate" width="11" height="11"/>
592 <image name="NSTouchBarComposeTemplate" width="21" height="30"/>
593 <image name="NSTouchBarDeleteTemplate" width="15" height="30"/>
Kateryna Kostiuk782ac772019-11-29 16:12:30 -0500594 <image name="NSTouchBarUserAddTemplate" width="23" height="30"/>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -0400595 <image name="ic_picture" width="72" height="72"/>
596 </resources>
597</document>