-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNumberField.xib
61 lines (61 loc) · 4.37 KB
/
NumberField.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
<?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="NumberField" customModule="liteterm" customModuleProvider="target">
<connections>
<outlet property="labelView" destination="ucb-Rp-QDE" id="kio-gy-pvs"/>
<outlet property="textField" destination="Yn8-Hn-Z2V" id="61Q-WH-5vu"/>
<outlet property="view" destination="12J-1F-Wts" id="FLu-Iq-0sz"/>
</connections>
</customObject>
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
<customView id="12J-1F-Wts">
<rect key="frame" x="0.0" y="0.0" width="480" height="22"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<subviews>
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="ucb-Rp-QDE">
<rect key="frame" x="-2" y="3" width="37" height="17"/>
<constraints>
<constraint firstAttribute="height" constant="17" id="OnP-3i-cqL"/>
</constraints>
<animations/>
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Label" id="xM4-GX-aWi">
<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>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Yn8-Hn-Z2V">
<rect key="frame" x="280" y="0.0" width="200" height="22"/>
<constraints>
<constraint firstAttribute="width" priority="250" constant="200" id="7k9-fp-rBu"/>
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="150" id="o5Z-SZ-cxF"/>
</constraints>
<animations/>
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="LcO-mF-JZJ">
<font key="font" metaFont="system"/>
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
<connections>
<outlet property="delegate" destination="-2" id="7gy-Sh-5xy"/>
</connections>
</textField>
</subviews>
<constraints>
<constraint firstItem="ucb-Rp-QDE" firstAttribute="leading" secondItem="12J-1F-Wts" secondAttribute="leading" id="1aW-pj-SjD"/>
<constraint firstAttribute="trailing" secondItem="Yn8-Hn-Z2V" secondAttribute="trailing" id="Zz3-Lp-7fQ"/>
<constraint firstAttribute="centerY" secondItem="ucb-Rp-QDE" secondAttribute="centerY" id="f9k-PC-lqn"/>
<constraint firstAttribute="bottom" secondItem="Yn8-Hn-Z2V" secondAttribute="bottom" id="nsW-Iz-qRV"/>
<constraint firstItem="Yn8-Hn-Z2V" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="ucb-Rp-QDE" secondAttribute="trailing" constant="10" id="w5v-LP-3YR"/>
<constraint firstItem="Yn8-Hn-Z2V" firstAttribute="top" secondItem="12J-1F-Wts" secondAttribute="top" id="wkr-kq-aie"/>
</constraints>
<animations/>
<point key="canvasLocation" x="246" y="301.5"/>
</customView>
</objects>
</document>