KMCompareContentWindowController.xib 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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="KMCompareContentWindowController" customModule="PDF_Reader_Pro" customModuleProvider="target">
  10. <connections>
  11. <outlet property="contentView" destination="SOI-lJ-31P" id="pSa-PN-rjU"/>
  12. <outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/>
  13. </connections>
  14. </customObject>
  15. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  16. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  17. <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" animationBehavior="default" id="F0z-JX-Cv5">
  18. <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
  19. <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
  20. <rect key="contentRect" x="196" y="240" width="983" height="652"/>
  21. <rect key="screenRect" x="0.0" y="0.0" width="2560" height="1415"/>
  22. <view key="contentView" id="se5-gp-TjO">
  23. <rect key="frame" x="0.0" y="0.0" width="983" height="652"/>
  24. <autoresizingMask key="autoresizingMask"/>
  25. <subviews>
  26. <customView translatesAutoresizingMaskIntoConstraints="NO" id="SOI-lJ-31P" customClass="KMCompareContentView" customModule="PDF_Reader_Pro" customModuleProvider="target">
  27. <rect key="frame" x="0.0" y="0.0" width="983" height="652"/>
  28. </customView>
  29. </subviews>
  30. <constraints>
  31. <constraint firstItem="SOI-lJ-31P" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="jQo-RW-h5G"/>
  32. <constraint firstAttribute="bottom" secondItem="SOI-lJ-31P" secondAttribute="bottom" id="nxR-VW-ctp"/>
  33. <constraint firstAttribute="trailing" secondItem="SOI-lJ-31P" secondAttribute="trailing" id="sRH-Py-ysh"/>
  34. <constraint firstItem="SOI-lJ-31P" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" id="xHg-3u-8RD"/>
  35. </constraints>
  36. </view>
  37. <connections>
  38. <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
  39. </connections>
  40. <point key="canvasLocation" x="122" y="132"/>
  41. </window>
  42. </objects>
  43. </document>