MTWorkHomeHeaderView.xib 98 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="17701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17703"/>
  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"/>
  12. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  13. <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="MTWorkHomeHeaderView">
  14. <rect key="frame" x="0.0" y="0.0" width="375" height="860"/>
  15. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  16. <subviews>
  17. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="6lS-Sw-3tu">
  18. <rect key="frame" x="0.0" y="0.0" width="375" height="304"/>
  19. <subviews>
  20. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="workTopBg" translatesAutoresizingMaskIntoConstraints="NO" id="Xf2-KP-2wr">
  21. <rect key="frame" x="0.0" y="0.0" width="375" height="304"/>
  22. <constraints>
  23. <constraint firstAttribute="height" constant="304" id="BL9-Ib-FdA"/>
  24. </constraints>
  25. </imageView>
  26. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="办公" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="3AT-ty-8QM">
  27. <rect key="frame" x="18" y="52" width="45" height="27"/>
  28. <fontDescription key="fontDescription" type="system" weight="medium" pointSize="22"/>
  29. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  30. <nil key="highlightedColor"/>
  31. </label>
  32. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ZXZ-XN-TsZ">
  33. <rect key="frame" x="115" y="194" width="145" height="36"/>
  34. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  35. <constraints>
  36. <constraint firstAttribute="width" constant="145" id="V3X-LD-J35"/>
  37. <constraint firstAttribute="height" constant="36" id="pJp-KW-atI"/>
  38. </constraints>
  39. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  40. <state key="normal" title="立即签到">
  41. <color key="titleColor" red="0.27058823529999998" green="0.90196078430000004" blue="0.69019607839999997" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  42. </state>
  43. </button>
  44. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="3VH-Ug-pWp">
  45. <rect key="frame" x="5" y="94" width="365" height="60"/>
  46. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  47. <constraints>
  48. <constraint firstAttribute="height" constant="60" id="dbO-8A-S4C"/>
  49. </constraints>
  50. </view>
  51. <label hidden="YES" opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="后天" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="AQm-gN-62p">
  52. <rect key="frame" x="170" y="174" width="35" height="21"/>
  53. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  54. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  55. <nil key="highlightedColor"/>
  56. </label>
  57. <label hidden="YES" opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="DxA-Ys-6Hb">
  58. <rect key="frame" x="130" y="205" width="115" height="31.5"/>
  59. <string key="text">调度申请已批转
  60. OA已审批 本日出发</string>
  61. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  62. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  63. <nil key="highlightedColor"/>
  64. </label>
  65. </subviews>
  66. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  67. <constraints>
  68. <constraint firstAttribute="trailing" secondItem="Xf2-KP-2wr" secondAttribute="trailing" id="2eu-mq-5Wh"/>
  69. <constraint firstItem="DxA-Ys-6Hb" firstAttribute="centerX" secondItem="6lS-Sw-3tu" secondAttribute="centerX" id="Aba-43-aw2"/>
  70. <constraint firstItem="Xf2-KP-2wr" firstAttribute="top" secondItem="6lS-Sw-3tu" secondAttribute="top" id="Fna-5B-O4E"/>
  71. <constraint firstItem="ZXZ-XN-TsZ" firstAttribute="centerX" secondItem="6lS-Sw-3tu" secondAttribute="centerX" id="GgL-ln-mRR"/>
  72. <constraint firstItem="3VH-Ug-pWp" firstAttribute="leading" secondItem="6lS-Sw-3tu" secondAttribute="leading" constant="5" id="HHF-16-ZQD"/>
  73. <constraint firstItem="3AT-ty-8QM" firstAttribute="leading" secondItem="6lS-Sw-3tu" secondAttribute="leading" constant="18" id="M3r-dT-oL7"/>
  74. <constraint firstItem="DxA-Ys-6Hb" firstAttribute="top" secondItem="AQm-gN-62p" secondAttribute="bottom" constant="10" id="OZq-kz-yxi"/>
  75. <constraint firstItem="AQm-gN-62p" firstAttribute="top" secondItem="3VH-Ug-pWp" secondAttribute="bottom" constant="20" id="RZR-13-o5R"/>
  76. <constraint firstItem="Xf2-KP-2wr" firstAttribute="leading" secondItem="6lS-Sw-3tu" secondAttribute="leading" id="T5O-u6-hD8"/>
  77. <constraint firstItem="AQm-gN-62p" firstAttribute="centerX" secondItem="6lS-Sw-3tu" secondAttribute="centerX" id="VO2-TM-NJl"/>
  78. <constraint firstAttribute="bottom" secondItem="3AT-ty-8QM" secondAttribute="bottom" constant="225" id="eQJ-mz-fxX"/>
  79. <constraint firstAttribute="trailing" secondItem="3VH-Ug-pWp" secondAttribute="trailing" constant="5" id="l6G-wU-0Uo"/>
  80. <constraint firstAttribute="bottom" secondItem="ZXZ-XN-TsZ" secondAttribute="bottom" constant="74" id="p9G-xd-HwI"/>
  81. <constraint firstAttribute="height" constant="304" id="tR4-VW-9uO"/>
  82. <constraint firstAttribute="bottom" secondItem="Xf2-KP-2wr" secondAttribute="bottom" id="uuy-YT-xj6"/>
  83. <constraint firstItem="3VH-Ug-pWp" firstAttribute="top" secondItem="3AT-ty-8QM" secondAttribute="bottom" constant="15" id="x45-qC-7jw"/>
  84. </constraints>
  85. </view>
  86. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="3Be-2F-Bz3">
  87. <rect key="frame" x="18" y="294" width="339" height="130"/>
  88. <subviews>
  89. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="sign_icon" translatesAutoresizingMaskIntoConstraints="NO" id="OOf-3i-UfW">
  90. <rect key="frame" x="0.0" y="13" width="3" height="14"/>
  91. <constraints>
  92. <constraint firstAttribute="height" constant="14" id="3do-M9-V7m"/>
  93. <constraint firstAttribute="width" constant="3" id="azR-Gh-gwj"/>
  94. </constraints>
  95. </imageView>
  96. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="待办事项" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="JXq-J6-K6R">
  97. <rect key="frame" x="14" y="8" width="65.5" height="24"/>
  98. <constraints>
  99. <constraint firstAttribute="height" constant="24" id="Ggy-PR-UQP"/>
  100. </constraints>
  101. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  102. <nil key="textColor"/>
  103. <nil key="highlightedColor"/>
  104. </label>
  105. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="moreHui" translatesAutoresizingMaskIntoConstraints="NO" id="8GC-Ns-7Wf">
  106. <rect key="frame" x="325" y="15.5" width="5" height="9"/>
  107. <constraints>
  108. <constraint firstAttribute="height" constant="9" id="3uZ-Gt-sUw"/>
  109. <constraint firstAttribute="width" constant="5" id="4od-6d-Qw4"/>
  110. </constraints>
  111. </imageView>
  112. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="0" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Lbf-h5-Ea5">
  113. <rect key="frame" x="309" y="14.5" width="11" height="11"/>
  114. <color key="backgroundColor" red="0.98431372549019602" green="0.41568627450980389" blue="0.47450980392156861" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  115. <constraints>
  116. <constraint firstAttribute="width" constant="11" id="GbZ-wn-Sn4"/>
  117. <constraint firstAttribute="height" constant="11" id="uee-Tl-uNW"/>
  118. </constraints>
  119. <fontDescription key="fontDescription" type="system" pointSize="7"/>
  120. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  121. <nil key="highlightedColor"/>
  122. </label>
  123. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="01-02 12:42:32" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="7Dg-nw-U0J">
  124. <rect key="frame" x="255" y="40.5" width="75" height="14"/>
  125. <constraints>
  126. <constraint firstAttribute="width" constant="75" id="2EY-Jn-lgB"/>
  127. <constraint firstAttribute="height" constant="14" id="IM0-Ak-pvo"/>
  128. </constraints>
  129. <fontDescription key="fontDescription" type="system" pointSize="9"/>
  130. <color key="textColor" red="0.59999999999999998" green="0.62352941176470589" blue="0.61568627450980395" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  131. <nil key="highlightedColor"/>
  132. </label>
  133. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="待审批 申请人因某申请原由申请拨款¥123.00" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="rmp-62-3vp">
  134. <rect key="frame" x="14" y="40" width="236" height="15"/>
  135. <constraints>
  136. <constraint firstAttribute="height" constant="15" id="zvW-u2-Y26"/>
  137. </constraints>
  138. <fontDescription key="fontDescription" type="system" pointSize="11"/>
  139. <nil key="textColor"/>
  140. <nil key="highlightedColor"/>
  141. </label>
  142. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="01-02 12:42:32" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="2J2-qs-RNJ">
  143. <rect key="frame" x="255" y="61.5" width="75" height="14"/>
  144. <constraints>
  145. <constraint firstAttribute="width" constant="75" id="1Ua-6j-7KU"/>
  146. <constraint firstAttribute="height" constant="14" id="mWj-mW-Nfg"/>
  147. </constraints>
  148. <fontDescription key="fontDescription" type="system" pointSize="9"/>
  149. <color key="textColor" red="0.59999999999999998" green="0.62352941179999999" blue="0.61568627450000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  150. <nil key="highlightedColor"/>
  151. </label>
  152. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="待审批 申请人因某申请原由申请拨款¥123.00" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ZEg-yG-u53">
  153. <rect key="frame" x="14" y="61" width="236" height="15"/>
  154. <constraints>
  155. <constraint firstAttribute="height" constant="15" id="0M2-Xe-4xm"/>
  156. </constraints>
  157. <fontDescription key="fontDescription" type="system" pointSize="11"/>
  158. <nil key="textColor"/>
  159. <nil key="highlightedColor"/>
  160. </label>
  161. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="7ZI-bQ-7h2">
  162. <rect key="frame" x="327" y="40.5" width="3" height="3"/>
  163. <color key="backgroundColor" red="0.98431372549999996" green="0.41568627450000001" blue="0.47450980390000003" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  164. <constraints>
  165. <constraint firstAttribute="height" constant="3" id="2wo-ma-LL5"/>
  166. <constraint firstAttribute="width" constant="3" id="bxD-JG-gUX"/>
  167. </constraints>
  168. </view>
  169. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="q1i-1f-8ih">
  170. <rect key="frame" x="327" y="61.5" width="3" height="3"/>
  171. <color key="backgroundColor" red="0.98431372549999996" green="0.41568627450000001" blue="0.47450980390000003" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  172. <constraints>
  173. <constraint firstAttribute="height" constant="3" id="1ge-g0-hdZ"/>
  174. <constraint firstAttribute="width" constant="3" id="4fc-iP-xeg"/>
  175. </constraints>
  176. </view>
  177. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="eVm-0o-cOa">
  178. <rect key="frame" x="280" y="0.0" width="59" height="36"/>
  179. <constraints>
  180. <constraint firstAttribute="height" constant="36" id="5rC-Qv-7dh"/>
  181. <constraint firstAttribute="width" constant="59" id="HJR-7F-uGY"/>
  182. </constraints>
  183. </button>
  184. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="uz9-zy-KyG">
  185. <rect key="frame" x="14" y="40" width="317" height="15"/>
  186. <constraints>
  187. <constraint firstAttribute="height" constant="15" id="OdJ-CO-hRk"/>
  188. </constraints>
  189. </button>
  190. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="sgb-iC-AMZ">
  191. <rect key="frame" x="14" y="58" width="317" height="15"/>
  192. <constraints>
  193. <constraint firstAttribute="height" constant="15" id="iGd-fd-aor"/>
  194. </constraints>
  195. </button>
  196. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="pxu-8s-7fk">
  197. <rect key="frame" x="262" y="97" width="68" height="18"/>
  198. <color key="backgroundColor" red="1" green="0.95294117649999999" blue="0.95686274510000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  199. <constraints>
  200. <constraint firstAttribute="height" constant="18" id="g7g-9H-GMH"/>
  201. <constraint firstAttribute="width" constant="68" id="kmg-8h-cKh"/>
  202. </constraints>
  203. <fontDescription key="fontDescription" type="system" pointSize="11"/>
  204. <state key="normal" title="进度异常 0">
  205. <color key="titleColor" red="0.98431372549999996" green="0.41568627450000001" blue="0.47450980390000003" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  206. </state>
  207. </button>
  208. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="3lh-pJ-ffl">
  209. <rect key="frame" x="200" y="97" width="54" height="18"/>
  210. <color key="backgroundColor" red="0.94117647059999998" green="0.94509803920000002" blue="0.98823529409999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  211. <constraints>
  212. <constraint firstAttribute="height" constant="18" id="OwD-M7-xcr"/>
  213. <constraint firstAttribute="width" constant="54" id="Ziu-0P-lov"/>
  214. </constraints>
  215. <fontDescription key="fontDescription" type="system" pointSize="11"/>
  216. <state key="normal" title="已完成 0">
  217. <color key="titleColor" red="0.27058823529999998" green="0.33333333329999998" blue="0.8980392157" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  218. </state>
  219. </button>
  220. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="EHC-Zh-7Ly">
  221. <rect key="frame" x="138" y="97" width="54" height="18"/>
  222. <color key="backgroundColor" red="0.98823529409999999" green="0.96078431369999995" blue="0.93725490199999995" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  223. <constraints>
  224. <constraint firstAttribute="width" constant="54" id="NlO-Ea-9Fx"/>
  225. <constraint firstAttribute="height" constant="18" id="uWm-mk-cYA"/>
  226. </constraints>
  227. <fontDescription key="fontDescription" type="system" pointSize="11"/>
  228. <state key="normal" title="进行中 0">
  229. <color key="titleColor" red="0.95294117649999999" green="0.62352941179999999" blue="0.33725490200000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  230. </state>
  231. </button>
  232. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="TVb-Wp-Iui">
  233. <rect key="frame" x="76" y="97" width="54" height="18"/>
  234. <color key="backgroundColor" red="0.96470588239999999" green="0.94117647059999998" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  235. <constraints>
  236. <constraint firstAttribute="width" constant="54" id="5mG-0D-bUB"/>
  237. <constraint firstAttribute="height" constant="18" id="IcG-LK-jxe"/>
  238. </constraints>
  239. <fontDescription key="fontDescription" type="system" pointSize="11"/>
  240. <state key="normal" title="待处理 0">
  241. <color key="titleColor" red="0.54117647059999996" green="0.27058823529999998" blue="0.8980392157" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  242. </state>
  243. </button>
  244. </subviews>
  245. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  246. <constraints>
  247. <constraint firstItem="8GC-Ns-7Wf" firstAttribute="leading" secondItem="Lbf-h5-Ea5" secondAttribute="trailing" constant="5" id="1HJ-Zo-2SG"/>
  248. <constraint firstItem="JXq-J6-K6R" firstAttribute="leading" secondItem="OOf-3i-UfW" secondAttribute="trailing" constant="11" id="1Or-pd-Q5i"/>
  249. <constraint firstItem="sgb-iC-AMZ" firstAttribute="top" secondItem="rmp-62-3vp" secondAttribute="bottom" constant="3" id="28N-6z-TnI"/>
  250. <constraint firstItem="OOf-3i-UfW" firstAttribute="leading" secondItem="3Be-2F-Bz3" secondAttribute="leading" id="6MI-iR-gVf"/>
  251. <constraint firstAttribute="trailing" secondItem="8GC-Ns-7Wf" secondAttribute="trailing" constant="9" id="9CX-xV-hVB"/>
  252. <constraint firstAttribute="trailing" secondItem="7Dg-nw-U0J" secondAttribute="trailing" constant="9" id="EUD-Ae-9HP"/>
  253. <constraint firstItem="q1i-1f-8ih" firstAttribute="top" secondItem="2J2-qs-RNJ" secondAttribute="top" id="GR6-UK-fci"/>
  254. <constraint firstItem="3lh-pJ-ffl" firstAttribute="leading" secondItem="EHC-Zh-7Ly" secondAttribute="trailing" constant="8" id="JB3-pn-4iS"/>
  255. <constraint firstAttribute="trailing" secondItem="uz9-zy-KyG" secondAttribute="trailing" constant="8" id="JDx-tr-LJd"/>
  256. <constraint firstItem="ZEg-yG-u53" firstAttribute="leading" secondItem="3Be-2F-Bz3" secondAttribute="leading" constant="14" id="KJd-pM-4Y5"/>
  257. <constraint firstItem="7ZI-bQ-7h2" firstAttribute="trailing" secondItem="7Dg-nw-U0J" secondAttribute="trailing" id="OZR-Gd-iif"/>
  258. <constraint firstItem="ZEg-yG-u53" firstAttribute="centerY" secondItem="2J2-qs-RNJ" secondAttribute="centerY" id="P7k-X3-jkt"/>
  259. <constraint firstAttribute="bottom" secondItem="pxu-8s-7fk" secondAttribute="bottom" constant="15" id="Rcd-UN-RfR"/>
  260. <constraint firstItem="pxu-8s-7fk" firstAttribute="leading" secondItem="3lh-pJ-ffl" secondAttribute="trailing" constant="8" id="Vym-lR-TgD"/>
  261. <constraint firstItem="Lbf-h5-Ea5" firstAttribute="centerY" secondItem="8GC-Ns-7Wf" secondAttribute="centerY" id="WIK-bk-sYB"/>
  262. <constraint firstAttribute="trailing" secondItem="sgb-iC-AMZ" secondAttribute="trailing" constant="8" id="X1K-tB-cjo"/>
  263. <constraint firstItem="3lh-pJ-ffl" firstAttribute="centerY" secondItem="pxu-8s-7fk" secondAttribute="centerY" id="X2a-3G-YMh"/>
  264. <constraint firstItem="TVb-Wp-Iui" firstAttribute="centerY" secondItem="EHC-Zh-7Ly" secondAttribute="centerY" id="X2e-BA-Cmu"/>
  265. <constraint firstItem="7Dg-nw-U0J" firstAttribute="top" secondItem="Lbf-h5-Ea5" secondAttribute="bottom" constant="15" id="aMl-ZD-fCG"/>
  266. <constraint firstItem="7ZI-bQ-7h2" firstAttribute="top" secondItem="7Dg-nw-U0J" secondAttribute="top" id="amf-Pb-dY3"/>
  267. <constraint firstItem="JXq-J6-K6R" firstAttribute="centerY" secondItem="OOf-3i-UfW" secondAttribute="centerY" id="cdL-Ci-xB4"/>
  268. <constraint firstItem="2J2-qs-RNJ" firstAttribute="leading" secondItem="ZEg-yG-u53" secondAttribute="trailing" constant="5" id="eBr-kL-EY8"/>
  269. <constraint firstItem="7Dg-nw-U0J" firstAttribute="leading" secondItem="rmp-62-3vp" secondAttribute="trailing" constant="5" id="ejJ-DU-zkv"/>
  270. <constraint firstItem="EHC-Zh-7Ly" firstAttribute="centerY" secondItem="3lh-pJ-ffl" secondAttribute="centerY" id="guW-Up-30V"/>
  271. <constraint firstItem="OOf-3i-UfW" firstAttribute="top" secondItem="3Be-2F-Bz3" secondAttribute="top" constant="13" id="lOL-23-cfp"/>
  272. <constraint firstItem="uz9-zy-KyG" firstAttribute="top" secondItem="eVm-0o-cOa" secondAttribute="bottom" constant="4" id="lZX-G6-hU7"/>
  273. <constraint firstAttribute="trailing" secondItem="pxu-8s-7fk" secondAttribute="trailing" constant="9" id="lz4-T1-ca7"/>
  274. <constraint firstAttribute="trailing" secondItem="eVm-0o-cOa" secondAttribute="trailing" id="naz-Vf-Fcy"/>
  275. <constraint firstItem="rmp-62-3vp" firstAttribute="leading" secondItem="3Be-2F-Bz3" secondAttribute="leading" constant="14" id="pZu-de-CjR"/>
  276. <constraint firstItem="EHC-Zh-7Ly" firstAttribute="leading" secondItem="TVb-Wp-Iui" secondAttribute="trailing" constant="8" id="qwE-nb-0Pp"/>
  277. <constraint firstItem="rmp-62-3vp" firstAttribute="centerY" secondItem="7Dg-nw-U0J" secondAttribute="centerY" id="rt9-DX-cOi"/>
  278. <constraint firstItem="q1i-1f-8ih" firstAttribute="trailing" secondItem="2J2-qs-RNJ" secondAttribute="trailing" id="tPp-z9-M4t"/>
  279. <constraint firstItem="2J2-qs-RNJ" firstAttribute="top" secondItem="7Dg-nw-U0J" secondAttribute="bottom" constant="7" id="tu8-hM-OtY"/>
  280. <constraint firstItem="8GC-Ns-7Wf" firstAttribute="centerY" secondItem="JXq-J6-K6R" secondAttribute="centerY" id="ul4-ZO-IX4"/>
  281. <constraint firstItem="eVm-0o-cOa" firstAttribute="top" secondItem="3Be-2F-Bz3" secondAttribute="top" id="ve7-E2-nh6"/>
  282. <constraint firstItem="sgb-iC-AMZ" firstAttribute="leading" secondItem="3Be-2F-Bz3" secondAttribute="leading" constant="14" id="vsr-gd-cZg"/>
  283. <constraint firstAttribute="width" constant="339" id="vt0-Mf-T0g"/>
  284. <constraint firstAttribute="trailing" secondItem="2J2-qs-RNJ" secondAttribute="trailing" constant="9" id="w7b-1V-iKg"/>
  285. <constraint firstAttribute="height" constant="130" id="wql-tr-hBA"/>
  286. <constraint firstItem="uz9-zy-KyG" firstAttribute="leading" secondItem="3Be-2F-Bz3" secondAttribute="leading" constant="14" id="yjy-L0-Z0r"/>
  287. </constraints>
  288. </view>
  289. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="IYn-mB-VFb">
  290. <rect key="frame" x="18" y="433" width="197" height="121"/>
  291. <subviews>
  292. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="sign_icon" translatesAutoresizingMaskIntoConstraints="NO" id="rBO-QT-aQw">
  293. <rect key="frame" x="0.0" y="13" width="3" height="14"/>
  294. <constraints>
  295. <constraint firstAttribute="height" constant="14" id="fke-Zm-MDg"/>
  296. <constraint firstAttribute="width" constant="3" id="hpd-V6-soT"/>
  297. </constraints>
  298. </imageView>
  299. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="发起" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="eiA-a4-i4i">
  300. <rect key="frame" x="14" y="8" width="33" height="24"/>
  301. <constraints>
  302. <constraint firstAttribute="height" constant="24" id="NSm-bX-LYP"/>
  303. </constraints>
  304. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  305. <nil key="textColor"/>
  306. <nil key="highlightedColor"/>
  307. </label>
  308. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="任务或申请" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="nwM-K4-YLb">
  309. <rect key="frame" x="49" y="16" width="46" height="14"/>
  310. <constraints>
  311. <constraint firstAttribute="height" constant="14" id="fua-rF-btL"/>
  312. </constraints>
  313. <fontDescription key="fontDescription" type="system" pointSize="9"/>
  314. <nil key="textColor"/>
  315. <nil key="highlightedColor"/>
  316. </label>
  317. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="5uX-WU-6du">
  318. <rect key="frame" x="186" y="13" width="3" height="3"/>
  319. <color key="backgroundColor" red="0.98431372549999996" green="0.41568627450000001" blue="0.47450980390000003" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  320. <constraints>
  321. <constraint firstAttribute="height" constant="3" id="ULM-Ud-6v3"/>
  322. <constraint firstAttribute="width" constant="3" id="v7j-s7-FZz"/>
  323. </constraints>
  324. </view>
  325. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="wfz-mY-ZOP">
  326. <rect key="frame" x="155" y="0.0" width="42" height="40"/>
  327. <constraints>
  328. <constraint firstAttribute="height" constant="40" id="Psq-Q8-PWS"/>
  329. <constraint firstAttribute="width" constant="42" id="smp-7J-5Mg"/>
  330. </constraints>
  331. <fontDescription key="fontDescription" type="system" pointSize="11"/>
  332. <state key="normal" title="查看">
  333. <color key="titleColor" red="0.20000000000000001" green="0.23137254901960785" blue="0.2196078431372549" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  334. </state>
  335. </button>
  336. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="aUr-Fa-0dq">
  337. <rect key="frame" x="20" y="32" width="78.5" height="89"/>
  338. <subviews>
  339. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="xinrenwu_icon" translatesAutoresizingMaskIntoConstraints="NO" id="fsg-wm-xD3">
  340. <rect key="frame" x="23" y="19" width="33" height="33"/>
  341. <constraints>
  342. <constraint firstAttribute="height" constant="33" id="0NJ-Bw-QNR"/>
  343. <constraint firstAttribute="width" constant="33" id="4zo-Mc-uan"/>
  344. </constraints>
  345. </imageView>
  346. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="新任务" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Uri-A6-KZx">
  347. <rect key="frame" x="0.0" y="55" width="78.5" height="14"/>
  348. <constraints>
  349. <constraint firstAttribute="height" constant="14" id="e1J-Nb-3aX"/>
  350. </constraints>
  351. <fontDescription key="fontDescription" type="system" pointSize="9"/>
  352. <color key="textColor" red="0.98431372549999996" green="0.41568627450000001" blue="0.47450980390000003" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  353. <nil key="highlightedColor"/>
  354. </label>
  355. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="mhz-Od-x58">
  356. <rect key="frame" x="0.0" y="0.0" width="78.5" height="89"/>
  357. </button>
  358. </subviews>
  359. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  360. <constraints>
  361. <constraint firstAttribute="trailing" secondItem="mhz-Od-x58" secondAttribute="trailing" id="5Og-Ek-qfH"/>
  362. <constraint firstItem="mhz-Od-x58" firstAttribute="top" secondItem="aUr-Fa-0dq" secondAttribute="top" id="EMb-2h-gS8"/>
  363. <constraint firstAttribute="bottom" secondItem="mhz-Od-x58" secondAttribute="bottom" id="IgQ-Xy-it1"/>
  364. <constraint firstItem="Uri-A6-KZx" firstAttribute="top" secondItem="fsg-wm-xD3" secondAttribute="bottom" constant="3" id="K0C-x9-6fb"/>
  365. <constraint firstItem="fsg-wm-xD3" firstAttribute="top" secondItem="aUr-Fa-0dq" secondAttribute="top" constant="19" id="bxD-LR-27D"/>
  366. <constraint firstItem="mhz-Od-x58" firstAttribute="leading" secondItem="aUr-Fa-0dq" secondAttribute="leading" id="e27-5m-eJw"/>
  367. <constraint firstItem="fsg-wm-xD3" firstAttribute="centerX" secondItem="aUr-Fa-0dq" secondAttribute="centerX" id="ggb-1C-B1r"/>
  368. <constraint firstItem="Uri-A6-KZx" firstAttribute="leading" secondItem="aUr-Fa-0dq" secondAttribute="leading" id="gmx-EZ-sj3"/>
  369. <constraint firstAttribute="trailing" secondItem="Uri-A6-KZx" secondAttribute="trailing" id="lrN-7P-Kn9"/>
  370. </constraints>
  371. </view>
  372. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="XHf-pS-PQo">
  373. <rect key="frame" x="98.5" y="32" width="78.5" height="89"/>
  374. <subviews>
  375. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="xinshenqign_icon" translatesAutoresizingMaskIntoConstraints="NO" id="Iwp-TE-rgf">
  376. <rect key="frame" x="23" y="19" width="33" height="33"/>
  377. <constraints>
  378. <constraint firstAttribute="height" constant="33" id="7JC-ax-dgH"/>
  379. <constraint firstAttribute="width" constant="33" id="Mz7-SQ-IEx"/>
  380. </constraints>
  381. </imageView>
  382. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="新申请" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ame-HK-KCb">
  383. <rect key="frame" x="0.0" y="55" width="78.5" height="14"/>
  384. <constraints>
  385. <constraint firstAttribute="height" constant="14" id="aax-U1-gBO"/>
  386. </constraints>
  387. <fontDescription key="fontDescription" type="system" pointSize="9"/>
  388. <color key="textColor" red="0.95294117647058818" green="0.62352941176470589" blue="0.33725490196078434" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  389. <nil key="highlightedColor"/>
  390. </label>
  391. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ZWr-yd-oTu">
  392. <rect key="frame" x="0.0" y="0.0" width="78.5" height="89"/>
  393. </button>
  394. </subviews>
  395. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  396. <constraints>
  397. <constraint firstAttribute="bottom" secondItem="ZWr-yd-oTu" secondAttribute="bottom" id="Dlv-Ta-osU"/>
  398. <constraint firstItem="ZWr-yd-oTu" firstAttribute="leading" secondItem="XHf-pS-PQo" secondAttribute="leading" id="WiV-0Z-iu2"/>
  399. <constraint firstItem="ame-HK-KCb" firstAttribute="leading" secondItem="XHf-pS-PQo" secondAttribute="leading" id="bNF-HR-96e"/>
  400. <constraint firstItem="Iwp-TE-rgf" firstAttribute="centerX" secondItem="XHf-pS-PQo" secondAttribute="centerX" id="cHh-Jr-XeF"/>
  401. <constraint firstItem="Iwp-TE-rgf" firstAttribute="top" secondItem="XHf-pS-PQo" secondAttribute="top" constant="19" id="dec-Md-QMb"/>
  402. <constraint firstItem="ZWr-yd-oTu" firstAttribute="top" secondItem="XHf-pS-PQo" secondAttribute="top" id="e5I-Lk-Shx"/>
  403. <constraint firstAttribute="trailing" secondItem="ame-HK-KCb" secondAttribute="trailing" id="q5h-3N-lLd"/>
  404. <constraint firstItem="ame-HK-KCb" firstAttribute="top" secondItem="Iwp-TE-rgf" secondAttribute="bottom" constant="3" id="vF0-0I-HNK"/>
  405. <constraint firstAttribute="trailing" secondItem="ZWr-yd-oTu" secondAttribute="trailing" id="ytm-sY-A5L"/>
  406. </constraints>
  407. </view>
  408. </subviews>
  409. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  410. <constraints>
  411. <constraint firstAttribute="trailing" secondItem="XHf-pS-PQo" secondAttribute="trailing" constant="20" id="242-Ym-f1e"/>
  412. <constraint firstAttribute="trailing" secondItem="5uX-WU-6du" secondAttribute="trailing" constant="8" id="2EK-fI-iuQ"/>
  413. <constraint firstAttribute="height" constant="121" id="5oL-uB-fzg"/>
  414. <constraint firstItem="nwM-K4-YLb" firstAttribute="leading" secondItem="eiA-a4-i4i" secondAttribute="trailing" constant="2" id="7IC-b6-dfF"/>
  415. <constraint firstItem="rBO-QT-aQw" firstAttribute="top" secondItem="IYn-mB-VFb" secondAttribute="top" constant="13" id="BBs-HJ-o1n"/>
  416. <constraint firstAttribute="trailing" secondItem="wfz-mY-ZOP" secondAttribute="trailing" id="Gpe-Yq-nfV"/>
  417. <constraint firstItem="aUr-Fa-0dq" firstAttribute="leading" secondItem="IYn-mB-VFb" secondAttribute="leading" constant="20" id="O4L-zB-9Zj"/>
  418. <constraint firstAttribute="bottom" secondItem="XHf-pS-PQo" secondAttribute="bottom" id="Qmg-IS-jqi"/>
  419. <constraint firstAttribute="width" constant="197" id="RLo-6q-LNe"/>
  420. <constraint firstAttribute="bottom" secondItem="aUr-Fa-0dq" secondAttribute="bottom" id="U2O-6S-t9z"/>
  421. <constraint firstItem="wfz-mY-ZOP" firstAttribute="centerY" secondItem="eiA-a4-i4i" secondAttribute="centerY" id="WeJ-gj-yKw"/>
  422. <constraint firstItem="XHf-pS-PQo" firstAttribute="top" secondItem="eiA-a4-i4i" secondAttribute="bottom" id="Wn8-vP-EXD"/>
  423. <constraint firstItem="wfz-mY-ZOP" firstAttribute="top" secondItem="IYn-mB-VFb" secondAttribute="top" id="YSp-PZ-Z66"/>
  424. <constraint firstItem="nwM-K4-YLb" firstAttribute="bottom" secondItem="eiA-a4-i4i" secondAttribute="bottom" constant="-2" id="Z7q-GE-BAe"/>
  425. <constraint firstItem="aUr-Fa-0dq" firstAttribute="top" secondItem="eiA-a4-i4i" secondAttribute="bottom" id="aZp-mw-VqI"/>
  426. <constraint firstItem="5uX-WU-6du" firstAttribute="top" secondItem="IYn-mB-VFb" secondAttribute="top" constant="13" id="ftn-pf-ktz"/>
  427. <constraint firstItem="XHf-pS-PQo" firstAttribute="leading" secondItem="aUr-Fa-0dq" secondAttribute="trailing" id="gyj-TP-r22"/>
  428. <constraint firstItem="XHf-pS-PQo" firstAttribute="width" secondItem="aUr-Fa-0dq" secondAttribute="width" id="kvx-h4-rcI"/>
  429. <constraint firstItem="eiA-a4-i4i" firstAttribute="leading" secondItem="rBO-QT-aQw" secondAttribute="trailing" constant="11" id="nT2-J2-ZvS"/>
  430. <constraint firstItem="rBO-QT-aQw" firstAttribute="leading" secondItem="IYn-mB-VFb" secondAttribute="leading" id="uxv-o6-kQ0"/>
  431. <constraint firstItem="eiA-a4-i4i" firstAttribute="centerY" secondItem="rBO-QT-aQw" secondAttribute="centerY" id="yxw-bW-rbE"/>
  432. </constraints>
  433. </view>
  434. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="5SE-5t-iN4">
  435. <rect key="frame" x="160" y="563" width="197" height="121"/>
  436. <subviews>
  437. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="sign_icon" translatesAutoresizingMaskIntoConstraints="NO" id="cyI-Ex-Qgx">
  438. <rect key="frame" x="0.0" y="13" width="3" height="14"/>
  439. <constraints>
  440. <constraint firstAttribute="height" constant="14" id="Or9-gk-aKJ"/>
  441. <constraint firstAttribute="width" constant="3" id="ftu-Dt-HE5"/>
  442. </constraints>
  443. </imageView>
  444. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="新增" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="hmO-gd-yQk">
  445. <rect key="frame" x="14" y="8" width="33" height="24"/>
  446. <constraints>
  447. <constraint firstAttribute="height" constant="24" id="a7n-0O-5V4"/>
  448. </constraints>
  449. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  450. <nil key="textColor"/>
  451. <nil key="highlightedColor"/>
  452. </label>
  453. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="客户或供应商" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="VkQ-ev-App">
  454. <rect key="frame" x="49" y="16" width="56" height="14"/>
  455. <constraints>
  456. <constraint firstAttribute="height" constant="14" id="RJE-2b-EIh"/>
  457. </constraints>
  458. <fontDescription key="fontDescription" type="system" pointSize="9"/>
  459. <nil key="textColor"/>
  460. <nil key="highlightedColor"/>
  461. </label>
  462. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="4OJ-IN-gL5">
  463. <rect key="frame" x="20" y="32" width="78.5" height="89"/>
  464. <subviews>
  465. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="gongyingshang——icon" translatesAutoresizingMaskIntoConstraints="NO" id="ro4-9Y-3Ye">
  466. <rect key="frame" x="23" y="19" width="33" height="33"/>
  467. <constraints>
  468. <constraint firstAttribute="height" constant="33" id="Pd2-Jm-Fxy"/>
  469. <constraint firstAttribute="width" constant="33" id="eEU-HE-SNE"/>
  470. </constraints>
  471. </imageView>
  472. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="供应商" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="YDC-hH-lau">
  473. <rect key="frame" x="0.0" y="55" width="78.5" height="14"/>
  474. <constraints>
  475. <constraint firstAttribute="height" constant="14" id="7SI-fN-a7c"/>
  476. </constraints>
  477. <fontDescription key="fontDescription" type="system" pointSize="9"/>
  478. <color key="textColor" red="0.1764705882352941" green="0.79607843137254897" blue="0.50588235294117645" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  479. <nil key="highlightedColor"/>
  480. </label>
  481. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="3R0-Sr-EHe">
  482. <rect key="frame" x="0.0" y="0.0" width="78.5" height="89"/>
  483. </button>
  484. </subviews>
  485. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  486. <constraints>
  487. <constraint firstItem="ro4-9Y-3Ye" firstAttribute="centerX" secondItem="4OJ-IN-gL5" secondAttribute="centerX" id="4jq-Lt-Nad"/>
  488. <constraint firstItem="3R0-Sr-EHe" firstAttribute="top" secondItem="4OJ-IN-gL5" secondAttribute="top" id="CdW-Si-ueR"/>
  489. <constraint firstItem="YDC-hH-lau" firstAttribute="leading" secondItem="4OJ-IN-gL5" secondAttribute="leading" id="H6D-tc-ggT"/>
  490. <constraint firstAttribute="bottom" secondItem="3R0-Sr-EHe" secondAttribute="bottom" id="M7C-wU-jNq"/>
  491. <constraint firstAttribute="trailing" secondItem="3R0-Sr-EHe" secondAttribute="trailing" id="MeE-bu-iuI"/>
  492. <constraint firstItem="3R0-Sr-EHe" firstAttribute="leading" secondItem="4OJ-IN-gL5" secondAttribute="leading" id="PKV-Zd-2Jh"/>
  493. <constraint firstAttribute="trailing" secondItem="YDC-hH-lau" secondAttribute="trailing" id="nSO-DH-xAn"/>
  494. <constraint firstItem="ro4-9Y-3Ye" firstAttribute="top" secondItem="4OJ-IN-gL5" secondAttribute="top" constant="19" id="oFn-0V-c9T"/>
  495. <constraint firstItem="YDC-hH-lau" firstAttribute="top" secondItem="ro4-9Y-3Ye" secondAttribute="bottom" constant="3" id="wea-Cs-GRE"/>
  496. </constraints>
  497. </view>
  498. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="E4p-jX-2FN">
  499. <rect key="frame" x="98.5" y="32" width="78.5" height="89"/>
  500. <subviews>
  501. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="kehu_icon" translatesAutoresizingMaskIntoConstraints="NO" id="A1R-0e-Ta0">
  502. <rect key="frame" x="23" y="19" width="33" height="33"/>
  503. <constraints>
  504. <constraint firstAttribute="height" constant="33" id="1VK-uY-bkE"/>
  505. <constraint firstAttribute="width" constant="33" id="7Vi-M5-IYk"/>
  506. </constraints>
  507. </imageView>
  508. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="客户" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Nn9-65-maw">
  509. <rect key="frame" x="0.0" y="55" width="78.5" height="14"/>
  510. <constraints>
  511. <constraint firstAttribute="height" constant="14" id="COt-yd-7sC"/>
  512. </constraints>
  513. <fontDescription key="fontDescription" type="system" pointSize="9"/>
  514. <color key="textColor" red="0.95294117649999999" green="0.62352941179999999" blue="0.33725490200000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  515. <nil key="highlightedColor"/>
  516. </label>
  517. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ra0-0d-zWa">
  518. <rect key="frame" x="0.0" y="0.0" width="78.5" height="89"/>
  519. </button>
  520. </subviews>
  521. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  522. <constraints>
  523. <constraint firstAttribute="bottom" secondItem="ra0-0d-zWa" secondAttribute="bottom" id="AyF-t2-02h"/>
  524. <constraint firstAttribute="trailing" secondItem="Nn9-65-maw" secondAttribute="trailing" id="GDQ-h9-Kiz"/>
  525. <constraint firstItem="ra0-0d-zWa" firstAttribute="top" secondItem="E4p-jX-2FN" secondAttribute="top" id="Jwu-vK-GPM"/>
  526. <constraint firstItem="Nn9-65-maw" firstAttribute="leading" secondItem="E4p-jX-2FN" secondAttribute="leading" id="Rps-IH-wbT"/>
  527. <constraint firstItem="Nn9-65-maw" firstAttribute="top" secondItem="A1R-0e-Ta0" secondAttribute="bottom" constant="3" id="UeA-9V-Mdd"/>
  528. <constraint firstItem="A1R-0e-Ta0" firstAttribute="centerX" secondItem="E4p-jX-2FN" secondAttribute="centerX" id="Vx4-ho-QvL"/>
  529. <constraint firstItem="ra0-0d-zWa" firstAttribute="leading" secondItem="E4p-jX-2FN" secondAttribute="leading" id="kSl-2H-clS"/>
  530. <constraint firstAttribute="trailing" secondItem="ra0-0d-zWa" secondAttribute="trailing" id="m6u-Ll-QPT"/>
  531. <constraint firstItem="A1R-0e-Ta0" firstAttribute="top" secondItem="E4p-jX-2FN" secondAttribute="top" constant="19" id="nvq-AL-PE4"/>
  532. </constraints>
  533. </view>
  534. </subviews>
  535. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  536. <constraints>
  537. <constraint firstAttribute="width" constant="197" id="0o3-n2-APk"/>
  538. <constraint firstItem="cyI-Ex-Qgx" firstAttribute="top" secondItem="5SE-5t-iN4" secondAttribute="top" constant="13" id="2gB-m2-pP4"/>
  539. <constraint firstItem="hmO-gd-yQk" firstAttribute="centerY" secondItem="cyI-Ex-Qgx" secondAttribute="centerY" id="7a6-xr-lo5"/>
  540. <constraint firstAttribute="bottom" secondItem="E4p-jX-2FN" secondAttribute="bottom" id="Byt-5f-wQF"/>
  541. <constraint firstItem="E4p-jX-2FN" firstAttribute="width" secondItem="4OJ-IN-gL5" secondAttribute="width" id="GST-Ij-uQG"/>
  542. <constraint firstItem="VkQ-ev-App" firstAttribute="bottom" secondItem="hmO-gd-yQk" secondAttribute="bottom" constant="-2" id="GbV-qs-QIA"/>
  543. <constraint firstAttribute="trailing" secondItem="E4p-jX-2FN" secondAttribute="trailing" constant="20" id="GlV-kT-ol5"/>
  544. <constraint firstItem="cyI-Ex-Qgx" firstAttribute="leading" secondItem="5SE-5t-iN4" secondAttribute="leading" id="Lec-6A-4uL"/>
  545. <constraint firstAttribute="bottom" secondItem="4OJ-IN-gL5" secondAttribute="bottom" id="OCi-r4-NNf"/>
  546. <constraint firstItem="4OJ-IN-gL5" firstAttribute="leading" secondItem="5SE-5t-iN4" secondAttribute="leading" constant="20" id="OKr-AE-2nY"/>
  547. <constraint firstItem="E4p-jX-2FN" firstAttribute="top" secondItem="hmO-gd-yQk" secondAttribute="bottom" id="P7D-0n-9VM"/>
  548. <constraint firstItem="E4p-jX-2FN" firstAttribute="leading" secondItem="4OJ-IN-gL5" secondAttribute="trailing" id="Yda-NR-LtJ"/>
  549. <constraint firstItem="VkQ-ev-App" firstAttribute="leading" secondItem="hmO-gd-yQk" secondAttribute="trailing" constant="2" id="fiM-C1-9nn"/>
  550. <constraint firstAttribute="height" constant="121" id="vfY-Ht-lWp"/>
  551. <constraint firstItem="4OJ-IN-gL5" firstAttribute="top" secondItem="hmO-gd-yQk" secondAttribute="bottom" id="zPp-Qt-jWw"/>
  552. <constraint firstItem="hmO-gd-yQk" firstAttribute="leading" secondItem="cyI-Ex-Qgx" secondAttribute="trailing" constant="11" id="zQA-TZ-Sg9"/>
  553. </constraints>
  554. </view>
  555. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="dfP-Re-hrm">
  556. <rect key="frame" x="160" y="693" width="197" height="121"/>
  557. <subviews>
  558. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="sign_icon" translatesAutoresizingMaskIntoConstraints="NO" id="mHF-Ve-OJY">
  559. <rect key="frame" x="0.0" y="13" width="3" height="14"/>
  560. <constraints>
  561. <constraint firstAttribute="height" constant="14" id="CDr-RR-Dmv"/>
  562. <constraint firstAttribute="width" constant="3" id="fGd-Ik-hyE"/>
  563. </constraints>
  564. </imageView>
  565. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="管理" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="RNl-6q-ZlA">
  566. <rect key="frame" x="14" y="8" width="33" height="24"/>
  567. <constraints>
  568. <constraint firstAttribute="height" constant="24" id="hlV-NL-cjt"/>
  569. </constraints>
  570. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  571. <nil key="textColor"/>
  572. <nil key="highlightedColor"/>
  573. </label>
  574. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="scd-oa-3cg">
  575. <rect key="frame" x="20" y="32" width="78.5" height="89"/>
  576. <subviews>
  577. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="gongsiguanli_icon" translatesAutoresizingMaskIntoConstraints="NO" id="5oR-g5-Hnw">
  578. <rect key="frame" x="23" y="19" width="33" height="33"/>
  579. <constraints>
  580. <constraint firstAttribute="width" constant="33" id="ftL-gh-jMv"/>
  581. <constraint firstAttribute="height" constant="33" id="yGk-vh-Iec"/>
  582. </constraints>
  583. </imageView>
  584. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="供应商" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Nla-2f-QbZ">
  585. <rect key="frame" x="0.0" y="55" width="78.5" height="14"/>
  586. <constraints>
  587. <constraint firstAttribute="height" constant="14" id="FoF-GV-0Lq"/>
  588. </constraints>
  589. <fontDescription key="fontDescription" type="system" pointSize="9"/>
  590. <color key="textColor" red="0.29803921568627451" green="0.72941176470588232" blue="0.89411764705882346" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  591. <nil key="highlightedColor"/>
  592. </label>
  593. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="aLs-kO-n5Y">
  594. <rect key="frame" x="0.0" y="0.0" width="78.5" height="89"/>
  595. </button>
  596. </subviews>
  597. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  598. <constraints>
  599. <constraint firstItem="aLs-kO-n5Y" firstAttribute="leading" secondItem="scd-oa-3cg" secondAttribute="leading" id="6rg-35-mkU"/>
  600. <constraint firstItem="5oR-g5-Hnw" firstAttribute="centerX" secondItem="scd-oa-3cg" secondAttribute="centerX" id="6xg-0X-Og5"/>
  601. <constraint firstAttribute="trailing" secondItem="aLs-kO-n5Y" secondAttribute="trailing" id="7ZG-0w-Z8E"/>
  602. <constraint firstItem="aLs-kO-n5Y" firstAttribute="top" secondItem="scd-oa-3cg" secondAttribute="top" id="9gc-gW-btU"/>
  603. <constraint firstItem="5oR-g5-Hnw" firstAttribute="top" secondItem="scd-oa-3cg" secondAttribute="top" constant="19" id="BJc-dr-gcQ"/>
  604. <constraint firstAttribute="trailing" secondItem="Nla-2f-QbZ" secondAttribute="trailing" id="Mhv-Nd-D21"/>
  605. <constraint firstItem="Nla-2f-QbZ" firstAttribute="top" secondItem="5oR-g5-Hnw" secondAttribute="bottom" constant="3" id="nqG-is-rDi"/>
  606. <constraint firstAttribute="bottom" secondItem="aLs-kO-n5Y" secondAttribute="bottom" id="nsI-iB-dkm"/>
  607. <constraint firstItem="Nla-2f-QbZ" firstAttribute="leading" secondItem="scd-oa-3cg" secondAttribute="leading" id="skO-Rm-2Ud"/>
  608. </constraints>
  609. </view>
  610. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="LaB-6g-rJe">
  611. <rect key="frame" x="98.5" y="32" width="78.5" height="89"/>
  612. <subviews>
  613. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="kaoqinguanli_icon" translatesAutoresizingMaskIntoConstraints="NO" id="QWv-GG-fbT">
  614. <rect key="frame" x="23" y="19" width="33" height="33"/>
  615. <constraints>
  616. <constraint firstAttribute="height" constant="33" id="G9f-Cf-pea"/>
  617. <constraint firstAttribute="width" constant="33" id="eA3-yN-0Kc"/>
  618. </constraints>
  619. </imageView>
  620. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="考勤管理" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="yH2-Ar-XUS">
  621. <rect key="frame" x="0.0" y="55" width="78.5" height="14"/>
  622. <constraints>
  623. <constraint firstAttribute="height" constant="14" id="INP-0g-m8P"/>
  624. </constraints>
  625. <fontDescription key="fontDescription" type="system" pointSize="9"/>
  626. <color key="textColor" red="0.1764705882" green="0.79607843140000001" blue="0.50588235290000005" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  627. <nil key="highlightedColor"/>
  628. </label>
  629. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="6Ml-a3-hg6">
  630. <rect key="frame" x="0.0" y="0.0" width="78.5" height="89"/>
  631. </button>
  632. </subviews>
  633. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  634. <constraints>
  635. <constraint firstItem="yH2-Ar-XUS" firstAttribute="leading" secondItem="LaB-6g-rJe" secondAttribute="leading" id="Svb-op-LI6"/>
  636. <constraint firstAttribute="trailing" secondItem="6Ml-a3-hg6" secondAttribute="trailing" id="Wqa-by-BbO"/>
  637. <constraint firstAttribute="bottom" secondItem="6Ml-a3-hg6" secondAttribute="bottom" id="eMu-Aj-PL3"/>
  638. <constraint firstItem="6Ml-a3-hg6" firstAttribute="top" secondItem="LaB-6g-rJe" secondAttribute="top" id="erv-Ql-U2r"/>
  639. <constraint firstAttribute="trailing" secondItem="yH2-Ar-XUS" secondAttribute="trailing" id="kvp-o9-8UJ"/>
  640. <constraint firstItem="QWv-GG-fbT" firstAttribute="top" secondItem="LaB-6g-rJe" secondAttribute="top" constant="19" id="mfH-Sv-k2v"/>
  641. <constraint firstItem="yH2-Ar-XUS" firstAttribute="top" secondItem="QWv-GG-fbT" secondAttribute="bottom" constant="3" id="oav-1l-e7w"/>
  642. <constraint firstItem="QWv-GG-fbT" firstAttribute="centerX" secondItem="LaB-6g-rJe" secondAttribute="centerX" id="yBf-hX-kxc"/>
  643. <constraint firstItem="6Ml-a3-hg6" firstAttribute="leading" secondItem="LaB-6g-rJe" secondAttribute="leading" id="ydw-tF-Til"/>
  644. </constraints>
  645. </view>
  646. </subviews>
  647. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  648. <constraints>
  649. <constraint firstItem="LaB-6g-rJe" firstAttribute="width" secondItem="scd-oa-3cg" secondAttribute="width" id="BG8-Po-C26"/>
  650. <constraint firstItem="RNl-6q-ZlA" firstAttribute="leading" secondItem="mHF-Ve-OJY" secondAttribute="trailing" constant="11" id="Ce4-YR-OLt"/>
  651. <constraint firstItem="mHF-Ve-OJY" firstAttribute="top" secondItem="dfP-Re-hrm" secondAttribute="top" constant="13" id="FYI-Dq-oVi"/>
  652. <constraint firstAttribute="height" constant="121" id="Jre-L3-ckM"/>
  653. <constraint firstAttribute="trailing" secondItem="LaB-6g-rJe" secondAttribute="trailing" constant="20" id="KNI-kE-GDt"/>
  654. <constraint firstAttribute="width" constant="197" id="MbK-xk-UpL"/>
  655. <constraint firstItem="RNl-6q-ZlA" firstAttribute="centerY" secondItem="mHF-Ve-OJY" secondAttribute="centerY" id="OGX-vG-G1Q"/>
  656. <constraint firstAttribute="bottom" secondItem="scd-oa-3cg" secondAttribute="bottom" id="PLg-Iq-5nN"/>
  657. <constraint firstItem="mHF-Ve-OJY" firstAttribute="leading" secondItem="dfP-Re-hrm" secondAttribute="leading" id="W9K-7b-MOZ"/>
  658. <constraint firstItem="scd-oa-3cg" firstAttribute="top" secondItem="RNl-6q-ZlA" secondAttribute="bottom" id="bHo-Cy-IEH"/>
  659. <constraint firstAttribute="bottom" secondItem="LaB-6g-rJe" secondAttribute="bottom" id="j6k-Is-Zut"/>
  660. <constraint firstItem="scd-oa-3cg" firstAttribute="leading" secondItem="dfP-Re-hrm" secondAttribute="leading" constant="20" id="rfR-8B-np2"/>
  661. <constraint firstItem="LaB-6g-rJe" firstAttribute="top" secondItem="RNl-6q-ZlA" secondAttribute="bottom" id="sOC-ly-wmc"/>
  662. <constraint firstItem="LaB-6g-rJe" firstAttribute="leading" secondItem="scd-oa-3cg" secondAttribute="trailing" id="zLT-tp-xT1"/>
  663. </constraints>
  664. </view>
  665. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="bEf-0R-viw">
  666. <rect key="frame" x="233" y="433" width="123" height="121"/>
  667. <subviews>
  668. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="sign_icon" translatesAutoresizingMaskIntoConstraints="NO" id="3DG-Lq-Sf5">
  669. <rect key="frame" x="0.0" y="13" width="3" height="14"/>
  670. <constraints>
  671. <constraint firstAttribute="width" constant="3" id="91L-6F-EHG"/>
  672. <constraint firstAttribute="height" constant="14" id="ttE-gF-tUQ"/>
  673. </constraints>
  674. </imageView>
  675. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="日志" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="lKK-25-HYO">
  676. <rect key="frame" x="14" y="8" width="33" height="24"/>
  677. <constraints>
  678. <constraint firstAttribute="height" constant="24" id="Uam-8D-1fm"/>
  679. </constraints>
  680. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  681. <nil key="textColor"/>
  682. <nil key="highlightedColor"/>
  683. </label>
  684. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="3my-9Z-sli">
  685. <rect key="frame" x="81" y="0.0" width="42" height="40"/>
  686. <constraints>
  687. <constraint firstAttribute="height" constant="40" id="LIl-vu-PAt"/>
  688. <constraint firstAttribute="width" constant="42" id="je8-07-Its"/>
  689. </constraints>
  690. <fontDescription key="fontDescription" type="system" pointSize="11"/>
  691. <state key="normal" title="查看">
  692. <color key="titleColor" red="0.20000000000000001" green="0.23137254900000001" blue="0.21960784310000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  693. </state>
  694. </button>
  695. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="9Ic-7i-oYw">
  696. <rect key="frame" x="20" y="32" width="83" height="89"/>
  697. <subviews>
  698. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="xinjiangzrz_icon" translatesAutoresizingMaskIntoConstraints="NO" id="jhe-sx-fBE">
  699. <rect key="frame" x="25" y="19" width="33" height="33"/>
  700. <constraints>
  701. <constraint firstAttribute="width" constant="33" id="Ny0-93-3t8"/>
  702. <constraint firstAttribute="height" constant="33" id="oFx-h1-NQx"/>
  703. </constraints>
  704. </imageView>
  705. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="新建工作日志" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="biz-Tx-wpN">
  706. <rect key="frame" x="0.0" y="55" width="83" height="14"/>
  707. <constraints>
  708. <constraint firstAttribute="height" constant="14" id="OVo-Cj-ToX"/>
  709. </constraints>
  710. <fontDescription key="fontDescription" type="system" pointSize="9"/>
  711. <color key="textColor" red="0.29803921570000003" green="0.72941176470000002" blue="0.89411764709999997" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  712. <nil key="highlightedColor"/>
  713. </label>
  714. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="l9T-Ka-wZJ">
  715. <rect key="frame" x="0.0" y="0.0" width="83" height="89"/>
  716. </button>
  717. </subviews>
  718. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  719. <constraints>
  720. <constraint firstItem="jhe-sx-fBE" firstAttribute="top" secondItem="9Ic-7i-oYw" secondAttribute="top" constant="19" id="1uh-ZJ-Btx"/>
  721. <constraint firstItem="l9T-Ka-wZJ" firstAttribute="top" secondItem="9Ic-7i-oYw" secondAttribute="top" id="7Rl-wY-efs"/>
  722. <constraint firstItem="biz-Tx-wpN" firstAttribute="top" secondItem="jhe-sx-fBE" secondAttribute="bottom" constant="3" id="IV0-6c-BHe"/>
  723. <constraint firstAttribute="bottom" secondItem="l9T-Ka-wZJ" secondAttribute="bottom" id="KVJ-8z-eqj"/>
  724. <constraint firstItem="jhe-sx-fBE" firstAttribute="centerX" secondItem="9Ic-7i-oYw" secondAttribute="centerX" id="Zsg-ri-edW"/>
  725. <constraint firstItem="l9T-Ka-wZJ" firstAttribute="leading" secondItem="9Ic-7i-oYw" secondAttribute="leading" id="cRb-ct-Quj"/>
  726. <constraint firstAttribute="trailing" secondItem="l9T-Ka-wZJ" secondAttribute="trailing" id="j1q-2A-TCZ"/>
  727. <constraint firstAttribute="trailing" secondItem="biz-Tx-wpN" secondAttribute="trailing" id="ulG-ds-1oz"/>
  728. <constraint firstItem="biz-Tx-wpN" firstAttribute="leading" secondItem="9Ic-7i-oYw" secondAttribute="leading" id="vs8-63-Vb0"/>
  729. </constraints>
  730. </view>
  731. </subviews>
  732. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  733. <constraints>
  734. <constraint firstItem="lKK-25-HYO" firstAttribute="centerY" secondItem="3DG-Lq-Sf5" secondAttribute="centerY" id="57i-OY-JGc"/>
  735. <constraint firstAttribute="width" constant="123" id="8k8-lR-Eig"/>
  736. <constraint firstItem="9Ic-7i-oYw" firstAttribute="top" secondItem="lKK-25-HYO" secondAttribute="bottom" id="8ui-ko-168"/>
  737. <constraint firstAttribute="trailing" secondItem="9Ic-7i-oYw" secondAttribute="trailing" constant="20" id="F82-mj-eSV"/>
  738. <constraint firstItem="3DG-Lq-Sf5" firstAttribute="top" secondItem="bEf-0R-viw" secondAttribute="top" constant="13" id="PG1-Cb-Cr4"/>
  739. <constraint firstAttribute="bottom" secondItem="9Ic-7i-oYw" secondAttribute="bottom" id="Sgv-L1-5jh"/>
  740. <constraint firstAttribute="height" constant="121" id="Xk1-T7-SO6"/>
  741. <constraint firstAttribute="trailing" secondItem="3my-9Z-sli" secondAttribute="trailing" id="bVg-Bt-mRi"/>
  742. <constraint firstItem="3DG-Lq-Sf5" firstAttribute="leading" secondItem="bEf-0R-viw" secondAttribute="leading" id="jMW-Ir-cP8"/>
  743. <constraint firstItem="lKK-25-HYO" firstAttribute="leading" secondItem="3DG-Lq-Sf5" secondAttribute="trailing" constant="11" id="qqJ-hu-b7S"/>
  744. <constraint firstItem="3my-9Z-sli" firstAttribute="centerY" secondItem="lKK-25-HYO" secondAttribute="centerY" id="rpB-4n-cVh"/>
  745. <constraint firstItem="9Ic-7i-oYw" firstAttribute="leading" secondItem="bEf-0R-viw" secondAttribute="leading" constant="20" id="tFl-vh-KO1"/>
  746. <constraint firstItem="3my-9Z-sli" firstAttribute="top" secondItem="bEf-0R-viw" secondAttribute="top" id="yCH-kh-tAF"/>
  747. </constraints>
  748. </view>
  749. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="37S-Sl-80P">
  750. <rect key="frame" x="18" y="563" width="123" height="121"/>
  751. <subviews>
  752. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="sign_icon" translatesAutoresizingMaskIntoConstraints="NO" id="eOc-8d-Glb">
  753. <rect key="frame" x="0.0" y="13" width="3" height="14"/>
  754. <constraints>
  755. <constraint firstAttribute="width" constant="3" id="NUq-fe-fub"/>
  756. <constraint firstAttribute="height" constant="14" id="l0T-94-Lak"/>
  757. </constraints>
  758. </imageView>
  759. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="财务" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="yyH-S3-gst">
  760. <rect key="frame" x="14" y="8" width="33" height="24"/>
  761. <constraints>
  762. <constraint firstAttribute="height" constant="24" id="LUe-9W-jpr"/>
  763. </constraints>
  764. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  765. <nil key="textColor"/>
  766. <nil key="highlightedColor"/>
  767. </label>
  768. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ccE-v7-Phf">
  769. <rect key="frame" x="20" y="32" width="83" height="89"/>
  770. <subviews>
  771. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="caiwu_icon" translatesAutoresizingMaskIntoConstraints="NO" id="Mkr-BI-j1g">
  772. <rect key="frame" x="25" y="19" width="33" height="33"/>
  773. <constraints>
  774. <constraint firstAttribute="height" constant="33" id="Ha2-6L-suW"/>
  775. <constraint firstAttribute="width" constant="33" id="weH-Dl-BTX"/>
  776. </constraints>
  777. </imageView>
  778. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="财务相关" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="aZG-1L-BsA">
  779. <rect key="frame" x="0.0" y="55" width="83" height="14"/>
  780. <constraints>
  781. <constraint firstAttribute="height" constant="14" id="spZ-3r-hL3"/>
  782. </constraints>
  783. <fontDescription key="fontDescription" type="system" pointSize="9"/>
  784. <color key="textColor" red="0.98431372549999996" green="0.41568627450000001" blue="0.47450980390000003" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  785. <nil key="highlightedColor"/>
  786. </label>
  787. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="v0z-0W-Dqo">
  788. <rect key="frame" x="0.0" y="0.0" width="83" height="89"/>
  789. </button>
  790. </subviews>
  791. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  792. <constraints>
  793. <constraint firstAttribute="trailing" secondItem="v0z-0W-Dqo" secondAttribute="trailing" id="3HG-Y9-Kjt"/>
  794. <constraint firstItem="v0z-0W-Dqo" firstAttribute="leading" secondItem="ccE-v7-Phf" secondAttribute="leading" id="F9m-SW-HDy"/>
  795. <constraint firstAttribute="trailing" secondItem="aZG-1L-BsA" secondAttribute="trailing" id="GfN-xd-nca"/>
  796. <constraint firstItem="Mkr-BI-j1g" firstAttribute="top" secondItem="ccE-v7-Phf" secondAttribute="top" constant="19" id="ORc-TR-BsM"/>
  797. <constraint firstItem="v0z-0W-Dqo" firstAttribute="top" secondItem="ccE-v7-Phf" secondAttribute="top" id="VcM-j0-XDp"/>
  798. <constraint firstItem="Mkr-BI-j1g" firstAttribute="centerX" secondItem="ccE-v7-Phf" secondAttribute="centerX" id="bFj-BN-Tdf"/>
  799. <constraint firstItem="aZG-1L-BsA" firstAttribute="top" secondItem="Mkr-BI-j1g" secondAttribute="bottom" constant="3" id="ggR-zR-vtl"/>
  800. <constraint firstAttribute="bottom" secondItem="v0z-0W-Dqo" secondAttribute="bottom" id="n0z-Yx-6uU"/>
  801. <constraint firstItem="aZG-1L-BsA" firstAttribute="leading" secondItem="ccE-v7-Phf" secondAttribute="leading" id="xdb-Hw-zMT"/>
  802. </constraints>
  803. </view>
  804. </subviews>
  805. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  806. <constraints>
  807. <constraint firstItem="eOc-8d-Glb" firstAttribute="leading" secondItem="37S-Sl-80P" secondAttribute="leading" id="BAB-rF-kfD"/>
  808. <constraint firstItem="yyH-S3-gst" firstAttribute="leading" secondItem="eOc-8d-Glb" secondAttribute="trailing" constant="11" id="LRc-fj-rlS"/>
  809. <constraint firstItem="yyH-S3-gst" firstAttribute="centerY" secondItem="eOc-8d-Glb" secondAttribute="centerY" id="Pmy-zu-A4n"/>
  810. <constraint firstAttribute="width" constant="123" id="SMv-zc-0rV"/>
  811. <constraint firstItem="eOc-8d-Glb" firstAttribute="top" secondItem="37S-Sl-80P" secondAttribute="top" constant="13" id="VGC-Me-k4j"/>
  812. <constraint firstAttribute="trailing" secondItem="ccE-v7-Phf" secondAttribute="trailing" constant="20" id="kl8-zu-0Ir"/>
  813. <constraint firstAttribute="bottom" secondItem="ccE-v7-Phf" secondAttribute="bottom" id="lbD-Ou-KbO"/>
  814. <constraint firstItem="ccE-v7-Phf" firstAttribute="top" secondItem="yyH-S3-gst" secondAttribute="bottom" id="ogu-xf-bom"/>
  815. <constraint firstAttribute="height" constant="121" id="p02-ry-1uw"/>
  816. <constraint firstItem="ccE-v7-Phf" firstAttribute="leading" secondItem="37S-Sl-80P" secondAttribute="leading" constant="20" id="uUC-Ye-FD8"/>
  817. </constraints>
  818. </view>
  819. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ASy-gS-Y5y">
  820. <rect key="frame" x="18" y="693" width="123" height="121"/>
  821. <subviews>
  822. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="sign_icon" translatesAutoresizingMaskIntoConstraints="NO" id="azx-zE-zZ5">
  823. <rect key="frame" x="0.0" y="13" width="3" height="14"/>
  824. <constraints>
  825. <constraint firstAttribute="height" constant="14" id="29b-B5-9Xj"/>
  826. <constraint firstAttribute="width" constant="3" id="hlW-Xs-cBs"/>
  827. </constraints>
  828. </imageView>
  829. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="业绩" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="WmC-n3-1Ez">
  830. <rect key="frame" x="14" y="8" width="33" height="24"/>
  831. <constraints>
  832. <constraint firstAttribute="height" constant="24" id="y93-GC-SZj"/>
  833. </constraints>
  834. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  835. <nil key="textColor"/>
  836. <nil key="highlightedColor"/>
  837. </label>
  838. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ynu-QZ-fi6">
  839. <rect key="frame" x="20" y="32" width="83" height="89"/>
  840. <subviews>
  841. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="tongji_icon" translatesAutoresizingMaskIntoConstraints="NO" id="NtR-8h-OfM">
  842. <rect key="frame" x="25" y="19" width="33" height="33"/>
  843. <constraints>
  844. <constraint firstAttribute="height" constant="33" id="Ha8-Vu-Z6m"/>
  845. <constraint firstAttribute="width" constant="33" id="lID-Gx-dgg"/>
  846. </constraints>
  847. </imageView>
  848. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="统计" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Bh5-jf-KAm">
  849. <rect key="frame" x="0.0" y="55" width="83" height="14"/>
  850. <constraints>
  851. <constraint firstAttribute="height" constant="14" id="ZBg-Cy-lkD"/>
  852. </constraints>
  853. <fontDescription key="fontDescription" type="system" pointSize="9"/>
  854. <color key="textColor" red="0.70196078431372544" green="0.51372549019607838" blue="0.95294117647058818" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  855. <nil key="highlightedColor"/>
  856. </label>
  857. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Ekf-cP-a2h">
  858. <rect key="frame" x="0.0" y="0.0" width="83" height="89"/>
  859. </button>
  860. </subviews>
  861. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  862. <constraints>
  863. <constraint firstItem="Bh5-jf-KAm" firstAttribute="leading" secondItem="ynu-QZ-fi6" secondAttribute="leading" id="1Jd-k2-g2y"/>
  864. <constraint firstItem="NtR-8h-OfM" firstAttribute="top" secondItem="ynu-QZ-fi6" secondAttribute="top" constant="19" id="BJJ-ce-YCL"/>
  865. <constraint firstItem="NtR-8h-OfM" firstAttribute="centerX" secondItem="ynu-QZ-fi6" secondAttribute="centerX" id="JAg-FT-g3b"/>
  866. <constraint firstItem="Ekf-cP-a2h" firstAttribute="top" secondItem="ynu-QZ-fi6" secondAttribute="top" id="QQk-1I-xtk"/>
  867. <constraint firstItem="Ekf-cP-a2h" firstAttribute="leading" secondItem="ynu-QZ-fi6" secondAttribute="leading" id="kie-KI-3fe"/>
  868. <constraint firstItem="Bh5-jf-KAm" firstAttribute="top" secondItem="NtR-8h-OfM" secondAttribute="bottom" constant="3" id="lOP-Oj-OVE"/>
  869. <constraint firstAttribute="trailing" secondItem="Ekf-cP-a2h" secondAttribute="trailing" id="ovb-PE-pH5"/>
  870. <constraint firstAttribute="bottom" secondItem="Ekf-cP-a2h" secondAttribute="bottom" id="q5j-9a-g0i"/>
  871. <constraint firstAttribute="trailing" secondItem="Bh5-jf-KAm" secondAttribute="trailing" id="s2t-DE-PJT"/>
  872. </constraints>
  873. </view>
  874. </subviews>
  875. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  876. <constraints>
  877. <constraint firstItem="WmC-n3-1Ez" firstAttribute="leading" secondItem="azx-zE-zZ5" secondAttribute="trailing" constant="11" id="2mi-ef-d3D"/>
  878. <constraint firstAttribute="height" constant="121" id="5aX-GV-4wn"/>
  879. <constraint firstItem="azx-zE-zZ5" firstAttribute="leading" secondItem="ASy-gS-Y5y" secondAttribute="leading" id="6qe-nI-2iW"/>
  880. <constraint firstAttribute="trailing" secondItem="ynu-QZ-fi6" secondAttribute="trailing" constant="20" id="7D4-Ve-HtY"/>
  881. <constraint firstItem="WmC-n3-1Ez" firstAttribute="centerY" secondItem="azx-zE-zZ5" secondAttribute="centerY" id="I72-pS-8vs"/>
  882. <constraint firstItem="ynu-QZ-fi6" firstAttribute="top" secondItem="WmC-n3-1Ez" secondAttribute="bottom" id="NPI-7c-dXo"/>
  883. <constraint firstItem="azx-zE-zZ5" firstAttribute="top" secondItem="ASy-gS-Y5y" secondAttribute="top" constant="13" id="Nma-dN-RJX"/>
  884. <constraint firstAttribute="width" constant="123" id="h4i-qJ-3CS"/>
  885. <constraint firstItem="ynu-QZ-fi6" firstAttribute="leading" secondItem="ASy-gS-Y5y" secondAttribute="leading" constant="20" id="h9a-Yd-RLB"/>
  886. <constraint firstAttribute="bottom" secondItem="ynu-QZ-fi6" secondAttribute="bottom" id="ktW-WM-A8b"/>
  887. </constraints>
  888. </view>
  889. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="新功能持续更新中,敬请期待……" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="jog-RP-QEU">
  890. <rect key="frame" x="90.5" y="832" width="194" height="16"/>
  891. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  892. <color key="textColor" red="0.59999999999999998" green="0.62352941176470589" blue="0.61568627450980395" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  893. <nil key="highlightedColor"/>
  894. </label>
  895. </subviews>
  896. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  897. <constraints>
  898. <constraint firstItem="ASy-gS-Y5y" firstAttribute="top" secondItem="37S-Sl-80P" secondAttribute="bottom" constant="9" id="0f2-EL-hES"/>
  899. <constraint firstItem="jog-RP-QEU" firstAttribute="top" secondItem="dfP-Re-hrm" secondAttribute="bottom" constant="18" id="1Ky-yw-03V"/>
  900. <constraint firstAttribute="trailing" secondItem="6lS-Sw-3tu" secondAttribute="trailing" id="4FR-zR-YrR"/>
  901. <constraint firstItem="bEf-0R-viw" firstAttribute="leading" secondItem="IYn-mB-VFb" secondAttribute="trailing" constant="18" id="Db6-OA-u7g"/>
  902. <constraint firstItem="6lS-Sw-3tu" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="GBe-yh-CPt"/>
  903. <constraint firstItem="IYn-mB-VFb" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="18" id="POv-5d-azX"/>
  904. <constraint firstItem="3Be-2F-Bz3" firstAttribute="top" secondItem="6lS-Sw-3tu" secondAttribute="bottom" constant="-10" id="REn-1u-R5f"/>
  905. <constraint firstAttribute="trailing" secondItem="5SE-5t-iN4" secondAttribute="trailing" constant="18" id="S4i-bp-Bbj"/>
  906. <constraint firstItem="dfP-Re-hrm" firstAttribute="top" secondItem="5SE-5t-iN4" secondAttribute="bottom" constant="9" id="TDu-uh-mx9"/>
  907. <constraint firstItem="3Be-2F-Bz3" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="UHL-5d-vWp"/>
  908. <constraint firstItem="6lS-Sw-3tu" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="XjL-un-MxP"/>
  909. <constraint firstItem="37S-Sl-80P" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="18" id="bvb-ie-dQe"/>
  910. <constraint firstItem="IYn-mB-VFb" firstAttribute="top" secondItem="3Be-2F-Bz3" secondAttribute="bottom" constant="9" id="f0Y-NT-HMF"/>
  911. <constraint firstItem="bEf-0R-viw" firstAttribute="top" secondItem="3Be-2F-Bz3" secondAttribute="bottom" constant="9" id="hJQ-RM-SrR"/>
  912. <constraint firstItem="ASy-gS-Y5y" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="18" id="huT-jH-ZIx"/>
  913. <constraint firstAttribute="trailing" secondItem="dfP-Re-hrm" secondAttribute="trailing" constant="18" id="j95-Dx-na0"/>
  914. <constraint firstItem="37S-Sl-80P" firstAttribute="top" secondItem="IYn-mB-VFb" secondAttribute="bottom" constant="9" id="jbm-QF-VJm"/>
  915. <constraint firstItem="jog-RP-QEU" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="lQD-3o-2zB"/>
  916. <constraint firstItem="5SE-5t-iN4" firstAttribute="top" secondItem="IYn-mB-VFb" secondAttribute="bottom" constant="9" id="vnc-Rv-KwF"/>
  917. </constraints>
  918. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  919. <point key="canvasLocation" x="140" y="100.74962518740631"/>
  920. </view>
  921. </objects>
  922. <resources>
  923. <image name="caiwu_icon" width="36" height="36"/>
  924. <image name="gongsiguanli_icon" width="36" height="36"/>
  925. <image name="gongyingshang——icon" width="36" height="36"/>
  926. <image name="kaoqinguanli_icon" width="36" height="36"/>
  927. <image name="kehu_icon" width="36" height="36"/>
  928. <image name="moreHui" width="7.5" height="14"/>
  929. <image name="sign_icon" width="3" height="16"/>
  930. <image name="tongji_icon" width="36" height="36"/>
  931. <image name="workTopBg" width="414" height="336"/>
  932. <image name="xinjiangzrz_icon" width="36" height="36"/>
  933. <image name="xinrenwu_icon" width="36" height="36"/>
  934. <image name="xinshenqign_icon" width="36" height="36"/>
  935. <systemColor name="systemBackgroundColor">
  936. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  937. </systemColor>
  938. </resources>
  939. </document>