<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="11762" systemVersion="16D32" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
    <dependencies>
        <deployment identifier="macosx"/>
        <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="11762"/>
        <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
    </dependencies>
    <objects>
        <customObject id="-2" userLabel="File's Owner" customClass="InfoFileViewController">
            <connections>
                <outlet property="fCheckAllButton" destination="27" id="31"/>
                <outlet property="fFileController" destination="15" id="16"/>
                <outlet property="fFileFilterField" destination="3" id="23"/>
                <outlet property="fUncheckAllButton" destination="25" id="32"/>
                <outlet property="view" destination="2" id="24"/>
            </connections>
        </customObject>
        <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
        <customObject id="-3" userLabel="Application" customClass="NSObject"/>
        <customView id="2" userLabel="Files">
            <rect key="frame" x="0.0" y="0.0" width="340" height="365"/>
            <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
            <subviews>
                <searchField wantsLayer="YES" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="3">
                    <rect key="frame" x="12" y="12" width="110" height="19"/>
                    <constraints>
                        <constraint firstAttribute="width" constant="110" id="sKS-V5-H9b"/>
                    </constraints>
                    <searchFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" borderStyle="bezel" placeholderString="Filter" bezelStyle="round" id="14">
                        <font key="font" metaFont="smallSystem"/>
                        <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
                        <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
                    </searchFieldCell>
                    <connections>
                        <action selector="setFileFilterText:" target="-2" id="21"/>
                    </connections>
                </searchField>
                <scrollView horizontalLineScroll="36" horizontalPageScroll="10" verticalLineScroll="36" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="4">
                    <rect key="frame" x="12" y="39" width="316" height="314"/>
                    <clipView key="contentView" id="l96-jk-uz9">
                        <rect key="frame" x="1" y="1" width="303" height="312"/>
                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                        <subviews>
                            <outlineView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnReordering="NO" columnResizing="NO" autosaveColumns="NO" rowHeight="34" indentationPerLevel="16" autoresizesOutlineColumn="YES" outlineTableColumn="10" id="7" customClass="FileOutlineView">
                                <rect key="frame" x="0.0" y="0.0" width="303" height="312"/>
                                <autoresizingMask key="autoresizingMask"/>
                                <size key="intercellSpacing" width="3" height="2"/>
                                <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
                                <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
                                <tableColumns>
                                    <tableColumn identifier="Name" editable="NO" width="229" minWidth="38.599119999999999" maxWidth="1000" id="10">
                                        <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Name">
                                            <font key="font" metaFont="smallSystem"/>
                                            <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
                                            <color key="backgroundColor" white="0.33333299" alpha="1" colorSpace="calibratedWhite"/>
                                        </tableHeaderCell>
                                        <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="11">
                                            <font key="font" metaFont="system"/>
                                            <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
                                            <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
                                        </textFieldCell>
                                        <tableColumnResizingMask key="resizingMask" resizeWithTable="YES"/>
                                    </tableColumn>
                                    <tableColumn identifier="Priority" editable="NO" width="34" minWidth="10" maxWidth="1000" id="8">
                                        <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Rank">
                                            <font key="font" metaFont="smallSystem"/>
                                            <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
                                            <color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
                                        </tableHeaderCell>
                                        <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="center" title="Text Cell" id="13">
                                            <font key="font" metaFont="system"/>
                                            <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
                                            <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
                                        </textFieldCell>
                                    </tableColumn>
                                    <tableColumn identifier="Check" editable="NO" width="31" minWidth="10" maxWidth="1000" id="9">
                                        <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="DL">
                                            <font key="font" metaFont="smallSystem"/>
                                            <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
                                            <color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
                                        </tableHeaderCell>
                                        <buttonCell key="dataCell" type="check" bezelStyle="regularSquare" imagePosition="left" alignment="center" allowsMixedState="YES" inset="2" id="12">
                                            <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
                                            <font key="font" metaFont="cellTitle"/>
                                        </buttonCell>
                                    </tableColumn>
                                </tableColumns>
                                <connections>
                                    <outlet property="dataSource" destination="15" id="19"/>
                                    <outlet property="delegate" destination="15" id="20"/>
                                </connections>
                            </outlineView>
                        </subviews>
                    </clipView>
                    <constraints>
                        <constraint firstAttribute="height" relation="greaterThanOrEqual" constant="150" placeholder="YES" id="X0d-v3-RLR"/>
                        <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="300" placeholder="YES" id="h0N-Ba-pKl"/>
                    </constraints>
                    <scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" controlSize="small" horizontal="YES" id="5">
                        <rect key="frame" x="-100" y="-100" width="328" height="11"/>
                        <autoresizingMask key="autoresizingMask"/>
                    </scroller>
                    <scroller key="verticalScroller" verticalHuggingPriority="750" controlSize="small" horizontal="NO" id="6">
                        <rect key="frame" x="304" y="1" width="11" height="312"/>
                        <autoresizingMask key="autoresizingMask"/>
                    </scroller>
                </scrollView>
                <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="25">
                    <rect key="frame" x="286" y="13" width="42" height="17"/>
                    <buttonCell key="cell" type="roundRect" title="None" bezelStyle="roundedRect" alignment="center" controlSize="small" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="26">
                        <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
                        <font key="font" metaFont="smallSystem"/>
                    </buttonCell>
                    <connections>
                        <action selector="uncheckAll:" target="-2" id="30"/>
                    </connections>
                </button>
                <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="27">
                    <rect key="frame" x="236" y="13" width="42" height="17"/>
                    <buttonCell key="cell" type="roundRect" title="All" bezelStyle="roundedRect" alignment="center" controlSize="small" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="28">
                        <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
                        <font key="font" metaFont="smallSystem"/>
                    </buttonCell>
                    <connections>
                        <action selector="checkAll:" target="-2" id="29"/>
                    </connections>
                </button>
            </subviews>
            <constraints>
                <constraint firstAttribute="trailing" secondItem="4" secondAttribute="trailing" constant="12" id="6yf-Oq-UIz"/>
                <constraint firstAttribute="bottom" secondItem="3" secondAttribute="bottom" priority="249" constant="12" id="A9G-oy-ECV"/>
                <constraint firstItem="25" firstAttribute="top" secondItem="4" secondAttribute="bottom" priority="249" constant="8" symbolic="YES" id="F56-EY-gmO"/>
                <constraint firstItem="27" firstAttribute="width" secondItem="25" secondAttribute="width" id="Gqo-V9-U4q"/>
                <constraint firstAttribute="bottom" relation="greaterThanOrEqual" secondItem="3" secondAttribute="bottom" constant="12" id="JLT-FN-kSP"/>
                <constraint firstItem="25" firstAttribute="trailing" secondItem="4" secondAttribute="trailing" id="Lct-dM-uJC"/>
                <constraint firstItem="4" firstAttribute="top" secondItem="2" secondAttribute="top" constant="12" id="Ob1-fT-Yz2"/>
                <constraint firstAttribute="bottom" relation="greaterThanOrEqual" secondItem="25" secondAttribute="bottom" priority="249" constant="12" id="SEO-pE-VNE"/>
                <constraint firstItem="3" firstAttribute="baseline" secondItem="27" secondAttribute="baseline" id="UzN-Sv-6No"/>
                <constraint firstItem="3" firstAttribute="top" relation="greaterThanOrEqual" secondItem="4" secondAttribute="bottom" constant="8" symbolic="YES" id="a0d-eE-MNu"/>
                <constraint firstAttribute="bottom" relation="greaterThanOrEqual" secondItem="25" secondAttribute="bottom" constant="12" id="fjE-zK-dfN"/>
                <constraint firstItem="4" firstAttribute="leading" secondItem="2" secondAttribute="leading" constant="12" id="l5l-qU-Gst"/>
                <constraint firstItem="3" firstAttribute="top" secondItem="4" secondAttribute="bottom" priority="249" constant="8" symbolic="YES" id="lzX-0D-qVf"/>
                <constraint firstItem="25" firstAttribute="leading" secondItem="27" secondAttribute="trailing" constant="8" id="scl-wB-jQp"/>
                <constraint firstItem="27" firstAttribute="baseline" secondItem="25" secondAttribute="baseline" id="wPh-Ts-lIF"/>
                <constraint firstItem="25" firstAttribute="top" relation="greaterThanOrEqual" secondItem="4" secondAttribute="bottom" constant="8" symbolic="YES" id="ygM-Vk-TZy"/>
                <constraint firstItem="3" firstAttribute="leading" secondItem="4" secondAttribute="leading" id="zZh-mb-Epc"/>
            </constraints>
        </customView>
        <customObject id="15" userLabel="File Outline Controller" customClass="FileOutlineController">
            <connections>
                <outlet property="fOutline" destination="7" id="18"/>
            </connections>
        </customObject>
    </objects>
</document>