KMPasswordInputWindowController.xib 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  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="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  7. </dependencies>
  8. <objects>
  9. <customObject id="-2" userLabel="File's Owner" customClass="KMPasswordInputWindowController" customModule="PDF_Reader_Pro" customModuleProvider="target">
  10. <connections>
  11. <outlet property="cancelButton" destination="feb-Zc-eUa" id="Ziw-MA-2DL"/>
  12. <outlet property="confirmButton" destination="emx-Ot-tI7" id="bcG-dv-CXJ"/>
  13. <outlet property="despLabel" destination="kNy-4p-B3t" id="WB1-Mm-OWf"/>
  14. <outlet property="passwordErrorLabel" destination="Tkb-Nb-aqJ" id="dd9-wx-jLp"/>
  15. <outlet property="passwordInputView" destination="eHM-v5-Psg" id="nee-j4-KlG"/>
  16. <outlet property="titleLabel" destination="KnO-WB-rYC" id="wWF-cg-tXj"/>
  17. <outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/>
  18. </connections>
  19. </customObject>
  20. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  21. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  22. <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" animationBehavior="default" id="F0z-JX-Cv5">
  23. <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
  24. <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
  25. <rect key="contentRect" x="196" y="240" width="360" height="384"/>
  26. <rect key="screenRect" x="0.0" y="0.0" width="2560" height="1415"/>
  27. <view key="contentView" id="se5-gp-TjO">
  28. <rect key="frame" x="0.0" y="0.0" width="360" height="384"/>
  29. <autoresizingMask key="autoresizingMask"/>
  30. <subviews>
  31. <view wantsLayer="YES" translatesAutoresizingMaskIntoConstraints="NO" id="M0Q-Kx-6cf">
  32. <rect key="frame" x="0.0" y="0.0" width="360" height="384"/>
  33. <subviews>
  34. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="ZOq-vP-8LP" userLabel="bottomBarBox">
  35. <rect key="frame" x="0.0" y="0.0" width="360" height="64"/>
  36. <view key="contentView" id="cIA-8B-Rir">
  37. <rect key="frame" x="0.0" y="0.0" width="360" height="64"/>
  38. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  39. <subviews>
  40. <customView translatesAutoresizingMaskIntoConstraints="NO" id="feb-Zc-eUa" customClass="ComponentButton" customModule="KMComponentLibrary">
  41. <rect key="frame" x="24" y="16" width="152" height="32"/>
  42. <constraints>
  43. <constraint firstAttribute="height" constant="32" id="2Z6-gG-L74"/>
  44. <constraint firstAttribute="width" constant="152" id="iYb-HX-wEL"/>
  45. </constraints>
  46. </customView>
  47. <customView translatesAutoresizingMaskIntoConstraints="NO" id="emx-Ot-tI7" customClass="ComponentButton" customModule="KMComponentLibrary">
  48. <rect key="frame" x="184" y="16" width="152" height="32"/>
  49. <constraints>
  50. <constraint firstAttribute="width" constant="152" id="aCD-au-Bmc"/>
  51. <constraint firstAttribute="height" constant="32" id="bNp-Rw-Sth"/>
  52. </constraints>
  53. </customView>
  54. </subviews>
  55. <constraints>
  56. <constraint firstItem="emx-Ot-tI7" firstAttribute="leading" secondItem="feb-Zc-eUa" secondAttribute="trailing" constant="8" id="23v-YZ-MTn"/>
  57. <constraint firstItem="feb-Zc-eUa" firstAttribute="centerX" secondItem="cIA-8B-Rir" secondAttribute="centerX" constant="-80" id="gCH-kp-O40"/>
  58. <constraint firstItem="emx-Ot-tI7" firstAttribute="centerY" secondItem="cIA-8B-Rir" secondAttribute="centerY" id="v4Z-C1-zNF"/>
  59. <constraint firstItem="feb-Zc-eUa" firstAttribute="top" secondItem="cIA-8B-Rir" secondAttribute="top" constant="16" id="yPW-mT-0x5"/>
  60. </constraints>
  61. </view>
  62. <constraints>
  63. <constraint firstAttribute="height" constant="64" id="TJ8-dw-vXt"/>
  64. </constraints>
  65. </box>
  66. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="djR-FC-jbB" userLabel="titleBarBox">
  67. <rect key="frame" x="24" y="128" width="312" height="248"/>
  68. <view key="contentView" id="Epz-lK-UNk">
  69. <rect key="frame" x="0.0" y="0.0" width="312" height="248"/>
  70. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  71. <subviews>
  72. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="XQI-h1-6mV">
  73. <rect key="frame" x="92" y="104" width="128" height="128"/>
  74. <constraints>
  75. <constraint firstAttribute="height" constant="128" id="F84-Gn-VuG"/>
  76. <constraint firstAttribute="width" constant="128" id="VAq-yo-I5p"/>
  77. </constraints>
  78. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="pic_empty_Lock" id="lo6-LI-J1U"/>
  79. </imageView>
  80. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="KnO-WB-rYC">
  81. <rect key="frame" x="54" y="72" width="205" height="16"/>
  82. <textFieldCell key="cell" lineBreakMode="clipping" title="The file &quot;The File-1&quot; is protected." id="dGY-QN-G8U">
  83. <font key="font" usesAppearanceFont="YES"/>
  84. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  85. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  86. </textFieldCell>
  87. </textField>
  88. <textField focusRingType="none" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="kNy-4p-B3t">
  89. <rect key="frame" x="-2" y="16" width="316" height="48"/>
  90. <constraints>
  91. <constraint firstAttribute="width" constant="312" id="4nU-LI-Izq"/>
  92. </constraints>
  93. <textFieldCell key="cell" selectable="YES" alignment="center" title="Please enter the permissions password. If you do not have the password, please contact the author of the document." id="hGy-YO-bmu">
  94. <font key="font" usesAppearanceFont="YES"/>
  95. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  96. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  97. </textFieldCell>
  98. </textField>
  99. </subviews>
  100. <constraints>
  101. <constraint firstItem="kNy-4p-B3t" firstAttribute="centerX" secondItem="Epz-lK-UNk" secondAttribute="centerX" id="8Kn-aI-gvC"/>
  102. <constraint firstItem="KnO-WB-rYC" firstAttribute="top" secondItem="XQI-h1-6mV" secondAttribute="bottom" constant="16" id="BnV-YO-ItP"/>
  103. <constraint firstItem="XQI-h1-6mV" firstAttribute="centerX" secondItem="Epz-lK-UNk" secondAttribute="centerX" id="PVf-x7-VL2"/>
  104. <constraint firstItem="XQI-h1-6mV" firstAttribute="top" secondItem="Epz-lK-UNk" secondAttribute="top" constant="16" id="ZZR-j0-adb"/>
  105. <constraint firstItem="KnO-WB-rYC" firstAttribute="centerX" secondItem="Epz-lK-UNk" secondAttribute="centerX" id="bfl-et-rBU"/>
  106. <constraint firstItem="kNy-4p-B3t" firstAttribute="top" secondItem="XQI-h1-6mV" secondAttribute="bottom" constant="40" id="d6z-Lq-4w8"/>
  107. </constraints>
  108. </view>
  109. <constraints>
  110. <constraint firstAttribute="height" constant="248" id="XVV-JQ-X3M"/>
  111. <constraint firstAttribute="width" constant="312" id="wl8-TE-Pr8"/>
  112. </constraints>
  113. </box>
  114. <customView translatesAutoresizingMaskIntoConstraints="NO" id="eHM-v5-Psg" customClass="ComponentPasswordView" customModule="KMComponentLibrary">
  115. <rect key="frame" x="24" y="72" width="312" height="40"/>
  116. <constraints>
  117. <constraint firstAttribute="width" constant="312" id="Fxx-j6-RHJ"/>
  118. <constraint firstAttribute="height" constant="40" id="t8W-zp-d1I"/>
  119. </constraints>
  120. </customView>
  121. <textField focusRingType="none" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="Tkb-Nb-aqJ">
  122. <rect key="frame" x="22" y="52" width="316" height="16"/>
  123. <constraints>
  124. <constraint firstAttribute="width" constant="312" id="Rms-8C-20Q"/>
  125. </constraints>
  126. <textFieldCell key="cell" selectable="YES" alignment="left" title="Error" id="HmV-Te-HXm">
  127. <font key="font" usesAppearanceFont="YES"/>
  128. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  129. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  130. </textFieldCell>
  131. </textField>
  132. </subviews>
  133. <constraints>
  134. <constraint firstItem="djR-FC-jbB" firstAttribute="top" secondItem="M0Q-Kx-6cf" secondAttribute="top" constant="8" id="6bo-gg-9qc"/>
  135. <constraint firstItem="Tkb-Nb-aqJ" firstAttribute="top" secondItem="eHM-v5-Psg" secondAttribute="bottom" constant="4" id="HxM-hU-5Ge"/>
  136. <constraint firstItem="eHM-v5-Psg" firstAttribute="top" secondItem="djR-FC-jbB" secondAttribute="bottom" constant="16" id="R9t-b5-5nw"/>
  137. <constraint firstItem="Tkb-Nb-aqJ" firstAttribute="leading" secondItem="eHM-v5-Psg" secondAttribute="leading" id="Sh0-dQ-a3Z"/>
  138. <constraint firstAttribute="bottom" secondItem="ZOq-vP-8LP" secondAttribute="bottom" id="Uf9-6o-MFW"/>
  139. <constraint firstItem="ZOq-vP-8LP" firstAttribute="leading" secondItem="M0Q-Kx-6cf" secondAttribute="leading" id="aK6-cf-wWU"/>
  140. <constraint firstItem="eHM-v5-Psg" firstAttribute="centerX" secondItem="M0Q-Kx-6cf" secondAttribute="centerX" id="jjn-1y-ABZ"/>
  141. <constraint firstItem="djR-FC-jbB" firstAttribute="centerX" secondItem="M0Q-Kx-6cf" secondAttribute="centerX" id="lzW-Tx-POC"/>
  142. <constraint firstAttribute="trailing" secondItem="ZOq-vP-8LP" secondAttribute="trailing" id="o8D-Fb-8AF"/>
  143. </constraints>
  144. </view>
  145. </subviews>
  146. <constraints>
  147. <constraint firstAttribute="trailing" secondItem="M0Q-Kx-6cf" secondAttribute="trailing" id="DEL-3Q-dRf"/>
  148. <constraint firstItem="M0Q-Kx-6cf" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" id="TNn-rJ-2hk"/>
  149. <constraint firstItem="M0Q-Kx-6cf" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" id="VOX-SP-Yd9"/>
  150. <constraint firstAttribute="bottom" secondItem="M0Q-Kx-6cf" secondAttribute="bottom" id="ZQU-o4-1b1"/>
  151. </constraints>
  152. </view>
  153. <connections>
  154. <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
  155. </connections>
  156. <point key="canvasLocation" x="32" y="126"/>
  157. </window>
  158. </objects>
  159. <resources>
  160. <image name="pic_empty_Lock" width="128" height="128"/>
  161. </resources>
  162. </document>