<?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="KMBatchProcessingView" customModule="PDF_Master" customModuleProvider="target">
            <connections>
                <outlet property="addBox" destination="CFL-oP-esw" id="EUt-9H-7zF"/>
                <outlet property="cleanButton" destination="ZW9-hb-VaF" id="5kP-QY-Dep"/>
                <outlet property="contentView" destination="c22-O7-iKe" id="Fy0-yD-EFd"/>
                <outlet property="selectedFilesView" destination="Btb-75-0Y1" id="UsJ-q1-h2h"/>
                <outlet property="tableView" destination="OMY-wn-4ox" id="fPx-xC-NN0"/>
            </connections>
        </customObject>
        <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
        <customObject id="-3" userLabel="Application" customClass="NSObject"/>
        <customView id="c22-O7-iKe">
            <rect key="frame" x="0.0" y="0.0" width="632" height="628"/>
            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
            <subviews>
                <customView translatesAutoresizingMaskIntoConstraints="NO" id="GnF-d1-s3v">
                    <rect key="frame" x="0.0" y="52" width="632" height="576"/>
                    <subviews>
                        <customView translatesAutoresizingMaskIntoConstraints="NO" id="OMY-wn-4ox" customClass="KMBatchProcessingTableView" customModule="PDF_Master" customModuleProvider="target">
                            <rect key="frame" x="0.0" y="0.0" width="632" height="576"/>
                        </customView>
                        <customView translatesAutoresizingMaskIntoConstraints="NO" id="Btb-75-0Y1" customClass="KMBatchSelectedFilesView" customModule="PDF_Master" customModuleProvider="target">
                            <rect key="frame" x="0.0" y="0.0" width="632" height="576"/>
                        </customView>
                    </subviews>
                    <constraints>
                        <constraint firstItem="OMY-wn-4ox" firstAttribute="leading" secondItem="GnF-d1-s3v" secondAttribute="leading" id="2w7-zD-V8e"/>
                        <constraint firstItem="Btb-75-0Y1" firstAttribute="top" secondItem="GnF-d1-s3v" secondAttribute="top" id="4Uw-zn-3wj"/>
                        <constraint firstItem="Btb-75-0Y1" firstAttribute="leading" secondItem="GnF-d1-s3v" secondAttribute="leading" id="DEO-9k-xQu"/>
                        <constraint firstAttribute="trailing" secondItem="Btb-75-0Y1" secondAttribute="trailing" id="RcT-sB-RCq"/>
                        <constraint firstAttribute="bottom" secondItem="OMY-wn-4ox" secondAttribute="bottom" id="TPS-w4-KNC"/>
                        <constraint firstItem="OMY-wn-4ox" firstAttribute="top" secondItem="GnF-d1-s3v" secondAttribute="top" id="fye-I1-Rwh"/>
                        <constraint firstAttribute="bottom" secondItem="Btb-75-0Y1" secondAttribute="bottom" id="gng-A1-fEu"/>
                        <constraint firstAttribute="trailing" secondItem="OMY-wn-4ox" secondAttribute="trailing" id="kVO-fM-Hny"/>
                    </constraints>
                </customView>
                <customView translatesAutoresizingMaskIntoConstraints="NO" id="Ucf-BJ-rtF">
                    <rect key="frame" x="0.0" y="0.0" width="632" height="52"/>
                    <subviews>
                        <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="ZW9-hb-VaF">
                            <rect key="frame" x="584" y="10" width="32" height="32"/>
                            <constraints>
                                <constraint firstAttribute="width" constant="32" id="csb-7H-Da8"/>
                                <constraint firstAttribute="height" constant="32" id="njF-m1-vms"/>
                            </constraints>
                            <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="icon_btn_clear_norm_false" imagePosition="overlaps" alignment="center" imageScaling="proportionallyDown" inset="2" id="ym9-ds-X7L">
                                <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
                                <font key="font" metaFont="system"/>
                            </buttonCell>
                            <connections>
                                <action selector="cleanAll:" target="-2" id="qHw-Qd-YQ6"/>
                            </connections>
                        </button>
                        <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="CFL-oP-esw">
                            <rect key="frame" x="16" y="16" width="117" height="32"/>
                            <view key="contentView" id="Hlh-Xg-2Kw">
                                <rect key="frame" x="0.0" y="0.0" width="117" height="32"/>
                                <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                            </view>
                            <constraints>
                                <constraint firstAttribute="width" constant="117" id="LhB-yx-0g2"/>
                                <constraint firstAttribute="height" constant="32" id="Thk-TI-ld5"/>
                            </constraints>
                            <color key="fillColor" red="0.92156862750000001" green="0.92156862750000001" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                        </box>
                    </subviews>
                    <constraints>
                        <constraint firstItem="CFL-oP-esw" firstAttribute="leading" secondItem="Ucf-BJ-rtF" secondAttribute="leading" constant="16" id="6UD-uF-q2B"/>
                        <constraint firstItem="ZW9-hb-VaF" firstAttribute="centerY" secondItem="Ucf-BJ-rtF" secondAttribute="centerY" id="6c3-Mh-hxP"/>
                        <constraint firstAttribute="bottom" secondItem="CFL-oP-esw" secondAttribute="bottom" constant="16" id="QKc-aN-gqM"/>
                        <constraint firstAttribute="trailing" secondItem="ZW9-hb-VaF" secondAttribute="trailing" constant="16" id="Zn7-Jr-0pu"/>
                        <constraint firstAttribute="height" constant="52" id="ml0-wK-1zH"/>
                    </constraints>
                </customView>
            </subviews>
            <constraints>
                <constraint firstAttribute="trailing" secondItem="Ucf-BJ-rtF" secondAttribute="trailing" id="2TU-gQ-aEZ"/>
                <constraint firstAttribute="trailing" secondItem="GnF-d1-s3v" secondAttribute="trailing" id="7DB-b0-pWq"/>
                <constraint firstItem="GnF-d1-s3v" firstAttribute="top" secondItem="c22-O7-iKe" secondAttribute="top" id="Tl8-bb-ncT"/>
                <constraint firstItem="Ucf-BJ-rtF" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" id="ZYs-zC-oi3"/>
                <constraint firstItem="GnF-d1-s3v" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" id="bAc-gW-qCK"/>
                <constraint firstItem="Ucf-BJ-rtF" firstAttribute="top" secondItem="GnF-d1-s3v" secondAttribute="bottom" id="jT0-hc-Rzy"/>
                <constraint firstAttribute="bottom" secondItem="Ucf-BJ-rtF" secondAttribute="bottom" id="xpi-cf-aZu"/>
            </constraints>
            <point key="canvasLocation" x="-452" y="47"/>
        </customView>
    </objects>
    <resources>
        <image name="icon_btn_clear_norm_false" width="16" height="16"/>
    </resources>
</document>