123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- <?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="KMTextFieldStepperView" customModule="PDF_Office" customModuleProvider="target">
- <connections>
- <outlet property="downButton" destination="0oo-ob-Ac0" id="jJK-DN-oG7"/>
- <outlet property="inputTextField" destination="bKf-ZG-yqB" id="npn-uy-NSu"/>
- <outlet property="line1" destination="hMk-oU-gIJ" id="i6g-Hq-Xe0"/>
- <outlet property="line2" destination="Hel-Sf-7mr" id="aT6-zp-l4s"/>
- <outlet property="upButton" destination="bCr-XI-xL3" id="1xl-10-WTL"/>
- </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="141" height="81"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <subviews>
- <textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="bKf-ZG-yqB" customClass="KMBaseTextField" customModule="PDF_Office" customModuleProvider="target">
- <rect key="frame" x="6" y="33" width="109" height="16"/>
- <constraints>
- <constraint firstAttribute="height" constant="16" id="qU5-pq-8Id"/>
- </constraints>
- <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" id="hee-ix-TSd">
- <font key="font" usesAppearanceFont="YES"/>
- <color key="textColor" red="1" green="0.99843658089999998" blue="0.99619259260000004" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
- <color key="backgroundColor" red="1" green="0.99843658089999998" blue="0.99619259260000004" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
- </textFieldCell>
- </textField>
- <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="0oo-ob-Ac0">
- <rect key="frame" x="121" y="27" width="20" height="14"/>
- <constraints>
- <constraint firstAttribute="width" constant="20" id="BtN-5j-cKT"/>
- <constraint firstAttribute="height" constant="14" id="FdI-v9-tyc"/>
- </constraints>
- <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="btn_arrow_gray_down_s_norm_on" imagePosition="only" alignment="center" imageScaling="proportionallyDown" inset="2" id="Sf1-NA-Ozy">
- <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="system"/>
- </buttonCell>
- <connections>
- <action selector="downButtonAction:" target="-2" id="Hjz-cF-2Rb"/>
- </connections>
- </button>
- <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="bCr-XI-xL3">
- <rect key="frame" x="121" y="41" width="20" height="14"/>
- <constraints>
- <constraint firstAttribute="width" constant="20" id="XQw-RR-wqt"/>
- <constraint firstAttribute="height" constant="14" id="bMl-ry-a7p"/>
- </constraints>
- <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="btn_arrow_gray_up_s_norm_on" imagePosition="only" alignment="center" imageScaling="proportionallyDown" inset="2" id="PZ7-0D-bKO">
- <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="system"/>
- </buttonCell>
- <connections>
- <action selector="upButtonAction:" target="-2" id="lnT-gT-3dG"/>
- </connections>
- </button>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="hMk-oU-gIJ">
- <rect key="frame" x="120" y="0.0" width="1" height="81"/>
- <constraints>
- <constraint firstAttribute="width" constant="1" id="ebb-PX-p4g"/>
- </constraints>
- </customView>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="Hel-Sf-7mr">
- <rect key="frame" x="121" y="40" width="20" height="1"/>
- <constraints>
- <constraint firstAttribute="height" constant="1" id="A02-sC-R57"/>
- <constraint firstAttribute="width" constant="20" id="MOG-WL-on1"/>
- </constraints>
- </customView>
- </subviews>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="Hel-Sf-7mr" secondAttribute="trailing" id="2Dc-v6-QgU"/>
- <constraint firstItem="bCr-XI-xL3" firstAttribute="centerY" secondItem="c22-O7-iKe" secondAttribute="centerY" constant="-7" id="96x-dc-0mE"/>
- <constraint firstItem="bKf-ZG-yqB" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" constant="8" id="Dz5-xi-fnj"/>
- <constraint firstItem="hMk-oU-gIJ" firstAttribute="centerY" secondItem="c22-O7-iKe" secondAttribute="centerY" id="Iz5-gK-lcO"/>
- <constraint firstItem="Hel-Sf-7mr" firstAttribute="centerY" secondItem="c22-O7-iKe" secondAttribute="centerY" id="P7U-jx-BIg"/>
- <constraint firstAttribute="trailing" secondItem="bKf-ZG-yqB" secondAttribute="trailing" constant="28" id="Q1r-rR-fge"/>
- <constraint firstAttribute="bottom" secondItem="hMk-oU-gIJ" secondAttribute="bottom" id="USZ-Ty-UHC"/>
- <constraint firstAttribute="trailing" secondItem="bCr-XI-xL3" secondAttribute="trailing" id="XZS-qb-pji"/>
- <constraint firstItem="hMk-oU-gIJ" firstAttribute="top" secondItem="c22-O7-iKe" secondAttribute="top" id="ZVr-YJ-OXm"/>
- <constraint firstItem="0oo-ob-Ac0" firstAttribute="centerY" secondItem="c22-O7-iKe" secondAttribute="centerY" constant="7" id="a8y-sy-AkR"/>
- <constraint firstAttribute="trailing" secondItem="0oo-ob-Ac0" secondAttribute="trailing" id="g13-QT-aOd"/>
- <constraint firstAttribute="trailing" secondItem="hMk-oU-gIJ" secondAttribute="trailing" constant="20" id="nHR-Oe-Ljp"/>
- <constraint firstItem="bKf-ZG-yqB" firstAttribute="centerY" secondItem="c22-O7-iKe" secondAttribute="centerY" id="sjC-Ga-GlU"/>
- </constraints>
- <point key="canvasLocation" x="-135.5" y="47.5"/>
- </customView>
- </objects>
- <resources>
- <image name="btn_arrow_gray_down_s_norm_on" width="12" height="12"/>
- <image name="btn_arrow_gray_up_s_norm_on" width="12" height="12"/>
- </resources>
- </document>
|