KMComparativeTableViewController.xib 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21701" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21701"/>
  5. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  6. </dependencies>
  7. <objects>
  8. <customObject id="-2" userLabel="File's Owner" customClass="KMComparativeTableViewController" customModule="PDF_Master" customModuleProvider="target">
  9. <connections>
  10. <outlet property="comparativeTableView" destination="ZQ8-GZ-j0l" id="oQc-Q6-1rj"/>
  11. <outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/>
  12. </connections>
  13. </customObject>
  14. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  15. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  16. <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="F0z-JX-Cv5">
  17. <windowStyleMask key="styleMask" titled="YES"/>
  18. <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
  19. <rect key="contentRect" x="196" y="240" width="836" height="680"/>
  20. <rect key="screenRect" x="0.0" y="0.0" width="2560" height="1415"/>
  21. <view key="contentView" id="se5-gp-TjO">
  22. <rect key="frame" x="0.0" y="0.0" width="836" height="680"/>
  23. <autoresizingMask key="autoresizingMask"/>
  24. <subviews>
  25. <customView translatesAutoresizingMaskIntoConstraints="NO" id="ZQ8-GZ-j0l" customClass="KMComparativeTableView" customModule="PDF_Master" customModuleProvider="target">
  26. <rect key="frame" x="0.0" y="0.0" width="836" height="680"/>
  27. </customView>
  28. </subviews>
  29. <constraints>
  30. <constraint firstAttribute="bottom" secondItem="ZQ8-GZ-j0l" secondAttribute="bottom" id="CqO-bm-keA"/>
  31. <constraint firstAttribute="trailing" secondItem="ZQ8-GZ-j0l" secondAttribute="trailing" id="WHq-dO-KGE"/>
  32. <constraint firstItem="ZQ8-GZ-j0l" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" id="uho-lT-dMQ"/>
  33. <constraint firstItem="ZQ8-GZ-j0l" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="yXm-AP-GnM"/>
  34. </constraints>
  35. </view>
  36. <connections>
  37. <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
  38. </connections>
  39. <point key="canvasLocation" x="224" y="-15.5"/>
  40. </window>
  41. </objects>
  42. </document>