KMPrintAccessoryController.xib 5.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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="KMPrintAccessoryController" customModule="PDF_Master" customModuleProvider="target">
  9. <connections>
  10. <outlet property="actualSizeButton" destination="i7M-qY-1hU" id="xVS-aA-Rir"/>
  11. <outlet property="onlyScaleDownLargeButton" destination="LXl-uj-rrJ" id="qdc-VY-rFx"/>
  12. <outlet property="scaleFachPageButton" destination="zSE-Un-oYY" id="93S-db-GL4"/>
  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="480" height="144"/>
  20. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  21. <subviews>
  22. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Ri8-xz-FIK">
  23. <rect key="frame" x="177" y="111" width="124" height="18"/>
  24. <constraints>
  25. <constraint firstAttribute="height" constant="16" id="qLC-C0-U3i"/>
  26. </constraints>
  27. <buttonCell key="cell" type="check" title="Autorotate page" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="Fvg-iD-rWi">
  28. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  29. <font key="font" metaFont="system"/>
  30. </buttonCell>
  31. </button>
  32. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="zSE-Un-oYY">
  33. <rect key="frame" x="177" y="39" width="126" height="18"/>
  34. <buttonCell key="cell" type="radio" title="Scale Each Page" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="bhh-2V-VKN">
  35. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  36. <font key="font" metaFont="system"/>
  37. </buttonCell>
  38. <connections>
  39. <action selector="scaleFachPageButtonAction:" target="-2" id="ep7-VA-h4l"/>
  40. </connections>
  41. </button>
  42. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="LXl-uj-rrJ">
  43. <rect key="frame" x="177" y="15" width="207" height="18"/>
  44. <buttonCell key="cell" type="radio" title="Only Scale Down Large Pages" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="Y6w-AR-wxP">
  45. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  46. <font key="font" metaFont="system"/>
  47. </buttonCell>
  48. <connections>
  49. <action selector="onlyScaleDownLargeButtonAction:" target="-2" id="YJa-gV-vng"/>
  50. </connections>
  51. </button>
  52. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="i7M-qY-1hU">
  53. <rect key="frame" x="177" y="63" width="92" height="18"/>
  54. <buttonCell key="cell" type="radio" title="Actual size" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="t2L-95-inZ">
  55. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  56. <font key="font" metaFont="system"/>
  57. </buttonCell>
  58. <connections>
  59. <action selector="actualSizeButtonAction:" target="-2" id="hY2-Mc-GhE"/>
  60. </connections>
  61. </button>
  62. </subviews>
  63. <constraints>
  64. <constraint firstItem="zSE-Un-oYY" firstAttribute="top" secondItem="i7M-qY-1hU" secondAttribute="bottom" constant="8" id="3Qx-SI-Lgu"/>
  65. <constraint firstItem="LXl-uj-rrJ" firstAttribute="top" secondItem="zSE-Un-oYY" secondAttribute="bottom" constant="8" id="GU3-2C-YFO"/>
  66. <constraint firstItem="i7M-qY-1hU" firstAttribute="top" secondItem="Ri8-xz-FIK" secondAttribute="bottom" constant="32" id="Pwj-u3-GG8"/>
  67. <constraint firstItem="Ri8-xz-FIK" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" constant="16" id="Vlw-Mj-Ky0"/>
  68. <constraint firstItem="zSE-Un-oYY" firstAttribute="leading" secondItem="i7M-qY-1hU" secondAttribute="leading" id="cdU-J3-xQe"/>
  69. <constraint firstItem="i7M-qY-1hU" firstAttribute="leading" secondItem="Ri8-xz-FIK" secondAttribute="leading" id="drQ-0b-GFK"/>
  70. <constraint firstItem="LXl-uj-rrJ" firstAttribute="leading" secondItem="zSE-Un-oYY" secondAttribute="leading" id="n5e-sA-hZ5"/>
  71. <constraint firstItem="Ri8-xz-FIK" firstAttribute="centerX" secondItem="Hz6-mo-xeY" secondAttribute="centerX" id="sEM-GD-qLc"/>
  72. </constraints>
  73. <point key="canvasLocation" x="139" y="71"/>
  74. </customView>
  75. </objects>
  76. </document>