GeneralPreferences.xib 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414
  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">
  3. <dependencies>
  4. <deployment version="1070" 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="KMGeneralPreferences" customModule="PDF_Reader_Pro" customModuleProvider="target">
  10. <connections>
  11. <outlet property="authorLabel" destination="zUR-X9-aGq" id="PKY-XP-pcE"/>
  12. <outlet property="authorTextField" destination="Pi4-Gm-XJ3" id="jjy-qG-sCq"/>
  13. <outlet property="autoSaveInfoBtn" destination="cFS-gz-76C" id="Tbf-O5-ie1"/>
  14. <outlet property="autoSaveLabel" destination="22" id="fL7-Cs-r9n"/>
  15. <outlet property="autoSaveLbl" destination="ZL9-Lh-TU6" id="x6x-wf-IHZ"/>
  16. <outlet property="autoSaveNotesBackupButton" destination="12" id="JPy-Ij-KCO"/>
  17. <outlet property="autoSaveSlider" destination="lhd-Ip-SPl" id="TBt-xk-IJ2"/>
  18. <outlet property="defaultOpenButton" destination="Va1-PC-V4S" id="xHW-Ke-qfy"/>
  19. <outlet property="editPDFPopWindowIsShowButton" destination="BPR-GW-ao6" id="gFC-KW-gZu"/>
  20. <outlet property="fullScreenButton" destination="13" id="rwP-bT-LWq"/>
  21. <outlet property="keepSnapshotOnTopButton" destination="4" id="bht-be-yAj"/>
  22. <outlet property="normalButton" destination="14" id="2S5-K4-kkj"/>
  23. <outlet property="openFileForDefaultButton" destination="33" id="3xZ-fT-imW"/>
  24. <outlet property="openFileForFitButton" destination="31" id="tAU-m9-tFw"/>
  25. <outlet property="openFileForMaximButton" destination="32" id="B4z-pC-Eqx"/>
  26. <outlet property="openFilesLabelField" destination="16" id="78"/>
  27. <outlet property="openFilesMatrix" destination="17" id="77"/>
  28. <outlet property="openTabButton" destination="A68-ez-c6M" id="72V-76-LRe"/>
  29. <outlet property="openTabLabel" destination="FPU-E1-Wj1" id="vuU-vq-0hl"/>
  30. <outlet property="rememberSnapshotButton" destination="18" id="o9x-Lr-Cj5"/>
  31. <outlet property="reopenLastOpenFilesButton" destination="2" id="bGZ-Pm-RIH"/>
  32. <outlet property="revertInitPDFSetLabel" destination="15" id="Nun-ML-l5h"/>
  33. <outlet property="savePasswordsMatrix" destination="21" id="75"/>
  34. <outlet property="savePwdForAlwaysButton" destination="27" id="GAB-mq-gLv"/>
  35. <outlet property="savePwdForAskButton" destination="25" id="ZSq-bS-eey"/>
  36. <outlet property="savePwdForNeverButton" destination="26" id="WRR-tA-ahj"/>
  37. <outlet property="savePwdKeychainLabel" destination="20" id="XHi-Dy-9ii"/>
  38. <outlet property="showConvertMenuButton" destination="AVa-Al-8gG" id="XPN-Cp-dpt"/>
  39. <outlet property="showLeftSideButton" destination="3" id="dqO-V9-G0B"/>
  40. <outlet property="updateIntervalLabelField" destination="7" id="76"/>
  41. <outlet property="updateIntervalPopUpButton" destination="9" id="74"/>
  42. <outlet property="view" destination="1" id="56"/>
  43. </connections>
  44. </customObject>
  45. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  46. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  47. <customView id="1">
  48. <rect key="frame" x="0.0" y="0.0" width="380" height="673"/>
  49. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  50. <subviews>
  51. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="zUR-X9-aGq">
  52. <rect key="frame" x="17" y="634" width="49" height="17"/>
  53. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  54. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Author:" id="aoy-u9-wYO">
  55. <font key="font" metaFont="system"/>
  56. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  57. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  58. </textFieldCell>
  59. </textField>
  60. <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Pi4-Gm-XJ3">
  61. <rect key="frame" x="77" y="632" width="159" height="22"/>
  62. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  63. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="DaJ-TX-UKc">
  64. <font key="font" metaFont="system"/>
  65. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  66. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  67. </textFieldCell>
  68. </textField>
  69. <box verticalHuggingPriority="750" fixedFrame="YES" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="fVJ-Td-OI7">
  70. <rect key="frame" x="12" y="617" width="356" height="5"/>
  71. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  72. </box>
  73. <textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="FPU-E1-Wj1">
  74. <rect key="frame" x="17" y="589" width="127" height="16"/>
  75. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="left" title="Open a document in" id="GRY-TT-S4D">
  76. <font key="font" metaFont="system"/>
  77. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  78. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  79. </textFieldCell>
  80. </textField>
  81. <popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="A68-ez-c6M">
  82. <rect key="frame" x="148" y="583" width="221" height="25"/>
  83. <popUpButtonCell key="cell" type="push" title="a new tab in the same window" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="Cvw-Ch-q6Y" id="L7v-9O-zhn">
  84. <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
  85. <font key="font" metaFont="menu"/>
  86. <menu key="menu" id="VYe-W9-atP">
  87. <items>
  88. <menuItem title="a new tab in the same window" state="on" id="Cvw-Ch-q6Y"/>
  89. <menuItem title="a new window" id="OAM-70-1EN"/>
  90. </items>
  91. </menu>
  92. </popUpButtonCell>
  93. <connections>
  94. <action selector="openTabButtonAction:" target="-2" id="qcO-3g-kjv"/>
  95. </connections>
  96. </popUpButton>
  97. <button fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="AVa-Al-8gG">
  98. <rect key="frame" x="18" y="558" width="300" height="18"/>
  99. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  100. <buttonCell key="cell" type="check" title="Show PDF Reader Pro in menu bar" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="AzP-UJ-xhj">
  101. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  102. <font key="font" metaFont="system"/>
  103. </buttonCell>
  104. <connections>
  105. <action selector="showConvertMenuButtonAction:" target="-2" id="9BM-Ms-QAU"/>
  106. </connections>
  107. </button>
  108. <button fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Va1-PC-V4S">
  109. <rect key="frame" x="18" y="528" width="300" height="18"/>
  110. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  111. <buttonCell key="cell" type="check" title="Set PDF Reader Pro as the default PDF viewer" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="feP-12-72q">
  112. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  113. <font key="font" metaFont="system"/>
  114. </buttonCell>
  115. <connections>
  116. <action selector="defaultOpenButtonAction:" target="-2" id="Htl-D0-5t4"/>
  117. </connections>
  118. </button>
  119. <button toolTip="Remember and reopen files from a previous run" fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="2">
  120. <rect key="frame" x="18" y="498" width="344" height="18"/>
  121. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  122. <buttonCell key="cell" type="check" title="Reopen last open files at startup" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="50">
  123. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  124. <font key="font" metaFont="system"/>
  125. </buttonCell>
  126. <connections>
  127. <action selector="reopenLastOpenFilesAtStartupAction:" target="-2" id="ABg-kl-8FM"/>
  128. </connections>
  129. </button>
  130. <button toolTip="Remember and reopen files from a previous run" fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="cFS-gz-76C">
  131. <rect key="frame" x="18" y="468" width="344" height="18"/>
  132. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  133. <buttonCell key="cell" type="check" title="AutoSave" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="YIi-wB-ASu">
  134. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  135. <font key="font" metaFont="system"/>
  136. </buttonCell>
  137. <connections>
  138. <action selector="autoSaveButtonAction:" target="-2" id="5Et-mI-bfW"/>
  139. </connections>
  140. </button>
  141. <slider verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="lhd-Ip-SPl">
  142. <rect key="frame" x="18" y="430" width="250" height="28"/>
  143. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  144. <sliderCell key="cell" state="on" alignment="left" maxValue="1" doubleValue="1" tickMarkPosition="above" sliderType="linear" id="Law-xt-07U"/>
  145. <connections>
  146. <action selector="autoSaveSliderAction:" target="-2" id="Htj-AU-cnh"/>
  147. </connections>
  148. </slider>
  149. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="ZL9-Lh-TU6">
  150. <rect key="frame" x="280" y="440" width="93" height="16"/>
  151. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
  152. <textFieldCell key="cell" lineBreakMode="clipping" title="15 minute(s)" id="fp8-xm-Q5S">
  153. <font key="font" usesAppearanceFont="YES"/>
  154. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  155. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  156. </textFieldCell>
  157. </textField>
  158. <box verticalHuggingPriority="750" fixedFrame="YES" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="5">
  159. <rect key="frame" x="12" y="425" width="356" height="5"/>
  160. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  161. </box>
  162. <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="16">
  163. <rect key="frame" x="17" y="398" width="72" height="17"/>
  164. <autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
  165. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Open files:" id="34">
  166. <font key="font" metaFont="system"/>
  167. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  168. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  169. </textFieldCell>
  170. </textField>
  171. <matrix toolTip="Window size for newly opened files" verticalHuggingPriority="750" fixedFrame="YES" allowsEmptySelection="NO" autosizesCells="NO" translatesAutoresizingMaskIntoConstraints="NO" id="17">
  172. <rect key="frame" x="94" y="357" width="91" height="58"/>
  173. <autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
  174. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  175. <size key="cellSize" width="91" height="18"/>
  176. <size key="intercellSpacing" width="4" height="2"/>
  177. <buttonCell key="prototype" type="radio" imagePosition="leading" alignment="left" inset="2" id="30">
  178. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  179. <font key="font" metaFont="system"/>
  180. </buttonCell>
  181. <cells>
  182. <column>
  183. <buttonCell type="radio" title="Default" imagePosition="leading" alignment="left" state="on" inset="2" id="33">
  184. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  185. <font key="font" metaFont="system"/>
  186. <connections>
  187. <accessibilityConnection property="title" destination="16" id="51"/>
  188. <action selector="openFileForDefaultAction:" target="-2" id="eTS-vr-ReX"/>
  189. </connections>
  190. </buttonCell>
  191. <buttonCell type="radio" title="Maximized" imagePosition="leading" alignment="left" tag="1" inset="2" id="32">
  192. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  193. <font key="font" metaFont="system"/>
  194. <connections>
  195. <action selector="openFileForMaximAction:" target="-2" id="KK4-zZ-Go6"/>
  196. </connections>
  197. </buttonCell>
  198. <buttonCell type="radio" title="Fit" imagePosition="leading" alignment="left" tag="2" inset="2" id="31">
  199. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  200. <font key="font" metaFont="system"/>
  201. <connections>
  202. <action selector="openFileForFitAction:" target="-2" id="HNe-8C-0zd"/>
  203. </connections>
  204. </buttonCell>
  205. </column>
  206. </cells>
  207. </matrix>
  208. <button toolTip="Open the contents pane only when the file has outline" fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="3">
  209. <rect key="frame" x="18" y="333" width="344" height="18"/>
  210. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  211. <buttonCell key="cell" type="check" title="Tick to show left sidebar when open" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="49">
  212. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  213. <font key="font" metaFont="system"/>
  214. </buttonCell>
  215. <connections>
  216. <action selector="showLeftSideAction:" target="-2" id="0rO-X8-nXC"/>
  217. </connections>
  218. </button>
  219. <button toolTip="Open the contents pane only when the file has outline" fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="BPR-GW-ao6">
  220. <rect key="frame" x="18" y="314" width="344" height="18"/>
  221. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  222. <buttonCell key="cell" type="check" title="Show quick entrance while editing content" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="vpT-p3-PYo">
  223. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  224. <font key="font" metaFont="system"/>
  225. </buttonCell>
  226. <connections>
  227. <action selector="showLeftSideAction:" target="-2" id="gGe-cw-tei"/>
  228. </connections>
  229. </button>
  230. <button toolTip="Reopen the last viewed snapshots when opening a file" fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="18">
  231. <rect key="frame" x="18" y="293" width="344" height="18"/>
  232. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  233. <buttonCell key="cell" type="check" title="Remember snapshots" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="29">
  234. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  235. <font key="font" metaFont="system"/>
  236. </buttonCell>
  237. <connections>
  238. <action selector="rememberSnapshotAction:" target="-2" id="i0F-9D-0X8"/>
  239. </connections>
  240. </button>
  241. <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="15">
  242. <rect key="frame" x="17" y="270" width="346" height="17"/>
  243. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  244. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Revert initial PDF view settings for:" id="35">
  245. <font key="font" metaFont="system"/>
  246. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  247. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  248. </textFieldCell>
  249. </textField>
  250. <button toolTip="Revert the initial PDF view settings for newly opened documents to their original values" verticalHuggingPriority="750" fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="14">
  251. <rect key="frame" x="26" y="234" width="109" height="32"/>
  252. <autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
  253. <buttonCell key="cell" type="push" title="Normal" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="36">
  254. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  255. <font key="font" metaFont="system"/>
  256. </buttonCell>
  257. <connections>
  258. <accessibilityConnection property="link" destination="13" id="79"/>
  259. <action selector="revertPDFViewSettings:" target="-2" id="70"/>
  260. </connections>
  261. </button>
  262. <button toolTip="Choose this to use the same PDF view settings in full screen mode and normal mode" verticalHuggingPriority="750" fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="13">
  263. <rect key="frame" x="135" y="234" width="109" height="32"/>
  264. <autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
  265. <buttonCell key="cell" type="push" title="Full Screen" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="37">
  266. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  267. <font key="font" metaFont="system"/>
  268. </buttonCell>
  269. <connections>
  270. <action selector="revertFullScreenPDFViewSettings:" target="-2" id="71"/>
  271. </connections>
  272. </button>
  273. <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="22">
  274. <rect key="frame" x="17" y="202" width="346" height="28"/>
  275. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  276. <textFieldCell key="cell" controlSize="small" sendsActionOnEndEditing="YES" title="To set the initial PDF view settings, choose &quot;Use Current View Settings as Default&quot; from the PDF menu." id="23">
  277. <font key="font" metaFont="menu" size="11"/>
  278. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  279. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  280. </textFieldCell>
  281. </textField>
  282. <button toolTip="Automatically save a PDF Reader Pro Edition notes file with the same file name whenever you save a PDF file" fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="12">
  283. <rect key="frame" x="18" y="161" width="344" height="18"/>
  284. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  285. <buttonCell key="cell" type="check" title="Automatically save PDF Reader Pro Edition notes backups" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="38">
  286. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  287. <font key="font" metaFont="system"/>
  288. </buttonCell>
  289. <connections>
  290. <action selector="autoSaveNoteBackupAction:" target="-2" id="h4T-oT-uCu"/>
  291. </connections>
  292. </button>
  293. <button toolTip="Always keep snapshot windows on top of other windows" fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="4">
  294. <rect key="frame" x="18" y="119" width="344" height="18"/>
  295. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  296. <buttonCell key="cell" type="check" title="Keep snapshot windows on top" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="48">
  297. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  298. <font key="font" metaFont="system"/>
  299. </buttonCell>
  300. <connections>
  301. <action selector="keepSnapshotOnTopAction:" target="-2" id="NEa-h1-Q05"/>
  302. </connections>
  303. </button>
  304. <box hidden="YES" verticalHuggingPriority="750" fixedFrame="YES" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="6">
  305. <rect key="frame" x="12" y="103" width="356" height="5"/>
  306. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  307. </box>
  308. <textField hidden="YES" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="7">
  309. <rect key="frame" x="17" y="120" width="158" height="17"/>
  310. <autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
  311. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Check for PDF Reader Pro Edition updates:" id="47">
  312. <font key="font" metaFont="system"/>
  313. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  314. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  315. </textFieldCell>
  316. </textField>
  317. <box verticalHuggingPriority="750" fixedFrame="YES" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="8">
  318. <rect key="frame" x="12" y="148" width="356" height="5"/>
  319. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  320. </box>
  321. <popUpButton hidden="YES" verticalHuggingPriority="750" fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="9">
  322. <rect key="frame" x="177" y="114" width="186" height="26"/>
  323. <autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
  324. <popUpButtonCell key="cell" type="push" title="Never" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="42" id="40">
  325. <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
  326. <font key="font" metaFont="menu"/>
  327. <menu key="menu" id="41">
  328. <items>
  329. <menuItem title="Never" state="on" id="42"/>
  330. <menuItem title="Hourly" tag="3600" id="43"/>
  331. <menuItem title="Daily" tag="86400" id="44"/>
  332. <menuItem title="Weekly" tag="604800" id="45"/>
  333. <menuItem title="Monthly" tag="2629800" id="46"/>
  334. </items>
  335. </menu>
  336. </popUpButtonCell>
  337. <connections>
  338. <accessibilityConnection property="title" destination="7" id="53"/>
  339. </connections>
  340. </popUpButton>
  341. <box verticalHuggingPriority="750" fixedFrame="YES" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="11">
  342. <rect key="frame" x="12" y="187" width="356" height="5"/>
  343. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  344. </box>
  345. <box verticalHuggingPriority="750" fixedFrame="YES" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="19">
  346. <rect key="frame" x="12" y="106" width="356" height="5"/>
  347. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  348. </box>
  349. <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="20">
  350. <rect key="frame" x="17" y="83" width="346" height="17"/>
  351. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  352. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Save passwords in Keychain:" id="28">
  353. <font key="font" metaFont="system"/>
  354. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  355. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  356. </textFieldCell>
  357. </textField>
  358. <matrix verticalHuggingPriority="750" fixedFrame="YES" allowsEmptySelection="NO" autosizesCells="NO" translatesAutoresizingMaskIntoConstraints="NO" id="21">
  359. <rect key="frame" x="30" y="58" width="206" height="18"/>
  360. <autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
  361. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  362. <size key="cellSize" width="66" height="18"/>
  363. <size key="intercellSpacing" width="4" height="2"/>
  364. <buttonCell key="prototype" type="radio" imagePosition="leading" alignment="left" inset="2" id="24">
  365. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  366. <font key="font" metaFont="system"/>
  367. </buttonCell>
  368. <cells>
  369. <column>
  370. <buttonCell type="radio" title="Always" imagePosition="leading" alignment="left" state="on" tag="1" inset="2" id="27">
  371. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  372. <font key="font" metaFont="system"/>
  373. <connections>
  374. <accessibilityConnection property="title" destination="20" id="54"/>
  375. <action selector="savePwdForAlwaysAction:" target="-2" id="4xv-FY-2lB"/>
  376. </connections>
  377. </buttonCell>
  378. </column>
  379. <column>
  380. <buttonCell type="radio" title="Never" imagePosition="leading" alignment="left" inset="2" id="26">
  381. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  382. <font key="font" metaFont="system"/>
  383. <connections>
  384. <accessibilityConnection property="title" destination="20" id="52"/>
  385. <action selector="savePwdForNeverAction:" target="-2" id="Eoe-Jg-bT6"/>
  386. </connections>
  387. </buttonCell>
  388. </column>
  389. <column>
  390. <buttonCell type="radio" title="Ask" imagePosition="leading" alignment="left" tag="-1" inset="2" id="25">
  391. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  392. <font key="font" metaFont="system"/>
  393. <connections>
  394. <accessibilityConnection property="title" destination="20" id="55"/>
  395. <action selector="savePwdForAskAction:" target="-2" id="IBr-Rp-Zdj"/>
  396. </connections>
  397. </buttonCell>
  398. </column>
  399. </cells>
  400. </matrix>
  401. </subviews>
  402. <constraints>
  403. <constraint firstItem="FPU-E1-Wj1" firstAttribute="top" secondItem="1" secondAttribute="top" constant="68" id="9Wa-xe-O3c"/>
  404. <constraint firstItem="FPU-E1-Wj1" firstAttribute="leading" secondItem="1" secondAttribute="leading" constant="19" id="Kt0-YH-JLh"/>
  405. <constraint firstItem="A68-ez-c6M" firstAttribute="centerY" secondItem="FPU-E1-Wj1" secondAttribute="centerY" id="Ufs-Zw-9Z6"/>
  406. <constraint firstItem="A68-ez-c6M" firstAttribute="leading" secondItem="FPU-E1-Wj1" secondAttribute="trailing" constant="9" id="Wsa-Hb-lKa"/>
  407. <constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="A68-ez-c6M" secondAttribute="trailing" constant="5" id="mMg-1l-7Or"/>
  408. </constraints>
  409. <point key="canvasLocation" x="117" y="78.5"/>
  410. </customView>
  411. <userDefaultsController representsSharedInstance="YES" id="58"/>
  412. <customObject id="80" userLabel="Revert PDF Display Buttons"/>
  413. </objects>
  414. </document>