123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22146" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
- <dependencies>
- <deployment identifier="macosx"/>
- <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22146"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <customObject id="-2" userLabel="File's Owner" customClass="KMImageTitleButton" customModule="PDF_Master" customModuleProvider="target">
- <connections>
- <outlet property="contentButton" destination="QWT-7S-lKb" id="m5O-hg-af4"/>
- <outlet property="iconImage" destination="4a3-xu-VfF" id="5Y3-vn-hlO"/>
- <outlet property="titleLabel" destination="w4c-S9-rac" id="x1i-PW-WrO"/>
- </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="304" height="0.0"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <subviews>
- <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="4a3-xu-VfF">
- <rect key="frame" x="0.0" y="-20" width="14" height="14"/>
- <constraints>
- <constraint firstAttribute="width" constant="14" id="Wd1-DY-QSw"/>
- <constraint firstAttribute="height" constant="14" id="XSH-nn-vvX"/>
- </constraints>
- <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" id="7zw-oZ-vdx"/>
- </imageView>
- <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="w4c-S9-rac">
- <rect key="frame" x="20" y="-16" width="286" height="16"/>
- <textFieldCell key="cell" selectable="YES" enabled="NO" id="hxC-IV-2Nn">
- <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="QWT-7S-lKb">
- <rect key="frame" x="0.0" y="0.0" width="304" height="0.0"/>
- <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" alignment="center" imageScaling="proportionallyDown" inset="2" id="HgM-gk-Pkd">
- <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="system"/>
- </buttonCell>
- <connections>
- <action selector="contentButtonAction:" target="-2" id="auf-Px-huE"/>
- </connections>
- </button>
- </subviews>
- <constraints>
- <constraint firstItem="4a3-xu-VfF" firstAttribute="top" secondItem="c22-O7-iKe" secondAttribute="top" constant="6" id="39J-jh-d2Z"/>
- <constraint firstAttribute="trailing" secondItem="w4c-S9-rac" secondAttribute="trailing" id="CoU-De-xNh"/>
- <constraint firstItem="w4c-S9-rac" firstAttribute="top" secondItem="c22-O7-iKe" secondAttribute="top" id="MRv-1o-UxJ"/>
- <constraint firstItem="QWT-7S-lKb" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" id="Phd-jF-dBX"/>
- <constraint firstItem="4a3-xu-VfF" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" id="h5D-Tl-Nxk"/>
- <constraint firstAttribute="trailing" secondItem="QWT-7S-lKb" secondAttribute="trailing" id="lB9-UQ-6ya"/>
- <constraint firstAttribute="bottom" secondItem="QWT-7S-lKb" secondAttribute="bottom" id="pVM-1P-1z3"/>
- <constraint firstItem="w4c-S9-rac" firstAttribute="leading" secondItem="4a3-xu-VfF" secondAttribute="trailing" constant="8" id="qUb-V9-EdI"/>
- <constraint firstItem="QWT-7S-lKb" firstAttribute="top" secondItem="c22-O7-iKe" secondAttribute="top" id="ugY-Qp-NUS"/>
- </constraints>
- <point key="canvasLocation" x="-242" y="-29"/>
- </customView>
- </objects>
- </document>
|