123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21701" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
- <dependencies>
- <deployment identifier="macosx"/>
- <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21701"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <customObject id="-2" userLabel="File's Owner" customClass="KMPageNumberDisplayView" customModule="PDF_Master" customModuleProvider="target">
- <connections>
- <outlet property="currentPageContentView" destination="gJg-sG-1CY" id="G2q-0O-ver"/>
- <outlet property="currentPageIndexLabel" destination="3n5-KD-s32" id="8qc-Ay-Zxz"/>
- <outlet property="lineLabel" destination="uTi-F8-kIG" id="jDg-j3-531"/>
- <outlet property="pageLabelConstraint" destination="VUm-P2-vy4" id="NWb-sU-hGe"/>
- <outlet property="pageWidthConstraint" destination="HT1-xs-GIh" id="503-kq-nLE"/>
- <outlet property="totalPageCountLabel" destination="RaO-wJ-uzS" id="u4O-5H-7bH"/>
- </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="79" height="89"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
- <subviews>
- <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="RaO-wJ-uzS">
- <rect key="frame" x="37" y="37" width="28" height="16"/>
- <textFieldCell key="cell" lineBreakMode="clipping" title="200" id="bKR-hk-ZSb">
- <font key="font" usesAppearanceFont="YES"/>
- <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="fI8-Fp-pUK">
- <rect key="frame" x="32" y="37" width="8" height="16"/>
- <textFieldCell key="cell" lineBreakMode="clipping" title="/" id="uTi-F8-kIG">
- <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>
- <customView translatesAutoresizingMaskIntoConstraints="NO" id="gJg-sG-1CY">
- <rect key="frame" x="16" y="33" width="10" height="24"/>
- <subviews>
- <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="3n5-KD-s32" customClass="FocusAwareTextField" customModule="PDF_Master" customModuleProvider="target">
- <rect key="frame" x="0.0" y="4" width="10" height="16"/>
- <constraints>
- <constraint firstAttribute="width" constant="6" id="VUm-P2-vy4"/>
- </constraints>
- <textFieldCell key="cell" lineBreakMode="clipping" title="1" id="mvn-Gb-HVw">
- <font key="font" usesAppearanceFont="YES"/>
- <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
- <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
- <allowedInputSourceLocales>
- <string>NSAllRomanInputSourcesLocaleIdentifier</string>
- </allowedInputSourceLocales>
- </textFieldCell>
- </textField>
- </subviews>
- <constraints>
- <constraint firstAttribute="width" constant="10" id="HT1-xs-GIh"/>
- <constraint firstItem="3n5-KD-s32" firstAttribute="centerY" secondItem="gJg-sG-1CY" secondAttribute="centerY" id="KYC-HH-P9q"/>
- <constraint firstAttribute="height" constant="24" id="S4t-mP-L05"/>
- <constraint firstItem="3n5-KD-s32" firstAttribute="centerX" secondItem="gJg-sG-1CY" secondAttribute="centerX" id="pdR-8c-u8M"/>
- </constraints>
- </customView>
- </subviews>
- <constraints>
- <constraint firstItem="fI8-Fp-pUK" firstAttribute="leading" secondItem="gJg-sG-1CY" secondAttribute="trailing" constant="8" id="0cE-lW-Xj1"/>
- <constraint firstItem="fI8-Fp-pUK" firstAttribute="centerY" secondItem="c22-O7-iKe" secondAttribute="centerY" id="1qA-Hy-6Hd"/>
- <constraint firstItem="RaO-wJ-uzS" firstAttribute="centerY" secondItem="c22-O7-iKe" secondAttribute="centerY" id="5ST-2R-T7B"/>
- <constraint firstItem="gJg-sG-1CY" firstAttribute="centerY" secondItem="c22-O7-iKe" secondAttribute="centerY" id="ABZ-Yk-8zJ"/>
- <constraint firstAttribute="trailing" secondItem="RaO-wJ-uzS" secondAttribute="trailing" constant="16" id="InF-ED-RqW"/>
- <constraint firstItem="gJg-sG-1CY" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" constant="16" id="S0Z-ju-eb9"/>
- </constraints>
- <point key="canvasLocation" x="170.5" y="275.5"/>
- </customView>
- </objects>
- </document>
|