OrderListSearchCell.xib 50 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523
  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" 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="Constraints with non-1.0 multipliers" minToolsVersion="5.1"/>
  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="624" id="KGk-i7-Jjw" customClass="OrderListSearchCell">
  16. <rect key="frame" x="0.0" y="0.0" width="461" height="624"/>
  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="461" height="623.5"/>
  20. <autoresizingMask key="autoresizingMask"/>
  21. <subviews>
  22. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Sj4-OG-tYp">
  23. <rect key="frame" x="0.0" y="10" width="461" height="1"/>
  24. <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  25. <constraints>
  26. <constraint firstAttribute="height" constant="1" id="8Ni-fr-7GK"/>
  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="Cew-ww-JIv">
  30. <rect key="frame" x="22" y="19" width="80" height="21"/>
  31. <constraints>
  32. <constraint firstAttribute="width" constant="80" id="K8p-K2-voR"/>
  33. <constraint firstAttribute="height" constant="21" id="KLK-8y-dJv"/>
  34. </constraints>
  35. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  36. <nil key="textColor"/>
  37. <nil key="highlightedColor"/>
  38. </label>
  39. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="X0g-g7-OmH">
  40. <rect key="frame" x="0.0" y="48" width="461" height="1"/>
  41. <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  42. <constraints>
  43. <constraint firstAttribute="height" constant="1" id="uge-IE-6q4"/>
  44. </constraints>
  45. </view>
  46. <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="请输入订单单号" textAlignment="center" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="ZAM-Yw-ElB">
  47. <rect key="frame" x="0.0" y="57" width="461" height="21"/>
  48. <constraints>
  49. <constraint firstAttribute="height" constant="21" id="b3P-X8-VjE"/>
  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="AYC-OB-o9V">
  56. <rect key="frame" x="0.0" y="86" width="461" height="1"/>
  57. <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  58. <constraints>
  59. <constraint firstAttribute="height" constant="1" id="7wq-eS-QKq"/>
  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="w2C-4l-qoQ">
  63. <rect key="frame" x="22" y="95" width="80" height="21"/>
  64. <constraints>
  65. <constraint firstAttribute="height" constant="21" id="ewL-Td-BBz"/>
  66. <constraint firstAttribute="width" constant="80" id="tp4-GY-iYt"/>
  67. </constraints>
  68. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  69. <nil key="textColor"/>
  70. <nil key="highlightedColor"/>
  71. </label>
  72. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="2fd-0x-5Z7">
  73. <rect key="frame" x="0.0" y="124" width="461" height="1"/>
  74. <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  75. <constraints>
  76. <constraint firstAttribute="height" constant="1" id="up2-lR-Nwm"/>
  77. </constraints>
  78. </view>
  79. <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="请输入客户名称" textAlignment="center" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="HF6-Tn-BG9">
  80. <rect key="frame" x="0.0" y="133" width="461" height="21"/>
  81. <constraints>
  82. <constraint firstAttribute="height" constant="21" id="b0V-Bj-XMA"/>
  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="x6D-HJ-sp4">
  89. <rect key="frame" x="0.0" y="162" width="461" height="1"/>
  90. <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  91. <constraints>
  92. <constraint firstAttribute="height" constant="1" id="17H-c7-lX6"/>
  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="43N-hQ-GjF">
  96. <rect key="frame" x="22" y="171" width="80" height="21"/>
  97. <constraints>
  98. <constraint firstAttribute="width" constant="80" id="ERQ-72-BTb"/>
  99. <constraint firstAttribute="height" constant="21" id="Ehw-Xm-uec"/>
  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="tqv-Tr-YbT">
  106. <rect key="frame" x="0.0" y="200" width="461" height="1"/>
  107. <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  108. <constraints>
  109. <constraint firstAttribute="height" constant="1" id="zVX-DX-x9y"/>
  110. </constraints>
  111. </view>
  112. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="jIM-QI-cO7">
  113. <rect key="frame" x="0.0" y="209" width="461" height="21"/>
  114. <constraints>
  115. <constraint firstAttribute="height" constant="21" id="Ydv-CZ-5vK"/>
  116. </constraints>
  117. <state key="normal" title="请选择开始账务日期">
  118. <color key="titleColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  119. </state>
  120. <connections>
  121. <action selector="showStartDate:" destination="KGk-i7-Jjw" eventType="touchUpInside" id="ihE-hU-zCQ"/>
  122. </connections>
  123. </button>
  124. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="S5g-oj-t5e">
  125. <rect key="frame" x="0.0" y="238" width="461" height="1"/>
  126. <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  127. <constraints>
  128. <constraint firstAttribute="height" constant="1" id="fSM-Ga-ayv"/>
  129. </constraints>
  130. </view>
  131. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="结束时间" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="XlD-XY-aJ1">
  132. <rect key="frame" x="22" y="247" width="80" height="21"/>
  133. <constraints>
  134. <constraint firstAttribute="height" constant="21" id="2pI-C0-kvq"/>
  135. <constraint firstAttribute="width" constant="80" id="Hxx-xl-eFG"/>
  136. </constraints>
  137. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  138. <nil key="textColor"/>
  139. <nil key="highlightedColor"/>
  140. </label>
  141. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="9vt-dU-xux">
  142. <rect key="frame" x="0.0" y="276" width="461" height="1"/>
  143. <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  144. <constraints>
  145. <constraint firstAttribute="height" constant="1" id="6pE-sE-W7T"/>
  146. </constraints>
  147. </view>
  148. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="S8q-Zq-H85">
  149. <rect key="frame" x="0.0" y="285" width="461" height="21"/>
  150. <constraints>
  151. <constraint firstAttribute="height" constant="21" id="KNM-5K-Aj1"/>
  152. </constraints>
  153. <state key="normal" title="请选择结束账务日期">
  154. <color key="titleColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  155. </state>
  156. <connections>
  157. <action selector="showEndDate:" destination="KGk-i7-Jjw" eventType="touchUpInside" id="nAx-ab-wXm"/>
  158. </connections>
  159. </button>
  160. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="UoW-J3-ojD">
  161. <rect key="frame" x="0.0" y="314" width="461" height="1"/>
  162. <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  163. <constraints>
  164. <constraint firstAttribute="height" constant="1" id="5OO-Fo-TOx"/>
  165. </constraints>
  166. </view>
  167. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="商品编码" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ryU-CT-6c4">
  168. <rect key="frame" x="22" y="323" width="80" height="21"/>
  169. <constraints>
  170. <constraint firstAttribute="width" constant="80" id="Y48-hT-uIe"/>
  171. </constraints>
  172. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  173. <nil key="textColor"/>
  174. <nil key="highlightedColor"/>
  175. </label>
  176. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ch1-I0-ZuL">
  177. <rect key="frame" x="0.0" y="352" width="461" height="1"/>
  178. <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  179. <constraints>
  180. <constraint firstAttribute="height" constant="1" id="Tgn-ck-noK"/>
  181. </constraints>
  182. </view>
  183. <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="请输入商品编码" textAlignment="center" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="u0s-XW-d3Z">
  184. <rect key="frame" x="0.0" y="361" width="461" height="21"/>
  185. <constraints>
  186. <constraint firstAttribute="height" constant="21" id="dQD-Ml-Bc1"/>
  187. </constraints>
  188. <nil key="textColor"/>
  189. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  190. <textInputTraits key="textInputTraits"/>
  191. </textField>
  192. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="h4B-55-Yh1">
  193. <rect key="frame" x="0.0" y="390" width="461" height="1"/>
  194. <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  195. <constraints>
  196. <constraint firstAttribute="height" constant="1" id="AsF-hD-Ydr"/>
  197. </constraints>
  198. </view>
  199. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="客户编码" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="6hQ-21-wfb">
  200. <rect key="frame" x="22" y="399" width="80" height="21"/>
  201. <constraints>
  202. <constraint firstAttribute="width" constant="80" id="7gV-Td-Weu"/>
  203. <constraint firstAttribute="height" constant="21" id="eDa-Si-OL8"/>
  204. </constraints>
  205. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  206. <nil key="textColor"/>
  207. <nil key="highlightedColor"/>
  208. </label>
  209. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="e0X-Yy-HEA">
  210. <rect key="frame" x="0.0" y="428" width="461" height="1"/>
  211. <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  212. <constraints>
  213. <constraint firstAttribute="height" constant="1" id="BNK-56-cJm"/>
  214. </constraints>
  215. </view>
  216. <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="请输入客户编码" textAlignment="center" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="agY-2g-MOO">
  217. <rect key="frame" x="0.0" y="437" width="461" height="21"/>
  218. <constraints>
  219. <constraint firstAttribute="height" constant="21" id="D5K-5a-LwL"/>
  220. </constraints>
  221. <color key="textColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  222. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  223. <textInputTraits key="textInputTraits"/>
  224. </textField>
  225. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="f1Z-yQ-AMF">
  226. <rect key="frame" x="0.0" y="466" width="461" height="1"/>
  227. <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  228. <constraints>
  229. <constraint firstAttribute="height" constant="1" id="3ga-OI-Z3W"/>
  230. </constraints>
  231. </view>
  232. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="客户地址" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="lED-25-erc">
  233. <rect key="frame" x="22" y="475" width="80" height="21"/>
  234. <constraints>
  235. <constraint firstAttribute="width" constant="80" id="fwa-zq-09g"/>
  236. <constraint firstAttribute="height" constant="21" id="vWv-9v-4sf"/>
  237. </constraints>
  238. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  239. <nil key="textColor"/>
  240. <nil key="highlightedColor"/>
  241. </label>
  242. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Fln-4M-TZe">
  243. <rect key="frame" x="0.0" y="504" width="461" height="1"/>
  244. <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  245. <constraints>
  246. <constraint firstAttribute="height" constant="1" id="uUf-t2-rXt"/>
  247. </constraints>
  248. </view>
  249. <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="请输入客户地址" textAlignment="center" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="X9e-Ey-h60">
  250. <rect key="frame" x="0.0" y="513" width="461" height="21"/>
  251. <constraints>
  252. <constraint firstAttribute="height" constant="21" id="ctD-bA-2ix"/>
  253. </constraints>
  254. <nil key="textColor"/>
  255. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  256. <textInputTraits key="textInputTraits"/>
  257. </textField>
  258. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="HAU-jc-Frp">
  259. <rect key="frame" x="0.0" y="542" width="461" height="1"/>
  260. <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  261. <constraints>
  262. <constraint firstAttribute="height" constant="1" id="MeZ-z5-vp5"/>
  263. </constraints>
  264. </view>
  265. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="单据状态" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="y1x-CM-gVO">
  266. <rect key="frame" x="22" y="551" width="80" height="21"/>
  267. <constraints>
  268. <constraint firstAttribute="width" constant="80" id="bhn-x9-pJ2"/>
  269. <constraint firstAttribute="height" constant="21" id="lQe-jW-fHs"/>
  270. </constraints>
  271. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  272. <nil key="textColor"/>
  273. <nil key="highlightedColor"/>
  274. </label>
  275. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="f6M-Rl-Wgx">
  276. <rect key="frame" x="0.0" y="580" width="461" height="1"/>
  277. <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  278. <constraints>
  279. <constraint firstAttribute="height" constant="1" id="xbX-K2-yZe"/>
  280. </constraints>
  281. </view>
  282. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="1LG-vR-Y81">
  283. <rect key="frame" x="0.0" y="581" width="115.5" height="40"/>
  284. <subviews>
  285. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Y9N-BZ-Sq1">
  286. <rect key="frame" x="27.5" y="10" width="60" height="20"/>
  287. <constraints>
  288. <constraint firstAttribute="width" constant="60" id="4uw-bb-wBn"/>
  289. <constraint firstAttribute="height" constant="20" id="KiP-iw-FKA"/>
  290. </constraints>
  291. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  292. <state key="normal" title="确定">
  293. <color key="titleColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  294. </state>
  295. <userDefinedRuntimeAttributes>
  296. <userDefinedRuntimeAttribute type="string" keyPath="layer.cornerRadius" value="4"/>
  297. <userDefinedRuntimeAttribute type="string" keyPath="layer.borderWidth" value="1"/>
  298. <userDefinedRuntimeAttribute type="color" keyPath="layer.borderColor">
  299. <color key="value" white="0.75" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
  300. </userDefinedRuntimeAttribute>
  301. </userDefinedRuntimeAttributes>
  302. </button>
  303. </subviews>
  304. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  305. <constraints>
  306. <constraint firstItem="Y9N-BZ-Sq1" firstAttribute="centerY" secondItem="1LG-vR-Y81" secondAttribute="centerY" id="ATo-K3-4tC"/>
  307. <constraint firstAttribute="height" constant="40" id="SXP-VO-KjJ"/>
  308. <constraint firstItem="Y9N-BZ-Sq1" firstAttribute="centerX" secondItem="1LG-vR-Y81" secondAttribute="centerX" id="xc6-zL-pNW"/>
  309. </constraints>
  310. </view>
  311. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="WSw-sN-h7i">
  312. <rect key="frame" x="115.5" y="581" width="115" height="40"/>
  313. <subviews>
  314. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="bL9-NG-pxw">
  315. <rect key="frame" x="27.5" y="10" width="60" height="20"/>
  316. <constraints>
  317. <constraint firstAttribute="width" constant="60" id="KY9-Pz-sdf"/>
  318. <constraint firstAttribute="height" constant="20" id="yHA-y2-hMg"/>
  319. </constraints>
  320. <state key="normal" title="完成">
  321. <color key="titleColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  322. </state>
  323. <userDefinedRuntimeAttributes>
  324. <userDefinedRuntimeAttribute type="string" keyPath="layer.cornerRadius" value="4"/>
  325. <userDefinedRuntimeAttribute type="string" keyPath="layer.borderWidth" value="1"/>
  326. <userDefinedRuntimeAttribute type="color" keyPath="layer.borderColor">
  327. <color key="value" white="0.75" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  328. </userDefinedRuntimeAttribute>
  329. </userDefinedRuntimeAttributes>
  330. </button>
  331. </subviews>
  332. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  333. <constraints>
  334. <constraint firstAttribute="height" constant="40" id="Tgx-Bc-Qmc"/>
  335. <constraint firstItem="bL9-NG-pxw" firstAttribute="centerX" secondItem="WSw-sN-h7i" secondAttribute="centerX" id="rn4-Kk-GSd"/>
  336. <constraint firstItem="bL9-NG-pxw" firstAttribute="centerY" secondItem="WSw-sN-h7i" secondAttribute="centerY" id="x8J-rS-eIm"/>
  337. </constraints>
  338. </view>
  339. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="mIh-tJ-9CU">
  340. <rect key="frame" x="230.5" y="581" width="115.5" height="40"/>
  341. <subviews>
  342. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="n8T-nC-qns">
  343. <rect key="frame" x="27.5" y="10" width="60" height="20"/>
  344. <constraints>
  345. <constraint firstAttribute="height" constant="20" id="6H4-1d-evS"/>
  346. <constraint firstAttribute="width" constant="60" id="vge-Ij-8UQ"/>
  347. </constraints>
  348. <state key="normal" title="未完成">
  349. <color key="titleColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  350. </state>
  351. <userDefinedRuntimeAttributes>
  352. <userDefinedRuntimeAttribute type="string" keyPath="layer.cornerRadius" value="4"/>
  353. <userDefinedRuntimeAttribute type="string" keyPath="layer.borderWidth" value="1"/>
  354. <userDefinedRuntimeAttribute type="color" keyPath="layer.borderColor">
  355. <color key="value" white="0.75" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  356. </userDefinedRuntimeAttribute>
  357. </userDefinedRuntimeAttributes>
  358. </button>
  359. </subviews>
  360. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  361. <constraints>
  362. <constraint firstItem="n8T-nC-qns" firstAttribute="centerY" secondItem="mIh-tJ-9CU" secondAttribute="centerY" id="LEk-6a-tAZ"/>
  363. <constraint firstAttribute="height" constant="40" id="NZy-l5-btx"/>
  364. <constraint firstItem="n8T-nC-qns" firstAttribute="centerX" secondItem="mIh-tJ-9CU" secondAttribute="centerX" id="mA4-hn-Ga6"/>
  365. </constraints>
  366. </view>
  367. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="EdQ-bS-rcN">
  368. <rect key="frame" x="346" y="581" width="115" height="40"/>
  369. <subviews>
  370. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Q1B-q3-zj8">
  371. <rect key="frame" x="27" y="10" width="60" height="20"/>
  372. <constraints>
  373. <constraint firstAttribute="height" constant="20" id="4eh-St-kKv"/>
  374. <constraint firstAttribute="width" constant="60" id="bdT-RN-UcQ"/>
  375. </constraints>
  376. <state key="normal" title="冲正">
  377. <color key="titleColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  378. </state>
  379. <userDefinedRuntimeAttributes>
  380. <userDefinedRuntimeAttribute type="string" keyPath="layer.cornerRadius" value="4"/>
  381. <userDefinedRuntimeAttribute type="string" keyPath="layer.borderWidth" value="1"/>
  382. <userDefinedRuntimeAttribute type="color" keyPath="layer.borderColor">
  383. <color key="value" white="0.75" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  384. </userDefinedRuntimeAttribute>
  385. </userDefinedRuntimeAttributes>
  386. </button>
  387. </subviews>
  388. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  389. <constraints>
  390. <constraint firstItem="Q1B-q3-zj8" firstAttribute="centerX" secondItem="EdQ-bS-rcN" secondAttribute="centerX" id="BCb-km-rWs"/>
  391. <constraint firstItem="Q1B-q3-zj8" firstAttribute="centerY" secondItem="EdQ-bS-rcN" secondAttribute="centerY" id="qo5-1V-HHX"/>
  392. <constraint firstAttribute="height" constant="40" id="wfO-8R-6qc"/>
  393. </constraints>
  394. </view>
  395. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="cLX-Nw-tdm">
  396. <rect key="frame" x="0.0" y="621" width="461" height="1"/>
  397. <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  398. <constraints>
  399. <constraint firstAttribute="height" constant="1" id="luT-20-4uS"/>
  400. </constraints>
  401. </view>
  402. </subviews>
  403. <constraints>
  404. <constraint firstItem="y1x-CM-gVO" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="22" id="0c2-nC-IIC"/>
  405. <constraint firstItem="e0X-Yy-HEA" firstAttribute="top" secondItem="6hQ-21-wfb" secondAttribute="bottom" constant="8" id="2pD-H0-ZqY"/>
  406. <constraint firstAttribute="trailing" secondItem="h4B-55-Yh1" secondAttribute="trailing" id="35T-tC-ae8"/>
  407. <constraint firstItem="f1Z-yQ-AMF" firstAttribute="top" secondItem="agY-2g-MOO" secondAttribute="bottom" constant="8" id="4Aa-r2-Om7"/>
  408. <constraint firstItem="agY-2g-MOO" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="4LZ-IQ-UCK"/>
  409. <constraint firstItem="6hQ-21-wfb" firstAttribute="top" secondItem="h4B-55-Yh1" secondAttribute="bottom" constant="8" id="58i-R4-KGd"/>
  410. <constraint firstItem="EdQ-bS-rcN" firstAttribute="width" secondItem="mIh-tJ-9CU" secondAttribute="width" id="5P5-JY-mfD"/>
  411. <constraint firstAttribute="trailing" secondItem="Fln-4M-TZe" secondAttribute="trailing" id="6UG-f9-yHe"/>
  412. <constraint firstItem="X9e-Ey-h60" firstAttribute="top" secondItem="Fln-4M-TZe" secondAttribute="bottom" constant="8" id="6eB-2m-JhR"/>
  413. <constraint firstAttribute="trailing" secondItem="X0g-g7-OmH" secondAttribute="trailing" id="6fW-Du-kud"/>
  414. <constraint firstItem="X0g-g7-OmH" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="79O-th-dqx"/>
  415. <constraint firstItem="2fd-0x-5Z7" firstAttribute="top" secondItem="w2C-4l-qoQ" secondAttribute="bottom" constant="8" id="7Ls-04-CuI"/>
  416. <constraint firstItem="u0s-XW-d3Z" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="8M4-TC-JwA"/>
  417. <constraint firstItem="XlD-XY-aJ1" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="22" id="9Lm-R0-S7h"/>
  418. <constraint firstItem="S5g-oj-t5e" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="9RY-6w-nXO"/>
  419. <constraint firstItem="Sj4-OG-tYp" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="10" id="AOG-xT-ILy"/>
  420. <constraint firstItem="ZAM-Yw-ElB" firstAttribute="top" secondItem="X0g-g7-OmH" secondAttribute="bottom" constant="8" id="B0R-dj-LAp"/>
  421. <constraint firstItem="AYC-OB-o9V" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="BKs-cR-qnW"/>
  422. <constraint firstAttribute="trailing" secondItem="S8q-Zq-H85" secondAttribute="trailing" id="BRa-Ex-215"/>
  423. <constraint firstItem="Fln-4M-TZe" firstAttribute="top" secondItem="lED-25-erc" secondAttribute="bottom" constant="8" id="BsX-YY-E4d"/>
  424. <constraint firstItem="jIM-QI-cO7" firstAttribute="top" secondItem="tqv-Tr-YbT" secondAttribute="bottom" constant="8" id="CMP-z8-KJK"/>
  425. <constraint firstItem="9vt-dU-xux" firstAttribute="top" secondItem="XlD-XY-aJ1" secondAttribute="bottom" constant="8" id="CQZ-AC-DR3"/>
  426. <constraint firstAttribute="bottom" secondItem="cLX-Nw-tdm" secondAttribute="bottom" constant="1.5" id="Car-Xv-RNV"/>
  427. <constraint firstAttribute="trailing" secondItem="S5g-oj-t5e" secondAttribute="trailing" id="E3t-u1-Ajy"/>
  428. <constraint firstItem="WSw-sN-h7i" firstAttribute="width" secondItem="1LG-vR-Y81" secondAttribute="width" id="EXQ-Wz-ASj"/>
  429. <constraint firstAttribute="trailing" secondItem="jIM-QI-cO7" secondAttribute="trailing" id="Edd-Gl-jdP"/>
  430. <constraint firstAttribute="trailing" secondItem="x6D-HJ-sp4" secondAttribute="trailing" id="FKK-L0-f04"/>
  431. <constraint firstItem="w2C-4l-qoQ" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="22" id="FVa-QD-hj4"/>
  432. <constraint firstItem="AYC-OB-o9V" firstAttribute="top" secondItem="ZAM-Yw-ElB" secondAttribute="bottom" constant="8" id="FlZ-QW-lnT"/>
  433. <constraint firstItem="lED-25-erc" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="22" id="GMH-6z-OZJ"/>
  434. <constraint firstItem="Cew-ww-JIv" firstAttribute="top" secondItem="Sj4-OG-tYp" secondAttribute="bottom" constant="8" id="GUm-2X-w6X"/>
  435. <constraint firstItem="cLX-Nw-tdm" firstAttribute="top" secondItem="1LG-vR-Y81" secondAttribute="bottom" id="Gsw-2J-FQv"/>
  436. <constraint firstAttribute="trailing" secondItem="f6M-Rl-Wgx" secondAttribute="trailing" id="HEx-T4-lj7"/>
  437. <constraint firstItem="EdQ-bS-rcN" firstAttribute="leading" secondItem="mIh-tJ-9CU" secondAttribute="trailing" id="HXf-pL-qV5"/>
  438. <constraint firstItem="WSw-sN-h7i" firstAttribute="top" secondItem="f6M-Rl-Wgx" secondAttribute="bottom" id="Ixz-jQ-o9Z"/>
  439. <constraint firstItem="X0g-g7-OmH" firstAttribute="top" secondItem="Cew-ww-JIv" secondAttribute="bottom" constant="8" id="J2L-sH-noq"/>
  440. <constraint firstItem="mIh-tJ-9CU" firstAttribute="width" secondItem="WSw-sN-h7i" secondAttribute="width" id="JFs-C8-yUk"/>
  441. <constraint firstItem="f6M-Rl-Wgx" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="K8s-6P-lbx"/>
  442. <constraint firstItem="Sj4-OG-tYp" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="KXp-hZ-KKa"/>
  443. <constraint firstItem="1LG-vR-Y81" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="KZ5-1e-yK1"/>
  444. <constraint firstAttribute="trailing" secondItem="UoW-J3-ojD" secondAttribute="trailing" id="LKJ-o3-1fa"/>
  445. <constraint firstItem="S8q-Zq-H85" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="MHw-Fs-hge"/>
  446. <constraint firstItem="ZAM-Yw-ElB" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="MMF-yR-Xt1"/>
  447. <constraint firstItem="tqv-Tr-YbT" firstAttribute="top" secondItem="43N-hQ-GjF" secondAttribute="bottom" constant="8" id="NT0-sj-XWP"/>
  448. <constraint firstItem="43N-hQ-GjF" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="22" id="Nel-0c-qnt"/>
  449. <constraint firstItem="e0X-Yy-HEA" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="NrJ-jo-C5v"/>
  450. <constraint firstItem="ryU-CT-6c4" firstAttribute="top" secondItem="UoW-J3-ojD" secondAttribute="bottom" constant="8" id="ONg-Kh-WyR"/>
  451. <constraint firstItem="Fln-4M-TZe" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="Pht-yC-Mmt"/>
  452. <constraint firstAttribute="trailing" secondItem="ZAM-Yw-ElB" secondAttribute="trailing" id="PyF-ZL-Tzl"/>
  453. <constraint firstItem="u0s-XW-d3Z" firstAttribute="top" secondItem="ch1-I0-ZuL" secondAttribute="bottom" constant="8" id="QAb-CV-3nU"/>
  454. <constraint firstItem="HF6-Tn-BG9" firstAttribute="top" secondItem="2fd-0x-5Z7" secondAttribute="bottom" constant="8" id="RjU-6q-gej"/>
  455. <constraint firstItem="mIh-tJ-9CU" firstAttribute="top" secondItem="f6M-Rl-Wgx" secondAttribute="bottom" id="Ro6-pC-hJ1"/>
  456. <constraint firstItem="cLX-Nw-tdm" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="Sgb-lp-nVG"/>
  457. <constraint firstItem="h4B-55-Yh1" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="Ss7-8p-L1h"/>
  458. <constraint firstItem="2fd-0x-5Z7" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="T29-DL-m06"/>
  459. <constraint firstItem="1LG-vR-Y81" firstAttribute="width" secondItem="H2p-sc-9uM" secondAttribute="width" multiplier="1:4" id="TFI-r7-YAT"/>
  460. <constraint firstItem="X9e-Ey-h60" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="TeH-XJ-dU8"/>
  461. <constraint firstAttribute="trailing" secondItem="HAU-jc-Frp" secondAttribute="trailing" id="TvU-Th-zWE"/>
  462. <constraint firstItem="tqv-Tr-YbT" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="VGD-xr-LGc"/>
  463. <constraint firstItem="UoW-J3-ojD" firstAttribute="top" secondItem="S8q-Zq-H85" secondAttribute="bottom" constant="8" id="Vjz-Pz-Wxu"/>
  464. <constraint firstItem="x6D-HJ-sp4" firstAttribute="top" secondItem="HF6-Tn-BG9" secondAttribute="bottom" constant="8" id="WSQ-d1-lph"/>
  465. <constraint firstItem="1LG-vR-Y81" firstAttribute="top" secondItem="f6M-Rl-Wgx" secondAttribute="bottom" id="XUq-a8-8Tt"/>
  466. <constraint firstItem="WSw-sN-h7i" firstAttribute="leading" secondItem="1LG-vR-Y81" secondAttribute="trailing" id="YhQ-7r-8Fz"/>
  467. <constraint firstItem="ch1-I0-ZuL" firstAttribute="top" secondItem="ryU-CT-6c4" secondAttribute="bottom" constant="8" id="ZoO-DR-CLD"/>
  468. <constraint firstItem="HF6-Tn-BG9" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="aiX-5B-GnI"/>
  469. <constraint firstItem="mIh-tJ-9CU" firstAttribute="leading" secondItem="WSw-sN-h7i" secondAttribute="trailing" id="bEQ-dQ-uer"/>
  470. <constraint firstItem="Cew-ww-JIv" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="22" id="bcg-DR-WeV"/>
  471. <constraint firstItem="h4B-55-Yh1" firstAttribute="top" secondItem="u0s-XW-d3Z" secondAttribute="bottom" constant="8" id="bty-Rn-R5e"/>
  472. <constraint firstItem="6hQ-21-wfb" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="22" id="c4Y-jY-zVx"/>
  473. <constraint firstAttribute="trailing" secondItem="ch1-I0-ZuL" secondAttribute="trailing" id="d0J-2l-E7D"/>
  474. <constraint firstItem="f1Z-yQ-AMF" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="eaP-Cx-wxU"/>
  475. <constraint firstAttribute="trailing" secondItem="f1Z-yQ-AMF" secondAttribute="trailing" id="exQ-bs-n7I"/>
  476. <constraint firstItem="x6D-HJ-sp4" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="fRA-zK-pjL"/>
  477. <constraint firstAttribute="trailing" secondItem="u0s-XW-d3Z" secondAttribute="trailing" id="fbw-cS-tF1"/>
  478. <constraint firstAttribute="trailing" secondItem="agY-2g-MOO" secondAttribute="trailing" id="fls-B3-WlG"/>
  479. <constraint firstItem="jIM-QI-cO7" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="g2H-qN-Tnp"/>
  480. <constraint firstItem="S8q-Zq-H85" firstAttribute="top" secondItem="9vt-dU-xux" secondAttribute="bottom" constant="8" id="iId-tI-cBU"/>
  481. <constraint firstAttribute="trailing" secondItem="2fd-0x-5Z7" secondAttribute="trailing" id="iMA-7o-vaQ"/>
  482. <constraint firstItem="EdQ-bS-rcN" firstAttribute="top" secondItem="f6M-Rl-Wgx" secondAttribute="bottom" id="inv-yy-hyj"/>
  483. <constraint firstAttribute="trailing" secondItem="X9e-Ey-h60" secondAttribute="trailing" id="kb4-Rg-T8G"/>
  484. <constraint firstItem="ryU-CT-6c4" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="22" id="lgQ-Ux-fKk"/>
  485. <constraint firstItem="9vt-dU-xux" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="lyC-tK-Y4b"/>
  486. <constraint firstItem="HAU-jc-Frp" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="mhz-Cb-Nwb"/>
  487. <constraint firstItem="XlD-XY-aJ1" firstAttribute="top" secondItem="S5g-oj-t5e" secondAttribute="bottom" constant="8" id="otX-Kb-W7i"/>
  488. <constraint firstAttribute="trailing" secondItem="AYC-OB-o9V" secondAttribute="trailing" id="qOG-Mm-YQ6"/>
  489. <constraint firstItem="f6M-Rl-Wgx" firstAttribute="top" secondItem="y1x-CM-gVO" secondAttribute="bottom" constant="8" id="rJT-Vd-etl"/>
  490. <constraint firstItem="43N-hQ-GjF" firstAttribute="top" secondItem="x6D-HJ-sp4" secondAttribute="bottom" constant="8" id="rRf-hc-eHX"/>
  491. <constraint firstItem="HAU-jc-Frp" firstAttribute="top" secondItem="X9e-Ey-h60" secondAttribute="bottom" constant="8" id="rZY-51-gV2"/>
  492. <constraint firstItem="ch1-I0-ZuL" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="rmA-N4-HPa"/>
  493. <constraint firstAttribute="trailing" secondItem="9vt-dU-xux" secondAttribute="trailing" id="sQH-t5-27T"/>
  494. <constraint firstAttribute="trailing" secondItem="tqv-Tr-YbT" secondAttribute="trailing" id="tZH-rc-t1x"/>
  495. <constraint firstAttribute="trailing" secondItem="Sj4-OG-tYp" secondAttribute="trailing" id="u1a-Ib-dZ3"/>
  496. <constraint firstItem="lED-25-erc" firstAttribute="top" secondItem="f1Z-yQ-AMF" secondAttribute="bottom" constant="8" id="uJ6-p4-Fjp"/>
  497. <constraint firstItem="y1x-CM-gVO" firstAttribute="top" secondItem="HAU-jc-Frp" secondAttribute="bottom" constant="8" id="uzx-kX-L6Y"/>
  498. <constraint firstAttribute="trailing" secondItem="e0X-Yy-HEA" secondAttribute="trailing" id="v6F-B0-lyf"/>
  499. <constraint firstItem="S5g-oj-t5e" firstAttribute="top" secondItem="jIM-QI-cO7" secondAttribute="bottom" constant="8" id="vZq-c2-pSS"/>
  500. <constraint firstItem="UoW-J3-ojD" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="vp9-hf-mvu"/>
  501. <constraint firstAttribute="trailing" secondItem="cLX-Nw-tdm" secondAttribute="trailing" id="wTo-4V-O52"/>
  502. <constraint firstItem="agY-2g-MOO" firstAttribute="top" secondItem="e0X-Yy-HEA" secondAttribute="bottom" constant="8" id="yqU-38-8wr"/>
  503. <constraint firstItem="w2C-4l-qoQ" firstAttribute="top" secondItem="AYC-OB-o9V" secondAttribute="bottom" constant="8" id="zHd-WX-bM5"/>
  504. <constraint firstAttribute="trailing" secondItem="HF6-Tn-BG9" secondAttribute="trailing" id="zel-fw-BDB"/>
  505. </constraints>
  506. </tableViewCellContentView>
  507. <connections>
  508. <outlet property="completeBtn" destination="bL9-NG-pxw" id="2xw-38-Vzv"/>
  509. <outlet property="correctBtn" destination="Q1B-q3-zj8" id="hZQ-lp-iaC"/>
  510. <outlet property="customerAddressTxt" destination="X9e-Ey-h60" id="7hD-vc-Z15"/>
  511. <outlet property="customerCodeTxt" destination="agY-2g-MOO" id="ON8-lF-RSI"/>
  512. <outlet property="customerNameTxt" destination="HF6-Tn-BG9" id="IKI-Yg-rlf"/>
  513. <outlet property="endDateBtn" destination="S8q-Zq-H85" id="QEt-uS-CZH"/>
  514. <outlet property="inCompleteBtn" destination="n8T-nC-qns" id="dAt-m8-Slw"/>
  515. <outlet property="orderNoTxt" destination="ZAM-Yw-ElB" id="AWX-47-atz"/>
  516. <outlet property="productCodeTxt" destination="u0s-XW-d3Z" id="RsL-W8-dMC"/>
  517. <outlet property="startDateBtn" destination="jIM-QI-cO7" id="qLL-TP-mOH"/>
  518. <outlet property="sureBtn" destination="Y9N-BZ-Sq1" id="MSW-yT-LAX"/>
  519. </connections>
  520. <point key="canvasLocation" x="109.5" y="208"/>
  521. </tableViewCell>
  522. </objects>
  523. </document>