SnapshotWindow.xib 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21507" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
  3. <dependencies>
  4. <deployment version="101300" identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21507"/>
  6. <plugIn identifier="com.apple.pdfkit.ibplugin" version="21507"/>
  7. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  8. </dependencies>
  9. <objects>
  10. <customObject id="-2" userLabel="File's Owner" customClass="KMSnapshotWindowController" customModule="PDF_Reader_Pro" customModuleProvider="target">
  11. <connections>
  12. <outlet property="pdfView" destination="7" id="10"/>
  13. <outlet property="window" destination="5" id="9"/>
  14. </connections>
  15. </customObject>
  16. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  17. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  18. <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">
  19. <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
  20. <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
  21. <rect key="contentRect" x="270" y="479" width="1024" height="219"/>
  22. <rect key="screenRect" x="0.0" y="0.0" width="1440" height="875"/>
  23. <value key="minSize" type="size" width="213" height="107"/>
  24. <view key="contentView" id="6">
  25. <rect key="frame" x="0.0" y="0.0" width="1024" height="219"/>
  26. <autoresizingMask key="autoresizingMask"/>
  27. <subviews>
  28. <pdfView autoresizesSubviews="NO" wantsLayer="YES" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="7" customClass="KMSnapshotPDFView" customModule="PDF_Reader_Pro" customModuleProvider="target">
  29. <rect key="frame" x="0.0" y="0.0" width="1024" height="219"/>
  30. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  31. </pdfView>
  32. </subviews>
  33. </view>
  34. <connections>
  35. <outlet property="delegate" destination="-2" id="11"/>
  36. </connections>
  37. <point key="canvasLocation" x="-47" y="144"/>
  38. </window>
  39. </objects>
  40. </document>