KMLoginWindowsController.xib 5.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. <value key="minSize" type="size" width="661" height="443"/>
  25. <value key="maxSize" type="size" width="661" height="443"/>
  26. <view key="contentView" id="se5-gp-TjO">
  27. <rect key="frame" x="0.0" y="0.0" width="661" height="443"/>
  28. <autoresizingMask key="autoresizingMask"/>
  29. <subviews>
  30. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="YDG-OZ-oQi">
  31. <rect key="frame" x="0.0" y="0.0" width="300" height="443"/>
  32. <view key="contentView" id="jLg-6t-1HG">
  33. <rect key="frame" x="0.0" y="0.0" width="300" height="443"/>
  34. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  35. <subviews>
  36. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="Vcr-VH-8V2">
  37. <rect key="frame" x="0.0" y="0.0" width="300" height="443"/>
  38. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" id="IaG-H6-8fu"/>
  39. </imageView>
  40. </subviews>
  41. <constraints>
  42. <constraint firstItem="Vcr-VH-8V2" firstAttribute="leading" secondItem="jLg-6t-1HG" secondAttribute="leading" id="QPr-HO-uyA"/>
  43. <constraint firstItem="Vcr-VH-8V2" firstAttribute="top" secondItem="jLg-6t-1HG" secondAttribute="top" id="S67-HU-1I1"/>
  44. <constraint firstAttribute="bottom" secondItem="Vcr-VH-8V2" secondAttribute="bottom" id="eQ1-1d-18e"/>
  45. <constraint firstAttribute="trailing" secondItem="Vcr-VH-8V2" secondAttribute="trailing" id="mwZ-UH-tEE"/>
  46. </constraints>
  47. </view>
  48. <constraints>
  49. <constraint firstAttribute="width" constant="300" id="gk9-9U-WMj"/>
  50. </constraints>
  51. </box>
  52. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="L5U-6O-P63">
  53. <rect key="frame" x="300" y="0.0" width="361" height="443"/>
  54. <view key="contentView" id="rUc-R1-ocT">
  55. <rect key="frame" x="0.0" y="0.0" width="361" height="443"/>
  56. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  57. </view>
  58. </box>
  59. </subviews>
  60. <constraints>
  61. <constraint firstItem="L5U-6O-P63" firstAttribute="leading" secondItem="YDG-OZ-oQi" secondAttribute="trailing" id="3ZK-p9-XKG"/>
  62. <constraint firstItem="YDG-OZ-oQi" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" id="7MJ-X9-fIH"/>
  63. <constraint firstAttribute="trailing" secondItem="L5U-6O-P63" secondAttribute="trailing" id="9Wo-8H-AFm"/>
  64. <constraint firstItem="YDG-OZ-oQi" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="Iuj-RV-cQM"/>
  65. <constraint firstItem="L5U-6O-P63" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" id="SA9-Xf-v5F"/>
  66. <constraint firstAttribute="bottom" secondItem="L5U-6O-P63" secondAttribute="bottom" id="WVy-qV-iM1"/>
  67. <constraint firstAttribute="bottom" secondItem="YDG-OZ-oQi" secondAttribute="bottom" id="gO9-5v-yta"/>
  68. </constraints>
  69. </view>
  70. <connections>
  71. <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
  72. </connections>
  73. <point key="canvasLocation" x="44" y="144"/>
  74. </window>
  75. </objects>
  76. </document>