You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
3.5 KiB
52 lines
3.5 KiB
4 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="17154" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
|
||
|
<dependencies>
|
||
|
<deployment identifier="macosx"/>
|
||
|
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="17154"/>
|
||
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
||
|
</dependencies>
|
||
|
<objects>
|
||
|
<customObject id="-2" userLabel="File's Owner" customClass="HourMarkerViewItem" customModule="Clocker" customModuleProvider="target">
|
||
|
<connections>
|
||
|
<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="181" height="103"/>
|
||
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||
|
<subviews>
|
||
|
<box horizontalHuggingPriority="750" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="1AP-TS-SAk">
|
||
|
<rect key="frame" x="86" y="23" width="9" height="80"/>
|
||
|
<constraints>
|
||
|
<constraint firstAttribute="width" constant="5" id="DvW-Pd-tOA"/>
|
||
|
</constraints>
|
||
|
</box>
|
||
|
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="loc-Ga-aDA">
|
||
|
<rect key="frame" x="76" y="0.0" width="30" height="18"/>
|
||
|
<textFieldCell key="cell" lineBreakMode="clipping" title="8:00" id="x1W-QM-ton">
|
||
|
<font key="font" size="13" name="Avenir-Book"/>
|
||
|
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
|
||
|
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
||
|
</textFieldCell>
|
||
|
</textField>
|
||
|
</subviews>
|
||
|
<constraints>
|
||
|
<constraint firstItem="1AP-TS-SAk" firstAttribute="centerX" secondItem="Hz6-mo-xeY" secondAttribute="centerX" id="Ki4-9N-cRe"/>
|
||
|
<constraint firstAttribute="bottom" secondItem="loc-Ga-aDA" secondAttribute="bottom" id="cf2-W7-MIg"/>
|
||
|
<constraint firstItem="loc-Ga-aDA" firstAttribute="centerX" secondItem="Hz6-mo-xeY" secondAttribute="centerX" id="jdj-qX-jCt"/>
|
||
|
<constraint firstItem="1AP-TS-SAk" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="s8k-hS-sHN"/>
|
||
|
<constraint firstItem="loc-Ga-aDA" firstAttribute="top" secondItem="1AP-TS-SAk" secondAttribute="bottom" constant="5" id="sDM-Xa-ZS4"/>
|
||
|
</constraints>
|
||
|
<point key="canvasLocation" x="-17.5" y="283"/>
|
||
|
</customView>
|
||
|
<customObject id="p0M-E4-898" customClass="HourMarkerViewItem" customModule="Clocker" customModuleProvider="target">
|
||
|
<connections>
|
||
|
<outlet property="hourLabel" destination="loc-Ga-aDA" id="ZFf-u1-jVN"/>
|
||
|
<outlet property="view" destination="Hz6-mo-xeY" id="9S0-wg-csq"/>
|
||
|
</connections>
|
||
|
</customObject>
|
||
|
</objects>
|
||
|
</document>
|