1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <?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="KMVerificationWindowController">
- <connections>
- <outlet property="box" destination="jnK-bx-53B" id="e95-xh-0vV"/>
- <outlet property="progressIndicator" destination="Xgy-IB-b20" id="xXb-j0-Arg"/>
- <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" visibleAtLaunch="NO" animationBehavior="documentWindow" titlebarAppearsTransparent="YES" id="F0z-JX-Cv5">
- <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" fullSizeContentView="YES"/>
- <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
- <rect key="contentRect" x="415" y="246" width="620" height="552"/>
- <rect key="screenRect" x="0.0" y="0.0" width="1920" height="1055"/>
- <view key="contentView" wantsLayer="YES" id="se5-gp-TjO">
- <rect key="frame" x="0.0" y="0.0" width="620" height="552"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <box boxType="custom" borderType="none" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="jnK-bx-53B">
- <rect key="frame" x="0.0" y="0.0" width="620" height="552"/>
- <view key="contentView" id="LQy-ej-CwB">
- <rect key="frame" x="0.0" y="0.0" width="620" height="552"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- </view>
- </box>
- <progressIndicator hidden="YES" wantsLayer="YES" horizontalHuggingPriority="750" verticalHuggingPriority="750" maxValue="100" bezeled="NO" indeterminate="YES" style="spinning" translatesAutoresizingMaskIntoConstraints="NO" id="Xgy-IB-b20">
- <rect key="frame" x="294" y="260" width="32" height="32"/>
- </progressIndicator>
- </subviews>
- <constraints>
- <constraint firstAttribute="bottom" secondItem="jnK-bx-53B" secondAttribute="bottom" id="1RK-qr-7Qw"/>
- <constraint firstItem="jnK-bx-53B" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" id="1kj-lb-uff"/>
- <constraint firstItem="jnK-bx-53B" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="Bem-2d-2KY"/>
- <constraint firstAttribute="trailing" secondItem="jnK-bx-53B" secondAttribute="trailing" id="F3d-q1-td6"/>
- <constraint firstItem="Xgy-IB-b20" firstAttribute="centerX" secondItem="se5-gp-TjO" secondAttribute="centerX" id="M4q-3N-9FP"/>
- <constraint firstItem="Xgy-IB-b20" firstAttribute="centerY" secondItem="se5-gp-TjO" secondAttribute="centerY" id="d63-pm-erM"/>
- </constraints>
- </view>
- <connections>
- <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
- </connections>
- <point key="canvasLocation" x="140" y="144"/>
- </window>
- </objects>
- </document>
|