PosViewController.xib 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="19529" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19519"/>
  6. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  7. <capability name="System colors in document resources" minToolsVersion="11.0"/>
  8. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <objects>
  11. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="PosViewController" customModule="xingchuangke" customModuleProvider="target">
  12. <connections>
  13. <outlet property="activeBtn" destination="zhy-4t-7d3" id="q6Z-W0-Zbv"/>
  14. <outlet property="bindBtn" destination="qen-Ag-C6F" id="7HJ-EL-biA"/>
  15. <outlet property="imgBackground" destination="FD4-Nq-moa" id="slI-bx-DfI"/>
  16. <outlet property="searchBtn" destination="f4M-Jt-vYE" id="bKT-4z-gCk"/>
  17. <outlet property="searchTextField" destination="4mb-gP-hUk" id="6Lp-7u-Qwh"/>
  18. <outlet property="searchView" destination="JFI-OZ-3E5" id="EBI-Rl-nTb"/>
  19. <outlet property="tableView" destination="abV-gL-YZF" id="hw3-i1-UEw"/>
  20. <outlet property="topView" destination="dHA-Mc-BwG" id="hmq-2N-iD1"/>
  21. <outlet property="totalBtn" destination="XjQ-dY-NfZ" id="Aic-LY-LA1"/>
  22. <outlet property="transformBtn" destination="YRy-oa-LUR" id="eUw-hd-snv"/>
  23. <outlet property="unbindBtn" destination="lf4-ch-LH2" id="2TY-Vd-DWw"/>
  24. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  25. </connections>
  26. </placeholder>
  27. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  28. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  29. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  30. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  31. <subviews>
  32. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="img_card_banner_07" translatesAutoresizingMaskIntoConstraints="NO" id="FD4-Nq-moa">
  33. <rect key="frame" x="0.0" y="0.0" width="414" height="153"/>
  34. <constraints>
  35. <constraint firstAttribute="height" constant="153" id="lIp-rk-nyl"/>
  36. </constraints>
  37. </imageView>
  38. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="dHA-Mc-BwG" userLabel="Top View">
  39. <rect key="frame" x="0.0" y="153" width="414" height="44"/>
  40. <subviews>
  41. <button opaque="NO" tag="1011" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="XjQ-dY-NfZ" userLabel="Total Button">
  42. <rect key="frame" x="205" y="10" width="41" height="24"/>
  43. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  44. <constraints>
  45. <constraint firstAttribute="height" constant="24" id="ikP-R8-vtI"/>
  46. </constraints>
  47. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  48. <state key="normal" title="Button">
  49. <color key="titleColor" systemColor="darkTextColor"/>
  50. </state>
  51. <userDefinedRuntimeAttributes>
  52. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  53. <integer key="value" value="12"/>
  54. </userDefinedRuntimeAttribute>
  55. </userDefinedRuntimeAttributes>
  56. <connections>
  57. <action selector="checkBtnClick:" destination="-1" eventType="touchUpInside" id="HT1-2w-X54"/>
  58. </connections>
  59. </button>
  60. <button opaque="NO" tag="1012" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="lf4-ch-LH2" userLabel="Unbind Button">
  61. <rect key="frame" x="256" y="10" width="41" height="24"/>
  62. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  63. <constraints>
  64. <constraint firstAttribute="height" constant="24" id="8eD-9k-4tb"/>
  65. </constraints>
  66. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  67. <state key="normal" title="Button">
  68. <color key="titleColor" systemColor="darkTextColor"/>
  69. </state>
  70. <userDefinedRuntimeAttributes>
  71. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  72. <integer key="value" value="12"/>
  73. </userDefinedRuntimeAttribute>
  74. </userDefinedRuntimeAttributes>
  75. <connections>
  76. <action selector="checkBtnClick:" destination="-1" eventType="touchUpInside" id="krs-cQ-6yW"/>
  77. </connections>
  78. </button>
  79. <button opaque="NO" tag="1013" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="qen-Ag-C6F" userLabel="Bind Button">
  80. <rect key="frame" x="307" y="10" width="41" height="24"/>
  81. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  82. <constraints>
  83. <constraint firstAttribute="height" constant="24" id="QY8-77-W0d"/>
  84. </constraints>
  85. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  86. <state key="normal" title="Button">
  87. <color key="titleColor" systemColor="darkTextColor"/>
  88. </state>
  89. <userDefinedRuntimeAttributes>
  90. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  91. <integer key="value" value="12"/>
  92. </userDefinedRuntimeAttribute>
  93. </userDefinedRuntimeAttributes>
  94. <connections>
  95. <action selector="checkBtnClick:" destination="-1" eventType="touchUpInside" id="v0g-wz-ERl"/>
  96. </connections>
  97. </button>
  98. <button opaque="NO" tag="1014" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="zhy-4t-7d3" userLabel="Active Button">
  99. <rect key="frame" x="358" y="10" width="41" height="24"/>
  100. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  101. <constraints>
  102. <constraint firstAttribute="height" constant="24" id="Rnl-0K-6uQ"/>
  103. </constraints>
  104. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  105. <state key="normal" title="Button">
  106. <color key="titleColor" systemColor="darkTextColor"/>
  107. </state>
  108. <userDefinedRuntimeAttributes>
  109. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  110. <integer key="value" value="12"/>
  111. </userDefinedRuntimeAttribute>
  112. </userDefinedRuntimeAttributes>
  113. <connections>
  114. <action selector="checkBtnClick:" destination="-1" eventType="touchUpInside" id="9K5-Ox-Wzu"/>
  115. </connections>
  116. </button>
  117. </subviews>
  118. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  119. <constraints>
  120. <constraint firstItem="lf4-ch-LH2" firstAttribute="centerY" secondItem="dHA-Mc-BwG" secondAttribute="centerY" id="3bu-ax-KKP"/>
  121. <constraint firstItem="XjQ-dY-NfZ" firstAttribute="centerY" secondItem="dHA-Mc-BwG" secondAttribute="centerY" id="9Qw-dJ-MBy"/>
  122. <constraint firstItem="qen-Ag-C6F" firstAttribute="trailing" secondItem="zhy-4t-7d3" secondAttribute="leading" constant="-10" id="B67-9E-VC3"/>
  123. <constraint firstItem="zhy-4t-7d3" firstAttribute="centerY" secondItem="dHA-Mc-BwG" secondAttribute="centerY" id="Ns1-0f-HZ3"/>
  124. <constraint firstItem="zhy-4t-7d3" firstAttribute="trailing" secondItem="dHA-Mc-BwG" secondAttribute="trailing" constant="-15" id="TNP-ly-iVj"/>
  125. <constraint firstItem="XjQ-dY-NfZ" firstAttribute="trailing" secondItem="lf4-ch-LH2" secondAttribute="leading" constant="-10" id="aSN-Yt-w7D"/>
  126. <constraint firstAttribute="height" constant="44" id="cCS-zZ-cqM"/>
  127. <constraint firstItem="lf4-ch-LH2" firstAttribute="trailing" secondItem="qen-Ag-C6F" secondAttribute="leading" constant="-10" id="noJ-po-5Me"/>
  128. <constraint firstItem="qen-Ag-C6F" firstAttribute="centerY" secondItem="dHA-Mc-BwG" secondAttribute="centerY" id="xae-1W-cWj"/>
  129. </constraints>
  130. </view>
  131. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="abV-gL-YZF">
  132. <rect key="frame" x="0.0" y="207" width="414" height="689"/>
  133. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  134. </tableView>
  135. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="JFI-OZ-3E5" userLabel="Search View">
  136. <rect key="frame" x="0.0" y="99" width="414" height="54"/>
  137. <subviews>
  138. <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="请输入SN码" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="4mb-gP-hUk" userLabel="search Text Field">
  139. <rect key="frame" x="15" y="10" width="384" height="34"/>
  140. <constraints>
  141. <constraint firstAttribute="height" constant="34" id="iJK-ed-S1k"/>
  142. </constraints>
  143. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  144. <textInputTraits key="textInputTraits"/>
  145. </textField>
  146. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="f4M-Jt-vYE">
  147. <rect key="frame" x="365" y="10" width="34" height="34"/>
  148. <constraints>
  149. <constraint firstAttribute="height" constant="34" id="5p8-NA-Amd"/>
  150. <constraint firstAttribute="width" constant="34" id="oA3-if-QzG"/>
  151. </constraints>
  152. <state key="normal" title="Button" image="ion_search"/>
  153. <connections>
  154. <action selector="searchBtnClick:" destination="-1" eventType="touchUpInside" id="DcP-ua-aXS"/>
  155. </connections>
  156. </button>
  157. </subviews>
  158. <constraints>
  159. <constraint firstItem="f4M-Jt-vYE" firstAttribute="trailing" secondItem="4mb-gP-hUk" secondAttribute="trailing" id="7Ir-FW-Xb5"/>
  160. <constraint firstItem="4mb-gP-hUk" firstAttribute="trailing" secondItem="JFI-OZ-3E5" secondAttribute="trailing" constant="-15" id="ErB-WR-b2D"/>
  161. <constraint firstItem="f4M-Jt-vYE" firstAttribute="centerY" secondItem="JFI-OZ-3E5" secondAttribute="centerY" id="VO6-EB-0SH"/>
  162. <constraint firstAttribute="height" constant="54" id="VZc-y0-9kG"/>
  163. <constraint firstItem="4mb-gP-hUk" firstAttribute="leading" secondItem="JFI-OZ-3E5" secondAttribute="leading" constant="15" id="a6F-in-2Js"/>
  164. <constraint firstItem="4mb-gP-hUk" firstAttribute="centerY" secondItem="JFI-OZ-3E5" secondAttribute="centerY" id="rS3-pv-7zG"/>
  165. </constraints>
  166. </view>
  167. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="YRy-oa-LUR">
  168. <rect key="frame" x="15" y="832" width="384" height="44"/>
  169. <color key="backgroundColor" red="0.1647058824" green="0.57254901960000004" blue="0.96862745100000003" alpha="1" colorSpace="calibratedRGB"/>
  170. <constraints>
  171. <constraint firstAttribute="height" constant="44" id="kct-I5-wUL"/>
  172. </constraints>
  173. <state key="normal" title="我要分拨"/>
  174. <connections>
  175. <action selector="transformBtnClick:" destination="-1" eventType="touchUpInside" id="nqj-wI-xIH"/>
  176. </connections>
  177. </button>
  178. </subviews>
  179. <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
  180. <color key="backgroundColor" red="0.96078431372549022" green="0.96078431372549022" blue="0.96078431372549022" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  181. <constraints>
  182. <constraint firstItem="dHA-Mc-BwG" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="29J-Jf-3M4"/>
  183. <constraint firstItem="JFI-OZ-3E5" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="7cA-2Q-qRN"/>
  184. <constraint firstItem="dHA-Mc-BwG" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="C1g-Wz-m4y"/>
  185. <constraint firstItem="FD4-Nq-moa" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="I45-Bg-Qpr"/>
  186. <constraint firstItem="YRy-oa-LUR" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" constant="15" id="IZg-Wd-Ugk"/>
  187. <constraint firstItem="YRy-oa-LUR" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="M69-fc-mC6"/>
  188. <constraint firstItem="JFI-OZ-3E5" firstAttribute="bottom" secondItem="FD4-Nq-moa" secondAttribute="bottom" id="RVQ-Fd-UDX"/>
  189. <constraint firstItem="JFI-OZ-3E5" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="TSO-RU-SnT"/>
  190. <constraint firstItem="abV-gL-YZF" firstAttribute="top" secondItem="dHA-Mc-BwG" secondAttribute="bottom" constant="10" id="VfG-OY-rTc"/>
  191. <constraint firstItem="abV-gL-YZF" firstAttribute="bottom" secondItem="i5M-Pr-FkT" secondAttribute="bottom" id="XPi-1t-p2d"/>
  192. <constraint firstItem="dHA-Mc-BwG" firstAttribute="top" secondItem="FD4-Nq-moa" secondAttribute="bottom" id="Yrn-gn-EiO"/>
  193. <constraint firstItem="FD4-Nq-moa" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="a0F-ib-g7W"/>
  194. <constraint firstItem="YRy-oa-LUR" firstAttribute="bottom" secondItem="i5M-Pr-FkT" secondAttribute="bottom" constant="-20" id="kIa-IO-ufA"/>
  195. <constraint firstItem="abV-gL-YZF" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="qEP-Gh-FaW"/>
  196. <constraint firstItem="FD4-Nq-moa" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" id="uAF-3H-gnZ"/>
  197. <constraint firstItem="abV-gL-YZF" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="w0q-EI-2sN"/>
  198. </constraints>
  199. <point key="canvasLocation" x="139" y="89"/>
  200. </view>
  201. </objects>
  202. <resources>
  203. <image name="img_card_banner_07" width="431" height="175"/>
  204. <image name="ion_search" width="17.5" height="17"/>
  205. <systemColor name="darkTextColor">
  206. <color white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  207. </systemColor>
  208. <systemColor name="systemBackgroundColor">
  209. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  210. </systemColor>
  211. </resources>
  212. </document>