KMTextFieldStepperView.xib 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21507" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21507"/>
  6. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  7. </dependencies>
  8. <objects>
  9. <customObject id="-2" userLabel="File's Owner" customClass="KMTextFieldStepperView" customModule="PDF_Office" customModuleProvider="target">
  10. <connections>
  11. <outlet property="downButton" destination="0oo-ob-Ac0" id="jJK-DN-oG7"/>
  12. <outlet property="inputTextField" destination="bKf-ZG-yqB" id="npn-uy-NSu"/>
  13. <outlet property="line1" destination="hMk-oU-gIJ" id="i6g-Hq-Xe0"/>
  14. <outlet property="line2" destination="Hel-Sf-7mr" id="aT6-zp-l4s"/>
  15. <outlet property="upButton" destination="bCr-XI-xL3" id="1xl-10-WTL"/>
  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="141" height="81"/>
  22. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  23. <subviews>
  24. <textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="bKf-ZG-yqB" customClass="KMBaseTextField" customModule="PDF_Office" customModuleProvider="target">
  25. <rect key="frame" x="6" y="33" width="109" height="16"/>
  26. <constraints>
  27. <constraint firstAttribute="height" constant="16" id="qU5-pq-8Id"/>
  28. </constraints>
  29. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" id="hee-ix-TSd">
  30. <font key="font" usesAppearanceFont="YES"/>
  31. <color key="textColor" red="1" green="0.99843658089999998" blue="0.99619259260000004" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
  32. <color key="backgroundColor" red="1" green="0.99843658089999998" blue="0.99619259260000004" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
  33. </textFieldCell>
  34. </textField>
  35. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="0oo-ob-Ac0">
  36. <rect key="frame" x="121" y="27" width="20" height="14"/>
  37. <constraints>
  38. <constraint firstAttribute="width" constant="20" id="BtN-5j-cKT"/>
  39. <constraint firstAttribute="height" constant="14" id="FdI-v9-tyc"/>
  40. </constraints>
  41. <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">
  42. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  43. <font key="font" metaFont="system"/>
  44. </buttonCell>
  45. <connections>
  46. <action selector="downButtonAction:" target="-2" id="Hjz-cF-2Rb"/>
  47. </connections>
  48. </button>
  49. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="bCr-XI-xL3">
  50. <rect key="frame" x="121" y="41" width="20" height="14"/>
  51. <constraints>
  52. <constraint firstAttribute="width" constant="20" id="XQw-RR-wqt"/>
  53. <constraint firstAttribute="height" constant="14" id="bMl-ry-a7p"/>
  54. </constraints>
  55. <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">
  56. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  57. <font key="font" metaFont="system"/>
  58. </buttonCell>
  59. <connections>
  60. <action selector="upButtonAction:" target="-2" id="lnT-gT-3dG"/>
  61. </connections>
  62. </button>
  63. <customView translatesAutoresizingMaskIntoConstraints="NO" id="hMk-oU-gIJ">
  64. <rect key="frame" x="120" y="0.0" width="1" height="81"/>
  65. <constraints>
  66. <constraint firstAttribute="width" constant="1" id="ebb-PX-p4g"/>
  67. </constraints>
  68. </customView>
  69. <customView translatesAutoresizingMaskIntoConstraints="NO" id="Hel-Sf-7mr">
  70. <rect key="frame" x="121" y="40" width="20" height="1"/>
  71. <constraints>
  72. <constraint firstAttribute="height" constant="1" id="A02-sC-R57"/>
  73. <constraint firstAttribute="width" constant="20" id="MOG-WL-on1"/>
  74. </constraints>
  75. </customView>
  76. </subviews>
  77. <constraints>
  78. <constraint firstAttribute="trailing" secondItem="Hel-Sf-7mr" secondAttribute="trailing" id="2Dc-v6-QgU"/>
  79. <constraint firstItem="bCr-XI-xL3" firstAttribute="centerY" secondItem="c22-O7-iKe" secondAttribute="centerY" constant="-7" id="96x-dc-0mE"/>
  80. <constraint firstItem="bKf-ZG-yqB" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" constant="8" id="Dz5-xi-fnj"/>
  81. <constraint firstItem="hMk-oU-gIJ" firstAttribute="centerY" secondItem="c22-O7-iKe" secondAttribute="centerY" id="Iz5-gK-lcO"/>
  82. <constraint firstItem="Hel-Sf-7mr" firstAttribute="centerY" secondItem="c22-O7-iKe" secondAttribute="centerY" id="P7U-jx-BIg"/>
  83. <constraint firstAttribute="trailing" secondItem="bKf-ZG-yqB" secondAttribute="trailing" constant="28" id="Q1r-rR-fge"/>
  84. <constraint firstAttribute="bottom" secondItem="hMk-oU-gIJ" secondAttribute="bottom" id="USZ-Ty-UHC"/>
  85. <constraint firstAttribute="trailing" secondItem="bCr-XI-xL3" secondAttribute="trailing" id="XZS-qb-pji"/>
  86. <constraint firstItem="hMk-oU-gIJ" firstAttribute="top" secondItem="c22-O7-iKe" secondAttribute="top" id="ZVr-YJ-OXm"/>
  87. <constraint firstItem="0oo-ob-Ac0" firstAttribute="centerY" secondItem="c22-O7-iKe" secondAttribute="centerY" constant="7" id="a8y-sy-AkR"/>
  88. <constraint firstAttribute="trailing" secondItem="0oo-ob-Ac0" secondAttribute="trailing" id="g13-QT-aOd"/>
  89. <constraint firstAttribute="trailing" secondItem="hMk-oU-gIJ" secondAttribute="trailing" constant="20" id="nHR-Oe-Ljp"/>
  90. <constraint firstItem="bKf-ZG-yqB" firstAttribute="centerY" secondItem="c22-O7-iKe" secondAttribute="centerY" id="sjC-Ga-GlU"/>
  91. </constraints>
  92. <point key="canvasLocation" x="-135.5" y="47.5"/>
  93. </customView>
  94. </objects>
  95. <resources>
  96. <image name="btn_arrow_gray_down_s_norm_on" width="12" height="12"/>
  97. <image name="btn_arrow_gray_up_s_norm_on" width="12" height="12"/>
  98. </resources>
  99. </document>