KMPrintAccessoryController.xib 5.8 KB

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