blob: 042a322d7c3ed59b30329fe01f55423205b218ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
<dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="14490.70"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner" customClass="HBQueueMultiSelectionViewController">
<connections>
<outlet property="label" destination="PsT-Ew-eqp" id="85F-q4-sAD"/>
<outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
</connections>
</customObject>
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
<customView id="Hz6-mo-xeY">
<rect key="frame" x="0.0" y="0.0" width="481" height="272"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<subviews>
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="PsT-Ew-eqp">
<rect key="frame" x="222" y="128" width="37" height="17"/>
<textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="kIU-Z4-yWH">
<font key="font" usesAppearanceFont="YES"/>
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
</subviews>
<constraints>
<constraint firstItem="PsT-Ew-eqp" firstAttribute="centerX" secondItem="Hz6-mo-xeY" secondAttribute="centerX" id="Bbn-jl-bNV"/>
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="PsT-Ew-eqp" secondAttribute="trailing" constant="8" id="GDs-VY-p4Z"/>
<constraint firstItem="PsT-Ew-eqp" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="8" id="fHW-CC-eUk"/>
<constraint firstItem="PsT-Ew-eqp" firstAttribute="centerY" secondItem="Hz6-mo-xeY" secondAttribute="centerY" id="uzh-dE-ILE"/>
</constraints>
</customView>
</objects>
</document>
|