DSignatureSaveFolderViewController.xib 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303
  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="DSignatureSaveFolderViewController" customModule="PDF_Reader_Pro" customModuleProvider="target">
  10. <connections>
  11. <outlet property="cancelButton" destination="EIz-uX-r20" id="G4q-PK-AUh"/>
  12. <outlet property="confirmPasswordLabel" destination="mSz-C4-9c0" id="kFO-uI-npz"/>
  13. <outlet property="confirmPasswordTextField" destination="wJh-2B-QMM" id="gUZ-Ui-4KS"/>
  14. <outlet property="continueButton" destination="Z9P-xk-Gyz" id="ugp-6Y-IUi"/>
  15. <outlet property="errorLabel" destination="JYr-d4-Grn" id="9hF-LC-oE8"/>
  16. <outlet property="filesLabel" destination="7i2-kK-IUR" id="fIR-8R-1r2"/>
  17. <outlet property="filesTextField" destination="IbR-iZ-b30" id="G8Z-SH-1me"/>
  18. <outlet property="openFileButton" destination="yfj-oP-ZLP" id="yfz-Dd-GbJ"/>
  19. <outlet property="passwordLabel" destination="kF8-Qb-20L" id="lDg-3E-PNB"/>
  20. <outlet property="passwordTextField" destination="VwH-Fn-wdt" id="T4V-Ie-5Dy"/>
  21. <outlet property="promptBox" destination="rqm-GK-a1Q" id="vDl-uR-aTz"/>
  22. <outlet property="promptTextView" destination="sQo-a3-185" id="eZF-Fb-Gn0"/>
  23. <outlet property="subTitleLabel" destination="L8i-m5-yua" id="sky-1d-9fy"/>
  24. <outlet property="titleLabel" destination="VyV-xt-ftp" id="XZ7-S0-aQs"/>
  25. <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
  26. </connections>
  27. </customObject>
  28. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  29. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  30. <customView id="Hz6-mo-xeY">
  31. <rect key="frame" x="0.0" y="0.0" width="608" height="450"/>
  32. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  33. <subviews>
  34. <customView translatesAutoresizingMaskIntoConstraints="NO" id="WKx-hZ-wYw">
  35. <rect key="frame" x="0.0" y="0.0" width="608" height="450"/>
  36. <subviews>
  37. <button translatesAutoresizingMaskIntoConstraints="NO" id="soI-xt-gjs">
  38. <rect key="frame" x="572" y="409" width="16" height="16"/>
  39. <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="ImageNameDSignatClose" imagePosition="only" alignment="center" imageScaling="proportionallyUpOrDown" inset="2" id="ZdH-qh-9pY">
  40. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  41. <font key="font" metaFont="system"/>
  42. </buttonCell>
  43. <connections>
  44. <action selector="closeAction:" target="-2" id="Ij0-DF-zQX"/>
  45. </connections>
  46. </button>
  47. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="VyV-xt-ftp">
  48. <rect key="frame" x="18" y="407" width="286" height="19"/>
  49. <textFieldCell key="cell" title="Save the self-signed Digital ID to a file" id="7PW-k6-6nf">
  50. <font key="font" metaFont="systemMedium" size="16"/>
  51. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  52. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  53. </textFieldCell>
  54. </textField>
  55. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="L8i-m5-yua">
  56. <rect key="frame" x="22" y="353" width="564" height="34"/>
  57. <constraints>
  58. <constraint firstAttribute="width" constant="560" id="2nr-tS-eA0"/>
  59. </constraints>
  60. <textFieldCell key="cell" id="uny-LZ-3Tu">
  61. <font key="font" metaFont="systemMedium" size="14"/>
  62. <string key="title">Browse for a Digital ID file. Digital ID files are password protected. You cannot access the Digital ID if you don't know its password.</string>
  63. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  64. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  65. </textFieldCell>
  66. </textField>
  67. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="XoM-Gh-Vzh">
  68. <rect key="frame" x="24" y="203" width="560" height="130"/>
  69. <view key="contentView" id="TPs-Co-Ncz">
  70. <rect key="frame" x="0.0" y="0.0" width="560" height="130"/>
  71. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  72. <subviews>
  73. <customView translatesAutoresizingMaskIntoConstraints="NO" id="HBy-W2-HYW">
  74. <rect key="frame" x="0.0" y="0.0" width="154" height="130"/>
  75. <subviews>
  76. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="7i2-kK-IUR">
  77. <rect key="frame" x="119" y="107" width="35" height="17"/>
  78. <textFieldCell key="cell" lineBreakMode="clipping" alignment="right" title="Files" id="tuA-9A-5ew">
  79. <font key="font" metaFont="systemMedium" size="14"/>
  80. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  81. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  82. </textFieldCell>
  83. </textField>
  84. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="kF8-Qb-20L">
  85. <rect key="frame" x="86" y="60" width="68" height="17"/>
  86. <textFieldCell key="cell" lineBreakMode="clipping" alignment="right" title="Password" id="APG-4S-tYY">
  87. <font key="font" metaFont="systemMedium" size="14"/>
  88. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  89. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  90. </textFieldCell>
  91. </textField>
  92. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="mSz-C4-9c0">
  93. <rect key="frame" x="0.0" y="13" width="154" height="17"/>
  94. <textFieldCell key="cell" lineBreakMode="clipping" alignment="right" title="Confirm The Password" id="mSp-Em-aI9">
  95. <font key="font" metaFont="systemMedium" size="14"/>
  96. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  97. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  98. </textFieldCell>
  99. </textField>
  100. </subviews>
  101. <constraints>
  102. <constraint firstAttribute="trailing" secondItem="kF8-Qb-20L" secondAttribute="trailing" constant="2" id="Hje-VB-whz"/>
  103. <constraint firstAttribute="trailing" secondItem="mSz-C4-9c0" secondAttribute="trailing" constant="2" id="Njn-CH-o9y"/>
  104. <constraint firstItem="mSz-C4-9c0" firstAttribute="leading" secondItem="HBy-W2-HYW" secondAttribute="leading" constant="2" id="gnj-au-vRA"/>
  105. <constraint firstAttribute="trailing" secondItem="7i2-kK-IUR" secondAttribute="trailing" constant="2" id="qFF-9l-FIg"/>
  106. </constraints>
  107. </customView>
  108. <textField focusRingType="none" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="IbR-iZ-b30">
  109. <rect key="frame" x="164" y="101" width="322" height="28"/>
  110. <constraints>
  111. <constraint firstAttribute="height" constant="28" id="Gen-CG-Njh"/>
  112. </constraints>
  113. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" focusRingType="none" alignment="left" drawsBackground="YES" id="rRQ-Yo-g4R" customClass="KMTextFieldCenterCell">
  114. <font key="font" metaFont="system"/>
  115. <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
  116. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  117. </textFieldCell>
  118. </textField>
  119. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="yfj-oP-ZLP">
  120. <rect key="frame" x="492" y="95" width="73" height="40"/>
  121. <buttonCell key="cell" type="push" title="Button" bezelStyle="rounded" alignment="center" controlSize="large" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="qXg-fe-tdG">
  122. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  123. <font key="font" metaFont="system"/>
  124. </buttonCell>
  125. <constraints>
  126. <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="61" id="Kba-V9-KR8"/>
  127. <constraint firstAttribute="height" constant="28" id="amG-yo-sVh"/>
  128. </constraints>
  129. <connections>
  130. <action selector="penFile:" target="-2" id="X0Y-Yp-NaT"/>
  131. </connections>
  132. </button>
  133. <secureTextField focusRingType="none" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="VwH-Fn-wdt">
  134. <rect key="frame" x="164" y="54" width="322" height="28"/>
  135. <constraints>
  136. <constraint firstAttribute="height" constant="28" id="6EW-w4-uCB"/>
  137. </constraints>
  138. <secureTextFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" focusRingType="none" usesSingleLineMode="YES" bezelStyle="round" id="tJ9-D4-Zzy" customClass="KMVerticallySecureTextFieldCell">
  139. <font key="font" metaFont="system"/>
  140. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  141. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  142. <allowedInputSourceLocales>
  143. <string>NSAllRomanInputSourcesLocaleIdentifier</string>
  144. </allowedInputSourceLocales>
  145. </secureTextFieldCell>
  146. </secureTextField>
  147. <secureTextField focusRingType="none" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="wJh-2B-QMM">
  148. <rect key="frame" x="164" y="7" width="322" height="28"/>
  149. <constraints>
  150. <constraint firstAttribute="height" constant="28" id="fKd-hE-Kno"/>
  151. </constraints>
  152. <secureTextFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" focusRingType="none" usesSingleLineMode="YES" bezelStyle="round" id="BGd-iB-ThS" customClass="KMVerticallySecureTextFieldCell">
  153. <font key="font" metaFont="system"/>
  154. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  155. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  156. <allowedInputSourceLocales>
  157. <string>NSAllRomanInputSourcesLocaleIdentifier</string>
  158. </allowedInputSourceLocales>
  159. </secureTextFieldCell>
  160. </secureTextField>
  161. </subviews>
  162. <constraints>
  163. <constraint firstItem="wJh-2B-QMM" firstAttribute="leading" secondItem="VwH-Fn-wdt" secondAttribute="leading" id="7mC-bC-2rF"/>
  164. <constraint firstItem="HBy-W2-HYW" firstAttribute="leading" secondItem="TPs-Co-Ncz" secondAttribute="leading" id="8lZ-kj-Yk7"/>
  165. <constraint firstItem="yfj-oP-ZLP" firstAttribute="top" secondItem="TPs-Co-Ncz" secondAttribute="top" constant="1" id="EI2-VO-gjf"/>
  166. <constraint firstItem="VwH-Fn-wdt" firstAttribute="leading" secondItem="IbR-iZ-b30" secondAttribute="leading" id="GPn-WS-tI0"/>
  167. <constraint firstItem="HBy-W2-HYW" firstAttribute="top" secondItem="TPs-Co-Ncz" secondAttribute="top" id="Hk9-3X-GvK"/>
  168. <constraint firstItem="wJh-2B-QMM" firstAttribute="trailing" secondItem="VwH-Fn-wdt" secondAttribute="trailing" id="JJi-rN-Jj4"/>
  169. <constraint firstItem="VwH-Fn-wdt" firstAttribute="trailing" secondItem="IbR-iZ-b30" secondAttribute="trailing" id="Lch-Gk-oRc"/>
  170. <constraint firstItem="VwH-Fn-wdt" firstAttribute="centerY" secondItem="kF8-Qb-20L" secondAttribute="centerY" id="Nyr-Tm-AvS"/>
  171. <constraint firstItem="IbR-iZ-b30" firstAttribute="leading" secondItem="HBy-W2-HYW" secondAttribute="trailing" constant="10" id="Qhd-ib-J30"/>
  172. <constraint firstItem="yfj-oP-ZLP" firstAttribute="leading" secondItem="IbR-iZ-b30" secondAttribute="trailing" constant="12" id="Sdr-PS-Wv4"/>
  173. <constraint firstItem="IbR-iZ-b30" firstAttribute="top" secondItem="TPs-Co-Ncz" secondAttribute="top" constant="1" id="Yl7-hd-0Ud"/>
  174. <constraint firstItem="wJh-2B-QMM" firstAttribute="centerY" secondItem="mSz-C4-9c0" secondAttribute="centerY" id="arP-Ku-OEw"/>
  175. <constraint firstItem="wJh-2B-QMM" firstAttribute="top" secondItem="VwH-Fn-wdt" secondAttribute="bottom" constant="19" id="ekZ-dp-ozy"/>
  176. <constraint firstItem="VwH-Fn-wdt" firstAttribute="top" secondItem="IbR-iZ-b30" secondAttribute="bottom" constant="19" id="hDA-Gc-B3N"/>
  177. <constraint firstAttribute="bottom" secondItem="HBy-W2-HYW" secondAttribute="bottom" id="iK7-y8-huQ"/>
  178. <constraint firstItem="IbR-iZ-b30" firstAttribute="centerY" secondItem="7i2-kK-IUR" secondAttribute="centerY" id="jki-Vf-34E"/>
  179. <constraint firstAttribute="trailing" secondItem="yfj-oP-ZLP" secondAttribute="trailing" constant="1" id="om6-eY-tZ1"/>
  180. </constraints>
  181. </view>
  182. <constraints>
  183. <constraint firstAttribute="height" constant="130" id="iYH-bl-kfU"/>
  184. <constraint firstAttribute="width" constant="560" id="weL-hb-C1O"/>
  185. </constraints>
  186. <font key="titleFont" metaFont="smallSystem"/>
  187. </box>
  188. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="JYr-d4-Grn">
  189. <rect key="frame" x="195" y="187" width="153" height="16"/>
  190. <textFieldCell key="cell" lineBreakMode="clipping" title="Passwords do not match" id="5NY-UV-6Ov">
  191. <font key="font" metaFont="system"/>
  192. <color key="textColor" red="0.74901960779999999" green="0.18823529410000001" blue="0.18823529410000001" alpha="1" colorSpace="calibratedRGB"/>
  193. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  194. </textFieldCell>
  195. </textField>
  196. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="EIz-uX-r20">
  197. <rect key="frame" x="415" y="18" width="74" height="40"/>
  198. <buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" controlSize="large" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="pjS-LI-h68">
  199. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  200. <font key="font" metaFont="system"/>
  201. <string key="keyEquivalent" base64-UTF8="YES">
  202. Gw
  203. </string>
  204. </buttonCell>
  205. <connections>
  206. <action selector="previousAction:" target="-2" id="Uk0-hf-jYA"/>
  207. </connections>
  208. </button>
  209. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Z9P-xk-Gyz">
  210. <rect key="frame" x="507" y="18" width="87" height="40"/>
  211. <buttonCell key="cell" type="push" title="Continue" bezelStyle="rounded" alignment="center" controlSize="large" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="tCz-S6-AE0">
  212. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  213. <font key="font" metaFont="system"/>
  214. <string key="keyEquivalent" base64-UTF8="YES">
  215. DQ
  216. </string>
  217. </buttonCell>
  218. <connections>
  219. <action selector="continueAction:" target="-2" id="UK6-5S-vXI"/>
  220. </connections>
  221. </button>
  222. <box fixedFrame="YES" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="rqm-GK-a1Q">
  223. <rect key="frame" x="32" y="69" width="566" height="112"/>
  224. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  225. <view key="contentView" id="a3K-ta-Hnj">
  226. <rect key="frame" x="4" y="5" width="558" height="104"/>
  227. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  228. <subviews>
  229. <scrollView fixedFrame="YES" borderType="none" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" hasVerticalScroller="NO" translatesAutoresizingMaskIntoConstraints="NO" id="YR7-D5-KiQ">
  230. <rect key="frame" x="12" y="12" width="534" height="80"/>
  231. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  232. <clipView key="contentView" drawsBackground="NO" id="ggD-LA-nSv">
  233. <rect key="frame" x="0.0" y="0.0" width="534" height="80"/>
  234. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  235. <subviews>
  236. <textView editable="NO" selectable="NO" importsGraphics="NO" richText="NO" verticallyResizable="YES" spellingCorrection="YES" smartInsertDelete="YES" id="sQo-a3-185">
  237. <rect key="frame" x="0.0" y="0.0" width="534" height="80"/>
  238. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  239. <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
  240. <color key="backgroundColor" red="1" green="1" blue="1" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
  241. <size key="minSize" width="534" height="80"/>
  242. <size key="maxSize" width="1658" height="10000000"/>
  243. <attributedString key="textStorage">
  244. <fragment>
  245. <string key="content">Digital ID files generally have a PFX or P12 extension and contain the public key file (Certificate) and the associated private key file./n/nTo sign with a digital ID available as a file, follow the prompts to browse and select the file and type the password protecting the private key.</string>
  246. <attributes>
  247. <color key="NSColor" name="textColor" catalog="System" colorSpace="catalog"/>
  248. <font key="NSFont" size="12" name="Helvetica"/>
  249. <paragraphStyle key="NSParagraphStyle" alignment="natural" lineBreakMode="wordWrapping" baseWritingDirection="natural" tighteningFactorForTruncation="0.0"/>
  250. </attributes>
  251. </fragment>
  252. </attributedString>
  253. <color key="insertionPointColor" name="textColor" catalog="System" colorSpace="catalog"/>
  254. </textView>
  255. </subviews>
  256. <color key="backgroundColor" red="1" green="1" blue="1" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
  257. </clipView>
  258. <scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="YES" id="QJp-AL-88C">
  259. <rect key="frame" x="-100" y="-100" width="225" height="15"/>
  260. <autoresizingMask key="autoresizingMask"/>
  261. </scroller>
  262. <scroller key="verticalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="NO" id="asg-bo-j5M">
  263. <rect key="frame" x="-100" y="-100" width="15" height="135"/>
  264. <autoresizingMask key="autoresizingMask"/>
  265. </scroller>
  266. </scrollView>
  267. </subviews>
  268. </view>
  269. <font key="titleFont" metaFont="smallSystem"/>
  270. </box>
  271. </subviews>
  272. <constraints>
  273. <constraint firstItem="VyV-xt-ftp" firstAttribute="leading" secondItem="WKx-hZ-wYw" secondAttribute="leading" constant="20" id="CFX-z0-ibE"/>
  274. <constraint firstAttribute="bottom" secondItem="Z9P-xk-Gyz" secondAttribute="bottom" constant="24" id="Hlh-4I-ALl"/>
  275. <constraint firstAttribute="trailing" secondItem="Z9P-xk-Gyz" secondAttribute="trailing" constant="20" id="LEf-jT-jec"/>
  276. <constraint firstItem="Z9P-xk-Gyz" firstAttribute="centerY" secondItem="EIz-uX-r20" secondAttribute="centerY" id="MHL-jR-cuw"/>
  277. <constraint firstItem="VyV-xt-ftp" firstAttribute="top" secondItem="WKx-hZ-wYw" secondAttribute="top" constant="24" id="P3b-Ft-G6r"/>
  278. <constraint firstItem="Z9P-xk-Gyz" firstAttribute="leading" secondItem="EIz-uX-r20" secondAttribute="trailing" constant="30" id="Slj-Y9-oxK"/>
  279. <constraint firstItem="JYr-d4-Grn" firstAttribute="leading" secondItem="WKx-hZ-wYw" secondAttribute="leading" constant="197" id="dLt-sD-gdy"/>
  280. <constraint firstAttribute="trailing" secondItem="L8i-m5-yua" secondAttribute="trailing" constant="24" id="dvJ-d8-ifw"/>
  281. <constraint firstItem="L8i-m5-yua" firstAttribute="leading" secondItem="WKx-hZ-wYw" secondAttribute="leading" constant="24" id="kxN-Kk-yrh"/>
  282. <constraint firstItem="XoM-Gh-Vzh" firstAttribute="top" secondItem="L8i-m5-yua" secondAttribute="bottom" constant="20" id="lt0-ih-HrV"/>
  283. <constraint firstItem="XoM-Gh-Vzh" firstAttribute="centerX" secondItem="WKx-hZ-wYw" secondAttribute="centerX" id="nfe-GV-mhe"/>
  284. <constraint firstItem="L8i-m5-yua" firstAttribute="top" secondItem="VyV-xt-ftp" secondAttribute="bottom" constant="20" id="rNJ-72-HKD"/>
  285. <constraint firstItem="soI-xt-gjs" firstAttribute="centerY" secondItem="VyV-xt-ftp" secondAttribute="centerY" id="roE-om-4eH"/>
  286. <constraint firstItem="JYr-d4-Grn" firstAttribute="top" secondItem="XoM-Gh-Vzh" secondAttribute="bottom" id="yUe-xg-d5I"/>
  287. <constraint firstAttribute="trailing" secondItem="soI-xt-gjs" secondAttribute="trailing" constant="20" id="zVv-tg-ryM"/>
  288. </constraints>
  289. </customView>
  290. </subviews>
  291. <constraints>
  292. <constraint firstItem="WKx-hZ-wYw" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="0uD-u7-eDT"/>
  293. <constraint firstAttribute="bottom" secondItem="WKx-hZ-wYw" secondAttribute="bottom" id="DPL-Ya-NWk"/>
  294. <constraint firstAttribute="trailing" secondItem="WKx-hZ-wYw" secondAttribute="trailing" id="HNK-pf-inP"/>
  295. <constraint firstItem="WKx-hZ-wYw" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="pql-9t-lk8"/>
  296. </constraints>
  297. <point key="canvasLocation" x="162" y="212"/>
  298. </customView>
  299. </objects>
  300. <resources>
  301. <image name="ImageNameDSignatClose" width="16" height="16"/>
  302. </resources>
  303. </document>