12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21701" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
- <dependencies>
- <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21701"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <customObject id="-2" userLabel="File's Owner" customClass="KMPrintAccessoryController" customModule="PDF_Master" customModuleProvider="target">
- <connections>
- <outlet property="actualSizeButton" destination="i7M-qY-1hU" id="xVS-aA-Rir"/>
- <outlet property="onlyScaleDownLargeButton" destination="LXl-uj-rrJ" id="qdc-VY-rFx"/>
- <outlet property="scaleFachPageButton" destination="zSE-Un-oYY" id="93S-db-GL4"/>
- <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
- </connections>
- </customObject>
- <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
- <customObject id="-3" userLabel="Application" customClass="NSObject"/>
- <customView id="Hz6-mo-xeY">
- <rect key="frame" x="0.0" y="0.0" width="480" height="144"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <subviews>
- <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Ri8-xz-FIK">
- <rect key="frame" x="177" y="111" width="124" height="18"/>
- <constraints>
- <constraint firstAttribute="height" constant="16" id="qLC-C0-U3i"/>
- </constraints>
- <buttonCell key="cell" type="check" title="Autorotate page" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="Fvg-iD-rWi">
- <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
- <font key="font" metaFont="system"/>
- </buttonCell>
- </button>
- <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="zSE-Un-oYY">
- <rect key="frame" x="177" y="39" width="126" height="18"/>
- <buttonCell key="cell" type="radio" title="Scale Each Page" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="bhh-2V-VKN">
- <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
- <font key="font" metaFont="system"/>
- </buttonCell>
- <connections>
- <action selector="scaleFachPageButtonAction:" target="-2" id="ep7-VA-h4l"/>
- </connections>
- </button>
- <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="LXl-uj-rrJ">
- <rect key="frame" x="177" y="15" width="207" height="18"/>
- <buttonCell key="cell" type="radio" title="Only Scale Down Large Pages" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="Y6w-AR-wxP">
- <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
- <font key="font" metaFont="system"/>
- </buttonCell>
- <connections>
- <action selector="onlyScaleDownLargeButtonAction:" target="-2" id="YJa-gV-vng"/>
- </connections>
- </button>
- <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="i7M-qY-1hU">
- <rect key="frame" x="177" y="63" width="92" height="18"/>
- <buttonCell key="cell" type="radio" title="Actual size" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="t2L-95-inZ">
- <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
- <font key="font" metaFont="system"/>
- </buttonCell>
- <connections>
- <action selector="actualSizeButtonAction:" target="-2" id="hY2-Mc-GhE"/>
- </connections>
- </button>
- </subviews>
- <constraints>
- <constraint firstItem="zSE-Un-oYY" firstAttribute="top" secondItem="i7M-qY-1hU" secondAttribute="bottom" constant="8" id="3Qx-SI-Lgu"/>
- <constraint firstItem="LXl-uj-rrJ" firstAttribute="top" secondItem="zSE-Un-oYY" secondAttribute="bottom" constant="8" id="GU3-2C-YFO"/>
- <constraint firstItem="i7M-qY-1hU" firstAttribute="top" secondItem="Ri8-xz-FIK" secondAttribute="bottom" constant="32" id="Pwj-u3-GG8"/>
- <constraint firstItem="Ri8-xz-FIK" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" constant="16" id="Vlw-Mj-Ky0"/>
- <constraint firstItem="zSE-Un-oYY" firstAttribute="leading" secondItem="i7M-qY-1hU" secondAttribute="leading" id="cdU-J3-xQe"/>
- <constraint firstItem="i7M-qY-1hU" firstAttribute="leading" secondItem="Ri8-xz-FIK" secondAttribute="leading" id="drQ-0b-GFK"/>
- <constraint firstItem="LXl-uj-rrJ" firstAttribute="leading" secondItem="zSE-Un-oYY" secondAttribute="leading" id="n5e-sA-hZ5"/>
- <constraint firstItem="Ri8-xz-FIK" firstAttribute="centerX" secondItem="Hz6-mo-xeY" secondAttribute="centerX" id="sEM-GD-qLc"/>
- </constraints>
- <point key="canvasLocation" x="139" y="71"/>
- </customView>
- </objects>
- </document>
|