GeneralPreferences.xib 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388
  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_Master" 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="autoSaveLbl" destination="ZL9-Lh-TU6" id="x6x-wf-IHZ"/>
  15. <outlet property="autoSaveSlider" destination="lhd-Ip-SPl" id="TBt-xk-IJ2"/>
  16. <outlet property="defaultOpenButton" destination="Va1-PC-V4S" id="xHW-Ke-qfy"/>
  17. <outlet property="fullScreenButton" destination="13" id="rwP-bT-LWq"/>
  18. <outlet property="normalButton" destination="14" id="2S5-K4-kkj"/>
  19. <outlet property="openFilesLabelField" destination="16" id="78"/>
  20. <outlet property="openFilesMatrix" destination="17" id="77"/>
  21. <outlet property="openTabButton" destination="A68-ez-c6M" id="72V-76-LRe"/>
  22. <outlet property="openTabLabel" destination="FPU-E1-Wj1" id="vuU-vq-0hl"/>
  23. <outlet property="savePasswordsMatrix" destination="21" id="75"/>
  24. <outlet property="showConvertMenuButton" destination="AVa-Al-8gG" id="XPN-Cp-dpt"/>
  25. <outlet property="updateIntervalLabelField" destination="7" id="76"/>
  26. <outlet property="updateIntervalPopUpButton" destination="9" id="74"/>
  27. <outlet property="view" destination="1" id="56"/>
  28. </connections>
  29. </customObject>
  30. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  31. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  32. <customView id="1">
  33. <rect key="frame" x="0.0" y="0.0" width="380" height="673"/>
  34. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  35. <subviews>
  36. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="zUR-X9-aGq">
  37. <rect key="frame" x="17" y="634" width="49" height="17"/>
  38. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  39. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Author:" id="aoy-u9-wYO">
  40. <font key="font" metaFont="system"/>
  41. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  42. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  43. </textFieldCell>
  44. </textField>
  45. <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Pi4-Gm-XJ3">
  46. <rect key="frame" x="77" y="632" width="159" height="22"/>
  47. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  48. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="DaJ-TX-UKc">
  49. <font key="font" metaFont="system"/>
  50. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  51. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  52. </textFieldCell>
  53. <connections>
  54. <action selector="authorTextFieldAction:" target="-2" id="Tbl-1N-Otd"/>
  55. </connections>
  56. </textField>
  57. <box verticalHuggingPriority="750" fixedFrame="YES" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="fVJ-Td-OI7">
  58. <rect key="frame" x="12" y="617" width="356" height="5"/>
  59. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  60. </box>
  61. <textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="FPU-E1-Wj1">
  62. <rect key="frame" x="17" y="589" width="127" height="16"/>
  63. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="left" title="Open a document in" id="GRY-TT-S4D">
  64. <font key="font" metaFont="system"/>
  65. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  66. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  67. </textFieldCell>
  68. </textField>
  69. <popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="A68-ez-c6M">
  70. <rect key="frame" x="148" y="583" width="221" height="25"/>
  71. <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">
  72. <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
  73. <font key="font" metaFont="menu"/>
  74. <menu key="menu" id="VYe-W9-atP">
  75. <items>
  76. <menuItem title="a new tab in the same window" state="on" id="Cvw-Ch-q6Y"/>
  77. <menuItem title="a new window" id="OAM-70-1EN"/>
  78. </items>
  79. </menu>
  80. </popUpButtonCell>
  81. <connections>
  82. <action selector="openTabButtonAction:" target="-2" id="qcO-3g-kjv"/>
  83. <binding destination="58" name="selectedIndex" keyPath="values.KMOpenDocumentInTab" id="yEa-o8-oxx"/>
  84. </connections>
  85. </popUpButton>
  86. <button fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="AVa-Al-8gG">
  87. <rect key="frame" x="18" y="558" width="300" height="18"/>
  88. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  89. <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">
  90. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  91. <font key="font" metaFont="system"/>
  92. </buttonCell>
  93. <connections>
  94. <action selector="showConvertMenuButtonAction:" target="-2" id="9BM-Ms-QAU"/>
  95. </connections>
  96. </button>
  97. <button fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Va1-PC-V4S">
  98. <rect key="frame" x="18" y="528" width="300" height="18"/>
  99. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  100. <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">
  101. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  102. <font key="font" metaFont="system"/>
  103. </buttonCell>
  104. <connections>
  105. <action selector="defaultOpenButtonAction:" target="-2" id="Htl-D0-5t4"/>
  106. </connections>
  107. </button>
  108. <button toolTip="Remember and reopen files from a previous run" fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="2">
  109. <rect key="frame" x="18" y="498" width="344" height="18"/>
  110. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  111. <buttonCell key="cell" type="check" title="Reopen last open files at startup" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="50">
  112. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  113. <font key="font" metaFont="system"/>
  114. </buttonCell>
  115. <connections>
  116. <binding destination="58" name="value" keyPath="values.SKReopenLastOpenFiles" id="60"/>
  117. </connections>
  118. </button>
  119. <button toolTip="Remember and reopen files from a previous run" fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="cFS-gz-76C">
  120. <rect key="frame" x="18" y="468" width="344" height="18"/>
  121. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  122. <buttonCell key="cell" type="check" title="AutoSave" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="YIi-wB-ASu">
  123. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  124. <font key="font" metaFont="system"/>
  125. </buttonCell>
  126. <connections>
  127. <action selector="autoSaveButtonAction:" target="-2" id="5Et-mI-bfW"/>
  128. </connections>
  129. </button>
  130. <slider verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="lhd-Ip-SPl">
  131. <rect key="frame" x="18" y="430" width="250" height="28"/>
  132. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  133. <sliderCell key="cell" state="on" alignment="left" maxValue="1" doubleValue="1" tickMarkPosition="above" sliderType="linear" id="Law-xt-07U"/>
  134. <connections>
  135. <action selector="autoSaveSliderAction:" target="-2" id="Htj-AU-cnh"/>
  136. </connections>
  137. </slider>
  138. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="ZL9-Lh-TU6">
  139. <rect key="frame" x="280" y="440" width="93" height="16"/>
  140. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
  141. <textFieldCell key="cell" lineBreakMode="clipping" title="15 minute(s)" id="fp8-xm-Q5S">
  142. <font key="font" usesAppearanceFont="YES"/>
  143. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  144. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  145. </textFieldCell>
  146. </textField>
  147. <box verticalHuggingPriority="750" fixedFrame="YES" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="5">
  148. <rect key="frame" x="12" y="425" width="356" height="5"/>
  149. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  150. </box>
  151. <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="16">
  152. <rect key="frame" x="17" y="398" width="72" height="17"/>
  153. <autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
  154. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Open files:" id="34">
  155. <font key="font" metaFont="system"/>
  156. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  157. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  158. </textFieldCell>
  159. </textField>
  160. <matrix toolTip="Window size for newly opened files" verticalHuggingPriority="750" fixedFrame="YES" allowsEmptySelection="NO" autosizesCells="NO" translatesAutoresizingMaskIntoConstraints="NO" id="17">
  161. <rect key="frame" x="94" y="357" width="91" height="58"/>
  162. <autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
  163. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  164. <size key="cellSize" width="91" height="18"/>
  165. <size key="intercellSpacing" width="4" height="2"/>
  166. <buttonCell key="prototype" type="radio" imagePosition="leading" alignment="left" inset="2" id="30">
  167. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  168. <font key="font" metaFont="system"/>
  169. </buttonCell>
  170. <cells>
  171. <column>
  172. <buttonCell type="radio" title="Default" imagePosition="leading" alignment="left" state="on" inset="2" id="33">
  173. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  174. <font key="font" metaFont="system"/>
  175. <connections>
  176. <accessibilityConnection property="title" destination="16" id="51"/>
  177. </connections>
  178. </buttonCell>
  179. <buttonCell type="radio" title="Maximized" imagePosition="leading" alignment="left" tag="1" inset="2" id="32">
  180. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  181. <font key="font" metaFont="system"/>
  182. </buttonCell>
  183. <buttonCell type="radio" title="Fit" imagePosition="leading" alignment="left" tag="2" inset="2" id="31">
  184. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  185. <font key="font" metaFont="system"/>
  186. </buttonCell>
  187. </column>
  188. </cells>
  189. <connections>
  190. <binding destination="58" name="selectedTag" keyPath="values.SKInitialWindowSizeOption" id="62"/>
  191. </connections>
  192. </matrix>
  193. <button toolTip="Open the contents pane only when the file has outline" fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="3">
  194. <rect key="frame" x="18" y="333" width="344" height="18"/>
  195. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  196. <buttonCell key="cell" type="check" title="Tick to show left sidebar when open" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="49">
  197. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  198. <font key="font" metaFont="system"/>
  199. </buttonCell>
  200. <connections>
  201. <binding destination="58" name="value" keyPath="values.SKOpenContentsPaneOnlyForTOC" id="63"/>
  202. </connections>
  203. </button>
  204. <button toolTip="Reopen the last viewed snapshots when opening a file" fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="18">
  205. <rect key="frame" x="18" y="313" width="344" height="18"/>
  206. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  207. <buttonCell key="cell" type="check" title="Remember snapshots" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="29">
  208. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  209. <font key="font" metaFont="system"/>
  210. </buttonCell>
  211. <connections>
  212. <binding destination="58" name="value" keyPath="values.SKRememberSnapshots" id="65"/>
  213. </connections>
  214. </button>
  215. <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="15">
  216. <rect key="frame" x="17" y="290" width="346" height="17"/>
  217. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  218. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Revert initial PDF view settings for:" id="35">
  219. <font key="font" metaFont="system"/>
  220. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  221. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  222. </textFieldCell>
  223. </textField>
  224. <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">
  225. <rect key="frame" x="26" y="254" width="109" height="32"/>
  226. <autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
  227. <buttonCell key="cell" type="push" title="Normal" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="36">
  228. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  229. <font key="font" metaFont="system"/>
  230. </buttonCell>
  231. <connections>
  232. <accessibilityConnection property="link" destination="13" id="79"/>
  233. <action selector="revertPDFViewSettings:" target="-2" id="70"/>
  234. </connections>
  235. </button>
  236. <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">
  237. <rect key="frame" x="135" y="254" width="109" height="32"/>
  238. <autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
  239. <buttonCell key="cell" type="push" title="Full Screen" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="37">
  240. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  241. <font key="font" metaFont="system"/>
  242. </buttonCell>
  243. <connections>
  244. <action selector="revertFullScreenPDFViewSettings:" target="-2" id="71"/>
  245. </connections>
  246. </button>
  247. <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="22">
  248. <rect key="frame" x="17" y="222" width="346" height="28"/>
  249. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  250. <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">
  251. <font key="font" metaFont="menu" size="11"/>
  252. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  253. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  254. </textFieldCell>
  255. </textField>
  256. <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">
  257. <rect key="frame" x="18" y="181" width="344" height="18"/>
  258. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  259. <buttonCell key="cell" type="check" title="Automatically save PDF Reader Pro Edition notes backups" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="38">
  260. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  261. <font key="font" metaFont="system"/>
  262. </buttonCell>
  263. <connections>
  264. <binding destination="58" name="value" keyPath="values.SKAutoSaveSkimNotes" id="66"/>
  265. </connections>
  266. </button>
  267. <button toolTip="Always keep snapshot windows on top of other windows" fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="4">
  268. <rect key="frame" x="18" y="139" width="344" height="18"/>
  269. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  270. <buttonCell key="cell" type="check" title="Keep snapshot windows on top" bezelStyle="regularSquare" imagePosition="leading" alignment="left" inset="2" id="48">
  271. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  272. <font key="font" metaFont="system"/>
  273. </buttonCell>
  274. <connections>
  275. <binding destination="58" name="value" keyPath="values.SKSnapshotsOnTop" id="68"/>
  276. </connections>
  277. </button>
  278. <box hidden="YES" verticalHuggingPriority="750" fixedFrame="YES" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="6">
  279. <rect key="frame" x="12" y="123" width="356" height="5"/>
  280. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  281. </box>
  282. <textField hidden="YES" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="7">
  283. <rect key="frame" x="17" y="140" width="158" height="17"/>
  284. <autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
  285. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Check for PDF Reader Pro Edition updates:" id="47">
  286. <font key="font" metaFont="system"/>
  287. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  288. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  289. </textFieldCell>
  290. </textField>
  291. <box verticalHuggingPriority="750" fixedFrame="YES" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="8">
  292. <rect key="frame" x="12" y="168" width="356" height="5"/>
  293. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  294. </box>
  295. <popUpButton hidden="YES" verticalHuggingPriority="750" fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="9">
  296. <rect key="frame" x="177" y="134" width="186" height="26"/>
  297. <autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
  298. <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">
  299. <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
  300. <font key="font" metaFont="menu"/>
  301. <menu key="menu" id="41">
  302. <items>
  303. <menuItem title="Never" state="on" id="42"/>
  304. <menuItem title="Hourly" tag="3600" id="43"/>
  305. <menuItem title="Daily" tag="86400" id="44"/>
  306. <menuItem title="Weekly" tag="604800" id="45"/>
  307. <menuItem title="Monthly" tag="2629800" id="46"/>
  308. </items>
  309. </menu>
  310. </popUpButtonCell>
  311. <connections>
  312. <accessibilityConnection property="title" destination="7" id="53"/>
  313. </connections>
  314. </popUpButton>
  315. <box verticalHuggingPriority="750" fixedFrame="YES" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="11">
  316. <rect key="frame" x="12" y="207" width="356" height="5"/>
  317. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  318. </box>
  319. <box verticalHuggingPriority="750" fixedFrame="YES" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="19">
  320. <rect key="frame" x="12" y="126" width="356" height="5"/>
  321. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  322. </box>
  323. <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="20">
  324. <rect key="frame" x="17" y="103" width="346" height="17"/>
  325. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  326. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Save passwords in Keychain:" id="28">
  327. <font key="font" metaFont="system"/>
  328. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  329. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  330. </textFieldCell>
  331. </textField>
  332. <matrix verticalHuggingPriority="750" fixedFrame="YES" allowsEmptySelection="NO" autosizesCells="NO" translatesAutoresizingMaskIntoConstraints="NO" id="21">
  333. <rect key="frame" x="30" y="78" width="206" height="18"/>
  334. <autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
  335. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  336. <size key="cellSize" width="66" height="18"/>
  337. <size key="intercellSpacing" width="4" height="2"/>
  338. <buttonCell key="prototype" type="radio" imagePosition="leading" alignment="left" inset="2" id="24">
  339. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  340. <font key="font" metaFont="system"/>
  341. </buttonCell>
  342. <cells>
  343. <column>
  344. <buttonCell type="radio" title="Always" imagePosition="leading" alignment="left" state="on" tag="1" inset="2" id="27">
  345. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  346. <font key="font" metaFont="system"/>
  347. <connections>
  348. <accessibilityConnection property="title" destination="20" id="54"/>
  349. </connections>
  350. </buttonCell>
  351. </column>
  352. <column>
  353. <buttonCell type="radio" title="Never" imagePosition="leading" alignment="left" inset="2" id="26">
  354. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  355. <font key="font" metaFont="system"/>
  356. <connections>
  357. <accessibilityConnection property="title" destination="20" id="52"/>
  358. </connections>
  359. </buttonCell>
  360. </column>
  361. <column>
  362. <buttonCell type="radio" title="Ask" imagePosition="leading" alignment="left" tag="-1" inset="2" id="25">
  363. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  364. <font key="font" metaFont="system"/>
  365. <connections>
  366. <accessibilityConnection property="title" destination="20" id="55"/>
  367. </connections>
  368. </buttonCell>
  369. </column>
  370. </cells>
  371. <connections>
  372. <binding destination="58" name="selectedTag" keyPath="values.SKSavePasswordOption" id="69"/>
  373. </connections>
  374. </matrix>
  375. </subviews>
  376. <constraints>
  377. <constraint firstItem="FPU-E1-Wj1" firstAttribute="top" secondItem="1" secondAttribute="top" constant="68" id="9Wa-xe-O3c"/>
  378. <constraint firstItem="FPU-E1-Wj1" firstAttribute="leading" secondItem="1" secondAttribute="leading" constant="19" id="Kt0-YH-JLh"/>
  379. <constraint firstItem="A68-ez-c6M" firstAttribute="centerY" secondItem="FPU-E1-Wj1" secondAttribute="centerY" id="Ufs-Zw-9Z6"/>
  380. <constraint firstItem="A68-ez-c6M" firstAttribute="leading" secondItem="FPU-E1-Wj1" secondAttribute="trailing" constant="9" id="Wsa-Hb-lKa"/>
  381. <constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="A68-ez-c6M" secondAttribute="trailing" constant="5" id="mMg-1l-7Or"/>
  382. </constraints>
  383. <point key="canvasLocation" x="117" y="78.5"/>
  384. </customView>
  385. <userDefaultsController representsSharedInstance="YES" id="58"/>
  386. <customObject id="80" userLabel="Revert PDF Display Buttons" customClass="SKIBArray"/>
  387. </objects>
  388. </document>