SalesInStorageGoodsSearchCell.xib 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14109" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14088"/>
  9. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  10. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  11. </dependencies>
  12. <objects>
  13. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  14. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  15. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" rowHeight="473" id="KGk-i7-Jjw" customClass="SalesInStorageGoodsSearchCell">
  16. <rect key="frame" x="0.0" y="0.0" width="345" height="473"/>
  17. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  18. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  19. <rect key="frame" x="0.0" y="0.0" width="345" height="472.5"/>
  20. <autoresizingMask key="autoresizingMask"/>
  21. <subviews>
  22. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ubR-pE-dCf">
  23. <rect key="frame" x="0.0" y="10" width="345" height="1"/>
  24. <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  25. <constraints>
  26. <constraint firstAttribute="height" constant="1" id="0p0-Ef-xHj"/>
  27. </constraints>
  28. </view>
  29. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="商品编码" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="0TR-ET-Cff">
  30. <rect key="frame" x="22" y="19" width="80" height="21"/>
  31. <constraints>
  32. <constraint firstAttribute="width" constant="80" id="F6J-d5-hDt"/>
  33. <constraint firstAttribute="height" constant="21" id="TNu-JW-M5R"/>
  34. </constraints>
  35. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  36. <color key="textColor" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  37. <nil key="highlightedColor"/>
  38. </label>
  39. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Thx-vf-vm0">
  40. <rect key="frame" x="0.0" y="48" width="345" height="1"/>
  41. <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  42. <constraints>
  43. <constraint firstAttribute="height" constant="1" id="emf-Ml-gwh"/>
  44. </constraints>
  45. </view>
  46. <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="商品编码或 唯一编码至少输入一个" textAlignment="center" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="z0h-Id-Y5e">
  47. <rect key="frame" x="0.0" y="57" width="345" height="21"/>
  48. <constraints>
  49. <constraint firstAttribute="height" constant="21" id="tzo-eq-vLz"/>
  50. </constraints>
  51. <nil key="textColor"/>
  52. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  53. <textInputTraits key="textInputTraits"/>
  54. </textField>
  55. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="xOt-9K-BoD">
  56. <rect key="frame" x="0.0" y="86" width="345" height="1"/>
  57. <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  58. <constraints>
  59. <constraint firstAttribute="height" constant="1" id="8h4-jF-OXQ"/>
  60. </constraints>
  61. </view>
  62. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="唯一编码" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ia5-Nx-i7b">
  63. <rect key="frame" x="22" y="95" width="80" height="21"/>
  64. <constraints>
  65. <constraint firstAttribute="height" constant="21" id="Cdd-4U-Eau"/>
  66. <constraint firstAttribute="width" constant="80" id="R7O-Hk-BNo"/>
  67. </constraints>
  68. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  69. <color key="textColor" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  70. <nil key="highlightedColor"/>
  71. </label>
  72. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="1L3-yU-Hxu">
  73. <rect key="frame" x="0.0" y="124" width="345" height="1"/>
  74. <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  75. <constraints>
  76. <constraint firstAttribute="height" constant="1" id="490-ld-RBP"/>
  77. </constraints>
  78. </view>
  79. <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="商品编码或 唯一编码至少输入一个" textAlignment="center" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="lh6-tm-P5g">
  80. <rect key="frame" x="0.0" y="133" width="345" height="21"/>
  81. <constraints>
  82. <constraint firstAttribute="height" constant="21" id="bYx-OS-YjB"/>
  83. </constraints>
  84. <nil key="textColor"/>
  85. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  86. <textInputTraits key="textInputTraits"/>
  87. </textField>
  88. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="nZ6-Jv-gUn">
  89. <rect key="frame" x="0.0" y="162" width="345" height="1"/>
  90. <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  91. <constraints>
  92. <constraint firstAttribute="height" constant="1" id="hVd-5V-SHq"/>
  93. </constraints>
  94. </view>
  95. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="商品名称" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="fUN-cL-wz5">
  96. <rect key="frame" x="22" y="171" width="80" height="21"/>
  97. <constraints>
  98. <constraint firstAttribute="width" constant="80" id="L3c-Fu-QzX"/>
  99. <constraint firstAttribute="height" constant="21" id="fsx-2f-cgR"/>
  100. </constraints>
  101. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  102. <nil key="textColor"/>
  103. <nil key="highlightedColor"/>
  104. </label>
  105. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="MZo-fV-HuN">
  106. <rect key="frame" x="0.0" y="200" width="345" height="1"/>
  107. <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  108. <constraints>
  109. <constraint firstAttribute="height" constant="1" id="1Qz-cX-fqq"/>
  110. </constraints>
  111. </view>
  112. <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="请输入商品名称" textAlignment="center" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="qVl-Wc-9nw">
  113. <rect key="frame" x="0.0" y="209" width="345" height="21"/>
  114. <constraints>
  115. <constraint firstAttribute="height" constant="21" id="x8I-8x-C9c"/>
  116. </constraints>
  117. <nil key="textColor"/>
  118. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  119. <textInputTraits key="textInputTraits"/>
  120. </textField>
  121. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="k8C-ls-edx">
  122. <rect key="frame" x="0.0" y="238" width="345" height="1"/>
  123. <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  124. <constraints>
  125. <constraint firstAttribute="height" constant="1" id="K6C-ZM-HdH"/>
  126. </constraints>
  127. </view>
  128. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="种 类" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Ef3-Sn-HRt">
  129. <rect key="frame" x="22" y="247" width="80" height="21"/>
  130. <constraints>
  131. <constraint firstAttribute="height" constant="21" id="IXF-iC-uEe"/>
  132. <constraint firstAttribute="width" constant="80" id="apY-oa-R7J"/>
  133. </constraints>
  134. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  135. <nil key="textColor"/>
  136. <nil key="highlightedColor"/>
  137. </label>
  138. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="9bJ-S8-nA5">
  139. <rect key="frame" x="0.0" y="276" width="345" height="1"/>
  140. <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  141. <constraints>
  142. <constraint firstAttribute="height" constant="1" id="CVb-3e-s2q"/>
  143. </constraints>
  144. </view>
  145. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="SpF-MB-gxD">
  146. <rect key="frame" x="0.0" y="285" width="345" height="21"/>
  147. <constraints>
  148. <constraint firstAttribute="height" constant="21" id="C0p-n1-lch"/>
  149. </constraints>
  150. <state key="normal" title="请选择种类">
  151. <color key="titleColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  152. </state>
  153. <connections>
  154. <action selector="clickKindAction:" destination="KGk-i7-Jjw" eventType="touchUpInside" id="MC7-Z3-jfk"/>
  155. </connections>
  156. </button>
  157. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="JAf-c5-gRk">
  158. <rect key="frame" x="0.0" y="314" width="345" height="1"/>
  159. <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  160. <constraints>
  161. <constraint firstAttribute="height" constant="1" id="EvP-vN-Pli"/>
  162. </constraints>
  163. </view>
  164. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="品 牌" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="zV4-CP-zpO">
  165. <rect key="frame" x="22" y="323" width="80" height="21"/>
  166. <constraints>
  167. <constraint firstAttribute="height" constant="21" id="MR1-jF-7VO"/>
  168. <constraint firstAttribute="width" constant="80" id="XvV-N5-v9G"/>
  169. </constraints>
  170. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  171. <nil key="textColor"/>
  172. <nil key="highlightedColor"/>
  173. </label>
  174. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="poh-Ws-min">
  175. <rect key="frame" x="0.0" y="352" width="345" height="1"/>
  176. <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  177. <constraints>
  178. <constraint firstAttribute="height" constant="1" id="DGg-ja-Zce"/>
  179. </constraints>
  180. </view>
  181. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="7We-80-sT1">
  182. <rect key="frame" x="0.0" y="361" width="345" height="21"/>
  183. <constraints>
  184. <constraint firstAttribute="height" constant="21" id="w5j-0I-ebA"/>
  185. </constraints>
  186. <state key="normal" title="请选择品牌">
  187. <color key="titleColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  188. </state>
  189. <connections>
  190. <action selector="clickBrandAction:" destination="KGk-i7-Jjw" eventType="touchUpInside" id="3Pc-qY-BEa"/>
  191. </connections>
  192. </button>
  193. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="GhZ-IV-Hm0">
  194. <rect key="frame" x="0.0" y="390" width="345" height="1"/>
  195. <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  196. <constraints>
  197. <constraint firstAttribute="height" constant="1" id="jOy-qF-Gdk"/>
  198. </constraints>
  199. </view>
  200. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="品 种" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Gwh-nD-uDc">
  201. <rect key="frame" x="22" y="399" width="80" height="21"/>
  202. <constraints>
  203. <constraint firstAttribute="height" constant="21" id="6mK-Ut-Db7"/>
  204. <constraint firstAttribute="width" constant="80" id="Qzx-Eu-mEb"/>
  205. </constraints>
  206. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  207. <nil key="textColor"/>
  208. <nil key="highlightedColor"/>
  209. </label>
  210. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Xze-PX-f41">
  211. <rect key="frame" x="0.0" y="428" width="345" height="1"/>
  212. <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  213. <constraints>
  214. <constraint firstAttribute="height" constant="1" id="f6z-xF-apB"/>
  215. </constraints>
  216. </view>
  217. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Wcn-f8-1NH">
  218. <rect key="frame" x="0.0" y="437" width="345" height="21"/>
  219. <constraints>
  220. <constraint firstAttribute="height" constant="21" id="8bU-Ci-ZHq"/>
  221. </constraints>
  222. <state key="normal" title="请选择品种">
  223. <color key="titleColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  224. </state>
  225. <connections>
  226. <action selector="clickVarietyAction:" destination="KGk-i7-Jjw" eventType="touchUpInside" id="qDm-Lj-1aB"/>
  227. </connections>
  228. </button>
  229. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="J2i-e6-Ygr">
  230. <rect key="frame" x="0.0" y="466" width="345" height="1"/>
  231. <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  232. <constraints>
  233. <constraint firstAttribute="height" constant="1" id="iD8-iE-MWd"/>
  234. </constraints>
  235. </view>
  236. </subviews>
  237. <constraints>
  238. <constraint firstAttribute="trailing" secondItem="9bJ-S8-nA5" secondAttribute="trailing" id="28U-F3-ug8"/>
  239. <constraint firstItem="MZo-fV-HuN" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="3kS-FC-gd6"/>
  240. <constraint firstItem="0TR-ET-Cff" firstAttribute="top" secondItem="ubR-pE-dCf" secondAttribute="bottom" constant="8" id="4in-Vx-mZb"/>
  241. <constraint firstAttribute="trailing" secondItem="ubR-pE-dCf" secondAttribute="trailing" id="6Wn-e4-pxh"/>
  242. <constraint firstItem="GhZ-IV-Hm0" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="6nV-Rh-E2O"/>
  243. <constraint firstItem="Xze-PX-f41" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="7EG-qO-IIA"/>
  244. <constraint firstAttribute="trailing" secondItem="J2i-e6-Ygr" secondAttribute="trailing" id="7RL-nV-5qG"/>
  245. <constraint firstAttribute="trailing" secondItem="xOt-9K-BoD" secondAttribute="trailing" id="9JB-QS-v7Q"/>
  246. <constraint firstAttribute="trailing" secondItem="qVl-Wc-9nw" secondAttribute="trailing" id="9Qy-gU-8fx"/>
  247. <constraint firstItem="Wcn-f8-1NH" firstAttribute="top" secondItem="Xze-PX-f41" secondAttribute="bottom" constant="8" id="AMW-YH-laO"/>
  248. <constraint firstItem="z0h-Id-Y5e" firstAttribute="top" secondItem="Thx-vf-vm0" secondAttribute="bottom" constant="8" id="AlW-OA-N98"/>
  249. <constraint firstItem="9bJ-S8-nA5" firstAttribute="top" secondItem="Ef3-Sn-HRt" secondAttribute="bottom" constant="8" id="Bpp-Qi-NEy"/>
  250. <constraint firstItem="7We-80-sT1" firstAttribute="top" secondItem="poh-Ws-min" secondAttribute="bottom" constant="8" id="C94-bs-M7u"/>
  251. <constraint firstAttribute="trailing" secondItem="k8C-ls-edx" secondAttribute="trailing" id="Ddd-9u-ZSR"/>
  252. <constraint firstItem="SpF-MB-gxD" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="EbO-P4-hnN"/>
  253. <constraint firstItem="k8C-ls-edx" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="EsK-Uu-brX"/>
  254. <constraint firstItem="xOt-9K-BoD" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="FJg-fO-Ch0"/>
  255. <constraint firstItem="xOt-9K-BoD" firstAttribute="top" secondItem="z0h-Id-Y5e" secondAttribute="bottom" constant="8" id="G28-SX-Gid"/>
  256. <constraint firstItem="JAf-c5-gRk" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="HPR-d8-7Y9"/>
  257. <constraint firstItem="zV4-CP-zpO" firstAttribute="top" secondItem="JAf-c5-gRk" secondAttribute="bottom" constant="8" id="HSH-05-6LU"/>
  258. <constraint firstItem="Gwh-nD-uDc" firstAttribute="top" secondItem="GhZ-IV-Hm0" secondAttribute="bottom" constant="8" id="I0T-zH-8E7"/>
  259. <constraint firstItem="fUN-cL-wz5" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="22" id="ILo-8O-51V"/>
  260. <constraint firstItem="Ef3-Sn-HRt" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="22" id="IZl-UG-8qM"/>
  261. <constraint firstItem="0TR-ET-Cff" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="22" id="JdU-t3-b2a"/>
  262. <constraint firstItem="lh6-tm-P5g" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="KKh-tp-RWK"/>
  263. <constraint firstItem="Gwh-nD-uDc" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="22" id="MhA-wy-Azb"/>
  264. <constraint firstAttribute="bottom" secondItem="J2i-e6-Ygr" secondAttribute="bottom" constant="5.5" id="Mnb-lW-yRv"/>
  265. <constraint firstItem="J2i-e6-Ygr" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="MuP-HF-v2b"/>
  266. <constraint firstItem="qVl-Wc-9nw" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="NPF-6N-QuX"/>
  267. <constraint firstItem="1L3-yU-Hxu" firstAttribute="top" secondItem="ia5-Nx-i7b" secondAttribute="bottom" constant="8" id="OfX-8x-Ior"/>
  268. <constraint firstItem="ia5-Nx-i7b" firstAttribute="top" secondItem="xOt-9K-BoD" secondAttribute="bottom" constant="8" id="OtQ-ou-qCt"/>
  269. <constraint firstAttribute="trailing" secondItem="Wcn-f8-1NH" secondAttribute="trailing" id="P1L-oy-OvW"/>
  270. <constraint firstAttribute="trailing" secondItem="z0h-Id-Y5e" secondAttribute="trailing" id="R6C-Y1-q6R"/>
  271. <constraint firstItem="poh-Ws-min" firstAttribute="top" secondItem="zV4-CP-zpO" secondAttribute="bottom" constant="8" id="ROi-YR-gRZ"/>
  272. <constraint firstAttribute="trailing" secondItem="nZ6-Jv-gUn" secondAttribute="trailing" id="RoF-Oa-OKW"/>
  273. <constraint firstAttribute="trailing" secondItem="Xze-PX-f41" secondAttribute="trailing" id="Rth-28-cfv"/>
  274. <constraint firstItem="9bJ-S8-nA5" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="Swb-Mc-SO3"/>
  275. <constraint firstAttribute="trailing" secondItem="lh6-tm-P5g" secondAttribute="trailing" id="TeM-Ut-Erl"/>
  276. <constraint firstItem="z0h-Id-Y5e" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="VjI-ld-gTI"/>
  277. <constraint firstItem="J2i-e6-Ygr" firstAttribute="top" secondItem="Wcn-f8-1NH" secondAttribute="bottom" constant="8" id="W4z-fL-ZPT"/>
  278. <constraint firstItem="fUN-cL-wz5" firstAttribute="top" secondItem="nZ6-Jv-gUn" secondAttribute="bottom" constant="8" id="Wvw-cw-pZt"/>
  279. <constraint firstItem="MZo-fV-HuN" firstAttribute="top" secondItem="fUN-cL-wz5" secondAttribute="bottom" constant="8" id="Xcf-Ia-Vg0"/>
  280. <constraint firstItem="ubR-pE-dCf" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="XhD-BB-ctK"/>
  281. <constraint firstItem="SpF-MB-gxD" firstAttribute="top" secondItem="9bJ-S8-nA5" secondAttribute="bottom" constant="8" id="YaO-MH-c7u"/>
  282. <constraint firstAttribute="trailing" secondItem="1L3-yU-Hxu" secondAttribute="trailing" id="asI-m9-NYz"/>
  283. <constraint firstItem="poh-Ws-min" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="bQS-du-Xx7"/>
  284. <constraint firstItem="nZ6-Jv-gUn" firstAttribute="top" secondItem="lh6-tm-P5g" secondAttribute="bottom" constant="8" id="bX0-rb-j4J"/>
  285. <constraint firstItem="ubR-pE-dCf" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="10" id="cRa-vy-uwS"/>
  286. <constraint firstItem="lh6-tm-P5g" firstAttribute="top" secondItem="1L3-yU-Hxu" secondAttribute="bottom" constant="8" id="d70-UF-I91"/>
  287. <constraint firstItem="1L3-yU-Hxu" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="dHQ-iy-A1R"/>
  288. <constraint firstItem="7We-80-sT1" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="fgG-Y5-0MH"/>
  289. <constraint firstAttribute="trailing" secondItem="poh-Ws-min" secondAttribute="trailing" id="gmj-8h-yD7"/>
  290. <constraint firstItem="Thx-vf-vm0" firstAttribute="top" secondItem="0TR-ET-Cff" secondAttribute="bottom" constant="8" id="iWr-Uf-3yS"/>
  291. <constraint firstItem="JAf-c5-gRk" firstAttribute="top" secondItem="SpF-MB-gxD" secondAttribute="bottom" constant="8" id="jR3-Lc-kVc"/>
  292. <constraint firstItem="Wcn-f8-1NH" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="kQa-q2-KNI"/>
  293. <constraint firstItem="Thx-vf-vm0" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="kq3-Wu-i70"/>
  294. <constraint firstItem="k8C-ls-edx" firstAttribute="top" secondItem="qVl-Wc-9nw" secondAttribute="bottom" constant="8" id="qWn-vm-pA9"/>
  295. <constraint firstAttribute="trailing" secondItem="7We-80-sT1" secondAttribute="trailing" id="rMA-bM-NWG"/>
  296. <constraint firstAttribute="trailing" secondItem="GhZ-IV-Hm0" secondAttribute="trailing" id="sk0-V7-eva"/>
  297. <constraint firstAttribute="trailing" secondItem="SpF-MB-gxD" secondAttribute="trailing" id="uMz-hc-X4B"/>
  298. <constraint firstItem="ia5-Nx-i7b" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="22" id="uPW-re-afK"/>
  299. <constraint firstItem="Ef3-Sn-HRt" firstAttribute="top" secondItem="k8C-ls-edx" secondAttribute="bottom" constant="8" id="uZl-Wy-xKS"/>
  300. <constraint firstItem="Xze-PX-f41" firstAttribute="top" secondItem="Gwh-nD-uDc" secondAttribute="bottom" constant="8" id="vQI-Bd-AZe"/>
  301. <constraint firstItem="zV4-CP-zpO" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="22" id="voz-tX-fAj"/>
  302. <constraint firstAttribute="trailing" secondItem="JAf-c5-gRk" secondAttribute="trailing" id="vsE-9p-ezi"/>
  303. <constraint firstAttribute="trailing" secondItem="Thx-vf-vm0" secondAttribute="trailing" id="wI8-gT-MBP"/>
  304. <constraint firstItem="GhZ-IV-Hm0" firstAttribute="top" secondItem="7We-80-sT1" secondAttribute="bottom" constant="8" id="x1l-zi-Gi1"/>
  305. <constraint firstAttribute="trailing" secondItem="MZo-fV-HuN" secondAttribute="trailing" id="z4Q-4R-und"/>
  306. <constraint firstItem="nZ6-Jv-gUn" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="zqj-k3-Oab"/>
  307. <constraint firstItem="qVl-Wc-9nw" firstAttribute="top" secondItem="MZo-fV-HuN" secondAttribute="bottom" constant="8" id="ztK-kn-Gu5"/>
  308. </constraints>
  309. </tableViewCellContentView>
  310. <viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
  311. <connections>
  312. <outlet property="btnBrand" destination="7We-80-sT1" id="BVQ-aR-YCa"/>
  313. <outlet property="btnKind" destination="SpF-MB-gxD" id="LKy-MG-tYe"/>
  314. <outlet property="btnVariety" destination="Wcn-f8-1NH" id="VyV-68-ga1"/>
  315. <outlet property="txtGoodsCode" destination="z0h-Id-Y5e" id="jXv-og-9Wa"/>
  316. <outlet property="txtGoodsName" destination="qVl-Wc-9nw" id="5Ve-II-PmX"/>
  317. <outlet property="txtOnlyCode" destination="lh6-tm-P5g" id="Rhy-Ma-Tdz"/>
  318. </connections>
  319. <point key="canvasLocation" x="44.5" y="81.5"/>
  320. </tableViewCell>
  321. </objects>
  322. </document>