12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- <?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="KMLoginWindowsController" customModule="PDF_Reader_Pro" customModuleProvider="target">
- <connections>
- <outlet property="leftBox" destination="YDG-OZ-oQi" id="Y58-nA-boC"/>
- <outlet property="leftImageView" destination="Vcr-VH-8V2" id="uDJ-5Z-KL6"/>
- <outlet property="rightBox" destination="L5U-6O-P63" id="gYq-Xu-tHr"/>
- <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" animationBehavior="default" id="F0z-JX-Cv5">
- <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
- <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
- <rect key="contentRect" x="196" y="240" width="661" height="443"/>
- <rect key="screenRect" x="0.0" y="0.0" width="2560" height="1415"/>
- <value key="minSize" type="size" width="661" height="443"/>
- <value key="maxSize" type="size" width="661" height="443"/>
- <view key="contentView" id="se5-gp-TjO">
- <rect key="frame" x="0.0" y="0.0" width="661" height="443"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="YDG-OZ-oQi">
- <rect key="frame" x="0.0" y="0.0" width="300" height="443"/>
- <view key="contentView" id="jLg-6t-1HG">
- <rect key="frame" x="0.0" y="0.0" width="300" height="443"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="Vcr-VH-8V2">
- <rect key="frame" x="0.0" y="0.0" width="300" height="443"/>
- <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" id="IaG-H6-8fu"/>
- </imageView>
- </subviews>
- <constraints>
- <constraint firstItem="Vcr-VH-8V2" firstAttribute="leading" secondItem="jLg-6t-1HG" secondAttribute="leading" id="QPr-HO-uyA"/>
- <constraint firstItem="Vcr-VH-8V2" firstAttribute="top" secondItem="jLg-6t-1HG" secondAttribute="top" id="S67-HU-1I1"/>
- <constraint firstAttribute="bottom" secondItem="Vcr-VH-8V2" secondAttribute="bottom" id="eQ1-1d-18e"/>
- <constraint firstAttribute="trailing" secondItem="Vcr-VH-8V2" secondAttribute="trailing" id="mwZ-UH-tEE"/>
- </constraints>
- </view>
- <constraints>
- <constraint firstAttribute="width" constant="300" id="gk9-9U-WMj"/>
- </constraints>
- </box>
- <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="L5U-6O-P63">
- <rect key="frame" x="300" y="0.0" width="361" height="443"/>
- <view key="contentView" id="rUc-R1-ocT">
- <rect key="frame" x="0.0" y="0.0" width="361" height="443"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- </view>
- </box>
- </subviews>
- <constraints>
- <constraint firstItem="L5U-6O-P63" firstAttribute="leading" secondItem="YDG-OZ-oQi" secondAttribute="trailing" id="3ZK-p9-XKG"/>
- <constraint firstItem="YDG-OZ-oQi" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" id="7MJ-X9-fIH"/>
- <constraint firstAttribute="trailing" secondItem="L5U-6O-P63" secondAttribute="trailing" id="9Wo-8H-AFm"/>
- <constraint firstItem="YDG-OZ-oQi" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="Iuj-RV-cQM"/>
- <constraint firstItem="L5U-6O-P63" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" id="SA9-Xf-v5F"/>
- <constraint firstAttribute="bottom" secondItem="L5U-6O-P63" secondAttribute="bottom" id="WVy-qV-iM1"/>
- <constraint firstAttribute="bottom" secondItem="YDG-OZ-oQi" secondAttribute="bottom" id="gO9-5v-yta"/>
- </constraints>
- </view>
- <connections>
- <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
- </connections>
- <point key="canvasLocation" x="44" y="144"/>
- </window>
- </objects>
- </document>
|