12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- <?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"/>
- <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
- <customObject id="-3" userLabel="Application" customClass="NSObject"/>
- <customView id="c22-O7-iKe" customClass="KMUserListItemCellView" customModule="PDF_Reader_Pro" customModuleProvider="target">
- <rect key="frame" x="0.0" y="0.0" width="480" height="20"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <subviews>
- <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="YpN-4P-cMt">
- <rect key="frame" x="0.0" y="0.0" width="480" height="20"/>
- <view key="contentView" id="PZV-qg-vjB">
- <rect key="frame" x="1" y="1" width="478" height="18"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="6tI-QJ-kgI" customClass="KMCoverButton" customModule="PDF_Reader_Pro" customModuleProvider="target">
- <rect key="frame" x="4" y="1" width="16" height="16"/>
- <constraints>
- <constraint firstAttribute="width" constant="16" id="evS-Jq-L2V"/>
- <constraint firstAttribute="height" constant="16" id="tMk-gj-Ts5"/>
- </constraints>
- <buttonCell key="cell" type="bevel" title="Button" bezelStyle="regularSquare" alignment="center" imageScaling="proportionallyDown" inset="2" id="S0f-hu-NjV">
- <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="system"/>
- </buttonCell>
- </button>
- <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="A6a-NW-Hba">
- <rect key="frame" x="22" y="1" width="204" height="16"/>
- <constraints>
- <constraint firstAttribute="width" constant="200" id="idK-82-EDV"/>
- </constraints>
- <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="U0w-kk-6zo">
- <font key="font" metaFont="system"/>
- <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
- <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
- </textFieldCell>
- </textField>
- <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="UAn-th-cPB">
- <rect key="frame" x="431" y="1" width="37" height="16"/>
- <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="DLd-A3-3vf">
- <font key="font" metaFont="system"/>
- <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
- <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
- </textFieldCell>
- </textField>
- </subviews>
- <constraints>
- <constraint firstItem="6tI-QJ-kgI" firstAttribute="leading" secondItem="PZV-qg-vjB" secondAttribute="leading" constant="4" id="CJs-MW-aK8"/>
- <constraint firstItem="UAn-th-cPB" firstAttribute="centerY" secondItem="PZV-qg-vjB" secondAttribute="centerY" id="CVf-1D-2GC"/>
- <constraint firstItem="A6a-NW-Hba" firstAttribute="centerY" secondItem="6tI-QJ-kgI" secondAttribute="centerY" id="SA8-2x-d64"/>
- <constraint firstAttribute="trailing" secondItem="UAn-th-cPB" secondAttribute="trailing" constant="12" id="fHw-6d-XoI"/>
- <constraint firstItem="A6a-NW-Hba" firstAttribute="leading" secondItem="6tI-QJ-kgI" secondAttribute="trailing" constant="4" id="fKn-nA-yiE"/>
- <constraint firstItem="6tI-QJ-kgI" firstAttribute="centerY" secondItem="PZV-qg-vjB" secondAttribute="centerY" id="lJ7-7A-VUA"/>
- </constraints>
- </view>
- </box>
- </subviews>
- <constraints>
- <constraint firstItem="YpN-4P-cMt" firstAttribute="top" secondItem="c22-O7-iKe" secondAttribute="top" id="Jwl-DM-xWU"/>
- <constraint firstAttribute="trailing" secondItem="YpN-4P-cMt" secondAttribute="trailing" id="Ub2-h2-bWB"/>
- <constraint firstAttribute="bottom" secondItem="YpN-4P-cMt" secondAttribute="bottom" id="fnm-Wh-A5W"/>
- <constraint firstItem="YpN-4P-cMt" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" id="z5w-uO-nEo"/>
- </constraints>
- <connections>
- <outlet property="box" destination="YpN-4P-cMt" id="hpg-8Q-NPP"/>
- <outlet property="button" destination="6tI-QJ-kgI" id="g8v-Iv-pez"/>
- <outlet property="fileNameLabel" destination="A6a-NW-Hba" id="NwV-F8-Dl1"/>
- <outlet property="fileSizeLabel" destination="UAn-th-cPB" id="gn4-ay-gRi"/>
- </connections>
- <point key="canvasLocation" x="39" y="154"/>
- </customView>
- </objects>
- </document>
|