12345678910111213141516171819202122232425262728293031323334353637383940 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21507" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
- <dependencies>
- <deployment version="101300" identifier="macosx"/>
- <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21507"/>
- <plugIn identifier="com.apple.pdfkit.ibplugin" version="21507"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <customObject id="-2" userLabel="File's Owner" customClass="KMSnapshotWindowController" customModule="PDF_Reader_Pro" customModuleProvider="target">
- <connections>
- <outlet property="pdfView" destination="7" id="10"/>
- <outlet property="window" destination="5" id="9"/>
- </connections>
- </customObject>
- <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
- <customObject id="-3" userLabel="Application" customClass="NSObject"/>
- <window allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" deferred="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" frameAutosaveName="KMSnapshotWindow" animationBehavior="default" id="5" userLabel="Window" customClass="KMSnapshotWindow" customModule="PDF_Reader_Pro" customModuleProvider="target">
- <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="270" y="479" width="1024" height="219"/>
- <rect key="screenRect" x="0.0" y="0.0" width="1440" height="875"/>
- <value key="minSize" type="size" width="213" height="107"/>
- <view key="contentView" id="6">
- <rect key="frame" x="0.0" y="0.0" width="1024" height="219"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <pdfView autoresizesSubviews="NO" wantsLayer="YES" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="7" customClass="KMSnapshotPDFView" customModule="PDF_Reader_Pro" customModuleProvider="target">
- <rect key="frame" x="0.0" y="0.0" width="1024" height="219"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- </pdfView>
- </subviews>
- </view>
- <connections>
- <outlet property="delegate" destination="-2" id="11"/>
- </connections>
- <point key="canvasLocation" x="-47" y="144"/>
- </window>
- </objects>
- </document>
|