1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- <?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="KMHeaderFooterController" customModule="PDF_Reader_Pro" customModuleProvider="target">
- <connections>
- <outlet property="contendView" destination="opc-IA-yhK" id="eyR-DO-NKr"/>
- <outlet property="preInfoView" destination="OwF-sa-5UO" id="9Fh-cc-AjA"/>
- <outlet property="propertyInfoView" destination="LhI-zF-rb3" id="ysC-UP-tKG"/>
- <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
- </connections>
- </customObject>
- <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
- <customObject id="-3" userLabel="Application" customClass="NSObject"/>
- <customView id="Hz6-mo-xeY">
- <rect key="frame" x="0.0" y="0.0" width="480" height="272"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <subviews>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="opc-IA-yhK">
- <rect key="frame" x="0.0" y="0.0" width="480" height="272"/>
- <subviews>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="OwF-sa-5UO">
- <rect key="frame" x="0.0" y="0.0" width="216" height="272"/>
- </customView>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="LhI-zF-rb3">
- <rect key="frame" x="216" y="0.0" width="264" height="272"/>
- <constraints>
- <constraint firstAttribute="width" constant="264" id="Mkv-04-iiP"/>
- </constraints>
- </customView>
- </subviews>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="LhI-zF-rb3" secondAttribute="trailing" id="3eY-R7-olZ"/>
- <constraint firstItem="LhI-zF-rb3" firstAttribute="leading" secondItem="OwF-sa-5UO" secondAttribute="trailing" id="HyE-J4-jtP"/>
- <constraint firstItem="LhI-zF-rb3" firstAttribute="top" secondItem="opc-IA-yhK" secondAttribute="top" id="OHw-Uq-ibE"/>
- <constraint firstAttribute="bottom" secondItem="OwF-sa-5UO" secondAttribute="bottom" id="YFO-f2-7zB"/>
- <constraint firstAttribute="bottom" secondItem="LhI-zF-rb3" secondAttribute="bottom" id="gOk-tm-rdt"/>
- <constraint firstItem="OwF-sa-5UO" firstAttribute="top" secondItem="opc-IA-yhK" secondAttribute="top" id="nKk-eB-ETY"/>
- <constraint firstItem="OwF-sa-5UO" firstAttribute="leading" secondItem="opc-IA-yhK" secondAttribute="leading" id="utH-U1-1eX"/>
- </constraints>
- </customView>
- </subviews>
- <constraints>
- <constraint firstItem="opc-IA-yhK" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="AzY-1y-CXl"/>
- <constraint firstAttribute="trailing" secondItem="opc-IA-yhK" secondAttribute="trailing" id="LoD-ZS-NgJ"/>
- <constraint firstItem="opc-IA-yhK" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="eIQ-ow-vDs"/>
- <constraint firstAttribute="bottom" secondItem="opc-IA-yhK" secondAttribute="bottom" id="pgZ-Dj-UXz"/>
- </constraints>
- <point key="canvasLocation" x="132" y="-72"/>
- </customView>
- </objects>
- </document>
|