<?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22154" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct"> <dependencies> <deployment identifier="macosx"/> <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22154"/> <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> </dependencies> <objects> <customObject id="-2" userLabel="File's Owner" customClass="NSAlertWindowController" customModule="PDF_Master" customModuleProvider="target"> <connections> <outlet property="actionButton" destination="ysS-2k-HPo" id="qaJ-km-j4F"/> <outlet property="alertCheckButton" destination="Ss5-2o-1Dn" id="QAq-RC-Zd2"/> <outlet property="cancelButton" destination="zsE-FI-kaQ" id="wtU-IL-c6h"/> <outlet property="titleLabel" destination="oE7-Dp-pX1" id="q2v-ya-T4a"/> <outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/> </connections> </customObject> <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> <customObject id="-3" userLabel="Application" customClass="NSObject"/> <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="F0z-JX-Cv5"> <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/> <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/> <rect key="contentRect" x="196" y="240" width="480" height="270"/> <rect key="screenRect" x="0.0" y="0.0" width="2560" height="1415"/> <view key="contentView" id="se5-gp-TjO"> <rect key="frame" x="0.0" y="0.0" width="480" height="123"/> <autoresizingMask key="autoresizingMask"/> <subviews> <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="oE7-Dp-pX1"> <rect key="frame" x="22" y="89" width="40" height="16"/> <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="F1Y-TD-Qwj"> <font key="font" metaFont="systemBold"/> <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/> <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> </textFieldCell> </textField> <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Ss5-2o-1Dn"> <rect key="frame" x="22" y="52" width="65" height="18"/> <buttonCell key="cell" type="check" title="Check" bezelStyle="regularSquare" imagePosition="left" inset="2" id="tpt-Dh-7Fl"> <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> <font key="font" metaFont="system"/> </buttonCell> </button> <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="zsE-FI-kaQ"> <rect key="frame" x="323" y="11" width="75" height="32"/> <buttonCell key="cell" type="push" title="Button" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="qpU-aB-hza"> <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> <font key="font" metaFont="system"/> </buttonCell> <connections> <action selector="buttonClicked_Cancel:" target="-2" id="kba-bs-Qsg"/> </connections> </button> <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="ysS-2k-HPo"> <rect key="frame" x="398" y="11" width="75" height="32"/> <buttonCell key="cell" type="push" title="Button" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="bUa-ym-CA2"> <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> <font key="font" metaFont="system"/> <string key="keyEquivalent" base64-UTF8="YES"> DQ </string> </buttonCell> <connections> <action selector="buttonClicked_OK:" target="-2" id="IrN-3B-w5a"/> </connections> </button> </subviews> <constraints> <constraint firstItem="Ss5-2o-1Dn" firstAttribute="leading" secondItem="oE7-Dp-pX1" secondAttribute="leading" id="AYz-zn-Tfh"/> <constraint firstItem="Ss5-2o-1Dn" firstAttribute="top" secondItem="oE7-Dp-pX1" secondAttribute="bottom" constant="20" id="QuX-dn-jrK"/> <constraint firstItem="oE7-Dp-pX1" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" constant="18" id="SRI-Wr-uxY"/> <constraint firstItem="oE7-Dp-pX1" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" constant="24" id="SSp-26-c91"/> <constraint firstAttribute="trailing" secondItem="ysS-2k-HPo" secondAttribute="trailing" constant="14" id="V1E-Gh-5w6"/> <constraint firstItem="zsE-FI-kaQ" firstAttribute="top" secondItem="Ss5-2o-1Dn" secondAttribute="bottom" constant="15" id="e23-IR-hgF"/> <constraint firstItem="ysS-2k-HPo" firstAttribute="centerY" secondItem="zsE-FI-kaQ" secondAttribute="centerY" id="kaY-5L-ENc"/> <constraint firstAttribute="bottom" secondItem="ysS-2k-HPo" secondAttribute="bottom" constant="18" id="nOi-GR-wAx"/> <constraint firstItem="ysS-2k-HPo" firstAttribute="leading" secondItem="zsE-FI-kaQ" secondAttribute="trailing" constant="14" id="xam-1O-CR5"/> </constraints> </view> <connections> <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/> </connections> <point key="canvasLocation" x="-100" y="114"/> </window> </objects> </document>