KMPageNumberDisplayView.xib 6.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21701" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21701"/>
  5. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  6. </dependencies>
  7. <objects>
  8. <customObject id="-2" userLabel="File's Owner" customClass="KMPageNumberDisplayView" customModule="PDF_Master" customModuleProvider="target">
  9. <connections>
  10. <outlet property="currentPageContentView" destination="gJg-sG-1CY" id="G2q-0O-ver"/>
  11. <outlet property="currentPageIndexLabel" destination="3n5-KD-s32" id="8qc-Ay-Zxz"/>
  12. <outlet property="lineLabel" destination="uTi-F8-kIG" id="jDg-j3-531"/>
  13. <outlet property="pageLabelConstraint" destination="VUm-P2-vy4" id="NWb-sU-hGe"/>
  14. <outlet property="pageWidthConstraint" destination="HT1-xs-GIh" id="503-kq-nLE"/>
  15. <outlet property="totalPageCountLabel" destination="RaO-wJ-uzS" id="u4O-5H-7bH"/>
  16. </connections>
  17. </customObject>
  18. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  19. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  20. <customView id="c22-O7-iKe">
  21. <rect key="frame" x="0.0" y="0.0" width="79" height="89"/>
  22. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  23. <subviews>
  24. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="RaO-wJ-uzS">
  25. <rect key="frame" x="37" y="37" width="28" height="16"/>
  26. <textFieldCell key="cell" lineBreakMode="clipping" title="200" id="bKR-hk-ZSb">
  27. <font key="font" usesAppearanceFont="YES"/>
  28. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  29. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  30. </textFieldCell>
  31. </textField>
  32. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="fI8-Fp-pUK">
  33. <rect key="frame" x="32" y="37" width="8" height="16"/>
  34. <textFieldCell key="cell" lineBreakMode="clipping" title="/" id="uTi-F8-kIG">
  35. <font key="font" metaFont="system"/>
  36. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  37. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  38. </textFieldCell>
  39. </textField>
  40. <customView translatesAutoresizingMaskIntoConstraints="NO" id="gJg-sG-1CY">
  41. <rect key="frame" x="16" y="33" width="10" height="24"/>
  42. <subviews>
  43. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="3n5-KD-s32" customClass="FocusAwareTextField" customModule="PDF_Master" customModuleProvider="target">
  44. <rect key="frame" x="0.0" y="4" width="10" height="16"/>
  45. <constraints>
  46. <constraint firstAttribute="width" constant="6" id="VUm-P2-vy4"/>
  47. </constraints>
  48. <textFieldCell key="cell" lineBreakMode="clipping" title="1" id="mvn-Gb-HVw">
  49. <font key="font" usesAppearanceFont="YES"/>
  50. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  51. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  52. <allowedInputSourceLocales>
  53. <string>NSAllRomanInputSourcesLocaleIdentifier</string>
  54. </allowedInputSourceLocales>
  55. </textFieldCell>
  56. </textField>
  57. </subviews>
  58. <constraints>
  59. <constraint firstAttribute="width" constant="10" id="HT1-xs-GIh"/>
  60. <constraint firstItem="3n5-KD-s32" firstAttribute="centerY" secondItem="gJg-sG-1CY" secondAttribute="centerY" id="KYC-HH-P9q"/>
  61. <constraint firstAttribute="height" constant="24" id="S4t-mP-L05"/>
  62. <constraint firstItem="3n5-KD-s32" firstAttribute="centerX" secondItem="gJg-sG-1CY" secondAttribute="centerX" id="pdR-8c-u8M"/>
  63. </constraints>
  64. </customView>
  65. </subviews>
  66. <constraints>
  67. <constraint firstItem="fI8-Fp-pUK" firstAttribute="leading" secondItem="gJg-sG-1CY" secondAttribute="trailing" constant="8" id="0cE-lW-Xj1"/>
  68. <constraint firstItem="fI8-Fp-pUK" firstAttribute="centerY" secondItem="c22-O7-iKe" secondAttribute="centerY" id="1qA-Hy-6Hd"/>
  69. <constraint firstItem="RaO-wJ-uzS" firstAttribute="centerY" secondItem="c22-O7-iKe" secondAttribute="centerY" id="5ST-2R-T7B"/>
  70. <constraint firstItem="gJg-sG-1CY" firstAttribute="centerY" secondItem="c22-O7-iKe" secondAttribute="centerY" id="ABZ-Yk-8zJ"/>
  71. <constraint firstAttribute="trailing" secondItem="RaO-wJ-uzS" secondAttribute="trailing" constant="16" id="InF-ED-RqW"/>
  72. <constraint firstItem="gJg-sG-1CY" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" constant="16" id="S0Z-ju-eb9"/>
  73. </constraints>
  74. <point key="canvasLocation" x="170.5" y="275.5"/>
  75. </customView>
  76. </objects>
  77. </document>