KMMergeViewController.xib 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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="KMMergeViewController" customModule="PDF_Master" customModuleProvider="target">
  10. <connections>
  11. <outlet property="contentBox" destination="9Di-TJ-wWc" id="msZ-pj-qFD"/>
  12. <outlet property="titleBar" destination="TdV-XL-tj1" id="a9T-wN-f0L"/>
  13. <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
  14. </connections>
  15. </customObject>
  16. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  17. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  18. <customView id="Hz6-mo-xeY">
  19. <rect key="frame" x="0.0" y="0.0" width="1022" height="572"/>
  20. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  21. <subviews>
  22. <box boxType="custom" borderWidth="0.0" title="Box" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="TdV-XL-tj1">
  23. <rect key="frame" x="0.0" y="528" width="1022" height="44"/>
  24. <view key="contentView" id="37v-MR-bz7">
  25. <rect key="frame" x="0.0" y="0.0" width="1022" height="44"/>
  26. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  27. </view>
  28. <constraints>
  29. <constraint firstAttribute="height" constant="44" id="cuu-Hm-2W7"/>
  30. </constraints>
  31. </box>
  32. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="9Di-TJ-wWc">
  33. <rect key="frame" x="0.0" y="0.0" width="1022" height="528"/>
  34. <view key="contentView" id="NPQ-Io-FpK">
  35. <rect key="frame" x="0.0" y="0.0" width="1022" height="528"/>
  36. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  37. </view>
  38. </box>
  39. </subviews>
  40. <constraints>
  41. <constraint firstItem="9Di-TJ-wWc" firstAttribute="top" secondItem="TdV-XL-tj1" secondAttribute="bottom" id="Vs4-m6-UQs"/>
  42. <constraint firstItem="9Di-TJ-wWc" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="aEe-AP-zzy"/>
  43. <constraint firstAttribute="trailing" secondItem="9Di-TJ-wWc" secondAttribute="trailing" id="f0F-cq-3Us"/>
  44. <constraint firstAttribute="bottom" secondItem="9Di-TJ-wWc" secondAttribute="bottom" id="k5e-AN-K0c"/>
  45. <constraint firstItem="TdV-XL-tj1" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="oIk-pT-oip"/>
  46. <constraint firstAttribute="trailing" secondItem="TdV-XL-tj1" secondAttribute="trailing" id="qA5-mi-sEH"/>
  47. <constraint firstItem="TdV-XL-tj1" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="v0Y-uj-knh"/>
  48. </constraints>
  49. <point key="canvasLocation" x="357" y="147"/>
  50. </customView>
  51. </objects>
  52. </document>