-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSelectField.xib
64 lines (64 loc) · 4.52 KB
/
SelectField.xib
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="8191" systemVersion="15A284" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="8191"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner" customClass="SelectField" customModule="liteterm" customModuleProvider="target">
<connections>
<outlet property="labelView" destination="wgl-q0-meV" id="QaD-O3-aRs"/>
<outlet property="popupButton" destination="9qJ-TA-e6i" id="ijq-I1-WUv"/>
<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="436" height="21"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<subviews>
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="wgl-q0-meV">
<rect key="frame" x="-2" y="2" width="37" height="17"/>
<animations/>
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Label" id="YfO-Bx-KaX">
<font key="font" metaFont="system"/>
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="9qJ-TA-e6i">
<rect key="frame" x="234" y="-3" width="205" height="26"/>
<constraints>
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="150" id="Gik-cc-Zzu"/>
<constraint firstAttribute="width" priority="750" constant="200" id="pgm-HZ-vFF"/>
</constraints>
<animations/>
<popUpButtonCell key="cell" type="push" title="Item 1" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="qZA-y0-k5S" id="0vP-HF-xVI">
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="menu"/>
<menu key="menu" id="otV-PY-SuK">
<items>
<menuItem title="Item 1" state="on" id="qZA-y0-k5S"/>
<menuItem title="Item 2" id="1LI-tb-niX"/>
<menuItem title="Item 3" id="LsN-5x-LWW"/>
</items>
</menu>
</popUpButtonCell>
<connections>
<action selector="onChange:" target="-2" id="oa4-6O-abz"/>
</connections>
</popUpButton>
</subviews>
<constraints>
<constraint firstAttribute="bottom" secondItem="9qJ-TA-e6i" secondAttribute="bottom" id="9mD-eZ-CeX"/>
<constraint firstAttribute="trailing" secondItem="9qJ-TA-e6i" secondAttribute="trailing" id="ETY-fJ-epa"/>
<constraint firstItem="9qJ-TA-e6i" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="PTd-Rb-RMa"/>
<constraint firstItem="9qJ-TA-e6i" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="wgl-q0-meV" secondAttribute="trailing" constant="10" id="jIe-oh-JLT"/>
<constraint firstItem="wgl-q0-meV" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="opc-jP-dYV"/>
<constraint firstAttribute="centerY" secondItem="wgl-q0-meV" secondAttribute="centerY" id="qrj-aI-WjD"/>
</constraints>
<animations/>
<point key="canvasLocation" x="270" y="392.5"/>
</customView>
</objects>
</document>