KMVerificationActivateViewController.xib 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22505" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22505"/>
  6. <capability name="Named colors" minToolsVersion="9.0"/>
  7. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  8. </dependencies>
  9. <objects>
  10. <customObject id="-2" userLabel="File's Owner" customClass="KMVerificationActivateViewController">
  11. <connections>
  12. <outlet property="backButton" destination="XCm-3d-iXU" id="0oM-qB-1lf"/>
  13. <outlet property="clickHereButton" destination="mYD-Xx-EOv" id="R5W-wu-L5c"/>
  14. <outlet property="continueButton" destination="CB1-bz-K3D" id="i2k-Io-4Jz"/>
  15. <outlet property="label" destination="U3B-Zz-cHX" id="QZn-4I-PZM"/>
  16. <outlet property="sublabel" destination="aF7-Ba-ozL" id="SNw-UX-cUa"/>
  17. <outlet property="textField" destination="3YE-Mb-Ad4" id="GM0-iK-gzg"/>
  18. <outlet property="textFieldView" destination="o12-Kf-Zya" id="jqX-FG-bQd"/>
  19. <outlet property="textLabel" destination="ydR-Jc-RvL" id="UMl-Hx-x4r"/>
  20. <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
  21. </connections>
  22. </customObject>
  23. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  24. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  25. <customView id="Hz6-mo-xeY">
  26. <rect key="frame" x="0.0" y="0.0" width="442" height="326"/>
  27. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  28. <subviews>
  29. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="YyI-VY-ahy">
  30. <rect key="frame" x="197" y="234" width="48" height="48"/>
  31. <constraints>
  32. <constraint firstAttribute="height" constant="48" id="x5D-to-EAO"/>
  33. <constraint firstAttribute="width" constant="48" id="yvi-vj-0Zv"/>
  34. </constraints>
  35. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="PDFReaderProLogo" id="9ti-ut-udw"/>
  36. </imageView>
  37. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="U3B-Zz-cHX">
  38. <rect key="frame" x="129" y="189" width="184" height="16"/>
  39. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Welcome to PDF Reader Pro" id="aux-9L-KvZ">
  40. <font key="font" metaFont="systemBold"/>
  41. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
  42. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  43. </textFieldCell>
  44. </textField>
  45. <textField focusRingType="none" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="aF7-Ba-ozL">
  46. <rect key="frame" x="18" y="149" width="406" height="28"/>
  47. <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="center" title="If you have already purchased PDF Reader Pro for Mac, you should find your license in an email confirmation." id="8di-aB-lwX">
  48. <font key="font" metaFont="smallSystem"/>
  49. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
  50. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  51. </textFieldCell>
  52. </textField>
  53. <customView translatesAutoresizingMaskIntoConstraints="NO" id="o12-Kf-Zya">
  54. <rect key="frame" x="20" y="109" width="402" height="28"/>
  55. <subviews>
  56. <textField focusRingType="none" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="3YE-Mb-Ad4">
  57. <rect key="frame" x="18" y="7" width="366" height="14"/>
  58. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" focusRingType="none" alignment="center" placeholderString="License Number" usesSingleLineMode="YES" id="Qdc-7N-sS7">
  59. <font key="font" metaFont="smallSystem"/>
  60. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  61. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  62. </textFieldCell>
  63. <connections>
  64. <outlet property="delegate" destination="-2" id="vp5-TN-ew9"/>
  65. </connections>
  66. </textField>
  67. </subviews>
  68. <constraints>
  69. <constraint firstItem="3YE-Mb-Ad4" firstAttribute="leading" secondItem="o12-Kf-Zya" secondAttribute="leading" constant="20" id="5Ez-f4-78q"/>
  70. <constraint firstItem="3YE-Mb-Ad4" firstAttribute="centerY" secondItem="o12-Kf-Zya" secondAttribute="centerY" id="PKu-EK-DbW"/>
  71. <constraint firstAttribute="height" constant="28" id="l7p-bO-mxF"/>
  72. <constraint firstAttribute="trailing" secondItem="3YE-Mb-Ad4" secondAttribute="trailing" constant="20" id="xJE-G2-61k"/>
  73. </constraints>
  74. </customView>
  75. <customView translatesAutoresizingMaskIntoConstraints="NO" id="sjg-NT-nbn">
  76. <rect key="frame" x="126" y="79" width="190" height="14"/>
  77. <subviews>
  78. <textField focusRingType="none" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="ydR-Jc-RvL">
  79. <rect key="frame" x="-2" y="0.0" width="135" height="14"/>
  80. <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="center" title="Can't find your license? " id="ZrY-kR-MVi">
  81. <font key="font" metaFont="smallSystem"/>
  82. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
  83. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  84. </textFieldCell>
  85. </textField>
  86. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="mYD-Xx-EOv">
  87. <rect key="frame" x="133" y="0.0" width="57" height="14"/>
  88. <buttonCell key="cell" type="bevel" title="Click here" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="Rin-9B-6H5">
  89. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  90. <font key="font" metaFont="smallSystem"/>
  91. </buttonCell>
  92. <connections>
  93. <action selector="clickHereButtonAction:" target="-2" id="Fjw-Lk-DPQ"/>
  94. </connections>
  95. </button>
  96. </subviews>
  97. <constraints>
  98. <constraint firstAttribute="bottom" secondItem="mYD-Xx-EOv" secondAttribute="bottom" id="41t-di-nLv"/>
  99. <constraint firstItem="mYD-Xx-EOv" firstAttribute="top" secondItem="sjg-NT-nbn" secondAttribute="top" id="K7L-Wl-Wof"/>
  100. <constraint firstItem="ydR-Jc-RvL" firstAttribute="top" secondItem="sjg-NT-nbn" secondAttribute="top" id="NBn-RD-6eS"/>
  101. <constraint firstItem="mYD-Xx-EOv" firstAttribute="leading" secondItem="ydR-Jc-RvL" secondAttribute="trailing" constant="2" id="Vvz-ru-nlP"/>
  102. <constraint firstAttribute="trailing" secondItem="mYD-Xx-EOv" secondAttribute="trailing" id="k5v-gZ-1MZ"/>
  103. <constraint firstAttribute="bottom" secondItem="ydR-Jc-RvL" secondAttribute="bottom" id="yki-QI-Fwr"/>
  104. <constraint firstItem="ydR-Jc-RvL" firstAttribute="leading" secondItem="sjg-NT-nbn" secondAttribute="leading" id="yrc-5B-SjY"/>
  105. </constraints>
  106. </customView>
  107. <box boxType="custom" borderWidth="0.0" cornerRadius="1" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="nZf-Zx-TpS">
  108. <rect key="frame" x="20" y="28" width="197" height="36"/>
  109. <view key="contentView" id="8q8-CS-Lu1">
  110. <rect key="frame" x="0.0" y="0.0" width="197" height="36"/>
  111. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  112. </view>
  113. <color key="fillColor" name="KMColor_Interactive_S0"/>
  114. </box>
  115. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="XCm-3d-iXU" customClass="KMCustomButton" customModule="PDF_Reader_Pro" customModuleProvider="target">
  116. <rect key="frame" x="20" y="28" width="197" height="36"/>
  117. <buttonCell key="cell" type="bevel" title="Back" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="Juk-fl-hVj">
  118. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  119. <font key="font" metaFont="system"/>
  120. </buttonCell>
  121. <constraints>
  122. <constraint firstAttribute="height" constant="36" id="WXj-Yx-m3w"/>
  123. </constraints>
  124. <connections>
  125. <action selector="backButtonAction:" target="-2" id="d9T-yM-SnU"/>
  126. </connections>
  127. </button>
  128. <box boxType="custom" borderWidth="0.0" cornerRadius="1" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="S6u-Q7-SpE">
  129. <rect key="frame" x="225" y="28" width="197" height="36"/>
  130. <view key="contentView" id="Dgd-SU-zrS">
  131. <rect key="frame" x="0.0" y="0.0" width="197" height="36"/>
  132. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  133. </view>
  134. <color key="fillColor" name="KMColor_Interactive_M0"/>
  135. </box>
  136. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="CB1-bz-K3D" customClass="KMCustomButton" customModule="PDF_Reader_Pro" customModuleProvider="target">
  137. <rect key="frame" x="225" y="28" width="197" height="36"/>
  138. <buttonCell key="cell" type="bevel" title="Continue" bezelStyle="regularSquare" alignment="center" imageScaling="proportionallyDown" inset="2" id="WSQ-Rl-dle">
  139. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  140. <font key="font" metaFont="system"/>
  141. <string key="keyEquivalent" base64-UTF8="YES">
  142. DQ
  143. </string>
  144. </buttonCell>
  145. <constraints>
  146. <constraint firstAttribute="height" constant="36" id="bOb-9e-Rfp"/>
  147. </constraints>
  148. <connections>
  149. <action selector="continueButtonAction:" target="-2" id="CTX-V7-J5N"/>
  150. </connections>
  151. </button>
  152. </subviews>
  153. <constraints>
  154. <constraint firstItem="sjg-NT-nbn" firstAttribute="top" secondItem="o12-Kf-Zya" secondAttribute="bottom" constant="16" id="23y-Kf-yCx"/>
  155. <constraint firstItem="o12-Kf-Zya" firstAttribute="leading" secondItem="aF7-Ba-ozL" secondAttribute="leading" id="48Z-hY-JZT"/>
  156. <constraint firstItem="XCm-3d-iXU" firstAttribute="top" secondItem="nZf-Zx-TpS" secondAttribute="top" id="6Hv-g7-1dr"/>
  157. <constraint firstItem="XCm-3d-iXU" firstAttribute="leading" secondItem="nZf-Zx-TpS" secondAttribute="leading" id="6LU-ix-GO7"/>
  158. <constraint firstItem="YyI-VY-ahy" firstAttribute="centerX" secondItem="Hz6-mo-xeY" secondAttribute="centerX" id="6fy-PA-P2r"/>
  159. <constraint firstItem="XCm-3d-iXU" firstAttribute="bottom" secondItem="nZf-Zx-TpS" secondAttribute="bottom" id="A7h-s3-haC"/>
  160. <constraint firstItem="CB1-bz-K3D" firstAttribute="trailing" secondItem="S6u-Q7-SpE" secondAttribute="trailing" id="EKk-aN-3Fr"/>
  161. <constraint firstItem="aF7-Ba-ozL" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="20" id="Ehe-Gh-KGS"/>
  162. <constraint firstItem="U3B-Zz-cHX" firstAttribute="top" secondItem="YyI-VY-ahy" secondAttribute="bottom" constant="29" id="OnN-TD-nLN"/>
  163. <constraint firstItem="CB1-bz-K3D" firstAttribute="width" secondItem="XCm-3d-iXU" secondAttribute="width" id="TJp-JU-1JI"/>
  164. <constraint firstItem="o12-Kf-Zya" firstAttribute="top" secondItem="aF7-Ba-ozL" secondAttribute="bottom" constant="12" id="TVm-fi-fhd"/>
  165. <constraint firstItem="sjg-NT-nbn" firstAttribute="centerX" secondItem="Hz6-mo-xeY" secondAttribute="centerX" id="Vyg-Uu-cGy"/>
  166. <constraint firstItem="CB1-bz-K3D" firstAttribute="bottom" secondItem="S6u-Q7-SpE" secondAttribute="bottom" id="Y3u-iY-qAx"/>
  167. <constraint firstItem="U3B-Zz-cHX" firstAttribute="centerX" secondItem="Hz6-mo-xeY" secondAttribute="centerX" id="YKW-wf-fws"/>
  168. <constraint firstItem="CB1-bz-K3D" firstAttribute="top" secondItem="sjg-NT-nbn" secondAttribute="bottom" constant="15" id="ZJl-gO-xDX"/>
  169. <constraint firstItem="XCm-3d-iXU" firstAttribute="trailing" secondItem="nZf-Zx-TpS" secondAttribute="trailing" id="bJv-Qu-8Dv"/>
  170. <constraint firstItem="o12-Kf-Zya" firstAttribute="centerX" secondItem="Hz6-mo-xeY" secondAttribute="centerX" id="eMa-yq-MHt"/>
  171. <constraint firstItem="XCm-3d-iXU" firstAttribute="top" secondItem="sjg-NT-nbn" secondAttribute="bottom" constant="15" id="kxC-1s-6a1"/>
  172. <constraint firstItem="XCm-3d-iXU" firstAttribute="leading" secondItem="o12-Kf-Zya" secondAttribute="leading" id="m2T-Lh-3TT"/>
  173. <constraint firstItem="aF7-Ba-ozL" firstAttribute="top" secondItem="U3B-Zz-cHX" secondAttribute="bottom" constant="12" id="nJv-2B-6lP"/>
  174. <constraint firstItem="CB1-bz-K3D" firstAttribute="leading" secondItem="S6u-Q7-SpE" secondAttribute="leading" id="nVZ-ap-Xoh"/>
  175. <constraint firstItem="CB1-bz-K3D" firstAttribute="trailing" secondItem="o12-Kf-Zya" secondAttribute="trailing" id="q1O-oy-K6E"/>
  176. <constraint firstItem="aF7-Ba-ozL" firstAttribute="centerX" secondItem="Hz6-mo-xeY" secondAttribute="centerX" id="rbF-bf-kf2"/>
  177. <constraint firstItem="CB1-bz-K3D" firstAttribute="leading" secondItem="XCm-3d-iXU" secondAttribute="trailing" constant="8" id="ucx-Lm-91A"/>
  178. <constraint firstAttribute="bottom" secondItem="XCm-3d-iXU" secondAttribute="bottom" constant="28" id="wRB-sb-b0d"/>
  179. <constraint firstItem="CB1-bz-K3D" firstAttribute="top" secondItem="S6u-Q7-SpE" secondAttribute="top" id="wZl-iF-AdX"/>
  180. <constraint firstItem="o12-Kf-Zya" firstAttribute="trailing" secondItem="aF7-Ba-ozL" secondAttribute="trailing" id="yKF-N3-hP6"/>
  181. <constraint firstItem="YyI-VY-ahy" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" constant="44" id="zyd-Y8-iQl"/>
  182. </constraints>
  183. <point key="canvasLocation" x="139" y="153.5"/>
  184. </customView>
  185. </objects>
  186. <resources>
  187. <image name="PDFReaderProLogo" width="512" height="512"/>
  188. <namedColor name="KMColor_Interactive_M0">
  189. <color red="0.15294117647058825" green="0.23529411764705882" blue="0.3843137254901961" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  190. </namedColor>
  191. <namedColor name="KMColor_Interactive_S0">
  192. <color red="0.85490196078431369" green="0.85882352941176465" blue="0.87058823529411766" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  193. </namedColor>
  194. </resources>
  195. </document>