KMLoginWindowsController.xib 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="23504" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="23504"/>
  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 allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" animationBehavior="default" titlebarAppearsTransparent="YES" id="F0z-JX-Cv5">
  20. <windowStyleMask key="styleMask" titled="YES" closable="YES" fullSizeContentView="YES"/>
  21. <rect key="contentRect" x="196" y="240" width="661" height="443"/>
  22. <rect key="screenRect" x="0.0" y="0.0" width="1512" height="944"/>
  23. <value key="minSize" type="size" width="661" height="443"/>
  24. <value key="maxSize" type="size" width="661" height="443"/>
  25. <view key="contentView" id="se5-gp-TjO">
  26. <rect key="frame" x="0.0" y="0.0" width="661" height="443"/>
  27. <autoresizingMask key="autoresizingMask"/>
  28. <subviews>
  29. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="YDG-OZ-oQi">
  30. <rect key="frame" x="0.0" y="0.0" width="300" height="443"/>
  31. <view key="contentView" id="jLg-6t-1HG">
  32. <rect key="frame" x="0.0" y="0.0" width="300" height="443"/>
  33. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  34. <subviews>
  35. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="Vcr-VH-8V2">
  36. <rect key="frame" x="0.0" y="0.0" width="300" height="443"/>
  37. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" id="IaG-H6-8fu"/>
  38. </imageView>
  39. </subviews>
  40. <constraints>
  41. <constraint firstItem="Vcr-VH-8V2" firstAttribute="leading" secondItem="jLg-6t-1HG" secondAttribute="leading" id="QPr-HO-uyA"/>
  42. <constraint firstItem="Vcr-VH-8V2" firstAttribute="top" secondItem="jLg-6t-1HG" secondAttribute="top" id="S67-HU-1I1"/>
  43. <constraint firstAttribute="bottom" secondItem="Vcr-VH-8V2" secondAttribute="bottom" id="eQ1-1d-18e"/>
  44. <constraint firstAttribute="trailing" secondItem="Vcr-VH-8V2" secondAttribute="trailing" id="mwZ-UH-tEE"/>
  45. </constraints>
  46. </view>
  47. <constraints>
  48. <constraint firstAttribute="width" constant="300" id="gk9-9U-WMj"/>
  49. </constraints>
  50. </box>
  51. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="L5U-6O-P63">
  52. <rect key="frame" x="300" y="0.0" width="361" height="443"/>
  53. <view key="contentView" id="rUc-R1-ocT">
  54. <rect key="frame" x="0.0" y="0.0" width="361" height="443"/>
  55. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  56. </view>
  57. </box>
  58. </subviews>
  59. <constraints>
  60. <constraint firstItem="L5U-6O-P63" firstAttribute="leading" secondItem="YDG-OZ-oQi" secondAttribute="trailing" id="3ZK-p9-XKG"/>
  61. <constraint firstItem="YDG-OZ-oQi" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" id="7MJ-X9-fIH"/>
  62. <constraint firstAttribute="trailing" secondItem="L5U-6O-P63" secondAttribute="trailing" id="9Wo-8H-AFm"/>
  63. <constraint firstItem="YDG-OZ-oQi" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="Iuj-RV-cQM"/>
  64. <constraint firstItem="L5U-6O-P63" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" id="SA9-Xf-v5F"/>
  65. <constraint firstAttribute="bottom" secondItem="L5U-6O-P63" secondAttribute="bottom" id="WVy-qV-iM1"/>
  66. <constraint firstAttribute="bottom" secondItem="YDG-OZ-oQi" secondAttribute="bottom" id="gO9-5v-yta"/>
  67. </constraints>
  68. </view>
  69. <connections>
  70. <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
  71. </connections>
  72. <point key="canvasLocation" x="44" y="144"/>
  73. </window>
  74. </objects>
  75. </document>