12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22505" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
- <dependencies>
- <deployment identifier="macosx"/>
- <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22505"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <customObject id="-2" userLabel="File's Owner" customClass="KMTextfieldButton" customModule="PDF_Master" customModuleProvider="target">
- <connections>
- <outlet property="button" destination="gSc-Qa-M8D" id="04I-5E-idC"/>
- <outlet property="imageView" destination="LLv-Vn-WMI" id="cEo-wO-NDf"/>
- <outlet property="titleLabel" destination="MmT-n9-LqD" id="rT9-Fq-Ska"/>
- </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="329" height="49"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <subviews>
- <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="LLv-Vn-WMI">
- <rect key="frame" x="309" y="19" width="12" height="12"/>
- <constraints>
- <constraint firstAttribute="height" constant="12" id="2Rr-2n-kZh"/>
- <constraint firstAttribute="width" constant="12" id="TU2-mb-jCP"/>
- </constraints>
- <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="btn_arrow_gray_down_s_norm_on" id="CeS-qp-9HU"/>
- </imageView>
- <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="MmT-n9-LqD">
- <rect key="frame" x="6" y="17" width="297" height="16"/>
- <textFieldCell key="cell" lineBreakMode="clipping" alignment="left" title="Document and Markups" id="uWO-cA-MxX">
- <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" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="gSc-Qa-M8D">
- <rect key="frame" x="0.0" y="0.0" width="329" height="49"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" alignment="center" imageScaling="proportionallyDown" inset="2" id="awn-wc-VSb">
- <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="system"/>
- </buttonCell>
- <color key="bezelColor" red="1" green="0.99843658089999998" blue="0.99619259260000004" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
- <connections>
- <action selector="buttonAction:" target="-2" id="mUx-NP-NRw"/>
- </connections>
- </button>
- </subviews>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="LLv-Vn-WMI" secondAttribute="trailing" constant="8" id="GkP-EK-LKw"/>
- <constraint firstItem="LLv-Vn-WMI" firstAttribute="leading" secondItem="MmT-n9-LqD" secondAttribute="trailing" constant="8" id="Kvf-zr-6eC"/>
- <constraint firstItem="MmT-n9-LqD" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" constant="8" id="cLD-Qb-IiX"/>
- <constraint firstItem="MmT-n9-LqD" firstAttribute="centerY" secondItem="c22-O7-iKe" secondAttribute="centerY" id="ctk-fq-Ghv"/>
- <constraint firstItem="LLv-Vn-WMI" firstAttribute="centerY" secondItem="c22-O7-iKe" secondAttribute="centerY" id="gGF-LK-a4m"/>
- </constraints>
- <point key="canvasLocation" x="53.5" y="79.5"/>
- </customView>
- </objects>
- <resources>
- <image name="btn_arrow_gray_down_s_norm_on" width="12" height="12"/>
- </resources>
- </document>
|