KMVerificationWindowController.xib 4.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22505" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22505"/>
  6. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  7. </dependencies>
  8. <objects>
  9. <customObject id="-2" userLabel="File's Owner" customClass="KMVerificationWindowController">
  10. <connections>
  11. <outlet property="box" destination="jnK-bx-53B" id="e95-xh-0vV"/>
  12. <outlet property="progressIndicator" destination="Xgy-IB-b20" id="xXb-j0-Arg"/>
  13. <outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/>
  14. </connections>
  15. </customObject>
  16. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  17. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  18. <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="documentWindow" titlebarAppearsTransparent="YES" id="F0z-JX-Cv5">
  19. <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" fullSizeContentView="YES"/>
  20. <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
  21. <rect key="contentRect" x="415" y="246" width="620" height="552"/>
  22. <rect key="screenRect" x="0.0" y="0.0" width="1920" height="1055"/>
  23. <view key="contentView" wantsLayer="YES" id="se5-gp-TjO">
  24. <rect key="frame" x="0.0" y="0.0" width="620" height="552"/>
  25. <autoresizingMask key="autoresizingMask"/>
  26. <subviews>
  27. <box boxType="custom" borderType="none" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="jnK-bx-53B">
  28. <rect key="frame" x="0.0" y="0.0" width="620" height="552"/>
  29. <view key="contentView" id="LQy-ej-CwB">
  30. <rect key="frame" x="0.0" y="0.0" width="620" height="552"/>
  31. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  32. </view>
  33. </box>
  34. <progressIndicator hidden="YES" wantsLayer="YES" horizontalHuggingPriority="750" verticalHuggingPriority="750" maxValue="100" bezeled="NO" indeterminate="YES" style="spinning" translatesAutoresizingMaskIntoConstraints="NO" id="Xgy-IB-b20">
  35. <rect key="frame" x="294" y="260" width="32" height="32"/>
  36. </progressIndicator>
  37. </subviews>
  38. <constraints>
  39. <constraint firstAttribute="bottom" secondItem="jnK-bx-53B" secondAttribute="bottom" id="1RK-qr-7Qw"/>
  40. <constraint firstItem="jnK-bx-53B" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" id="1kj-lb-uff"/>
  41. <constraint firstItem="jnK-bx-53B" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="Bem-2d-2KY"/>
  42. <constraint firstAttribute="trailing" secondItem="jnK-bx-53B" secondAttribute="trailing" id="F3d-q1-td6"/>
  43. <constraint firstItem="Xgy-IB-b20" firstAttribute="centerX" secondItem="se5-gp-TjO" secondAttribute="centerX" id="M4q-3N-9FP"/>
  44. <constraint firstItem="Xgy-IB-b20" firstAttribute="centerY" secondItem="se5-gp-TjO" secondAttribute="centerY" id="d63-pm-erM"/>
  45. </constraints>
  46. </view>
  47. <connections>
  48. <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
  49. </connections>
  50. <point key="canvasLocation" x="140" y="144"/>
  51. </window>
  52. </objects>
  53. </document>