blob: 44f87dd3cc1a140b3ef2b3ba440829a89a58b8c8 [file] [log] [blame]
kkostiukc48e73e2021-04-13 09:20:08 -04001<?xml version="1.0" encoding="UTF-8"?>
2<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="17701" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
3 <dependencies>
4 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="17701"/>
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="FileToSendCollectionItem">
9 <connections>
10 <outlet property="closeButton" destination="VNn-a7-nCL" id="Fir-qs-MIO"/>
11 <outlet property="fileName" destination="ijl-x9-Fsc" id="ayy-3D-Pku"/>
12 <outlet property="filePreview" destination="MNG-EM-Qlk" id="G1Y-8c-e1F"/>
13 <outlet property="fileSize" destination="3gS-G1-CGL" id="phJ-aQ-Jc4"/>
14 <outlet property="placeholderPreview" destination="2xL-sU-hKn" id="kzn-2u-kcL"/>
15 <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
16 </connections>
17 </customObject>
18 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
19 <customObject id="-3" userLabel="Application" customClass="NSObject"/>
20 <customView id="Hz6-mo-xeY">
21 <rect key="frame" x="0.0" y="0.0" width="237" height="142"/>
22 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
23 <subviews>
24 <box boxType="custom" borderType="line" cornerRadius="5" title="Box" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="ooj-cE-stw">
25 <rect key="frame" x="1" y="7" width="235" height="128"/>
26 <view key="contentView" id="ZpE-Xm-M0g">
27 <rect key="frame" x="1" y="1" width="233" height="126"/>
28 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
29 <subviews>
30 <stackView distribution="fill" orientation="horizontal" alignment="top" spacing="5" horizontalStackHuggingPriority="249.99998474121094" verticalStackHuggingPriority="249.99998474121094" detachesHiddenViews="YES" translatesAutoresizingMaskIntoConstraints="NO" id="842-Qz-SVo">
31 <rect key="frame" x="5" y="5" width="224" height="116"/>
32 <subviews>
33 <customView translatesAutoresizingMaskIntoConstraints="NO" id="phf-cN-BzN">
34 <rect key="frame" x="0.0" y="58" width="58" height="58"/>
35 <subviews>
36 <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="2xL-sU-hKn">
37 <rect key="frame" x="15" y="15" width="28" height="28"/>
38 <constraints>
39 <constraint firstAttribute="height" constant="28" id="4Mw-Hv-6wd"/>
40 <constraint firstAttribute="width" constant="28" id="RCW-uG-lDt"/>
41 </constraints>
42 <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyUpOrDown" id="VDv-mw-XOU"/>
43 </imageView>
44 <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="MNG-EM-Qlk">
45 <rect key="frame" x="3" y="3" width="53" height="53"/>
46 <constraints>
47 <constraint firstAttribute="height" constant="53" id="LJ5-mB-Y0x"/>
48 <constraint firstAttribute="width" constant="53" id="URP-ZM-yCO"/>
49 </constraints>
50 <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyUpOrDown" id="20B-vl-GyZ"/>
51 </imageView>
52 </subviews>
53 <constraints>
54 <constraint firstItem="2xL-sU-hKn" firstAttribute="centerY" secondItem="phf-cN-BzN" secondAttribute="centerY" id="73X-KJ-u04"/>
55 <constraint firstItem="MNG-EM-Qlk" firstAttribute="leading" secondItem="phf-cN-BzN" secondAttribute="leading" constant="3" id="Oiu-7c-qlC"/>
56 <constraint firstAttribute="height" constant="58" id="Q5V-9L-zfN"/>
57 <constraint firstItem="2xL-sU-hKn" firstAttribute="centerX" secondItem="phf-cN-BzN" secondAttribute="centerX" id="bRD-yP-pk6"/>
58 <constraint firstAttribute="width" constant="58" id="eTv-Rm-moB"/>
59 <constraint firstItem="MNG-EM-Qlk" firstAttribute="centerY" secondItem="phf-cN-BzN" secondAttribute="centerY" id="wWK-Lw-tSI"/>
60 </constraints>
61 </customView>
62 <customView translatesAutoresizingMaskIntoConstraints="NO" id="LMb-Cj-Jk0">
63 <rect key="frame" x="63" y="0.0" width="136" height="116"/>
64 <subviews>
65 <stackView distribution="fill" orientation="vertical" alignment="leading" spacing="5" horizontalStackHuggingPriority="249.99998474121094" verticalStackHuggingPriority="249.99998474121094" detachesHiddenViews="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Hmo-oU-oaN">
66 <rect key="frame" x="0.0" y="40" width="33" height="36"/>
67 <subviews>
68 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="ijl-x9-Fsc">
69 <rect key="frame" x="-2" y="20" width="37" height="16"/>
70 <constraints>
71 <constraint firstAttribute="width" relation="lessThanOrEqual" constant="120" id="ciw-pN-NqF"/>
72 </constraints>
73 <textFieldCell key="cell" lineBreakMode="truncatingTail" title="Label" id="Rn4-fV-6rv">
74 <font key="font" metaFont="system"/>
75 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
76 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
77 </textFieldCell>
78 </textField>
79 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="3gS-G1-CGL">
80 <rect key="frame" x="-2" y="0.0" width="35" height="15"/>
81 <textFieldCell key="cell" lineBreakMode="truncatingTail" title="Label" id="dVy-YN-Jio">
82 <font key="font" metaFont="systemLight" size="12"/>
kkostiuk72f2a882021-04-14 09:15:33 -040083 <color key="textColor" name="windowFrameTextColor" catalog="System" colorSpace="catalog"/>
kkostiukc48e73e2021-04-13 09:20:08 -040084 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
85 </textFieldCell>
86 </textField>
87 </subviews>
88 <visibilityPriorities>
89 <integer value="1000"/>
90 <integer value="1000"/>
91 </visibilityPriorities>
92 <customSpacing>
93 <real value="3.4028234663852886e+38"/>
94 <real value="3.4028234663852886e+38"/>
95 </customSpacing>
96 </stackView>
97 </subviews>
98 <constraints>
99 <constraint firstItem="Hmo-oU-oaN" firstAttribute="centerY" secondItem="LMb-Cj-Jk0" secondAttribute="centerY" id="mCm-Ia-h36"/>
100 <constraint firstItem="Hmo-oU-oaN" firstAttribute="leading" secondItem="LMb-Cj-Jk0" secondAttribute="leading" id="wKD-q7-S47"/>
101 </constraints>
102 </customView>
103 <button translatesAutoresizingMaskIntoConstraints="NO" id="VNn-a7-nCL">
104 <rect key="frame" x="204" y="96" width="20" height="20"/>
105 <constraints>
106 <constraint firstAttribute="height" constant="20" id="2HM-Sa-2IJ"/>
107 <constraint firstAttribute="width" constant="20" id="NH1-93-gER"/>
108 </constraints>
109 <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="ic_action_cancel" imagePosition="only" alignment="center" imageScaling="proportionallyUpOrDown" inset="2" id="vA9-gd-tcb">
110 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
111 <font key="font" metaFont="system"/>
112 </buttonCell>
113 <color key="contentTintColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
114 </button>
115 </subviews>
116 <constraints>
117 <constraint firstAttribute="bottom" secondItem="LMb-Cj-Jk0" secondAttribute="bottom" id="W5l-Ui-hrJ"/>
118 <constraint firstItem="LMb-Cj-Jk0" firstAttribute="top" secondItem="842-Qz-SVo" secondAttribute="top" id="Yj6-Ld-0rs"/>
119 </constraints>
120 <visibilityPriorities>
121 <integer value="1000"/>
122 <integer value="1000"/>
123 <integer value="1000"/>
124 </visibilityPriorities>
125 <customSpacing>
126 <real value="3.4028234663852886e+38"/>
127 <real value="3.4028234663852886e+38"/>
128 <real value="3.4028234663852886e+38"/>
129 </customSpacing>
130 </stackView>
131 </subviews>
132 <constraints>
133 <constraint firstAttribute="trailing" secondItem="842-Qz-SVo" secondAttribute="trailing" constant="4" id="0pO-kb-AGR"/>
134 <constraint firstItem="842-Qz-SVo" firstAttribute="leading" secondItem="ZpE-Xm-M0g" secondAttribute="leading" constant="5" id="Pw2-d1-elQ"/>
135 <constraint firstItem="842-Qz-SVo" firstAttribute="top" secondItem="ZpE-Xm-M0g" secondAttribute="top" constant="5" id="baT-0U-3bY"/>
136 <constraint firstAttribute="bottom" secondItem="842-Qz-SVo" secondAttribute="bottom" constant="5" id="sHs-RI-UwE"/>
137 </constraints>
138 </view>
139 <color key="borderColor" name="quaternaryLabelColor" catalog="System" colorSpace="catalog"/>
140 </box>
141 </subviews>
142 <constraints>
143 <constraint firstItem="ooj-cE-stw" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="1" id="3Dc-MC-jW0"/>
144 <constraint firstAttribute="trailing" secondItem="ooj-cE-stw" secondAttribute="trailing" constant="1" id="ajy-Xr-VBD"/>
145 <constraint firstItem="ooj-cE-stw" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" constant="7" id="b3b-lv-pPE"/>
146 <constraint firstAttribute="bottom" secondItem="ooj-cE-stw" secondAttribute="bottom" constant="7" id="isd-gP-ldD"/>
147 </constraints>
148 <point key="canvasLocation" x="-332.5" y="-27"/>
149 </customView>
150 </objects>
151 <resources>
152 <image name="ic_action_cancel" width="72" height="72"/>
153 </resources>
154</document>