KMVerificationInfoViewController.xib 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  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="KMVerificationInfoViewController">
  11. <connections>
  12. <outlet property="continueButton" destination="vuU-Wl-nwe" id="nxB-mj-x9R"/>
  13. <outlet property="device" destination="OsW-bj-etH" id="9y9-rr-faZ"/>
  14. <outlet property="deviceLabel" destination="xKH-FY-fNY" id="vbY-DU-W2W"/>
  15. <outlet property="label" destination="qYl-8D-SqT" id="mSV-Tz-eA7"/>
  16. <outlet property="license" destination="fJ9-dr-xir" id="Id2-5k-Avs"/>
  17. <outlet property="licenseLabel" destination="21x-5Z-vRf" id="8zf-th-Rph"/>
  18. <outlet property="unbindButton" destination="jbh-ok-6bh" id="8Dg-3b-PMk"/>
  19. <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
  20. </connections>
  21. </customObject>
  22. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  23. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  24. <customView misplaced="YES" id="Hz6-mo-xeY">
  25. <rect key="frame" x="0.0" y="0.0" width="366" height="241"/>
  26. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  27. <subviews>
  28. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="K2Z-UU-Iwy">
  29. <rect key="frame" x="159" y="191" width="48" height="48"/>
  30. <constraints>
  31. <constraint firstAttribute="height" constant="48" id="67m-h1-jS8"/>
  32. <constraint firstAttribute="width" constant="48" id="csT-Al-p0i"/>
  33. </constraints>
  34. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="PDFReaderProLogo" id="eSd-pZ-FOg"/>
  35. </imageView>
  36. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="qYl-8D-SqT">
  37. <rect key="frame" x="110" y="146" width="147" height="16"/>
  38. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Successful activation!" id="Wbh-xt-XIw">
  39. <font key="font" metaFont="systemBold"/>
  40. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
  41. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  42. </textFieldCell>
  43. </textField>
  44. <customView translatesAutoresizingMaskIntoConstraints="NO" id="GOO-fi-og0">
  45. <rect key="frame" x="97" y="122" width="173" height="14"/>
  46. <subviews>
  47. <textField focusRingType="none" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="21x-5Z-vRf">
  48. <rect key="frame" x="-2" y="0.0" width="66" height="14"/>
  49. <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="center" title="License ID:" id="CAA-jv-MLx">
  50. <font key="font" metaFont="smallSystem"/>
  51. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
  52. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  53. </textFieldCell>
  54. </textField>
  55. <textField focusRingType="none" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="fJ9-dr-xir">
  56. <rect key="frame" x="65" y="0.0" width="110" height="14"/>
  57. <textFieldCell key="cell" selectable="YES" sendsActionOnEndEditing="YES" alignment="center" title="BG4HJS2JKS2HSH" id="2O4-Ql-P3V">
  58. <font key="font" metaFont="smallSystem"/>
  59. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
  60. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  61. </textFieldCell>
  62. </textField>
  63. </subviews>
  64. <constraints>
  65. <constraint firstItem="fJ9-dr-xir" firstAttribute="top" secondItem="GOO-fi-og0" secondAttribute="top" id="6az-Mj-uiH"/>
  66. <constraint firstItem="fJ9-dr-xir" firstAttribute="leading" secondItem="21x-5Z-vRf" secondAttribute="trailing" constant="5" id="6xk-b5-KhR"/>
  67. <constraint firstAttribute="bottom" secondItem="21x-5Z-vRf" secondAttribute="bottom" id="GB7-7q-ID5"/>
  68. <constraint firstItem="21x-5Z-vRf" firstAttribute="leading" secondItem="GOO-fi-og0" secondAttribute="leading" id="SRw-Z3-VDd"/>
  69. <constraint firstAttribute="bottom" secondItem="fJ9-dr-xir" secondAttribute="bottom" id="VKs-H7-9Mh"/>
  70. <constraint firstItem="21x-5Z-vRf" firstAttribute="top" secondItem="GOO-fi-og0" secondAttribute="top" id="gs9-f6-2P7"/>
  71. <constraint firstAttribute="trailing" secondItem="fJ9-dr-xir" secondAttribute="trailing" id="hBb-TS-tia"/>
  72. </constraints>
  73. </customView>
  74. <customView translatesAutoresizingMaskIntoConstraints="NO" id="8mp-tg-jsS">
  75. <rect key="frame" x="110" y="98" width="146" height="14"/>
  76. <subviews>
  77. <textField focusRingType="none" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="xKH-FY-fNY">
  78. <rect key="frame" x="-2" y="0.0" width="39" height="14"/>
  79. <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="center" title="UUID:" id="KTJ-TT-EHY">
  80. <font key="font" metaFont="smallSystem"/>
  81. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
  82. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  83. </textFieldCell>
  84. </textField>
  85. <textField focusRingType="none" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="OsW-bj-etH">
  86. <rect key="frame" x="38" y="0.0" width="110" height="14"/>
  87. <textFieldCell key="cell" selectable="YES" sendsActionOnEndEditing="YES" alignment="center" title="BG4HJS2JKS2HSH" id="1pa-Zw-TdZ">
  88. <font key="font" metaFont="smallSystem"/>
  89. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
  90. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  91. </textFieldCell>
  92. </textField>
  93. </subviews>
  94. <constraints>
  95. <constraint firstItem="xKH-FY-fNY" firstAttribute="top" secondItem="8mp-tg-jsS" secondAttribute="top" id="5ao-1L-4VT"/>
  96. <constraint firstAttribute="bottom" secondItem="OsW-bj-etH" secondAttribute="bottom" id="79q-XI-WiF"/>
  97. <constraint firstAttribute="bottom" secondItem="xKH-FY-fNY" secondAttribute="bottom" id="Bcd-DT-jPG"/>
  98. <constraint firstItem="OsW-bj-etH" firstAttribute="top" secondItem="8mp-tg-jsS" secondAttribute="top" id="Bmz-hY-hSv"/>
  99. <constraint firstItem="xKH-FY-fNY" firstAttribute="leading" secondItem="8mp-tg-jsS" secondAttribute="leading" id="bfC-lX-v1y"/>
  100. <constraint firstItem="OsW-bj-etH" firstAttribute="leading" secondItem="xKH-FY-fNY" secondAttribute="trailing" constant="5" id="g0c-C1-Qxq"/>
  101. <constraint firstAttribute="trailing" secondItem="OsW-bj-etH" secondAttribute="trailing" id="gd0-Md-BIx"/>
  102. </constraints>
  103. </customView>
  104. <box boxType="custom" borderWidth="0.0" cornerRadius="1" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="gSB-AI-iMD">
  105. <rect key="frame" x="20" y="46" width="326" height="36"/>
  106. <view key="contentView" id="6me-7c-g7u">
  107. <rect key="frame" x="0.0" y="0.0" width="326" height="36"/>
  108. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  109. </view>
  110. <color key="fillColor" name="KMColor_Interactive_M0"/>
  111. </box>
  112. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="vuU-Wl-nwe" customClass="KMCustomButton" customModule="PDF_Reader_Pro" customModuleProvider="target">
  113. <rect key="frame" x="20" y="46" width="326" height="36"/>
  114. <buttonCell key="cell" type="bevel" title="Continue" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="gho-Sr-o77">
  115. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  116. <font key="font" metaFont="system"/>
  117. <string key="keyEquivalent" base64-UTF8="YES">
  118. DQ
  119. </string>
  120. </buttonCell>
  121. <constraints>
  122. <constraint firstAttribute="height" constant="36" id="i9D-Ji-xVJ"/>
  123. </constraints>
  124. <connections>
  125. <action selector="continueButtonAction:" target="-2" id="nZK-Bt-wnZ"/>
  126. </connections>
  127. </button>
  128. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="jbh-ok-6bh">
  129. <rect key="frame" x="295" y="20" width="61" height="14"/>
  130. <buttonCell key="cell" type="bevel" title="解绑序列码" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="cQA-lp-Mcs">
  131. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  132. <font key="font" metaFont="smallSystem"/>
  133. </buttonCell>
  134. <connections>
  135. <action selector="unbindAction:" target="-2" id="LcP-Bf-oQT"/>
  136. </connections>
  137. </button>
  138. </subviews>
  139. <constraints>
  140. <constraint firstItem="vuU-Wl-nwe" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="20" id="4Ye-7o-2xI"/>
  141. <constraint firstItem="qYl-8D-SqT" firstAttribute="top" secondItem="K2Z-UU-Iwy" secondAttribute="bottom" constant="29" id="8Kt-5l-V67"/>
  142. <constraint firstItem="8mp-tg-jsS" firstAttribute="centerX" secondItem="Hz6-mo-xeY" secondAttribute="centerX" id="Afr-vg-dJA"/>
  143. <constraint firstItem="qYl-8D-SqT" firstAttribute="centerX" secondItem="Hz6-mo-xeY" secondAttribute="centerX" id="FWw-Nf-JHu"/>
  144. <constraint firstItem="vuU-Wl-nwe" firstAttribute="top" secondItem="8mp-tg-jsS" secondAttribute="bottom" constant="16" id="IWV-LJ-kLU"/>
  145. <constraint firstItem="K2Z-UU-Iwy" firstAttribute="centerX" secondItem="Hz6-mo-xeY" secondAttribute="centerX" id="IXC-UQ-2E8"/>
  146. <constraint firstItem="GOO-fi-og0" firstAttribute="top" secondItem="qYl-8D-SqT" secondAttribute="bottom" constant="10" id="KD7-H6-D1P"/>
  147. <constraint firstAttribute="trailing" secondItem="jbh-ok-6bh" secondAttribute="trailing" constant="10" id="OB3-QH-N0u"/>
  148. <constraint firstItem="8mp-tg-jsS" firstAttribute="top" secondItem="GOO-fi-og0" secondAttribute="bottom" constant="10" id="Ooe-Ai-ASM"/>
  149. <constraint firstItem="jbh-ok-6bh" firstAttribute="top" secondItem="gSB-AI-iMD" secondAttribute="bottom" constant="12" id="Sc2-ka-sHB"/>
  150. <constraint firstItem="vuU-Wl-nwe" firstAttribute="bottom" secondItem="gSB-AI-iMD" secondAttribute="bottom" id="W3K-jK-DW0"/>
  151. <constraint firstItem="vuU-Wl-nwe" firstAttribute="top" secondItem="gSB-AI-iMD" secondAttribute="top" id="Wk5-5O-c6F"/>
  152. <constraint firstItem="vuU-Wl-nwe" firstAttribute="trailing" secondItem="gSB-AI-iMD" secondAttribute="trailing" id="XCJ-D1-tH5"/>
  153. <constraint firstItem="GOO-fi-og0" firstAttribute="centerX" secondItem="Hz6-mo-xeY" secondAttribute="centerX" id="caG-e0-Dpo"/>
  154. <constraint firstAttribute="bottom" secondItem="vuU-Wl-nwe" secondAttribute="bottom" constant="46" id="d26-ur-dgm"/>
  155. <constraint firstItem="vuU-Wl-nwe" firstAttribute="centerX" secondItem="Hz6-mo-xeY" secondAttribute="centerX" id="giN-9Q-55l"/>
  156. <constraint firstItem="vuU-Wl-nwe" firstAttribute="leading" secondItem="gSB-AI-iMD" secondAttribute="leading" id="k1g-bv-GQI"/>
  157. <constraint firstItem="K2Z-UU-Iwy" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" constant="20" id="y4k-XU-Ry4"/>
  158. </constraints>
  159. <point key="canvasLocation" x="-149" y="113"/>
  160. </customView>
  161. </objects>
  162. <resources>
  163. <image name="PDFReaderProLogo" width="512" height="512"/>
  164. <namedColor name="KMColor_Interactive_M0">
  165. <color red="0.15294117647058825" green="0.23529411764705882" blue="0.3843137254901961" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  166. </namedColor>
  167. </resources>
  168. </document>