KMPasswordInputWindow.xib 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21507" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21507"/>
  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="KMPasswordInputWindow" customModule="PDF_Reader_Pro" customModuleProvider="target">
  10. <connections>
  11. <outlet property="cancelButton" destination="jwm-QT-mwz" id="4v7-86-Phe"/>
  12. <outlet property="confirmButton" destination="Dpd-lf-2h1" id="wfr-lB-56E"/>
  13. <outlet property="despLabel" destination="xRE-aR-QBJ" id="uoL-wc-jr4"/>
  14. <outlet property="iconImageView" destination="hRH-zQ-1pZ" id="lmC-2Z-CLW"/>
  15. <outlet property="passwordErrorLabel" destination="gST-4X-s69" id="YFV-hm-e3n"/>
  16. <outlet property="secureTextFiled" destination="nlf-dC-L2j" id="gJk-vY-Srn"/>
  17. <outlet property="titleLabel" destination="X38-4p-51v" id="Ho5-lD-x5l"/>
  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" visibleAtLaunch="NO" animationBehavior="default" id="QvC-M9-y7g" customClass="KMPasswordInputWindow" customModule="PDF_Reader_Pro" customModuleProvider="target">
  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="432" height="220"/>
  26. <rect key="screenRect" x="0.0" y="0.0" width="1680" height="1025"/>
  27. <value key="minSize" type="size" width="432" height="220"/>
  28. <value key="maxSize" type="size" width="432" height="220"/>
  29. <view key="contentView" wantsLayer="YES" misplaced="YES" id="EiT-Mj-1SZ">
  30. <rect key="frame" x="0.0" y="0.0" width="432" height="220"/>
  31. <autoresizingMask key="autoresizingMask"/>
  32. <subviews>
  33. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="ezx-3i-oVb" userLabel="titleBarBox">
  34. <rect key="frame" x="0.0" y="150" width="432" height="44"/>
  35. <view key="contentView" id="7XT-MV-6Sp">
  36. <rect key="frame" x="0.0" y="0.0" width="432" height="44"/>
  37. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  38. <subviews>
  39. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="X38-4p-51v">
  40. <rect key="frame" x="14" y="16" width="37" height="16"/>
  41. <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="mNB-xx-ixe">
  42. <font key="font" usesAppearanceFont="YES"/>
  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. <box hidden="YES" verticalHuggingPriority="750" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="nqX-vA-qnf">
  48. <rect key="frame" x="0.0" y="-2" width="432" height="5"/>
  49. </box>
  50. </subviews>
  51. <constraints>
  52. <constraint firstAttribute="bottom" secondItem="nqX-vA-qnf" secondAttribute="bottom" id="CGZ-3m-Sbd"/>
  53. <constraint firstItem="X38-4p-51v" firstAttribute="top" secondItem="7XT-MV-6Sp" secondAttribute="top" constant="12" id="GHy-aU-Uqh"/>
  54. <constraint firstItem="X38-4p-51v" firstAttribute="leading" secondItem="7XT-MV-6Sp" secondAttribute="leading" constant="16" id="Pap-PA-hh5"/>
  55. <constraint firstAttribute="trailing" secondItem="nqX-vA-qnf" secondAttribute="trailing" id="kjd-Yd-SAZ"/>
  56. <constraint firstItem="nqX-vA-qnf" firstAttribute="leading" secondItem="7XT-MV-6Sp" secondAttribute="leading" id="yqX-eq-eY1"/>
  57. </constraints>
  58. </view>
  59. <constraints>
  60. <constraint firstAttribute="height" constant="44" id="LRx-PM-eiy"/>
  61. </constraints>
  62. </box>
  63. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="PKr-DW-Os9" userLabel="contentBox">
  64. <rect key="frame" x="0.0" y="48" width="432" height="102"/>
  65. <view key="contentView" id="gDx-hG-Mwb">
  66. <rect key="frame" x="0.0" y="0.0" width="432" height="102"/>
  67. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  68. <subviews>
  69. <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="xRE-aR-QBJ">
  70. <rect key="frame" x="102" y="80" width="316" height="16"/>
  71. <constraints>
  72. <constraint firstAttribute="height" relation="lessThanOrEqual" constant="66" id="Usx-e2-2hd"/>
  73. </constraints>
  74. <textFieldCell key="cell" selectable="YES" title="Multiline Label" id="s9C-YB-w17">
  75. <font key="font" usesAppearanceFont="YES"/>
  76. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  77. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  78. </textFieldCell>
  79. </textField>
  80. <customView translatesAutoresizingMaskIntoConstraints="NO" id="nlf-dC-L2j" customClass="KMSecureTextFiled" customModule="PDF_Reader_Pro" customModuleProvider="target">
  81. <rect key="frame" x="104" y="40" width="312" height="32"/>
  82. <constraints>
  83. <constraint firstAttribute="height" constant="32" id="jiZ-zN-rn8"/>
  84. </constraints>
  85. </customView>
  86. <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="gST-4X-s69">
  87. <rect key="frame" x="102" y="16" width="304" height="16"/>
  88. <constraints>
  89. <constraint firstAttribute="width" constant="300" id="N0S-qp-xpS"/>
  90. </constraints>
  91. <textFieldCell key="cell" selectable="YES" title="Multiline Label" id="Ixw-Xd-q48">
  92. <font key="font" metaFont="system"/>
  93. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  94. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  95. </textFieldCell>
  96. </textField>
  97. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="hRH-zQ-1pZ">
  98. <rect key="frame" x="16" y="12" width="80" height="84"/>
  99. <constraints>
  100. <constraint firstAttribute="height" constant="84" id="4aP-JT-QFl"/>
  101. <constraint firstAttribute="width" constant="80" id="H5c-QJ-eOo"/>
  102. </constraints>
  103. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" id="oAN-Bk-Kba"/>
  104. </imageView>
  105. </subviews>
  106. <constraints>
  107. <constraint firstAttribute="bottom" secondItem="gST-4X-s69" secondAttribute="bottom" constant="16" id="8ez-k9-du5"/>
  108. <constraint firstItem="nlf-dC-L2j" firstAttribute="leading" secondItem="gDx-hG-Mwb" secondAttribute="leading" constant="104" id="J7z-6h-hAm"/>
  109. <constraint firstItem="xRE-aR-QBJ" firstAttribute="leading" secondItem="gDx-hG-Mwb" secondAttribute="leading" constant="104" id="Otg-Bw-160"/>
  110. <constraint firstAttribute="trailing" secondItem="xRE-aR-QBJ" secondAttribute="trailing" constant="16" id="Rwn-iF-WDO"/>
  111. <constraint firstItem="hRH-zQ-1pZ" firstAttribute="leading" secondItem="gDx-hG-Mwb" secondAttribute="leading" constant="16" id="VOc-6y-Lc2"/>
  112. <constraint firstAttribute="trailing" secondItem="nlf-dC-L2j" secondAttribute="trailing" constant="16" id="fq3-8P-sQB"/>
  113. <constraint firstItem="xRE-aR-QBJ" firstAttribute="top" secondItem="gDx-hG-Mwb" secondAttribute="top" constant="6" id="jo1-Wt-TwO"/>
  114. <constraint firstItem="gST-4X-s69" firstAttribute="top" secondItem="nlf-dC-L2j" secondAttribute="bottom" constant="8" id="nJ1-tA-F4V"/>
  115. <constraint firstItem="gST-4X-s69" firstAttribute="leading" secondItem="gDx-hG-Mwb" secondAttribute="leading" constant="104" id="osW-yM-Baf"/>
  116. <constraint firstItem="nlf-dC-L2j" firstAttribute="top" secondItem="xRE-aR-QBJ" secondAttribute="bottom" constant="8" id="pKs-cR-Zan"/>
  117. <constraint firstItem="hRH-zQ-1pZ" firstAttribute="top" secondItem="gDx-hG-Mwb" secondAttribute="top" constant="6" id="zkj-Tf-XdN"/>
  118. </constraints>
  119. </view>
  120. </box>
  121. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="vAH-Gb-6tR" userLabel="bottomBarBox">
  122. <rect key="frame" x="0.0" y="0.0" width="432" height="48"/>
  123. <view key="contentView" id="tRi-Ry-6h1">
  124. <rect key="frame" x="0.0" y="0.0" width="432" height="48"/>
  125. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  126. <subviews>
  127. <box hidden="YES" verticalHuggingPriority="750" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="vfd-Uw-Vuz">
  128. <rect key="frame" x="0.0" y="45" width="432" height="5"/>
  129. </box>
  130. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="jwm-QT-mwz">
  131. <rect key="frame" x="247" y="9" width="92" height="44"/>
  132. <constraints>
  133. <constraint firstAttribute="width" constant="78" id="9On-lg-Ifu"/>
  134. <constraint firstAttribute="height" constant="32" id="YVJ-Ck-tWB"/>
  135. </constraints>
  136. <buttonCell key="cell" type="push" title="Button" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="9ln-dP-nCD">
  137. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  138. <font key="font" metaFont="system"/>
  139. <string key="keyEquivalent" base64-UTF8="YES">
  140. Gw
  141. </string>
  142. </buttonCell>
  143. </button>
  144. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Dpd-lf-2h1">
  145. <rect key="frame" x="341" y="9" width="82" height="44"/>
  146. <constraints>
  147. <constraint firstAttribute="height" constant="32" id="19C-1p-OYf"/>
  148. <constraint firstAttribute="width" constant="68" id="OOr-ag-SdW"/>
  149. </constraints>
  150. <buttonCell key="cell" type="push" title="Button" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="uBB-Ls-gQs">
  151. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  152. <font key="font" metaFont="system"/>
  153. <string key="keyEquivalent" base64-UTF8="YES">
  154. DQ
  155. </string>
  156. </buttonCell>
  157. </button>
  158. </subviews>
  159. <constraints>
  160. <constraint firstAttribute="bottom" secondItem="Dpd-lf-2h1" secondAttribute="bottom" constant="16" id="64r-TA-sUX"/>
  161. <constraint firstItem="vfd-Uw-Vuz" firstAttribute="leading" secondItem="tRi-Ry-6h1" secondAttribute="leading" id="KKn-9i-ORc"/>
  162. <constraint firstAttribute="bottom" secondItem="jwm-QT-mwz" secondAttribute="bottom" constant="16" id="aLD-gh-UJH"/>
  163. <constraint firstAttribute="trailing" secondItem="vfd-Uw-Vuz" secondAttribute="trailing" id="hiq-WK-Wy8"/>
  164. <constraint firstItem="Dpd-lf-2h1" firstAttribute="leading" secondItem="jwm-QT-mwz" secondAttribute="trailing" constant="16" id="mxM-rl-PVh"/>
  165. <constraint firstAttribute="trailing" secondItem="Dpd-lf-2h1" secondAttribute="trailing" constant="16" id="xA1-XG-Xy8"/>
  166. <constraint firstItem="vfd-Uw-Vuz" firstAttribute="top" secondItem="tRi-Ry-6h1" secondAttribute="top" id="xgz-cx-dxi"/>
  167. </constraints>
  168. </view>
  169. <constraints>
  170. <constraint firstAttribute="height" constant="48" id="8pF-Y2-n3g"/>
  171. </constraints>
  172. </box>
  173. </subviews>
  174. <constraints>
  175. <constraint firstAttribute="trailing" secondItem="PKr-DW-Os9" secondAttribute="trailing" id="Bcv-FR-vOF"/>
  176. <constraint firstItem="PKr-DW-Os9" firstAttribute="top" secondItem="ezx-3i-oVb" secondAttribute="bottom" id="DAo-Ya-b5c"/>
  177. <constraint firstItem="vAH-Gb-6tR" firstAttribute="leading" secondItem="EiT-Mj-1SZ" secondAttribute="leading" id="HLA-fV-UAc"/>
  178. <constraint firstItem="ezx-3i-oVb" firstAttribute="leading" secondItem="EiT-Mj-1SZ" secondAttribute="leading" id="JuI-0N-ZAq"/>
  179. <constraint firstAttribute="bottom" secondItem="vAH-Gb-6tR" secondAttribute="bottom" id="S3D-Se-YE1"/>
  180. <constraint firstAttribute="trailing" secondItem="vAH-Gb-6tR" secondAttribute="trailing" id="j6Y-Cy-QdA"/>
  181. <constraint firstAttribute="trailing" secondItem="ezx-3i-oVb" secondAttribute="trailing" id="l6t-Mw-ArG"/>
  182. <constraint firstItem="PKr-DW-Os9" firstAttribute="leading" secondItem="EiT-Mj-1SZ" secondAttribute="leading" id="teb-18-cSn"/>
  183. <constraint firstItem="vAH-Gb-6tR" firstAttribute="top" secondItem="PKr-DW-Os9" secondAttribute="bottom" id="ws7-Iy-tFb"/>
  184. <constraint firstItem="ezx-3i-oVb" firstAttribute="top" secondItem="EiT-Mj-1SZ" secondAttribute="top" id="z4x-Jd-Tt5"/>
  185. </constraints>
  186. </view>
  187. <connections>
  188. <outlet property="cancelButton" destination="jwm-QT-mwz" id="owI-qe-VM9"/>
  189. <outlet property="confirmButton" destination="Dpd-lf-2h1" id="ExL-Jf-SeP"/>
  190. <outlet property="despLabel" destination="xRE-aR-QBJ" id="anM-rS-9UT"/>
  191. <outlet property="iconImageView" destination="hRH-zQ-1pZ" id="7qd-oa-CLl"/>
  192. <outlet property="passwordErrorLabel" destination="gST-4X-s69" id="t8b-EJ-11R"/>
  193. <outlet property="secureTextFiled" destination="nlf-dC-L2j" id="omH-Df-hvy"/>
  194. <outlet property="titleLabel" destination="X38-4p-51v" id="4qf-4E-g3F"/>
  195. </connections>
  196. <point key="canvasLocation" x="83" y="-5"/>
  197. </window>
  198. </objects>
  199. </document>