<?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" customObjectInstantitationMethod="direct">
    <dependencies>
        <deployment 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="KMHistoryFileCollectionViewItem" customModule="PDF_Office" customModuleProvider="target">
            <connections>
                <outlet property="documentName" destination="lue-CR-EiO" id="Kut-UF-epU"/>
                <outlet property="favoriteButton" destination="aI1-x1-Rrt" id="K8z-lG-qKM"/>
                <outlet property="fileImageView" destination="4zi-8a-CaK" id="BfZ-5Z-9qC"/>
                <outlet property="imageBox" destination="VfC-ST-WEb" id="5hy-ex-1vy"/>
                <outlet property="mainBox" destination="04S-7L-aR3" id="pdw-nT-LcC"/>
                <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="228" height="272"/>
            <autoresizingMask key="autoresizingMask"/>
            <subviews>
                <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="04S-7L-aR3" customClass="KMBox" customModule="PDF_Office" customModuleProvider="target">
                    <rect key="frame" x="0.0" y="0.0" width="228" height="272"/>
                    <view key="contentView" id="Y6Z-am-nWp">
                        <rect key="frame" x="0.0" y="0.0" width="228" height="272"/>
                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                        <subviews>
                            <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="VfC-ST-WEb">
                                <rect key="frame" x="0.0" y="92" width="228" height="180"/>
                                <view key="contentView" id="Ifd-8S-ViW">
                                    <rect key="frame" x="0.0" y="0.0" width="228" height="180"/>
                                    <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                                    <subviews>
                                        <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="4zi-8a-CaK">
                                            <rect key="frame" x="0.0" y="0.0" width="228" height="180"/>
                                            <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="Biochemistry" id="oqA-44-cDA"/>
                                        </imageView>
                                        <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="aI1-x1-Rrt">
                                            <rect key="frame" x="203" y="155" width="16" height="22"/>
                                            <constraints>
                                                <constraint firstAttribute="width" constant="16" id="GvL-SF-NNB"/>
                                                <constraint firstAttribute="height" constant="16" id="je1-2J-vPy"/>
                                            </constraints>
                                            <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" image="NSActionTemplate" imagePosition="only" alignment="center" imageScaling="proportionallyDown" inset="2" id="xih-IJ-6Lu">
                                                <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
                                                <font key="font" metaFont="system"/>
                                            </buttonCell>
                                            <connections>
                                                <action selector="favoriteButtonAction:" target="-2" id="Woj-0j-TND"/>
                                            </connections>
                                        </button>
                                    </subviews>
                                    <constraints>
                                        <constraint firstAttribute="trailing" secondItem="4zi-8a-CaK" secondAttribute="trailing" id="0VX-Da-DMw"/>
                                        <constraint firstItem="4zi-8a-CaK" firstAttribute="top" secondItem="Ifd-8S-ViW" secondAttribute="top" id="7Sw-mY-1AD"/>
                                        <constraint firstItem="4zi-8a-CaK" firstAttribute="leading" secondItem="Ifd-8S-ViW" secondAttribute="leading" id="WCz-dZ-zDX"/>
                                        <constraint firstItem="aI1-x1-Rrt" firstAttribute="top" secondItem="Ifd-8S-ViW" secondAttribute="top" constant="6" id="hP1-ib-fwO"/>
                                        <constraint firstAttribute="bottom" secondItem="4zi-8a-CaK" secondAttribute="bottom" id="hr9-Aw-sfR"/>
                                        <constraint firstAttribute="trailing" secondItem="aI1-x1-Rrt" secondAttribute="trailing" constant="9" id="txI-QY-5gm"/>
                                    </constraints>
                                </view>
                                <constraints>
                                    <constraint firstAttribute="width" constant="228" id="WfO-SY-cEv"/>
                                    <constraint firstAttribute="height" constant="180" id="w3o-wZ-CNv"/>
                                </constraints>
                            </box>
                            <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="lue-CR-EiO">
                                <rect key="frame" x="-2" y="68" width="232" height="16"/>
                                <textFieldCell key="cell" truncatesLastVisibleLine="YES" alignment="center" title="文档名称" id="qE9-hu-gK4">
                                    <font key="font" usesAppearanceFont="YES"/>
                                    <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
                                    <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
                                </textFieldCell>
                            </textField>
                        </subviews>
                        <constraints>
                            <constraint firstAttribute="trailing" secondItem="VfC-ST-WEb" secondAttribute="trailing" id="0fp-z1-rEJ"/>
                            <constraint firstItem="lue-CR-EiO" firstAttribute="leading" secondItem="Y6Z-am-nWp" secondAttribute="leading" id="7dR-kF-WFA"/>
                            <constraint firstItem="VfC-ST-WEb" firstAttribute="top" secondItem="Y6Z-am-nWp" secondAttribute="top" id="9ff-qx-149"/>
                            <constraint firstAttribute="bottom" relation="greaterThanOrEqual" secondItem="lue-CR-EiO" secondAttribute="bottom" constant="8" id="F9d-RE-h8V"/>
                            <constraint firstItem="lue-CR-EiO" firstAttribute="centerX" secondItem="VfC-ST-WEb" secondAttribute="centerX" id="FnG-ad-qia"/>
                            <constraint firstItem="lue-CR-EiO" firstAttribute="top" secondItem="VfC-ST-WEb" secondAttribute="bottom" constant="8" id="kDA-GM-7sJ"/>
                            <constraint firstAttribute="trailing" secondItem="lue-CR-EiO" secondAttribute="trailing" id="nXL-At-96p"/>
                            <constraint firstItem="VfC-ST-WEb" firstAttribute="leading" secondItem="Y6Z-am-nWp" secondAttribute="leading" id="u2c-h5-TzH"/>
                        </constraints>
                    </view>
                </box>
            </subviews>
            <constraints>
                <constraint firstItem="04S-7L-aR3" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="8hg-HK-aSD"/>
                <constraint firstItem="04S-7L-aR3" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="9xS-K9-FcE"/>
                <constraint firstAttribute="trailing" secondItem="04S-7L-aR3" secondAttribute="trailing" id="tDx-zr-TLt"/>
                <constraint firstAttribute="bottom" secondItem="04S-7L-aR3" secondAttribute="bottom" id="vgH-NQ-ImP"/>
            </constraints>
            <point key="canvasLocation" x="-46" y="145"/>
        </customView>
    </objects>
    <resources>
        <image name="Biochemistry" width="612" height="783"/>
        <image name="NSActionTemplate" width="20" height="20"/>
    </resources>
</document>