KMEnterVerificationCodeView.xib 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="23504" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="23504"/>
  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="KMEnterVerificationCodeView" customModule="PDF_Reader_Pro" customModuleProvider="target">
  10. <connections>
  11. <outlet property="backButton" destination="kJt-VF-e2C" id="zyF-Dk-SZA"/>
  12. <outlet property="nextBox" destination="Jyk-HC-L8i" id="9Dp-nh-LzV"/>
  13. <outlet property="nextButton" destination="78g-DC-UmS" id="1aO-mF-eGU"/>
  14. <outlet property="resetPasswordsLabel" destination="QSF-lY-iwc" id="fIm-zN-D4T"/>
  15. <outlet property="sendBox" destination="Sn4-mT-M5h" id="GGc-Qd-0gF"/>
  16. <outlet property="sendLabel" destination="EBN-jV-4Nt" id="GtU-Zl-bZv"/>
  17. <outlet property="tipLabel" destination="LZA-oE-Mth" id="03c-C5-sNT"/>
  18. <outlet property="verifficationBox" destination="gAH-oP-4Eg" id="WZN-es-Uo5"/>
  19. <outlet property="verifficationErrorLabel" destination="G5c-Rs-bm9" id="brR-1f-bdf"/>
  20. <outlet property="verifficationTextField" destination="3WV-H8-R9L" id="bho-d7-8Wr"/>
  21. <outlet property="verifficationView" destination="0ZO-1i-5x9" id="8xn-x5-bLT"/>
  22. </connections>
  23. </customObject>
  24. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  25. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  26. <customView id="41g-mv-baf">
  27. <rect key="frame" x="0.0" y="0.0" width="361" height="443"/>
  28. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  29. <subviews>
  30. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="cZK-vl-C11">
  31. <rect key="frame" x="46" y="130" width="279" height="184"/>
  32. <view key="contentView" id="Eh5-bs-cIE">
  33. <rect key="frame" x="0.0" y="0.0" width="279" height="184"/>
  34. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  35. <subviews>
  36. <customView translatesAutoresizingMaskIntoConstraints="NO" id="GKZ-Rg-mDm">
  37. <rect key="frame" x="0.0" y="160" width="279" height="24"/>
  38. <subviews>
  39. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="QSF-lY-iwc">
  40. <rect key="frame" x="-2" y="0.0" width="52" height="24"/>
  41. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="KuR-yV-OTv">
  42. <font key="font" metaFont="system" size="20"/>
  43. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  44. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  45. </textFieldCell>
  46. </textField>
  47. </subviews>
  48. <constraints>
  49. <constraint firstItem="QSF-lY-iwc" firstAttribute="centerY" secondItem="GKZ-Rg-mDm" secondAttribute="centerY" id="Yci-nm-hOo"/>
  50. <constraint firstItem="QSF-lY-iwc" firstAttribute="leading" secondItem="GKZ-Rg-mDm" secondAttribute="leading" id="j0i-gE-mOI"/>
  51. <constraint firstAttribute="height" constant="24" id="zim-hQ-7KH"/>
  52. </constraints>
  53. </customView>
  54. <box boxType="custom" borderWidth="0.0" cornerRadius="1" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="Jyk-HC-L8i">
  55. <rect key="frame" x="0.0" y="26" width="279" height="32"/>
  56. <view key="contentView" id="nvg-Vl-nH2">
  57. <rect key="frame" x="0.0" y="0.0" width="279" height="32"/>
  58. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  59. <subviews>
  60. <button translatesAutoresizingMaskIntoConstraints="NO" id="78g-DC-UmS">
  61. <rect key="frame" x="0.0" y="0.0" width="279" height="32"/>
  62. <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="XcE-DJ-jzy">
  63. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  64. <font key="font" metaFont="system"/>
  65. </buttonCell>
  66. <connections>
  67. <action selector="nextButtonAction:" target="-2" id="lm9-P7-oBe"/>
  68. </connections>
  69. </button>
  70. </subviews>
  71. <constraints>
  72. <constraint firstItem="78g-DC-UmS" firstAttribute="leading" secondItem="nvg-Vl-nH2" secondAttribute="leading" id="85Z-NM-2Yu"/>
  73. <constraint firstAttribute="bottom" secondItem="78g-DC-UmS" secondAttribute="bottom" id="Z4H-1S-bfB"/>
  74. <constraint firstItem="78g-DC-UmS" firstAttribute="top" secondItem="nvg-Vl-nH2" secondAttribute="top" id="k2g-bH-gMZ"/>
  75. <constraint firstAttribute="trailing" secondItem="78g-DC-UmS" secondAttribute="trailing" id="pN2-bT-ulO"/>
  76. </constraints>
  77. </view>
  78. <constraints>
  79. <constraint firstAttribute="height" constant="32" id="eHw-F1-1mX"/>
  80. </constraints>
  81. </box>
  82. <button translatesAutoresizingMaskIntoConstraints="NO" id="kJt-VF-e2C">
  83. <rect key="frame" x="117" y="0.0" width="45" height="16"/>
  84. <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="osJ-gh-dqA">
  85. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  86. <font key="font" metaFont="system"/>
  87. </buttonCell>
  88. <connections>
  89. <action selector="backButtonAction:" target="-2" id="1bI-9s-htJ"/>
  90. </connections>
  91. </button>
  92. <customView translatesAutoresizingMaskIntoConstraints="NO" id="Cfy-N6-c4n">
  93. <rect key="frame" x="0.0" y="134" width="279" height="14"/>
  94. <subviews>
  95. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="LZA-oE-Mth">
  96. <rect key="frame" x="-2" y="-1" width="283" height="15"/>
  97. <textFieldCell key="cell" lineBreakMode="truncatingMiddle" title="Label" id="oxN-El-oBZ">
  98. <font key="font" metaFont="cellTitle"/>
  99. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  100. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  101. </textFieldCell>
  102. </textField>
  103. </subviews>
  104. <constraints>
  105. <constraint firstAttribute="trailing" secondItem="LZA-oE-Mth" secondAttribute="trailing" id="2BW-ZP-EK7"/>
  106. <constraint firstItem="LZA-oE-Mth" firstAttribute="centerY" secondItem="Cfy-N6-c4n" secondAttribute="centerY" id="A9h-YE-nIV"/>
  107. <constraint firstAttribute="height" constant="14" id="RTv-D8-mbf"/>
  108. <constraint firstItem="LZA-oE-Mth" firstAttribute="leading" secondItem="Cfy-N6-c4n" secondAttribute="leading" id="jRx-ap-yh4"/>
  109. </constraints>
  110. </customView>
  111. <customView translatesAutoresizingMaskIntoConstraints="NO" id="0ZO-1i-5x9">
  112. <rect key="frame" x="0.0" y="82" width="279" height="28"/>
  113. <subviews>
  114. <box boxType="custom" cornerRadius="1" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="gAH-oP-4Eg">
  115. <rect key="frame" x="0.0" y="0.0" width="228" height="28"/>
  116. <view key="contentView" id="5R5-GG-fog">
  117. <rect key="frame" x="1" y="1" width="226" height="26"/>
  118. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  119. <subviews>
  120. <textField focusRingType="none" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="3WV-H8-R9L">
  121. <rect key="frame" x="6" y="6" width="214" height="14"/>
  122. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" id="Fux-Lx-ckR">
  123. <font key="font" metaFont="smallSystem"/>
  124. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  125. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  126. </textFieldCell>
  127. </textField>
  128. </subviews>
  129. <constraints>
  130. <constraint firstAttribute="trailing" secondItem="3WV-H8-R9L" secondAttribute="trailing" constant="8" id="efX-Rg-79O"/>
  131. <constraint firstItem="3WV-H8-R9L" firstAttribute="leading" secondItem="5R5-GG-fog" secondAttribute="leading" constant="8" id="odr-gT-aQE"/>
  132. </constraints>
  133. </view>
  134. <constraints>
  135. <constraint firstItem="3WV-H8-R9L" firstAttribute="centerY" secondItem="gAH-oP-4Eg" secondAttribute="centerY" id="8br-Ib-nKJ"/>
  136. </constraints>
  137. </box>
  138. <box boxType="custom" borderWidth="0.0" cornerRadius="1" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="Sn4-mT-M5h" customClass="KMBox" customModule="PDF_Reader_Pro" customModuleProvider="target">
  139. <rect key="frame" x="228" y="0.0" width="51" height="28"/>
  140. <view key="contentView" id="0pK-Pr-2qe">
  141. <rect key="frame" x="0.0" y="0.0" width="51" height="28"/>
  142. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  143. <subviews>
  144. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="EBN-jV-4Nt">
  145. <rect key="frame" x="6" y="6" width="39" height="15"/>
  146. <textFieldCell key="cell" lineBreakMode="clipping" alignment="center" title="Label" id="imF-dG-EJc">
  147. <font key="font" metaFont="cellTitle"/>
  148. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  149. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  150. </textFieldCell>
  151. </textField>
  152. </subviews>
  153. <constraints>
  154. <constraint firstItem="EBN-jV-4Nt" firstAttribute="leading" secondItem="0pK-Pr-2qe" secondAttribute="leading" constant="8" id="9cV-Bo-stq"/>
  155. <constraint firstAttribute="trailing" secondItem="EBN-jV-4Nt" secondAttribute="trailing" constant="8" id="eNb-8X-7oz"/>
  156. </constraints>
  157. </view>
  158. <constraints>
  159. <constraint firstItem="EBN-jV-4Nt" firstAttribute="centerY" secondItem="Sn4-mT-M5h" secondAttribute="centerY" id="3FV-vc-FUN"/>
  160. </constraints>
  161. </box>
  162. </subviews>
  163. <constraints>
  164. <constraint firstItem="Sn4-mT-M5h" firstAttribute="leading" secondItem="gAH-oP-4Eg" secondAttribute="trailing" id="69c-Bl-L8K"/>
  165. <constraint firstAttribute="trailing" secondItem="Sn4-mT-M5h" secondAttribute="trailing" id="73j-a8-ij9"/>
  166. <constraint firstItem="gAH-oP-4Eg" firstAttribute="top" secondItem="0ZO-1i-5x9" secondAttribute="top" id="MbZ-4m-fbo"/>
  167. <constraint firstAttribute="bottom" secondItem="Sn4-mT-M5h" secondAttribute="bottom" id="NkG-Fa-iPF"/>
  168. <constraint firstItem="gAH-oP-4Eg" firstAttribute="leading" secondItem="0ZO-1i-5x9" secondAttribute="leading" id="Py8-JE-Bgw"/>
  169. <constraint firstItem="Sn4-mT-M5h" firstAttribute="top" secondItem="0ZO-1i-5x9" secondAttribute="top" id="Qmy-GS-QJj"/>
  170. <constraint firstAttribute="height" constant="28" id="YYf-ct-PHc"/>
  171. <constraint firstAttribute="bottom" secondItem="gAH-oP-4Eg" secondAttribute="bottom" id="hbg-kO-8TQ"/>
  172. </constraints>
  173. </customView>
  174. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="G5c-Rs-bm9">
  175. <rect key="frame" x="-2" y="65" width="283" height="15"/>
  176. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="J6k-lX-XBH">
  177. <font key="font" metaFont="cellTitle"/>
  178. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  179. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  180. </textFieldCell>
  181. </textField>
  182. </subviews>
  183. <constraints>
  184. <constraint firstAttribute="trailing" secondItem="Jyk-HC-L8i" secondAttribute="trailing" id="1fr-Nw-0Np"/>
  185. <constraint firstItem="0ZO-1i-5x9" firstAttribute="leading" secondItem="Eh5-bs-cIE" secondAttribute="leading" id="3qa-6Z-kj0"/>
  186. <constraint firstItem="G5c-Rs-bm9" firstAttribute="top" secondItem="0ZO-1i-5x9" secondAttribute="bottom" constant="2" id="6Fy-5e-YkO"/>
  187. <constraint firstAttribute="trailing" secondItem="GKZ-Rg-mDm" secondAttribute="trailing" id="FHK-fJ-oyA"/>
  188. <constraint firstItem="Jyk-HC-L8i" firstAttribute="leading" secondItem="Eh5-bs-cIE" secondAttribute="leading" id="Hef-Dw-hdR"/>
  189. <constraint firstItem="G5c-Rs-bm9" firstAttribute="leading" secondItem="Eh5-bs-cIE" secondAttribute="leading" id="L3k-Xn-6SZ"/>
  190. <constraint firstAttribute="trailing" secondItem="Cfy-N6-c4n" secondAttribute="trailing" id="Mja-0K-JQN"/>
  191. <constraint firstAttribute="trailing" secondItem="0ZO-1i-5x9" secondAttribute="trailing" id="OEI-ap-cb4"/>
  192. <constraint firstItem="GKZ-Rg-mDm" firstAttribute="leading" secondItem="Eh5-bs-cIE" secondAttribute="leading" id="R7c-pg-tuV"/>
  193. <constraint firstItem="Cfy-N6-c4n" firstAttribute="top" secondItem="GKZ-Rg-mDm" secondAttribute="bottom" constant="12" id="Z4R-FK-UDW"/>
  194. <constraint firstItem="Cfy-N6-c4n" firstAttribute="leading" secondItem="Eh5-bs-cIE" secondAttribute="leading" id="Zc2-a4-KGU"/>
  195. <constraint firstAttribute="bottom" secondItem="kJt-VF-e2C" secondAttribute="bottom" id="dt8-Xu-h3X"/>
  196. <constraint firstAttribute="trailing" secondItem="G5c-Rs-bm9" secondAttribute="trailing" id="kon-2N-oLb"/>
  197. <constraint firstItem="Jyk-HC-L8i" firstAttribute="top" secondItem="0ZO-1i-5x9" secondAttribute="bottom" constant="24" id="lWN-7y-yYS"/>
  198. <constraint firstItem="GKZ-Rg-mDm" firstAttribute="top" secondItem="Eh5-bs-cIE" secondAttribute="top" id="tbr-6v-kdA"/>
  199. <constraint firstItem="0ZO-1i-5x9" firstAttribute="top" secondItem="Cfy-N6-c4n" secondAttribute="bottom" constant="24" id="wWW-Uc-8BH"/>
  200. </constraints>
  201. </view>
  202. <constraints>
  203. <constraint firstAttribute="height" constant="184" id="9wC-Kf-nwb"/>
  204. <constraint firstItem="kJt-VF-e2C" firstAttribute="centerX" secondItem="cZK-vl-C11" secondAttribute="centerX" id="OXJ-PV-PUz"/>
  205. <constraint firstAttribute="width" constant="279" id="uM6-Q3-v1e"/>
  206. </constraints>
  207. </box>
  208. </subviews>
  209. <constraints>
  210. <constraint firstItem="cZK-vl-C11" firstAttribute="leading" secondItem="41g-mv-baf" secondAttribute="leading" constant="46" id="18e-dl-cgg"/>
  211. <constraint firstItem="cZK-vl-C11" firstAttribute="centerY" secondItem="41g-mv-baf" secondAttribute="centerY" id="TGF-ap-7YT"/>
  212. <constraint firstAttribute="trailing" secondItem="cZK-vl-C11" secondAttribute="trailing" constant="36" id="jgO-rR-E6L"/>
  213. </constraints>
  214. <point key="canvasLocation" x="-57.5" y="114.5"/>
  215. </customView>
  216. </objects>
  217. </document>