KMLoginWindowsController.xib 5.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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="KMLoginWindowsController" customModule="PDF_Reader_Pro" customModuleProvider="target">
  10. <connections>
  11. <outlet property="leftBox" destination="YDG-OZ-oQi" id="Y58-nA-boC"/>
  12. <outlet property="leftImageView" destination="Vcr-VH-8V2" id="uDJ-5Z-KL6"/>
  13. <outlet property="rightBox" destination="L5U-6O-P63" id="gYq-Xu-tHr"/>
  14. <outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/>
  15. </connections>
  16. </customObject>
  17. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  18. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  19. <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" animationBehavior="default" id="F0z-JX-Cv5">
  20. <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
  21. <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
  22. <rect key="contentRect" x="196" y="240" width="661" height="443"/>
  23. <rect key="screenRect" x="0.0" y="0.0" width="2560" height="1415"/>
  24. <view key="contentView" id="se5-gp-TjO">
  25. <rect key="frame" x="0.0" y="0.0" width="661" height="443"/>
  26. <autoresizingMask key="autoresizingMask"/>
  27. <subviews>
  28. <box boxType="custom" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="YDG-OZ-oQi">
  29. <rect key="frame" x="0.0" y="0.0" width="300" height="443"/>
  30. <view key="contentView" id="jLg-6t-1HG">
  31. <rect key="frame" x="1" y="1" width="298" height="441"/>
  32. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  33. <subviews>
  34. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="Vcr-VH-8V2">
  35. <rect key="frame" x="0.0" y="0.0" width="298" height="441"/>
  36. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" id="IaG-H6-8fu"/>
  37. </imageView>
  38. </subviews>
  39. <constraints>
  40. <constraint firstItem="Vcr-VH-8V2" firstAttribute="leading" secondItem="jLg-6t-1HG" secondAttribute="leading" id="QPr-HO-uyA"/>
  41. <constraint firstItem="Vcr-VH-8V2" firstAttribute="top" secondItem="jLg-6t-1HG" secondAttribute="top" id="S67-HU-1I1"/>
  42. <constraint firstAttribute="bottom" secondItem="Vcr-VH-8V2" secondAttribute="bottom" id="eQ1-1d-18e"/>
  43. <constraint firstAttribute="trailing" secondItem="Vcr-VH-8V2" secondAttribute="trailing" id="mwZ-UH-tEE"/>
  44. </constraints>
  45. </view>
  46. <constraints>
  47. <constraint firstAttribute="width" constant="300" id="gk9-9U-WMj"/>
  48. </constraints>
  49. </box>
  50. <box boxType="custom" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="L5U-6O-P63">
  51. <rect key="frame" x="300" y="0.0" width="361" height="443"/>
  52. <view key="contentView" id="rUc-R1-ocT">
  53. <rect key="frame" x="1" y="1" width="359" height="441"/>
  54. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  55. </view>
  56. </box>
  57. </subviews>
  58. <constraints>
  59. <constraint firstItem="L5U-6O-P63" firstAttribute="leading" secondItem="YDG-OZ-oQi" secondAttribute="trailing" id="3ZK-p9-XKG"/>
  60. <constraint firstItem="YDG-OZ-oQi" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" id="7MJ-X9-fIH"/>
  61. <constraint firstAttribute="trailing" secondItem="L5U-6O-P63" secondAttribute="trailing" id="9Wo-8H-AFm"/>
  62. <constraint firstItem="YDG-OZ-oQi" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="Iuj-RV-cQM"/>
  63. <constraint firstItem="L5U-6O-P63" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" id="SA9-Xf-v5F"/>
  64. <constraint firstAttribute="bottom" secondItem="L5U-6O-P63" secondAttribute="bottom" id="WVy-qV-iM1"/>
  65. <constraint firstAttribute="bottom" secondItem="YDG-OZ-oQi" secondAttribute="bottom" id="gO9-5v-yta"/>
  66. </constraints>
  67. </view>
  68. <connections>
  69. <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
  70. </connections>
  71. <point key="canvasLocation" x="44" y="144"/>
  72. </window>
  73. </objects>
  74. </document>