KMAccountInfoView.xib 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22154" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22154"/>
  6. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  7. </dependencies>
  8. <objects>
  9. <customObject id="-2" userLabel="File's Owner" customClass="KMAccountInfoView" customModule="PDF_Master" customModuleProvider="target">
  10. <connections>
  11. <outlet property="accountLabel" destination="RBL-0P-CFH" id="y2h-N0-OGa"/>
  12. <outlet property="changeEemailButton" destination="IZO-0J-RHO" id="xja-Vj-gCy"/>
  13. <outlet property="changeEmailHelpButton" destination="mMf-xV-ACr" id="e6x-vP-KVT"/>
  14. <outlet property="closeBox" destination="fOd-XX-43K" id="zmz-yX-PWU"/>
  15. <outlet property="closeButton" destination="Amy-OB-Mza" id="9R5-gn-vVI"/>
  16. <outlet property="imageViewButton" destination="8gX-ju-NH5" id="zaq-tO-ADt"/>
  17. <outlet property="infoContentView" destination="FM4-aP-xFU" id="UOr-fX-6Zg"/>
  18. <outlet property="lineView" destination="WMg-Cr-JJr" id="qD5-Ls-DrK"/>
  19. <outlet property="lineViewTopConttraint" destination="bqD-h1-usB" id="ypZ-iC-U8W"/>
  20. <outlet property="moreButton" destination="t75-lC-90r" id="xu0-vh-wtQ"/>
  21. <outlet property="purchaseInfoButton" destination="5PX-6O-xK8" id="nmu-lh-qmx"/>
  22. <outlet property="purchaseInfoContentView" destination="ftd-cD-kBx" id="wju-0o-2fa"/>
  23. <outlet property="statusContentView" destination="9AV-k7-nob" id="q6D-7t-UXt"/>
  24. <outlet property="statusLabel" destination="xqM-Bi-zV4" id="KSF-S7-R3G"/>
  25. <outlet property="statusTimeLabel" destination="hNa-H6-poH" id="b5k-1e-jIY"/>
  26. <outlet property="statusTitleLabel" destination="QSv-Q9-wi2" id="pcQ-1L-Zjt"/>
  27. <outlet property="subscribeButton" destination="6uz-0m-698" id="Dlq-ns-XT2"/>
  28. <outlet property="subscribeButtonContentView" destination="l6v-gx-NaZ" id="LUP-wd-tnT"/>
  29. <outlet property="subscriptionInfoContentViewHeightConstraint" destination="Wjw-0L-dSz" id="J19-WH-UaH"/>
  30. <outlet property="subscriptionInfoContentViewTopConstraint" destination="a4h-ok-qKR" id="v5X-2X-B9a"/>
  31. <outlet property="tagContentView" destination="ABe-Ge-8Kf" id="3Fp-U5-gMV"/>
  32. <outlet property="tagLabel" destination="dUy-Xz-Fsv" id="C28-5w-9yP"/>
  33. <outlet property="titleLabel" destination="wzN-5h-FkM" id="e2e-2a-3Lx"/>
  34. </connections>
  35. </customObject>
  36. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  37. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  38. <customView id="c22-O7-iKe">
  39. <rect key="frame" x="0.0" y="0.0" width="440" height="483"/>
  40. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  41. <subviews>
  42. <box boxType="custom" borderWidth="0.0" cornerRadius="4" translatesAutoresizingMaskIntoConstraints="NO" id="fOd-XX-43K" customClass="KMBox" customModule="PDF_Master" customModuleProvider="target">
  43. <rect key="frame" x="8" y="461" width="12" height="12"/>
  44. <view key="contentView" id="Qwz-rh-8Tv">
  45. <rect key="frame" x="0.0" y="0.0" width="12" height="12"/>
  46. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  47. </view>
  48. <constraints>
  49. <constraint firstAttribute="height" constant="12" id="54z-76-XYi"/>
  50. <constraint firstAttribute="width" constant="12" id="fAj-Qy-Axf"/>
  51. </constraints>
  52. </box>
  53. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Amy-OB-Mza">
  54. <rect key="frame" x="8" y="461" width="12" height="12"/>
  55. <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="control_btn_icon_close" imagePosition="only" alignment="center" imageScaling="proportionallyDown" inset="2" id="c3n-rh-CpG">
  56. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  57. <font key="font" metaFont="system"/>
  58. </buttonCell>
  59. <constraints>
  60. <constraint firstAttribute="width" constant="12" id="JMt-xb-LqK"/>
  61. <constraint firstAttribute="height" constant="12" id="c7Q-qR-TGj"/>
  62. </constraints>
  63. <connections>
  64. <action selector="closeButtonAction:" target="-2" id="U1Z-rX-5eH"/>
  65. </connections>
  66. </button>
  67. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="wzN-5h-FkM">
  68. <rect key="frame" x="129" y="415" width="182" height="28"/>
  69. <constraints>
  70. <constraint firstAttribute="height" constant="28" id="hwe-Db-IjI"/>
  71. </constraints>
  72. <textFieldCell key="cell" lineBreakMode="clipping" title="Account Information" id="MI1-Oq-p89">
  73. <font key="font" metaFont="system" size="20"/>
  74. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  75. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  76. </textFieldCell>
  77. </textField>
  78. <customView hidden="YES" translatesAutoresizingMaskIntoConstraints="NO" id="ftd-cD-kBx">
  79. <rect key="frame" x="24" y="166" width="392" height="22"/>
  80. <subviews>
  81. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="5PX-6O-xK8">
  82. <rect key="frame" x="0.0" y="0.0" width="112" height="22"/>
  83. <buttonCell key="cell" type="square" title="Order Information" bezelStyle="shadowlessSquare" alignment="center" imageScaling="proportionallyDown" inset="2" id="cYo-gl-9pO">
  84. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  85. <font key="font" metaFont="system"/>
  86. </buttonCell>
  87. <connections>
  88. <action selector="purchaseButtonAction:" target="-2" id="KvK-9w-bTt"/>
  89. </connections>
  90. </button>
  91. </subviews>
  92. <constraints>
  93. <constraint firstItem="5PX-6O-xK8" firstAttribute="leading" secondItem="ftd-cD-kBx" secondAttribute="leading" id="0HA-BH-wlA"/>
  94. <constraint firstAttribute="bottom" secondItem="5PX-6O-xK8" secondAttribute="bottom" id="3gG-4L-shl"/>
  95. <constraint firstItem="5PX-6O-xK8" firstAttribute="top" secondItem="ftd-cD-kBx" secondAttribute="top" id="Jmf-r0-526"/>
  96. <constraint firstAttribute="height" constant="22" id="Jxy-9d-amZ"/>
  97. </constraints>
  98. </customView>
  99. <customView translatesAutoresizingMaskIntoConstraints="NO" id="l6v-gx-NaZ">
  100. <rect key="frame" x="24" y="32" width="392" height="40"/>
  101. <subviews>
  102. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="6uz-0m-698">
  103. <rect key="frame" x="96" y="0.0" width="200" height="40"/>
  104. <buttonCell key="cell" type="square" title="Subscribe" bezelStyle="shadowlessSquare" alignment="center" imageScaling="proportionallyDown" inset="2" id="iF3-pV-hyc">
  105. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  106. <font key="font" metaFont="system"/>
  107. </buttonCell>
  108. <constraints>
  109. <constraint firstAttribute="height" constant="40" id="Mpa-mF-kKW"/>
  110. <constraint firstAttribute="width" constant="200" id="aft-Eg-IK7"/>
  111. </constraints>
  112. <connections>
  113. <action selector="subcriptionButtonAction:" target="-2" id="OIO-bS-649"/>
  114. </connections>
  115. </button>
  116. </subviews>
  117. <constraints>
  118. <constraint firstItem="6uz-0m-698" firstAttribute="centerY" secondItem="l6v-gx-NaZ" secondAttribute="centerY" id="257-3D-YoF"/>
  119. <constraint firstItem="6uz-0m-698" firstAttribute="centerX" secondItem="l6v-gx-NaZ" secondAttribute="centerX" id="l8x-EU-8W2"/>
  120. <constraint firstAttribute="height" constant="40" id="yMx-ST-IO5"/>
  121. </constraints>
  122. </customView>
  123. <customView translatesAutoresizingMaskIntoConstraints="NO" id="WMg-Cr-JJr">
  124. <rect key="frame" x="24" y="196" width="392" height="1"/>
  125. <constraints>
  126. <constraint firstAttribute="height" constant="1" id="0iA-OZ-Odp"/>
  127. </constraints>
  128. </customView>
  129. <customView translatesAutoresizingMaskIntoConstraints="NO" id="9AV-k7-nob">
  130. <rect key="frame" x="24" y="213" width="392" height="74"/>
  131. <subviews>
  132. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="QSv-Q9-wi2">
  133. <rect key="frame" x="-2" y="58" width="43" height="16"/>
  134. <textFieldCell key="cell" lineBreakMode="clipping" title="Status" id="SA6-LW-oSg">
  135. <font key="font" usesAppearanceFont="YES"/>
  136. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  137. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  138. </textFieldCell>
  139. </textField>
  140. <customView translatesAutoresizingMaskIntoConstraints="NO" id="1pg-8T-wNz">
  141. <rect key="frame" x="0.0" y="0.0" width="392" height="50"/>
  142. <subviews>
  143. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="xqM-Bi-zV4">
  144. <rect key="frame" x="-2" y="17" width="102" height="16"/>
  145. <textFieldCell key="cell" title="On Subscription" id="crp-kV-aMk">
  146. <font key="font" usesAppearanceFont="YES"/>
  147. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  148. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  149. </textFieldCell>
  150. </textField>
  151. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="hNa-H6-poH">
  152. <rect key="frame" x="317" y="9" width="77" height="32"/>
  153. <textFieldCell key="cell" lineBreakMode="clipping" alignment="right" id="bqx-Sm-ykO">
  154. <font key="font" usesAppearanceFont="YES"/>
  155. <string key="title">2023/01/25
  156. Trial expires</string>
  157. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  158. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  159. </textFieldCell>
  160. </textField>
  161. <customView translatesAutoresizingMaskIntoConstraints="NO" id="ABe-Ge-8Kf">
  162. <rect key="frame" x="106" y="15" width="106" height="20"/>
  163. <subviews>
  164. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="dUy-Xz-Fsv">
  165. <rect key="frame" x="3" y="2" width="100" height="16"/>
  166. <textFieldCell key="cell" lineBreakMode="clipping" title=" Auto-renewal " id="NKq-uS-TUg">
  167. <font key="font" metaFont="system"/>
  168. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  169. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  170. </textFieldCell>
  171. </textField>
  172. </subviews>
  173. <constraints>
  174. <constraint firstAttribute="height" constant="20" id="1eC-Ga-7L7"/>
  175. <constraint firstAttribute="width" secondItem="dUy-Xz-Fsv" secondAttribute="width" multiplier="1.1" id="WaV-Hg-Mwv"/>
  176. <constraint firstItem="dUy-Xz-Fsv" firstAttribute="centerY" secondItem="ABe-Ge-8Kf" secondAttribute="centerY" id="edK-lC-TYV"/>
  177. <constraint firstItem="dUy-Xz-Fsv" firstAttribute="centerX" secondItem="ABe-Ge-8Kf" secondAttribute="centerX" id="vpa-Ik-yop"/>
  178. </constraints>
  179. </customView>
  180. </subviews>
  181. <constraints>
  182. <constraint firstItem="xqM-Bi-zV4" firstAttribute="centerY" secondItem="1pg-8T-wNz" secondAttribute="centerY" id="1Uu-r0-Q04"/>
  183. <constraint firstItem="ABe-Ge-8Kf" firstAttribute="centerY" secondItem="xqM-Bi-zV4" secondAttribute="centerY" id="3JP-mc-W3l"/>
  184. <constraint firstItem="xqM-Bi-zV4" firstAttribute="leading" secondItem="1pg-8T-wNz" secondAttribute="leading" id="F3R-oN-U5B"/>
  185. <constraint firstItem="ABe-Ge-8Kf" firstAttribute="leading" secondItem="xqM-Bi-zV4" secondAttribute="trailing" constant="8" id="SSj-pe-e3T"/>
  186. <constraint firstItem="hNa-H6-poH" firstAttribute="centerY" secondItem="1pg-8T-wNz" secondAttribute="centerY" id="WLL-Zz-HhA"/>
  187. <constraint firstAttribute="trailing" secondItem="hNa-H6-poH" secondAttribute="trailing" id="jGS-Qa-jZA"/>
  188. </constraints>
  189. </customView>
  190. </subviews>
  191. <constraints>
  192. <constraint firstItem="QSv-Q9-wi2" firstAttribute="leading" secondItem="9AV-k7-nob" secondAttribute="leading" id="0Gz-5s-KmR"/>
  193. <constraint firstItem="1pg-8T-wNz" firstAttribute="leading" secondItem="9AV-k7-nob" secondAttribute="leading" id="H0g-jS-eT5"/>
  194. <constraint firstAttribute="height" constant="74" id="Wjw-0L-dSz"/>
  195. <constraint firstItem="1pg-8T-wNz" firstAttribute="top" secondItem="QSv-Q9-wi2" secondAttribute="bottom" constant="8" id="eoz-w9-hTi"/>
  196. <constraint firstAttribute="trailing" secondItem="1pg-8T-wNz" secondAttribute="trailing" id="fOK-4o-iPs"/>
  197. <constraint firstAttribute="bottom" secondItem="1pg-8T-wNz" secondAttribute="bottom" id="sGh-ug-YvR"/>
  198. <constraint firstItem="QSv-Q9-wi2" firstAttribute="top" secondItem="9AV-k7-nob" secondAttribute="top" id="ut7-vG-uwU"/>
  199. </constraints>
  200. </customView>
  201. <customView translatesAutoresizingMaskIntoConstraints="NO" id="FM4-aP-xFU">
  202. <rect key="frame" x="24" y="307" width="392" height="92"/>
  203. <subviews>
  204. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="t75-lC-90r">
  205. <rect key="frame" x="360" y="60" width="24" height="24"/>
  206. <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="icon_btn_more" imagePosition="only" alignment="center" imageScaling="proportionallyDown" inset="2" id="9Nf-kJ-lvd">
  207. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  208. <font key="font" metaFont="system"/>
  209. </buttonCell>
  210. <constraints>
  211. <constraint firstAttribute="width" constant="24" id="fan-42-fAl"/>
  212. <constraint firstAttribute="height" constant="24" id="hFQ-nv-2SB"/>
  213. </constraints>
  214. <connections>
  215. <action selector="moreButtonAction:" target="-2" id="bTi-kP-MP3"/>
  216. </connections>
  217. </button>
  218. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="8gX-ju-NH5">
  219. <rect key="frame" x="16" y="20" width="48" height="48"/>
  220. <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" alignment="center" imageScaling="proportionallyDown" inset="2" id="wRw-DB-pSM">
  221. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  222. <font key="font" metaFont="system"/>
  223. </buttonCell>
  224. <constraints>
  225. <constraint firstAttribute="height" constant="48" id="4Re-q3-7cZ"/>
  226. <constraint firstAttribute="width" constant="48" id="Ssr-id-8TX"/>
  227. </constraints>
  228. </button>
  229. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="RBL-0P-CFH">
  230. <rect key="frame" x="78" y="51" width="181" height="17"/>
  231. <textFieldCell key="cell" lineBreakMode="clipping" title="pdfoffice@kdanmobile.com" id="jfQ-Wh-ayi">
  232. <font key="font" metaFont="system" size="14"/>
  233. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  234. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  235. </textFieldCell>
  236. </textField>
  237. <button translatesAutoresizingMaskIntoConstraints="NO" id="IZO-0J-RHO">
  238. <rect key="frame" x="80" y="20" width="87" height="16"/>
  239. <buttonCell key="cell" type="square" title="Change Email" bezelStyle="shadowlessSquare" alignment="center" imageScaling="proportionallyDown" inset="2" id="805-vm-k1x">
  240. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  241. <font key="font" metaFont="system"/>
  242. </buttonCell>
  243. <connections>
  244. <action selector="changeEmailButtonAction:" target="-2" id="9dQ-fn-7Af"/>
  245. </connections>
  246. </button>
  247. <button translatesAutoresizingMaskIntoConstraints="NO" id="mMf-xV-ACr">
  248. <rect key="frame" x="171" y="20" width="16" height="16"/>
  249. <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="icon_info" imagePosition="only" alignment="center" imageScaling="proportionallyDown" inset="2" id="VLx-iX-scO">
  250. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  251. <font key="font" metaFont="system"/>
  252. </buttonCell>
  253. <constraints>
  254. <constraint firstAttribute="height" constant="16" id="mG6-Ye-Gyi"/>
  255. <constraint firstAttribute="width" constant="16" id="ooP-aW-2FN"/>
  256. </constraints>
  257. <connections>
  258. <action selector="changeEmailHelpButtonAction:" target="-2" id="Rcd-NR-SQT"/>
  259. </connections>
  260. </button>
  261. </subviews>
  262. <constraints>
  263. <constraint firstAttribute="height" constant="92" id="0lq-B5-Tez"/>
  264. <constraint firstItem="mMf-xV-ACr" firstAttribute="leading" secondItem="IZO-0J-RHO" secondAttribute="trailing" constant="4" id="7gd-Za-6qW"/>
  265. <constraint firstItem="RBL-0P-CFH" firstAttribute="top" secondItem="8gX-ju-NH5" secondAttribute="top" id="7pB-ak-U1C"/>
  266. <constraint firstItem="RBL-0P-CFH" firstAttribute="leading" secondItem="8gX-ju-NH5" secondAttribute="trailing" constant="16" id="Iu5-qZ-1fb"/>
  267. <constraint firstItem="8gX-ju-NH5" firstAttribute="top" secondItem="FM4-aP-xFU" secondAttribute="top" constant="24" id="VSC-8e-MWQ"/>
  268. <constraint firstItem="IZO-0J-RHO" firstAttribute="bottom" secondItem="8gX-ju-NH5" secondAttribute="bottom" id="d2i-84-fpw"/>
  269. <constraint firstItem="8gX-ju-NH5" firstAttribute="leading" secondItem="FM4-aP-xFU" secondAttribute="leading" constant="16" id="dNd-Zm-zhM"/>
  270. <constraint firstItem="t75-lC-90r" firstAttribute="top" secondItem="FM4-aP-xFU" secondAttribute="top" constant="8" id="nbD-nU-ucy"/>
  271. <constraint firstAttribute="trailing" secondItem="t75-lC-90r" secondAttribute="trailing" constant="8" id="oRO-91-kmx"/>
  272. <constraint firstItem="mMf-xV-ACr" firstAttribute="centerY" secondItem="IZO-0J-RHO" secondAttribute="centerY" id="pfK-Md-2E4"/>
  273. <constraint firstItem="IZO-0J-RHO" firstAttribute="leading" secondItem="8gX-ju-NH5" secondAttribute="trailing" constant="16" id="uRg-dZ-UXh"/>
  274. </constraints>
  275. </customView>
  276. </subviews>
  277. <constraints>
  278. <constraint firstAttribute="trailing" secondItem="l6v-gx-NaZ" secondAttribute="trailing" constant="24" id="67o-Fl-jBi"/>
  279. <constraint firstAttribute="bottom" secondItem="l6v-gx-NaZ" secondAttribute="bottom" constant="32" id="GDb-5f-iw6"/>
  280. <constraint firstItem="wzN-5h-FkM" firstAttribute="top" secondItem="c22-O7-iKe" secondAttribute="top" constant="40" id="P6g-Wv-Jeq"/>
  281. <constraint firstItem="WMg-Cr-JJr" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" constant="24" id="QcH-kl-ozy"/>
  282. <constraint firstItem="Amy-OB-Mza" firstAttribute="top" secondItem="c22-O7-iKe" secondAttribute="top" constant="10" id="Sws-1x-SeB"/>
  283. <constraint firstItem="FM4-aP-xFU" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" constant="24" id="Ulr-Yh-Bjz"/>
  284. <constraint firstItem="fOd-XX-43K" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" constant="8" id="Y25-7v-CD2"/>
  285. <constraint firstAttribute="trailing" secondItem="FM4-aP-xFU" secondAttribute="trailing" constant="24" id="YCA-vu-F7q"/>
  286. <constraint firstItem="9AV-k7-nob" firstAttribute="top" secondItem="FM4-aP-xFU" secondAttribute="bottom" constant="20" id="a4h-ok-qKR"/>
  287. <constraint firstItem="WMg-Cr-JJr" firstAttribute="top" secondItem="9AV-k7-nob" secondAttribute="bottom" constant="16" id="bqD-h1-usB"/>
  288. <constraint firstItem="fOd-XX-43K" firstAttribute="top" secondItem="c22-O7-iKe" secondAttribute="top" constant="10" id="cgn-Ff-hUb"/>
  289. <constraint firstAttribute="trailing" secondItem="ftd-cD-kBx" secondAttribute="trailing" constant="24" id="dgo-ts-hpg"/>
  290. <constraint firstItem="9AV-k7-nob" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" constant="24" id="eEC-5I-s11"/>
  291. <constraint firstAttribute="trailing" secondItem="9AV-k7-nob" secondAttribute="trailing" constant="24" id="fuE-Zj-fwG"/>
  292. <constraint firstItem="FM4-aP-xFU" firstAttribute="top" secondItem="wzN-5h-FkM" secondAttribute="bottom" constant="16" id="hU4-Uz-s5G"/>
  293. <constraint firstItem="ftd-cD-kBx" firstAttribute="top" secondItem="WMg-Cr-JJr" secondAttribute="bottom" constant="8" id="inP-k0-adN"/>
  294. <constraint firstItem="l6v-gx-NaZ" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" constant="24" id="kIo-BU-E5u"/>
  295. <constraint firstItem="ftd-cD-kBx" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" constant="24" id="knm-gJ-U7h"/>
  296. <constraint firstItem="Amy-OB-Mza" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" constant="8" id="tep-pD-Lcj"/>
  297. <constraint firstAttribute="trailing" secondItem="WMg-Cr-JJr" secondAttribute="trailing" constant="24" id="uay-Qa-HfL"/>
  298. <constraint firstItem="wzN-5h-FkM" firstAttribute="centerX" secondItem="c22-O7-iKe" secondAttribute="centerX" id="vvq-pC-WW8"/>
  299. <constraint firstItem="WMg-Cr-JJr" firstAttribute="centerX" secondItem="c22-O7-iKe" secondAttribute="centerX" id="yft-jJ-E3y"/>
  300. </constraints>
  301. <point key="canvasLocation" x="18" y="225.5"/>
  302. </customView>
  303. </objects>
  304. <resources>
  305. <image name="control_btn_icon_close" width="12" height="12"/>
  306. <image name="icon_btn_more" width="16" height="16"/>
  307. <image name="icon_info" width="16" height="16"/>
  308. </resources>
  309. </document>