NotesPreferences.xib 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475
  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 version="101100" 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="KMNotesPreferences" customModule="PDF_Reader_Pro" customModuleProvider="target">
  10. <connections>
  11. <outlet property="alignmentSegmentControl" destination="273" id="j6J-Xf-kb3"/>
  12. <outlet property="anchoredColorWell" destination="4" id="9NS-IB-Iup"/>
  13. <outlet property="anchoredFontLabel" destination="40" id="ymg-MT-8z0"/>
  14. <outlet property="anchoredLabel" destination="5" id="Whu-vm-aUB"/>
  15. <outlet property="circleColorWell" destination="6" id="6jJ-dY-zBZ"/>
  16. <outlet property="circleInteriorColorWell" destination="35" id="sus-b4-p68"/>
  17. <outlet property="circleInteriorLabel" destination="36" id="bMB-Tn-J7w"/>
  18. <outlet property="circleLabel" destination="7" id="XxF-Nq-k2w"/>
  19. <outlet property="circleLineWell" destination="29" id="Ork-fj-GxL"/>
  20. <outlet property="fontLabel" destination="19" id="vPo-py-rni"/>
  21. <outlet property="fontWell1" destination="41" id="TmV-5P-zGD"/>
  22. <outlet property="fontWell2" destination="42" id="mTG-QM-jMN"/>
  23. <outlet property="freehandColorWell" destination="16" id="uLG-u1-9dB"/>
  24. <outlet property="freehandLabel" destination="17" id="wgI-cu-ggm"/>
  25. <outlet property="freehandLineWell" destination="27" id="MsW-cL-JvU"/>
  26. <outlet property="highlightColorWell" destination="10" id="ZWo-8b-HuA"/>
  27. <outlet property="highlightLabel" destination="11" id="miS-c4-yMQ"/>
  28. <outlet property="ibCircleLabel" destination="30" id="vyX-zs-4pZ"/>
  29. <outlet property="ibFreehandLabel" destination="28" id="zNY-NJ-Qo6"/>
  30. <outlet property="ibLineLabel" destination="26" id="HOb-hk-aMH"/>
  31. <outlet property="ibRectLabel" destination="32" id="xuX-4d-Wd2"/>
  32. <outlet property="lbTextLabel" destination="24" id="EpI-Jf-bMo"/>
  33. <outlet property="lineAndBorderLabel" destination="34" id="rVJ-UI-CvI"/>
  34. <outlet property="lineColorWell" destination="21" id="spf-Kb-3hb"/>
  35. <outlet property="lineInteriorColorWell" destination="262" id="0Fu-7q-goC"/>
  36. <outlet property="lineInteriorLabel" destination="263" id="cDf-Nz-dsx"/>
  37. <outlet property="lineLabel" destination="22" id="ZJL-Vc-TQH"/>
  38. <outlet property="lineLineWell" destination="25" id="Il0-M4-rBC"/>
  39. <outlet property="noteLabel" destination="18" id="6GV-E9-2u9"/>
  40. <outlet property="rectColorWell" destination="8" id="d7w-ki-n3L"/>
  41. <outlet property="rectInteriorColorWell" destination="37" id="6sW-ZW-P7g"/>
  42. <outlet property="rectInteriorLabel" destination="38" id="Hhh-J9-9Sk"/>
  43. <outlet property="rectLabel" destination="9" id="mFA-Fz-ITP"/>
  44. <outlet property="rectLineWell" destination="31" id="ECi-Ih-QQd"/>
  45. <outlet property="strikeThroughColorWell" destination="14" id="OX8-Fd-gNp"/>
  46. <outlet property="strikeThroughLabel" destination="15" id="pdF-Jh-8L7"/>
  47. <outlet property="textColorWell" destination="2" id="eAA-o9-k2v"/>
  48. <outlet property="textFontLabel" destination="39" id="INx-1S-BXI"/>
  49. <outlet property="textLabel" destination="3" id="1ZO-cD-aWl"/>
  50. <outlet property="textLineWell" destination="23" id="4sd-xs-Ime"/>
  51. <outlet property="underlineColorWell" destination="12" id="G2Q-X3-478"/>
  52. <outlet property="underlineLabel" destination="13" id="oLw-Hs-qR0"/>
  53. <outlet property="view" destination="1" id="112"/>
  54. </connections>
  55. </customObject>
  56. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  57. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  58. <customView id="1">
  59. <rect key="frame" x="0.0" y="0.0" width="509" height="498"/>
  60. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  61. <subviews>
  62. <colorWell toolTip="Color to use for new text notes" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="2">
  63. <rect key="frame" x="122" y="429" width="52" height="24"/>
  64. <autoresizingMask key="autoresizingMask"/>
  65. <color key="color" red="1" green="1" blue="0.5" alpha="1" colorSpace="calibratedRGB"/>
  66. <connections>
  67. <accessibilityConnection property="link" destination="4" id="154"/>
  68. <accessibilityConnection property="title" destination="3" id="75"/>
  69. </connections>
  70. </colorWell>
  71. <textField focusRingType="none" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="3">
  72. <rect key="frame" x="80" y="433" width="37" height="17"/>
  73. <autoresizingMask key="autoresizingMask"/>
  74. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Text:" id="65">
  75. <font key="font" metaFont="system"/>
  76. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  77. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  78. </textFieldCell>
  79. </textField>
  80. <colorWell toolTip="Color to use for new anchored notes" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="4">
  81. <rect key="frame" x="122" y="397" width="52" height="24"/>
  82. <autoresizingMask key="autoresizingMask"/>
  83. <color key="color" red="1" green="1" blue="0.5" alpha="1" colorSpace="calibratedRGB"/>
  84. <connections>
  85. <accessibilityConnection property="link" destination="21" id="155"/>
  86. <accessibilityConnection property="title" destination="5" id="80"/>
  87. </connections>
  88. </colorWell>
  89. <textField focusRingType="none" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="5">
  90. <rect key="frame" x="48" y="401" width="69" height="17"/>
  91. <autoresizingMask key="autoresizingMask"/>
  92. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Anchored:" id="64">
  93. <font key="font" metaFont="system"/>
  94. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  95. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  96. </textFieldCell>
  97. </textField>
  98. <colorWell toolTip="Color to use for new circle highlights" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="6">
  99. <rect key="frame" x="291" y="429" width="52" height="24"/>
  100. <autoresizingMask key="autoresizingMask"/>
  101. <color key="color" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  102. <connections>
  103. <accessibilityConnection property="link" destination="35" id="158"/>
  104. <accessibilityConnection property="title" destination="7" id="71"/>
  105. </connections>
  106. </colorWell>
  107. <textField focusRingType="none" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="7">
  108. <rect key="frame" x="242" y="433" width="44" height="17"/>
  109. <autoresizingMask key="autoresizingMask"/>
  110. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Circle:" id="63">
  111. <font key="font" metaFont="system"/>
  112. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  113. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  114. </textFieldCell>
  115. </textField>
  116. <colorWell toolTip="Color to use for new box highlights" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="8">
  117. <rect key="frame" x="291" y="365" width="52" height="24"/>
  118. <autoresizingMask key="autoresizingMask"/>
  119. <color key="color" red="0.0" green="1" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  120. <connections>
  121. <accessibilityConnection property="link" destination="37" id="160"/>
  122. <accessibilityConnection property="title" destination="9" id="83"/>
  123. </connections>
  124. </colorWell>
  125. <textField focusRingType="none" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="9">
  126. <rect key="frame" x="254" y="369" width="32" height="17"/>
  127. <autoresizingMask key="autoresizingMask"/>
  128. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Rect:" id="62">
  129. <font key="font" metaFont="system"/>
  130. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  131. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  132. </textFieldCell>
  133. </textField>
  134. <colorWell toolTip="Color to use for new highlights" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="10">
  135. <rect key="frame" x="437" y="429" width="52" height="24"/>
  136. <autoresizingMask key="autoresizingMask"/>
  137. <color key="color" red="1" green="1" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  138. <connections>
  139. <accessibilityConnection property="link" destination="12" id="162"/>
  140. <accessibilityConnection property="title" destination="11" id="78"/>
  141. </connections>
  142. </colorWell>
  143. <textField focusRingType="none" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="11">
  144. <rect key="frame" x="365" y="433" width="67" height="17"/>
  145. <autoresizingMask key="autoresizingMask"/>
  146. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Highlight:" id="61">
  147. <font key="font" metaFont="system"/>
  148. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  149. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  150. </textFieldCell>
  151. </textField>
  152. <colorWell toolTip="Color to use for new underlines" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="12">
  153. <rect key="frame" x="437" y="397" width="52" height="24"/>
  154. <autoresizingMask key="autoresizingMask"/>
  155. <color key="color" red="0.0" green="0.50196081400000003" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  156. <connections>
  157. <accessibilityConnection property="link" destination="14" id="163"/>
  158. <accessibilityConnection property="title" destination="13" id="68"/>
  159. </connections>
  160. </colorWell>
  161. <textField focusRingType="none" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="13">
  162. <rect key="frame" x="363" y="401" width="69" height="17"/>
  163. <autoresizingMask key="autoresizingMask"/>
  164. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Underline:" id="60">
  165. <font key="font" metaFont="system"/>
  166. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  167. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  168. </textFieldCell>
  169. </textField>
  170. <colorWell toolTip="Color to use for new strike-outs" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="14">
  171. <rect key="frame" x="437" y="365" width="52" height="24"/>
  172. <autoresizingMask key="autoresizingMask"/>
  173. <color key="color" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  174. <connections>
  175. <accessibilityConnection property="title" destination="15" id="82"/>
  176. </connections>
  177. </colorWell>
  178. <textField focusRingType="none" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="15">
  179. <rect key="frame" x="360" y="369" width="72" height="17"/>
  180. <autoresizingMask key="autoresizingMask"/>
  181. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Strikethrough:" id="59">
  182. <font key="font" metaFont="system"/>
  183. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  184. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  185. </textFieldCell>
  186. </textField>
  187. <colorWell toolTip="Color to use for new freehand notes" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="16">
  188. <rect key="frame" x="437" y="333" width="52" height="24"/>
  189. <autoresizingMask key="autoresizingMask"/>
  190. <color key="color" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  191. <connections>
  192. <accessibilityConnection property="link" destination="6" id="157"/>
  193. <accessibilityConnection property="title" destination="17" id="72"/>
  194. </connections>
  195. </colorWell>
  196. <textField focusRingType="none" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="17">
  197. <rect key="frame" x="366" y="337" width="67" height="17"/>
  198. <autoresizingMask key="autoresizingMask"/>
  199. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Freehand:" id="58">
  200. <font key="font" metaFont="system"/>
  201. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  202. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  203. </textFieldCell>
  204. </textField>
  205. <textField focusRingType="none" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="18">
  206. <rect key="frame" x="17" y="461" width="475" height="17"/>
  207. <autoresizingMask key="autoresizingMask" widthSizable="YES"/>
  208. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Note colors:" id="57">
  209. <font key="font" metaFont="system"/>
  210. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  211. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  212. </textFieldCell>
  213. </textField>
  214. <textField focusRingType="none" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="19">
  215. <rect key="frame" x="17" y="291" width="475" height="17"/>
  216. <autoresizingMask key="autoresizingMask" widthSizable="YES"/>
  217. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Note fonts:" id="56">
  218. <font key="font" metaFont="system"/>
  219. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  220. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  221. </textFieldCell>
  222. </textField>
  223. <box verticalHuggingPriority="750" fixedFrame="YES" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="20">
  224. <rect key="frame" x="12" y="318" width="485" height="5"/>
  225. <autoresizingMask key="autoresizingMask" widthSizable="YES"/>
  226. </box>
  227. <colorWell toolTip="Color to use for new lines" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="21">
  228. <rect key="frame" x="122" y="365" width="52" height="24"/>
  229. <autoresizingMask key="autoresizingMask"/>
  230. <color key="color" red="0.0" green="0.0" blue="1" alpha="1" colorSpace="calibratedRGB"/>
  231. <connections>
  232. <accessibilityConnection property="link" destination="16" id="156"/>
  233. <accessibilityConnection property="title" destination="22" id="67"/>
  234. </connections>
  235. </colorWell>
  236. <textField focusRingType="none" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="22">
  237. <rect key="frame" x="82" y="369" width="35" height="17"/>
  238. <autoresizingMask key="autoresizingMask"/>
  239. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Line:" id="55">
  240. <font key="font" metaFont="system"/>
  241. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  242. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  243. </textFieldCell>
  244. </textField>
  245. <customView toolTip="Border styles to use for new text notes" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="23" customClass="KMLineWell" customModule="PDF_Reader_Pro" customModuleProvider="target">
  246. <rect key="frame" x="122" y="132" width="120" height="48"/>
  247. <autoresizingMask key="autoresizingMask"/>
  248. <connections>
  249. <accessibilityConnection property="link" destination="25" id="165"/>
  250. <accessibilityConnection property="title" destination="24" id="73"/>
  251. </connections>
  252. </customView>
  253. <textField focusRingType="none" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="24">
  254. <rect key="frame" x="80" y="148" width="37" height="17"/>
  255. <autoresizingMask key="autoresizingMask"/>
  256. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Text:" id="54">
  257. <font key="font" metaFont="system"/>
  258. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  259. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  260. </textFieldCell>
  261. </textField>
  262. <customView toolTip="Line styles to use for new lines" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="25" customClass="KMLineWell" customModule="PDF_Reader_Pro" customModuleProvider="target">
  263. <rect key="frame" x="122" y="76" width="120" height="48"/>
  264. <autoresizingMask key="autoresizingMask"/>
  265. <connections>
  266. <accessibilityConnection property="link" destination="27" id="166"/>
  267. <accessibilityConnection property="title" destination="26" id="70"/>
  268. </connections>
  269. </customView>
  270. <textField focusRingType="none" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="26">
  271. <rect key="frame" x="82" y="92" width="35" height="17"/>
  272. <autoresizingMask key="autoresizingMask"/>
  273. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Line:" id="53">
  274. <font key="font" metaFont="system"/>
  275. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  276. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  277. </textFieldCell>
  278. </textField>
  279. <customView toolTip="Line styles to use for new freehand notes" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="27" customClass="KMLineWell" customModule="PDF_Reader_Pro" customModuleProvider="target">
  280. <rect key="frame" x="122" y="20" width="120" height="48"/>
  281. <autoresizingMask key="autoresizingMask"/>
  282. <connections>
  283. <accessibilityConnection property="link" destination="29" id="167"/>
  284. <accessibilityConnection property="title" destination="28" id="74"/>
  285. </connections>
  286. </customView>
  287. <textField focusRingType="none" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="28">
  288. <rect key="frame" x="50" y="36" width="67" height="17"/>
  289. <autoresizingMask key="autoresizingMask"/>
  290. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Freehand:" id="52">
  291. <font key="font" metaFont="system"/>
  292. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  293. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  294. </textFieldCell>
  295. </textField>
  296. <customView toolTip="Line styles to use for new circle highlights" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="29" customClass="KMLineWell" customModule="PDF_Reader_Pro" customModuleProvider="target">
  297. <rect key="frame" x="369" y="132" width="120" height="48"/>
  298. <autoresizingMask key="autoresizingMask"/>
  299. <connections>
  300. <accessibilityConnection property="link" destination="31" id="168"/>
  301. <accessibilityConnection property="title" destination="30" id="79"/>
  302. </connections>
  303. </customView>
  304. <textField focusRingType="none" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="30">
  305. <rect key="frame" x="320" y="148" width="44" height="17"/>
  306. <autoresizingMask key="autoresizingMask"/>
  307. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Circle:" id="51">
  308. <font key="font" metaFont="system"/>
  309. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  310. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  311. </textFieldCell>
  312. </textField>
  313. <customView toolTip="Line styles to use for new box highlights" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="31" customClass="KMLineWell" customModule="PDF_Reader_Pro" customModuleProvider="target">
  314. <rect key="frame" x="369" y="76" width="120" height="48"/>
  315. <autoresizingMask key="autoresizingMask"/>
  316. <connections>
  317. <accessibilityConnection property="title" destination="32" id="77"/>
  318. </connections>
  319. </customView>
  320. <textField focusRingType="none" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="32">
  321. <rect key="frame" x="299" y="92" width="65" height="17"/>
  322. <autoresizingMask key="autoresizingMask"/>
  323. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Freehand:" id="50">
  324. <font key="font" metaFont="system"/>
  325. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  326. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  327. </textFieldCell>
  328. </textField>
  329. <box verticalHuggingPriority="750" fixedFrame="YES" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="33">
  330. <rect key="frame" x="12" y="215" width="485" height="5"/>
  331. <autoresizingMask key="autoresizingMask" widthSizable="YES"/>
  332. </box>
  333. <textField focusRingType="none" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="34">
  334. <rect key="frame" x="17" y="188" width="475" height="17"/>
  335. <autoresizingMask key="autoresizingMask" widthSizable="YES"/>
  336. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Note lines and borders:" id="49">
  337. <font key="font" metaFont="system"/>
  338. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  339. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  340. </textFieldCell>
  341. </textField>
  342. <colorWell toolTip="Color to use for the interior of new circle highlights" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="35">
  343. <rect key="frame" x="291" y="397" width="52" height="24"/>
  344. <autoresizingMask key="autoresizingMask"/>
  345. <color key="color" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  346. <connections>
  347. <accessibilityConnection property="link" destination="8" id="159"/>
  348. <accessibilityConnection property="title" destination="36" id="81"/>
  349. </connections>
  350. </colorWell>
  351. <textField focusRingType="none" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="36">
  352. <rect key="frame" x="191" y="401" width="95" height="17"/>
  353. <autoresizingMask key="autoresizingMask"/>
  354. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Circle interior:" id="48">
  355. <font key="font" metaFont="system"/>
  356. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  357. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  358. </textFieldCell>
  359. </textField>
  360. <colorWell toolTip="Color to use for the interior of new box highlights" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="37">
  361. <rect key="frame" x="291" y="333" width="52" height="24"/>
  362. <autoresizingMask key="autoresizingMask"/>
  363. <color key="color" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  364. <connections>
  365. <accessibilityConnection property="link" destination="10" id="161"/>
  366. <accessibilityConnection property="title" destination="38" id="69"/>
  367. </connections>
  368. </colorWell>
  369. <textField focusRingType="none" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="38">
  370. <rect key="frame" x="204" y="337" width="82" height="17"/>
  371. <autoresizingMask key="autoresizingMask"/>
  372. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Rect interior:" id="47">
  373. <font key="font" metaFont="system"/>
  374. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  375. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  376. </textFieldCell>
  377. </textField>
  378. <colorWell toolTip="Color to use for the interior of new lines" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="262">
  379. <rect key="frame" x="122" y="333" width="52" height="24"/>
  380. <autoresizingMask key="autoresizingMask"/>
  381. <color key="color" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  382. <connections>
  383. <accessibilityConnection property="link" destination="10" id="267"/>
  384. <accessibilityConnection property="title" destination="263" id="265"/>
  385. </connections>
  386. </colorWell>
  387. <textField focusRingType="none" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="263">
  388. <rect key="frame" x="32" y="337" width="85" height="17"/>
  389. <autoresizingMask key="autoresizingMask"/>
  390. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Line interior:" id="264">
  391. <font key="font" metaFont="system"/>
  392. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  393. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  394. </textFieldCell>
  395. </textField>
  396. <textField focusRingType="none" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="39">
  397. <rect key="frame" x="80" y="265" width="37" height="17"/>
  398. <autoresizingMask key="autoresizingMask"/>
  399. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Text:" id="46">
  400. <font key="font" metaFont="system"/>
  401. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  402. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  403. </textFieldCell>
  404. </textField>
  405. <textField focusRingType="none" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="40">
  406. <rect key="frame" x="48" y="233" width="69" height="17"/>
  407. <autoresizingMask key="autoresizingMask"/>
  408. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Anchored:" id="45">
  409. <font key="font" metaFont="system"/>
  410. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  411. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  412. </textFieldCell>
  413. </textField>
  414. <button toolTip="Font to use for new text notes" imageHugsTitle="YES" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="41" customClass="KMFontWell" customModule="PDF_Reader_Pro" customModuleProvider="target">
  415. <rect key="frame" x="122" y="262" width="295" height="22"/>
  416. <autoresizingMask key="autoresizingMask"/>
  417. <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" alignment="center" borderStyle="border" inset="2" id="44" customClass="KMFontWellCell" customModule="PDF_Reader_Pro" customModuleProvider="target">
  418. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES" changeBackground="YES" changeGray="YES"/>
  419. <font key="font" metaFont="system"/>
  420. </buttonCell>
  421. <connections>
  422. <accessibilityConnection property="link" destination="42" id="164"/>
  423. <accessibilityConnection property="link" destination="273" id="277"/>
  424. <accessibilityConnection property="title" destination="39" id="76"/>
  425. </connections>
  426. </button>
  427. <button toolTip="Font to use for new anchored notes" imageHugsTitle="YES" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="42" customClass="KMFontWell" customModule="PDF_Reader_Pro" customModuleProvider="target">
  428. <rect key="frame" x="122" y="230" width="295" height="22"/>
  429. <autoresizingMask key="autoresizingMask"/>
  430. <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" alignment="center" borderStyle="border" inset="2" id="43" customClass="KMFontWellCell" customModule="PDF_Reader_Pro" customModuleProvider="target">
  431. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES" changeBackground="YES" changeGray="YES"/>
  432. <font key="font" metaFont="system"/>
  433. </buttonCell>
  434. <connections>
  435. <accessibilityConnection property="title" destination="40" id="66"/>
  436. </connections>
  437. </button>
  438. <segmentedControl verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="273">
  439. <rect key="frame" x="421" y="262" width="72" height="21"/>
  440. <autoresizingMask key="autoresizingMask" flexibleMinX="YES"/>
  441. <segmentedCell key="cell" controlSize="small" borderStyle="border" alignment="left" segmentDistribution="fill" style="rounded" trackingMode="selectOne" id="274">
  442. <font key="font" metaFont="smallSystem"/>
  443. <segments>
  444. <segment toolTip="Align left" image="TextAlignLeft" width="20" selected="YES"/>
  445. <segment toolTip="Center" image="TextAlignCenter" width="20" tag="2"/>
  446. <segment toolTip="Align right" image="TextAlignRight" width="20" tag="1">
  447. <nil key="label"/>
  448. </segment>
  449. </segments>
  450. </segmentedCell>
  451. <connections>
  452. <binding destination="84" name="selectedTag" keyPath="values.SKFreeTextNoteAlignment" id="276"/>
  453. </connections>
  454. </segmentedControl>
  455. </subviews>
  456. <point key="canvasLocation" x="139" y="154"/>
  457. </customView>
  458. <userDefaultsController representsSharedInstance="YES" id="84"/>
  459. <customObject id="179" userLabel="Labels 1"/>
  460. <customObject id="170" userLabel="Color Labels 2"/>
  461. <customObject id="171" userLabel="Color Labels 3"/>
  462. <customObject id="177" userLabel="Line Labels 2"/>
  463. <customObject id="203" userLabel="Color Wells 1"/>
  464. <customObject id="204" userLabel="Color Wells 2"/>
  465. <customObject id="205" userLabel="Color Wells 3"/>
  466. <customObject id="206" userLabel="Font Wells"/>
  467. <customObject id="207" userLabel="Line Wells 1"/>
  468. <customObject id="208" userLabel="Line Wells 2"/>
  469. </objects>
  470. <resources>
  471. <image name="TextAlignCenter" width="128" height="128"/>
  472. <image name="TextAlignLeft" width="128" height="128"/>
  473. <image name="TextAlignRight" width="128" height="128"/>
  474. </resources>
  475. </document>