KMStepperView.xib 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  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="KMStepperView" customModule="PDF_Office" customModuleProvider="target">
  10. <connections>
  11. <outlet property="downButton" destination="W52-HT-bxG" id="jNl-DF-Fht"/>
  12. <outlet property="downButtonWidth" destination="m7P-wh-gqk" id="to5-xe-HWb"/>
  13. <outlet property="horizontalLine" destination="XXW-qW-15h" id="sFl-LJ-QYC"/>
  14. <outlet property="horizontalLineHeight" destination="Wxj-RF-6Bd" id="dOf-oW-YQn"/>
  15. <outlet property="horizontalLineWidth" destination="WGa-Nt-p93" id="qPZ-yB-yaP"/>
  16. <outlet property="horizontalLine_mainBox_spacing" destination="apb-Yt-8bF" id="wT6-KS-aKW"/>
  17. <outlet property="mainBox" destination="iJS-ph-vfK" id="MP5-HB-ZGQ"/>
  18. <outlet property="mainBoxHeight" destination="UX8-Dc-l60" id="euH-Or-WWG"/>
  19. <outlet property="mainBoxWidth" destination="vix-44-KiK" id="98x-uS-a2p"/>
  20. <outlet property="mainBox_textfield_spacing" destination="b7A-WK-doZ" id="iX0-uo-PmF"/>
  21. <outlet property="mainBox_verticalLine_spacing" destination="Wvy-yJ-Rct" id="TpU-ta-dcn"/>
  22. <outlet property="textfield" destination="4ou-Sv-cze" id="2eb-P9-mGc"/>
  23. <outlet property="textfield_button_spacing" destination="6ze-4j-WUe" id="ZLp-cl-fJb"/>
  24. <outlet property="upButton" destination="oeA-HT-Kt6" id="sjr-xH-cZ7"/>
  25. <outlet property="upButtonWidth" destination="4yc-20-QTX" id="N6H-LI-vsc"/>
  26. <outlet property="verticalLine" destination="LRk-Mj-Gea" id="r5c-k8-dqT"/>
  27. <outlet property="verticalLineWidth" destination="mIw-RJ-mLp" id="H1J-w5-Pp6"/>
  28. <outlet property="verticalLine_mainBox_spacing" destination="zWn-14-cIJ" id="lS0-ga-GyV"/>
  29. <outlet property="view" destination="CYm-K4-4I1" id="hjS-Qa-a3R"/>
  30. </connections>
  31. </customObject>
  32. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  33. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  34. <customView id="CYm-K4-4I1">
  35. <rect key="frame" x="0.0" y="0.0" width="72" height="32"/>
  36. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  37. <subviews>
  38. <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="iJS-ph-vfK">
  39. <rect key="frame" x="0.0" y="0.0" width="72" height="32"/>
  40. <view key="contentView" id="gDc-Y2-489">
  41. <rect key="frame" x="1" y="1" width="70" height="30"/>
  42. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  43. <subviews>
  44. <customView translatesAutoresizingMaskIntoConstraints="NO" id="LRk-Mj-Gea">
  45. <rect key="frame" x="49" y="0.0" width="1" height="30"/>
  46. <constraints>
  47. <constraint firstAttribute="width" constant="1" id="mIw-RJ-mLp"/>
  48. </constraints>
  49. </customView>
  50. <customView translatesAutoresizingMaskIntoConstraints="NO" id="XXW-qW-15h">
  51. <rect key="frame" x="50" y="15" width="20" height="1"/>
  52. <constraints>
  53. <constraint firstAttribute="width" constant="20" id="WGa-Nt-p93"/>
  54. <constraint firstAttribute="height" constant="1" id="Wxj-RF-6Bd"/>
  55. </constraints>
  56. </customView>
  57. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="oeA-HT-Kt6">
  58. <rect key="frame" x="50" y="16" width="20" height="14"/>
  59. <constraints>
  60. <constraint firstAttribute="width" constant="20" id="4yc-20-QTX"/>
  61. </constraints>
  62. <buttonCell key="cell" type="bevel" title="Button" bezelStyle="regularSquare" image="btn_arrow_gray_up_s_norm_on" imagePosition="only" alignment="center" imageScaling="proportionallyDown" inset="2" id="Fxl-22-Iw3">
  63. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  64. <font key="font" metaFont="system"/>
  65. </buttonCell>
  66. <connections>
  67. <action selector="upButtonAction:" target="-2" id="abN-ah-Gkm"/>
  68. </connections>
  69. </button>
  70. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="W52-HT-bxG">
  71. <rect key="frame" x="50" y="0.0" width="20" height="15"/>
  72. <constraints>
  73. <constraint firstAttribute="width" constant="20" id="m7P-wh-gqk"/>
  74. </constraints>
  75. <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" image="btn_arrow_gray_down_s_norm_on" imagePosition="only" alignment="center" imageScaling="proportionallyDown" inset="2" id="cHA-fe-fxp">
  76. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  77. <font key="font" metaFont="system"/>
  78. </buttonCell>
  79. <connections>
  80. <action selector="downButtonAction:" target="-2" id="rB0-Me-Zl6"/>
  81. </connections>
  82. </button>
  83. <textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="4ou-Sv-cze">
  84. <rect key="frame" x="6" y="7" width="37" height="16"/>
  85. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" title="0" id="7hP-N0-Cs5">
  86. <font key="font" metaFont="system"/>
  87. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  88. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  89. </textFieldCell>
  90. </textField>
  91. </subviews>
  92. <constraints>
  93. <constraint firstItem="W52-HT-bxG" firstAttribute="height" secondItem="oeA-HT-Kt6" secondAttribute="height" id="4uQ-fz-fIJ"/>
  94. <constraint firstAttribute="trailing" secondItem="W52-HT-bxG" secondAttribute="trailing" id="5jH-9N-MqV"/>
  95. <constraint firstItem="LRk-Mj-Gea" firstAttribute="leading" secondItem="4ou-Sv-cze" secondAttribute="trailing" constant="8" id="6ze-4j-WUe"/>
  96. <constraint firstAttribute="trailing" secondItem="oeA-HT-Kt6" secondAttribute="trailing" id="W42-WU-62C"/>
  97. <constraint firstItem="LRk-Mj-Gea" firstAttribute="top" secondItem="gDc-Y2-489" secondAttribute="top" id="Wvy-yJ-Rct"/>
  98. <constraint firstAttribute="trailing" secondItem="XXW-qW-15h" secondAttribute="trailing" id="apb-Yt-8bF"/>
  99. <constraint firstItem="4ou-Sv-cze" firstAttribute="leading" secondItem="gDc-Y2-489" secondAttribute="leading" constant="8" id="b7A-WK-doZ"/>
  100. <constraint firstItem="oeA-HT-Kt6" firstAttribute="leading" secondItem="LRk-Mj-Gea" secondAttribute="trailing" id="hDP-SV-syE"/>
  101. <constraint firstItem="W52-HT-bxG" firstAttribute="top" secondItem="XXW-qW-15h" secondAttribute="bottom" id="hqz-al-AQG"/>
  102. <constraint firstAttribute="bottom" secondItem="W52-HT-bxG" secondAttribute="bottom" id="oLb-RE-6HF"/>
  103. <constraint firstItem="oeA-HT-Kt6" firstAttribute="top" secondItem="gDc-Y2-489" secondAttribute="top" id="rwV-ho-gHx"/>
  104. <constraint firstItem="XXW-qW-15h" firstAttribute="top" secondItem="oeA-HT-Kt6" secondAttribute="bottom" id="vvn-AZ-myd"/>
  105. <constraint firstItem="4ou-Sv-cze" firstAttribute="centerY" secondItem="gDc-Y2-489" secondAttribute="centerY" id="y9D-fS-ZdD"/>
  106. <constraint firstAttribute="bottom" secondItem="LRk-Mj-Gea" secondAttribute="bottom" id="zWn-14-cIJ"/>
  107. </constraints>
  108. </view>
  109. <constraints>
  110. <constraint firstAttribute="height" constant="32" id="UX8-Dc-l60"/>
  111. <constraint firstAttribute="width" constant="72" id="vix-44-KiK"/>
  112. </constraints>
  113. </box>
  114. </subviews>
  115. <constraints>
  116. <constraint firstAttribute="bottom" secondItem="iJS-ph-vfK" secondAttribute="bottom" id="4vc-zO-YkS"/>
  117. <constraint firstItem="iJS-ph-vfK" firstAttribute="top" secondItem="CYm-K4-4I1" secondAttribute="top" id="Ydc-DN-cbi"/>
  118. <constraint firstAttribute="trailing" secondItem="iJS-ph-vfK" secondAttribute="trailing" id="dL3-EQ-Li8"/>
  119. <constraint firstItem="iJS-ph-vfK" firstAttribute="leading" secondItem="CYm-K4-4I1" secondAttribute="leading" id="wFp-vN-4gM"/>
  120. </constraints>
  121. <point key="canvasLocation" x="-218" y="298"/>
  122. </customView>
  123. </objects>
  124. <resources>
  125. <image name="btn_arrow_gray_down_s_norm_on" width="12" height="12"/>
  126. <image name="btn_arrow_gray_up_s_norm_on" width="12" height="12"/>
  127. </resources>
  128. </document>