blob: a00f8d065de0eedd00793d7a6dd7ee4b00795a18 [file] [log] [blame]
Kateryna Kostiuk13b76882017-03-30 09:18:44 -04001<?xml version="1.0" encoding="UTF-8"?>
Kateryna Kostiukd73f9602018-07-24 13:51:28 -04002<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="14113" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
Kateryna Kostiuk13b76882017-03-30 09:18:44 -04003 <dependencies>
Kateryna Kostiukd73f9602018-07-24 13:51:28 -04004 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="14113"/>
5 <capability name="box content view" minToolsVersion="7.0"/>
Anthony Léonard49cb2912017-11-13 16:15:39 -05006 <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
Kateryna Kostiuk13b76882017-03-30 09:18:44 -04007 </dependencies>
8 <objects>
9 <customObject id="-2" userLabel="File's Owner" customClass="AccountMenuItemView">
10 <connections>
Kateryna Kostiukd73f9602018-07-24 13:51:28 -040011 <outlet property="accountAvatar" destination="XKc-lc-K67" id="Pfu-lm-V66"/>
Kateryna Kostiuk13b76882017-03-30 09:18:44 -040012 <outlet property="accountLabel" destination="V91-eS-dUh" id="MNE-TY-RqK"/>
Kateryna Kostiukd73f9602018-07-24 13:51:28 -040013 <outlet property="accountState" destination="TdK-5g-ddU" id="6DG-YN-nZt"/>
14 <outlet property="accountStatus" destination="TdK-5g-ddU" id="bzV-if-XBF"/>
Kateryna Kostiuk13b76882017-03-30 09:18:44 -040015 <outlet property="accountTypeLabel" destination="0PP-Di-b7L" id="O6c-L9-jBr"/>
Kateryna Kostiukd73f9602018-07-24 13:51:28 -040016 <outlet property="backgroundView" destination="ZIZ-jd-eLK" id="QTx-8z-4zA"/>
Kateryna Kostiuk13b76882017-03-30 09:18:44 -040017 <outlet property="containerView" destination="Hz6-mo-xeY" id="t5f-yD-zPi"/>
Kateryna Kostiukd73f9602018-07-24 13:51:28 -040018 <outlet property="createNewAccount" destination="BkF-b3-tzE" id="fcw-Qc-dRy"/>
19 <outlet property="createNewAccountImage" destination="IyH-ia-I3z" id="4uD-jE-Svj"/>
Kateryna Kostiuk13b76882017-03-30 09:18:44 -040020 <outlet property="userNameLabel" destination="tLn-uH-gZ6" id="pGG-sb-IlW"/>
21 </connections>
22 </customObject>
23 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
24 <customObject id="-3" userLabel="Application" customClass="NSObject"/>
25 <customView id="Hz6-mo-xeY">
Kateryna Kostiukd73f9602018-07-24 13:51:28 -040026 <rect key="frame" x="0.0" y="0.0" width="230" height="50"/>
Kateryna Kostiuk13b76882017-03-30 09:18:44 -040027 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
28 <subviews>
Kateryna Kostiukd73f9602018-07-24 13:51:28 -040029 <box boxType="custom" borderType="none" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="ZIZ-jd-eLK">
30 <rect key="frame" x="0.0" y="0.0" width="230" height="50"/>
31 <view key="contentView" id="rZm-2b-CxI">
32 <rect key="frame" x="0.0" y="0.0" width="230" height="50"/>
33 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
34 </view>
35 <constraints>
36 <constraint firstAttribute="width" constant="230" id="Wi8-FI-fcq"/>
37 </constraints>
38 <color key="fillColor" name="controlColor" catalog="System" colorSpace="catalog"/>
39 </box>
40 <button toolTip="Create New Account" horizontalHuggingPriority="750" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="BkF-b3-tzE" customClass="HoverButton">
41 <rect key="frame" x="0.0" y="2" width="230" height="48"/>
42 <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" imagePosition="overlaps" alignment="center" transparent="YES" imageScaling="proportionallyDown" id="lfv-A5-Wu4">
43 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
44 <font key="font" metaFont="system"/>
45 </buttonCell>
46 <userDefinedRuntimeAttributes>
47 <userDefinedRuntimeAttribute type="color" keyPath="hoverColor">
48 <color key="value" red="1" green="1" blue="1" alpha="0.83999999999999997" colorSpace="calibratedRGB"/>
49 </userDefinedRuntimeAttribute>
50 <userDefinedRuntimeAttribute type="color" keyPath="imageColor">
51 <color key="value" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
52 </userDefinedRuntimeAttribute>
53 <userDefinedRuntimeAttribute type="number" keyPath="imageInsets">
54 <integer key="value" value="0"/>
55 </userDefinedRuntimeAttribute>
56 <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
57 <integer key="value" value="0"/>
58 </userDefinedRuntimeAttribute>
59 </userDefinedRuntimeAttributes>
60 </button>
Anthony Léonard49cb2912017-11-13 16:15:39 -050061 <textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="V91-eS-dUh">
Kateryna Kostiukd73f9602018-07-24 13:51:28 -040062 <rect key="frame" x="48" y="25" width="44" height="20"/>
Kateryna Kostiuk13b76882017-03-30 09:18:44 -040063 <constraints>
64 <constraint firstAttribute="height" constant="20" id="VWk-wM-WSB"/>
65 </constraints>
66 <textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" alignment="left" title="Label" id="7sc-IE-yuO">
67 <font key="font" metaFont="system" size="16"/>
68 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
69 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
70 </textFieldCell>
71 </textField>
Kateryna Kostiukd73f9602018-07-24 13:51:28 -040072 <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" tag="100" translatesAutoresizingMaskIntoConstraints="NO" id="XKc-lc-K67">
73 <rect key="frame" x="5" y="5" width="40" height="40"/>
Kateryna Kostiuk13b76882017-03-30 09:18:44 -040074 <constraints>
Kateryna Kostiukd73f9602018-07-24 13:51:28 -040075 <constraint firstAttribute="height" constant="40" id="2Pd-xj-eIf"/>
76 <constraint firstAttribute="width" constant="40" id="IEA-OA-uSx"/>
77 </constraints>
78 <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageAlignment="right" imageScaling="proportionallyDown" id="B0y-e0-cVi"/>
79 </imageView>
80 <textField horizontalHuggingPriority="750" verticalHuggingPriority="750" tag="500" translatesAutoresizingMaskIntoConstraints="NO" id="TdK-5g-ddU" userLabel="AccountState" customClass="RoundedTextField">
81 <rect key="frame" x="33" y="5" width="14" height="14"/>
82 <constraints>
83 <constraint firstAttribute="height" constant="13.5" id="Mj5-H6-ylc"/>
84 <constraint firstAttribute="width" constant="9.5" id="aYl-Xd-vky"/>
85 </constraints>
86 <textFieldCell key="cell" enabled="NO" sendsActionOnEndEditing="YES" alignment="center" id="Fhc-ch-Cek">
87 <font key="font" metaFont="system"/>
88 <color key="textColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
89 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
90 </textFieldCell>
91 <userDefinedRuntimeAttributes>
92 <userDefinedRuntimeAttribute type="color" keyPath="bgColor">
93 <color key="value" red="0.29803921570000003" green="0.85098039219999999" blue="0.3921568627" alpha="1" colorSpace="calibratedRGB"/>
94 </userDefinedRuntimeAttribute>
95 <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
96 <color key="value" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
97 </userDefinedRuntimeAttribute>
98 <userDefinedRuntimeAttribute type="number" keyPath="borderThickness">
99 <real key="value" value="0.5"/>
100 </userDefinedRuntimeAttribute>
101 </userDefinedRuntimeAttributes>
102 </textField>
103 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="tLn-uH-gZ6">
104 <rect key="frame" x="48" y="5" width="35" height="16"/>
105 <textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" alignment="left" title="Label" id="uPR-fc-nOP">
106 <font key="font" metaFont="cellTitle"/>
107 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
108 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
109 </textFieldCell>
110 </textField>
111 <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="IyH-ia-I3z">
112 <rect key="frame" x="105" y="15" width="20" height="20"/>
113 <constraints>
114 <constraint firstAttribute="height" constant="20" id="7xp-S1-EWG"/>
115 <constraint firstAttribute="width" constant="20" id="QGs-sS-H6l"/>
116 </constraints>
117 <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyUpOrDown" image="NSAddTemplate" id="9b9-Jo-NAF"/>
118 </imageView>
119 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="0PP-Di-b7L">
120 <rect key="frame" x="192" y="25" width="35" height="20"/>
121 <constraints>
122 <constraint firstAttribute="height" constant="20" id="8mL-jo-3Kb"/>
Kateryna Kostiuk13b76882017-03-30 09:18:44 -0400123 </constraints>
124 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Label" id="gOS-aC-TGo">
Kateryna Kostiukf86b9222017-04-20 09:30:51 -0400125 <font key="font" metaFont="cellTitle"/>
Kateryna Kostiuk13b76882017-03-30 09:18:44 -0400126 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
127 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
128 </textFieldCell>
129 </textField>
Kateryna Kostiuk13b76882017-03-30 09:18:44 -0400130 </subviews>
131 <constraints>
Kateryna Kostiukd73f9602018-07-24 13:51:28 -0400132 <constraint firstAttribute="trailing" secondItem="BkF-b3-tzE" secondAttribute="trailing" id="4zr-zt-tNR"/>
133 <constraint firstItem="IyH-ia-I3z" firstAttribute="centerX" secondItem="Hz6-mo-xeY" secondAttribute="centerX" id="6of-Nf-Di4"/>
134 <constraint firstItem="0PP-Di-b7L" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" constant="5" id="7h7-LT-HCJ"/>
135 <constraint firstAttribute="bottom" secondItem="BkF-b3-tzE" secondAttribute="bottom" constant="2" id="Erj-JK-1Jc"/>
136 <constraint firstAttribute="trailing" secondItem="0PP-Di-b7L" secondAttribute="trailing" constant="5" id="GU6-yw-2Nu"/>
137 <constraint firstItem="BkF-b3-tzE" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="M0t-ie-V4X"/>
138 <constraint firstItem="TdK-5g-ddU" firstAttribute="trailing" secondItem="XKc-lc-K67" secondAttribute="trailing" id="NU8-DL-jhB"/>
139 <constraint firstItem="0PP-Di-b7L" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="tLn-uH-gZ6" secondAttribute="trailing" constant="20" id="Nb4-Z8-9Ul"/>
140 <constraint firstItem="TdK-5g-ddU" firstAttribute="bottom" secondItem="XKc-lc-K67" secondAttribute="bottom" id="PGs-u9-1qr"/>
141 <constraint firstAttribute="bottom" secondItem="tLn-uH-gZ6" secondAttribute="bottom" constant="5" id="QNf-aN-2HB"/>
142 <constraint firstAttribute="bottom" secondItem="ZIZ-jd-eLK" secondAttribute="bottom" id="RRa-dJ-Zbr"/>
143 <constraint firstItem="ZIZ-jd-eLK" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="Rl2-Z2-XC6"/>
144 <constraint firstAttribute="bottom" secondItem="XKc-lc-K67" secondAttribute="bottom" constant="5" id="SOc-zB-t6m"/>
Kateryna Kostiuk13b76882017-03-30 09:18:44 -0400145 <constraint firstItem="V91-eS-dUh" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" constant="5" id="SQI-pe-c4a"/>
Kateryna Kostiukd73f9602018-07-24 13:51:28 -0400146 <constraint firstItem="XKc-lc-K67" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="5" id="TUF-fx-zE7"/>
147 <constraint firstItem="tLn-uH-gZ6" firstAttribute="leading" secondItem="V91-eS-dUh" secondAttribute="leading" id="WcF-NN-pmz"/>
148 <constraint firstItem="ZIZ-jd-eLK" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="X9L-7K-HGm"/>
149 <constraint firstItem="0PP-Di-b7L" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="V91-eS-dUh" secondAttribute="trailing" constant="20" id="ZH1-rk-GX6"/>
150 <constraint firstItem="IyH-ia-I3z" firstAttribute="centerY" secondItem="Hz6-mo-xeY" secondAttribute="centerY" id="hQd-Pw-y4Q"/>
151 <constraint firstItem="XKc-lc-K67" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" constant="5" id="ipM-Ca-Man"/>
152 <constraint firstAttribute="trailing" secondItem="ZIZ-jd-eLK" secondAttribute="trailing" id="nIe-my-eAj"/>
153 <constraint firstItem="V91-eS-dUh" firstAttribute="leading" secondItem="XKc-lc-K67" secondAttribute="trailing" constant="5" id="rBn-Ol-rkr"/>
154 <constraint firstItem="BkF-b3-tzE" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="yKW-iG-nvv"/>
Kateryna Kostiuk13b76882017-03-30 09:18:44 -0400155 </constraints>
156 </customView>
157 </objects>
Kateryna Kostiukd73f9602018-07-24 13:51:28 -0400158 <resources>
159 <image name="NSAddTemplate" width="11" height="11"/>
160 </resources>
Kateryna Kostiuk13b76882017-03-30 09:18:44 -0400161</document>