KMMergeWindowController.xib 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22155" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22155"/>
  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="KMMergeWindowController" customModule="PDF_Master" customModuleProvider="target">
  10. <connections>
  11. <outlet property="mergeView" destination="5SE-MD-aBm" id="L0K-1A-CZZ"/>
  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="947" height="618"/>
  21. <rect key="screenRect" x="0.0" y="0.0" width="2560" height="1415"/>
  22. <value key="minSize" type="size" width="947" height="618"/>
  23. <value key="maxSize" type="size" width="947" height="618"/>
  24. <view key="contentView" id="se5-gp-TjO">
  25. <rect key="frame" x="0.0" y="0.0" width="947" height="618"/>
  26. <autoresizingMask key="autoresizingMask"/>
  27. <subviews>
  28. <customView translatesAutoresizingMaskIntoConstraints="NO" id="5SE-MD-aBm" customClass="KMMergeView" customModule="PDF_Master" customModuleProvider="target">
  29. <rect key="frame" x="0.0" y="0.0" width="947" height="618"/>
  30. </customView>
  31. </subviews>
  32. <constraints>
  33. <constraint firstItem="5SE-MD-aBm" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" id="ARX-Pi-FxB"/>
  34. <constraint firstAttribute="bottom" secondItem="5SE-MD-aBm" secondAttribute="bottom" id="EEO-Gn-s5d"/>
  35. <constraint firstItem="5SE-MD-aBm" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="hCP-K8-dwS"/>
  36. <constraint firstAttribute="trailing" secondItem="5SE-MD-aBm" secondAttribute="trailing" id="wqX-da-YLc"/>
  37. </constraints>
  38. </view>
  39. <connections>
  40. <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
  41. </connections>
  42. <point key="canvasLocation" x="148" y="14"/>
  43. </window>
  44. </objects>
  45. </document>