1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22505" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
- <dependencies>
- <deployment identifier="macosx"/>
- <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22505"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <customObject id="-2" userLabel="File's Owner" customClass="ComponentProgressWindowController" customModule="KMComponentLibrary" customModuleProvider="target">
- <connections>
- <outlet property="closeButton" destination="8Ob-jX-jVG" id="cwq-ay-Z8D"/>
- <outlet property="progressBottomConst" destination="Y1D-au-7Ha" id="4V9-CZ-25X"/>
- <outlet property="progressView" destination="upz-XI-abG" id="Ocy-HM-arQ"/>
- <outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/>
- </connections>
- </customObject>
- <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
- <customObject id="-3" userLabel="Application" customClass="NSObject"/>
- <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" animationBehavior="default" titlebarAppearsTransparent="YES" titleVisibility="hidden" id="F0z-JX-Cv5">
- <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES" fullSizeContentView="YES"/>
- <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
- <rect key="contentRect" x="196" y="240" width="144" height="168"/>
- <rect key="screenRect" x="0.0" y="0.0" width="1920" height="1055"/>
- <view key="contentView" id="se5-gp-TjO">
- <rect key="frame" x="0.0" y="0.0" width="144" height="168"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="iFT-sL-5fP">
- <rect key="frame" x="0.0" y="40" width="144" height="128"/>
- <subviews>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="upz-XI-abG" customClass="ComponentProgressBigCircle" customModule="KMComponentLibrary" customModuleProvider="target">
- <rect key="frame" x="32" y="24" width="80" height="80"/>
- <constraints>
- <constraint firstAttribute="width" constant="80" id="GTe-tp-dUi"/>
- <constraint firstAttribute="height" constant="80" id="Mei-BE-7KC"/>
- </constraints>
- </customView>
- </subviews>
- <constraints>
- <constraint firstItem="upz-XI-abG" firstAttribute="centerY" secondItem="iFT-sL-5fP" secondAttribute="centerY" id="R2n-SV-EhO"/>
- <constraint firstItem="upz-XI-abG" firstAttribute="centerX" secondItem="iFT-sL-5fP" secondAttribute="centerX" id="YQt-YM-eIe"/>
- </constraints>
- </customView>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="8Ob-jX-jVG" customClass="ComponentButton" customModule="KMComponentLibrary" customModuleProvider="target">
- <rect key="frame" x="0.0" y="0.0" width="144" height="40"/>
- </customView>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="8R4-Qd-tn4" customClass="ComponentDivider" customModule="KMComponentLibrary" customModuleProvider="target">
- <rect key="frame" x="0.0" y="39" width="144" height="1"/>
- <constraints>
- <constraint firstAttribute="height" constant="1" id="vOm-iz-r3s"/>
- </constraints>
- </customView>
- </subviews>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="iFT-sL-5fP" secondAttribute="trailing" id="Ewq-3j-3RS"/>
- <constraint firstAttribute="trailing" secondItem="8Ob-jX-jVG" secondAttribute="trailing" id="OEv-Lr-pJT"/>
- <constraint firstAttribute="trailing" secondItem="8R4-Qd-tn4" secondAttribute="trailing" id="Qx8-Zx-7ix"/>
- <constraint firstItem="8Ob-jX-jVG" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="WdX-Ox-LDi"/>
- <constraint firstAttribute="bottom" secondItem="iFT-sL-5fP" secondAttribute="bottom" constant="40" id="Y1D-au-7Ha"/>
- <constraint firstAttribute="bottom" secondItem="8Ob-jX-jVG" secondAttribute="bottom" id="azF-YL-ydl"/>
- <constraint firstItem="iFT-sL-5fP" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="hyB-d1-dEE"/>
- <constraint firstItem="8R4-Qd-tn4" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="moM-Cc-nqq"/>
- <constraint firstItem="8Ob-jX-jVG" firstAttribute="top" secondItem="iFT-sL-5fP" secondAttribute="bottom" id="p4C-aE-D8T"/>
- <constraint firstItem="iFT-sL-5fP" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" id="vOg-f0-ORw"/>
- <constraint firstItem="8R4-Qd-tn4" firstAttribute="top" secondItem="iFT-sL-5fP" secondAttribute="bottom" id="veQ-1c-Ly4"/>
- </constraints>
- </view>
- <connections>
- <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
- </connections>
- <point key="canvasLocation" x="139" y="118"/>
- </window>
- </objects>
- </document>
|