<?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21507" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES"> <dependencies> <deployment version="1060" identifier="macosx"/> <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21507"/> <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> </dependencies> <objects> <customObject id="-2" userLabel="File's Owner" customClass="SKPrintAccessoryController"> <connections> <outlet property="autoRotateButton" destination="24" id="32"/> <outlet property="printScalingModeMatrix" destination="25" id="33"/> <outlet property="view" destination="23" id="29"/> </connections> </customObject> <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> <customObject id="-3" userLabel="Application" customClass="NSObject"/> <customView id="23" userLabel="View"> <rect key="frame" x="0.0" y="0.0" width="254" height="129"/> <autoresizingMask key="autoresizingMask"/> <subviews> <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autosizesCells="NO" translatesAutoresizingMaskIntoConstraints="NO" id="25"> <rect key="frame" x="21" y="21" width="202" height="58"/> <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> <size key="cellSize" width="202" height="18"/> <size key="intercellSpacing" width="4" height="2"/> <buttonCell key="prototype" type="radio" imagePosition="leading" alignment="left" inset="2" id="36"> <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> <font key="font" metaFont="system"/> </buttonCell> <cells> <column> <buttonCell type="radio" title="No automatic page scaling" imagePosition="leading" alignment="left" state="on" inset="2" id="27"> <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> <font key="font" metaFont="system"/> </buttonCell> <buttonCell type="radio" title="Scale each page to fit paper" imagePosition="leading" alignment="left" tag="1" inset="2" id="28"> <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> <font key="font" metaFont="system"/> </buttonCell> <buttonCell type="radio" title="Only scale down large pages" imagePosition="leading" alignment="left" tag="2" inset="2" id="26"> <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> <font key="font" metaFont="system"/> </buttonCell> </column> </cells> <connections> <binding destination="-2" name="selectedTag" keyPath="printScalingMode" id="31"/> </connections> </matrix> <button imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="24"> <rect key="frame" x="19" y="94" width="214" height="18"/> <buttonCell key="cell" type="check" title="Automatically rotate each page" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="35"> <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> <font key="font" metaFont="system"/> </buttonCell> <connections> <binding destination="-2" name="value" keyPath="autoRotate" id="30"/> </connections> </button> </subviews> <constraints> <constraint firstItem="25" firstAttribute="leading" secondItem="24" secondAttribute="leading" id="HeF-pl-BUh"/> <constraint firstItem="25" firstAttribute="top" secondItem="24" secondAttribute="bottom" constant="16" id="Jiy-h6-zWm"/> <constraint firstItem="24" firstAttribute="top" secondItem="23" secondAttribute="top" constant="18" id="jIx-g1-jV8"/> <constraint firstItem="24" firstAttribute="centerX" secondItem="23" secondAttribute="centerX" id="vdR-Z4-w6r"/> </constraints> <point key="canvasLocation" x="132" y="-73"/> </customView> </objects> </document>