123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="23504" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
- <dependencies>
- <deployment identifier="macosx"/>
- <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="23504"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <customObject id="-2" userLabel="File's Owner" customClass="ComponentProgressBigCircle" customModule="KMComponentLibrary" customModuleProvider="target">
- <connections>
- <outlet property="contendBox" destination="Dxl-3D-4XD" id="Op6-1v-60Z"/>
- <outlet property="titleLabel" destination="tEd-i3-H2l" id="Jbd-jb-G9a"/>
- </connections>
- </customObject>
- <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
- <customObject id="-3" userLabel="Application" customClass="NSObject"/>
- <customView id="c22-O7-iKe">
- <rect key="frame" x="0.0" y="0.0" width="80" height="80"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <subviews>
- <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="Dxl-3D-4XD">
- <rect key="frame" x="0.0" y="0.0" width="80" height="80"/>
- <view key="contentView" id="cu5-It-Uyp">
- <rect key="frame" x="0.0" y="0.0" width="80" height="80"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="tEd-i3-H2l">
- <rect key="frame" x="-2" y="32" width="84" height="16"/>
- <constraints>
- <constraint firstAttribute="width" constant="80" id="FBu-gU-YdA"/>
- </constraints>
- <textFieldCell key="cell" lineBreakMode="clipping" alignment="center" title="20%" id="U8h-lw-Stj">
- <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="tEd-i3-H2l" firstAttribute="leading" secondItem="cu5-It-Uyp" secondAttribute="leading" id="6dM-g9-cXU"/>
- <constraint firstItem="tEd-i3-H2l" firstAttribute="centerY" secondItem="cu5-It-Uyp" secondAttribute="centerY" id="Eyx-g2-RPu"/>
- <constraint firstAttribute="trailing" secondItem="tEd-i3-H2l" secondAttribute="trailing" id="IiR-nX-u5X"/>
- </constraints>
- </view>
- </box>
- </subviews>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="Dxl-3D-4XD" secondAttribute="trailing" id="Uha-Wu-R9n"/>
- <constraint firstItem="Dxl-3D-4XD" firstAttribute="top" secondItem="c22-O7-iKe" secondAttribute="top" id="gRA-69-Sth"/>
- <constraint firstAttribute="bottom" secondItem="Dxl-3D-4XD" secondAttribute="bottom" id="h26-Wo-lyS"/>
- <constraint firstItem="Dxl-3D-4XD" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" id="sZO-kw-Dsn"/>
- </constraints>
- <connections>
- <outlet property="contendBox" destination="Dxl-3D-4XD" id="yEs-1C-pn8"/>
- <outlet property="titleLabel" destination="tEd-i3-H2l" id="5Pt-Id-vfC"/>
- </connections>
- <point key="canvasLocation" x="132" y="-72"/>
- </customView>
- </objects>
- </document>
|