1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- <?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="KMSectionCellView" customModule="PDF_Reader_Pro" customModuleProvider="target"/>
- <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
- <customObject id="-3" userLabel="Application" customClass="NSObject"/>
- <tableCellView id="qeq-9Z-4A5" customClass="KMAnnotationSectionCellView" customModule="PDF_Reader_Pro" customModuleProvider="target">
- <rect key="frame" x="0.0" y="0.0" width="239" height="24"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <box verticalHuggingPriority="750" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="ALL-Bd-HqD">
- <rect key="frame" x="20" y="-2" width="199" height="5"/>
- </box>
- <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="Ivc-dC-Pho">
- <rect key="frame" x="40" y="4" width="4" height="16"/>
- <textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" id="eCT-hy-8qi">
- <font key="font" usesAppearanceFont="YES"/>
- <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
- <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
- </textFieldCell>
- </textField>
- <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="rjc-uD-mQf">
- <rect key="frame" x="180" y="4" width="37" height="16"/>
- <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="xg9-Kz-vHH">
- <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>
- <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="1Z2-Dc-fxz">
- <rect key="frame" x="18" y="4" width="16" height="16"/>
- <constraints>
- <constraint firstAttribute="width" constant="16" id="SC8-Wl-hxz"/>
- <constraint firstAttribute="height" constant="16" id="zBo-6g-duz"/>
- </constraints>
- <buttonCell key="cell" type="bevel" title="Button" bezelStyle="regularSquare" alignment="center" imageScaling="proportionallyDown" inset="2" id="iv2-vi-fDB">
- <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="system"/>
- </buttonCell>
- </button>
- </subviews>
- <constraints>
- <constraint firstAttribute="bottom" secondItem="ALL-Bd-HqD" secondAttribute="bottom" id="3KV-jY-90D"/>
- <constraint firstItem="Ivc-dC-Pho" firstAttribute="leading" secondItem="1Z2-Dc-fxz" secondAttribute="trailing" constant="8" id="ACj-B2-7hb"/>
- <constraint firstItem="1Z2-Dc-fxz" firstAttribute="top" secondItem="qeq-9Z-4A5" secondAttribute="top" constant="4" id="Elh-QV-3BZ"/>
- <constraint firstItem="Ivc-dC-Pho" firstAttribute="centerY" secondItem="qeq-9Z-4A5" secondAttribute="centerY" id="JUy-id-kUc"/>
- <constraint firstItem="rjc-uD-mQf" firstAttribute="centerY" secondItem="qeq-9Z-4A5" secondAttribute="centerY" id="Jas-8P-hzB"/>
- <constraint firstItem="1Z2-Dc-fxz" firstAttribute="centerY" secondItem="qeq-9Z-4A5" secondAttribute="centerY" id="OmN-UY-uxq"/>
- <constraint firstAttribute="trailing" secondItem="ALL-Bd-HqD" secondAttribute="trailing" constant="20" id="U1o-46-m9u"/>
- <constraint firstItem="ALL-Bd-HqD" firstAttribute="leading" secondItem="qeq-9Z-4A5" secondAttribute="leading" constant="20" id="Vfy-fE-7i2"/>
- <constraint firstAttribute="trailing" secondItem="rjc-uD-mQf" secondAttribute="trailing" constant="24" id="Z97-QS-N9P"/>
- <constraint firstAttribute="bottom" secondItem="1Z2-Dc-fxz" secondAttribute="bottom" constant="4" id="kP7-zb-HYq"/>
- <constraint firstItem="1Z2-Dc-fxz" firstAttribute="leading" secondItem="qeq-9Z-4A5" secondAttribute="leading" constant="18" id="qYy-cY-1fg"/>
- </constraints>
- <connections>
- <outlet property="countLabel" destination="rjc-uD-mQf" id="yTm-O6-wPh"/>
- <outlet property="expandButton" destination="1Z2-Dc-fxz" id="V51-pv-Ftg"/>
- <outlet property="titleLabel" destination="Ivc-dC-Pho" id="9V4-S9-p71"/>
- </connections>
- <point key="canvasLocation" x="101.5" y="-5"/>
- </tableCellView>
- </objects>
- </document>
|