NotesPreferences.xib 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21507" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment version="101100" 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="KMNotesPreferences" customModule="PDF_Master" customModuleProvider="target">
  10. <connections>
  11. <outlet property="colorLabels2" destination="170" id="174"/>
  12. <outlet property="colorLabels3" destination="171" id="175"/>
  13. <outlet property="colorWells1" destination="203" id="246"/>
  14. <outlet property="colorWells2" destination="204" id="247"/>
  15. <outlet property="colorWells3" destination="205" id="248"/>
  16. <outlet property="fontWell1" destination="41" id="TmV-5P-zGD"/>
  17. <outlet property="fontWell2" destination="42" id="mTG-QM-jMN"/>
  18. <outlet property="labels1" destination="179" id="256"/>
  19. <outlet property="lineLabels2" destination="177" id="178"/>
  20. <outlet property="lineWells1" destination="207" id="250"/>
  21. <outlet property="lineWells2" destination="208" id="251"/>
  22. <outlet property="view" destination="1" id="112"/>
  23. </connections>
  24. </customObject>
  25. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  26. <customObject id="-3" userLabel="Application"/>
  27. <customView id="1">
  28. <rect key="frame" x="0.0" y="0.0" width="509" height="498"/>
  29. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  30. <subviews>
  31. <colorWell toolTip="Color to use for new text notes" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="2">
  32. <rect key="frame" x="122" y="429" width="52" height="24"/>
  33. <autoresizingMask key="autoresizingMask"/>
  34. <color key="color" red="1" green="1" blue="0.5" alpha="1" colorSpace="calibratedRGB"/>
  35. <connections>
  36. <accessibilityConnection property="link" destination="4" id="154"/>
  37. <accessibilityConnection property="title" destination="3" id="75"/>
  38. <binding destination="84" name="value" keyPath="values.SKFreeTextNoteColor" id="86">
  39. <dictionary key="options">
  40. <string key="NSValueTransformerName">NSUnarchiveFromData</string>
  41. </dictionary>
  42. </binding>
  43. </connections>
  44. </colorWell>
  45. <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="3">
  46. <rect key="frame" x="80" y="433" width="37" height="17"/>
  47. <autoresizingMask key="autoresizingMask"/>
  48. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Text:" id="65">
  49. <font key="font" metaFont="system"/>
  50. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  51. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  52. </textFieldCell>
  53. </textField>
  54. <colorWell toolTip="Color to use for new anchored notes" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="4">
  55. <rect key="frame" x="122" y="397" width="52" height="24"/>
  56. <autoresizingMask key="autoresizingMask"/>
  57. <color key="color" red="1" green="1" blue="0.5" alpha="1" colorSpace="calibratedRGB"/>
  58. <connections>
  59. <accessibilityConnection property="link" destination="21" id="155"/>
  60. <accessibilityConnection property="title" destination="5" id="80"/>
  61. <binding destination="84" name="value" keyPath="values.SKAnchoredNoteColor" id="92">
  62. <dictionary key="options">
  63. <string key="NSValueTransformerName">NSUnarchiveFromData</string>
  64. </dictionary>
  65. </binding>
  66. </connections>
  67. </colorWell>
  68. <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="5">
  69. <rect key="frame" x="48" y="401" width="69" height="17"/>
  70. <autoresizingMask key="autoresizingMask"/>
  71. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Anchored:" id="64">
  72. <font key="font" metaFont="system"/>
  73. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  74. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  75. </textFieldCell>
  76. </textField>
  77. <colorWell toolTip="Color to use for new circle highlights" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="6">
  78. <rect key="frame" x="291" y="429" width="52" height="24"/>
  79. <autoresizingMask key="autoresizingMask"/>
  80. <color key="color" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  81. <connections>
  82. <accessibilityConnection property="link" destination="35" id="158"/>
  83. <accessibilityConnection property="title" destination="7" id="71"/>
  84. <binding destination="84" name="value" keyPath="values.SKCircleNoteColor" id="88">
  85. <dictionary key="options">
  86. <string key="NSValueTransformerName">NSUnarchiveFromData</string>
  87. </dictionary>
  88. </binding>
  89. </connections>
  90. </colorWell>
  91. <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="7">
  92. <rect key="frame" x="242" y="433" width="44" height="17"/>
  93. <autoresizingMask key="autoresizingMask"/>
  94. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Circle:" id="63">
  95. <font key="font" metaFont="system"/>
  96. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  97. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  98. </textFieldCell>
  99. </textField>
  100. <colorWell toolTip="Color to use for new box highlights" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="8">
  101. <rect key="frame" x="291" y="365" width="52" height="24"/>
  102. <autoresizingMask key="autoresizingMask"/>
  103. <color key="color" red="0.0" green="1" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  104. <connections>
  105. <accessibilityConnection property="link" destination="37" id="160"/>
  106. <accessibilityConnection property="title" destination="9" id="83"/>
  107. <binding destination="84" name="value" keyPath="values.SKSquareNoteColor" id="101">
  108. <dictionary key="options">
  109. <string key="NSValueTransformerName">NSUnarchiveFromData</string>
  110. </dictionary>
  111. </binding>
  112. </connections>
  113. </colorWell>
  114. <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="9">
  115. <rect key="frame" x="254" y="369" width="32" height="17"/>
  116. <autoresizingMask key="autoresizingMask"/>
  117. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Rect:" id="62">
  118. <font key="font" metaFont="system"/>
  119. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  120. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  121. </textFieldCell>
  122. </textField>
  123. <colorWell toolTip="Color to use for new highlights" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="10">
  124. <rect key="frame" x="437" y="429" width="52" height="24"/>
  125. <autoresizingMask key="autoresizingMask"/>
  126. <color key="color" red="1" green="1" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  127. <connections>
  128. <accessibilityConnection property="link" destination="12" id="162"/>
  129. <accessibilityConnection property="title" destination="11" id="78"/>
  130. <binding destination="84" name="value" keyPath="values.SKHighlightNoteColor" id="90">
  131. <dictionary key="options">
  132. <string key="NSValueTransformerName">NSUnarchiveFromData</string>
  133. </dictionary>
  134. </binding>
  135. </connections>
  136. </colorWell>
  137. <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="11">
  138. <rect key="frame" x="365" y="433" width="67" height="17"/>
  139. <autoresizingMask key="autoresizingMask"/>
  140. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Highlight:" id="61">
  141. <font key="font" metaFont="system"/>
  142. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  143. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  144. </textFieldCell>
  145. </textField>
  146. <colorWell toolTip="Color to use for new underlines" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="12">
  147. <rect key="frame" x="437" y="397" width="52" height="24"/>
  148. <autoresizingMask key="autoresizingMask"/>
  149. <color key="color" red="0.0" green="0.50196081400000003" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  150. <connections>
  151. <accessibilityConnection property="link" destination="14" id="163"/>
  152. <accessibilityConnection property="title" destination="13" id="68"/>
  153. <binding destination="84" name="value" keyPath="values.SKUnderlineNoteColor" id="96">
  154. <dictionary key="options">
  155. <string key="NSValueTransformerName">NSUnarchiveFromData</string>
  156. </dictionary>
  157. </binding>
  158. </connections>
  159. </colorWell>
  160. <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="13">
  161. <rect key="frame" x="363" y="401" width="69" height="17"/>
  162. <autoresizingMask key="autoresizingMask"/>
  163. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Underline:" id="60">
  164. <font key="font" metaFont="system"/>
  165. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  166. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  167. </textFieldCell>
  168. </textField>
  169. <colorWell toolTip="Color to use for new strike-outs" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="14">
  170. <rect key="frame" x="437" y="365" width="52" height="24"/>
  171. <autoresizingMask key="autoresizingMask"/>
  172. <color key="color" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  173. <connections>
  174. <accessibilityConnection property="title" destination="15" id="82"/>
  175. <binding destination="84" name="value" keyPath="values.SKStrikeOutNoteColor" id="103">
  176. <dictionary key="options">
  177. <string key="NSValueTransformerName">NSUnarchiveFromData</string>
  178. </dictionary>
  179. </binding>
  180. </connections>
  181. </colorWell>
  182. <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="15">
  183. <rect key="frame" x="360" y="369" width="72" height="17"/>
  184. <autoresizingMask key="autoresizingMask"/>
  185. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Strikethrough:" id="59">
  186. <font key="font" metaFont="system"/>
  187. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  188. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  189. </textFieldCell>
  190. </textField>
  191. <colorWell toolTip="Color to use for new freehand notes" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="16">
  192. <rect key="frame" x="437" y="333" width="52" height="24"/>
  193. <autoresizingMask key="autoresizingMask"/>
  194. <color key="color" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  195. <connections>
  196. <accessibilityConnection property="link" destination="6" id="157"/>
  197. <accessibilityConnection property="title" destination="17" id="72"/>
  198. <binding destination="84" name="value" keyPath="values.SKInkNoteColor" id="105">
  199. <dictionary key="options">
  200. <string key="NSValueTransformerName">NSUnarchiveFromData</string>
  201. </dictionary>
  202. </binding>
  203. </connections>
  204. </colorWell>
  205. <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="17">
  206. <rect key="frame" x="366" y="337" width="67" height="17"/>
  207. <autoresizingMask key="autoresizingMask"/>
  208. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Freehand:" id="58">
  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 verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="18">
  215. <rect key="frame" x="17" y="461" width="475" height="17"/>
  216. <autoresizingMask key="autoresizingMask" widthSizable="YES"/>
  217. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Note colors:" id="57">
  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. <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="19">
  224. <rect key="frame" x="17" y="291" width="475" height="17"/>
  225. <autoresizingMask key="autoresizingMask" widthSizable="YES"/>
  226. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Note fonts:" id="56">
  227. <font key="font" metaFont="system"/>
  228. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  229. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  230. </textFieldCell>
  231. </textField>
  232. <box verticalHuggingPriority="750" fixedFrame="YES" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="20">
  233. <rect key="frame" x="12" y="318" width="485" height="5"/>
  234. <autoresizingMask key="autoresizingMask" widthSizable="YES"/>
  235. </box>
  236. <colorWell toolTip="Color to use for new lines" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="21">
  237. <rect key="frame" x="122" y="365" width="52" height="24"/>
  238. <autoresizingMask key="autoresizingMask"/>
  239. <color key="color" red="0.0" green="0.0" blue="1" alpha="1" colorSpace="calibratedRGB"/>
  240. <connections>
  241. <accessibilityConnection property="link" destination="16" id="156"/>
  242. <accessibilityConnection property="title" destination="22" id="67"/>
  243. <binding destination="84" name="value" keyPath="values.SKLineNoteColor" id="99">
  244. <dictionary key="options">
  245. <string key="NSValueTransformerName">NSUnarchiveFromData</string>
  246. </dictionary>
  247. </binding>
  248. </connections>
  249. </colorWell>
  250. <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="22">
  251. <rect key="frame" x="82" y="369" width="35" height="17"/>
  252. <autoresizingMask key="autoresizingMask"/>
  253. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Line:" id="55">
  254. <font key="font" metaFont="system"/>
  255. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  256. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  257. </textFieldCell>
  258. </textField>
  259. <customView toolTip="Border styles to use for new text notes" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="23" customClass="SKLineWell">
  260. <rect key="frame" x="122" y="132" width="120" height="48"/>
  261. <autoresizingMask key="autoresizingMask"/>
  262. <connections>
  263. <accessibilityConnection property="link" destination="25" id="165"/>
  264. <accessibilityConnection property="title" destination="24" id="73"/>
  265. </connections>
  266. </customView>
  267. <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="24">
  268. <rect key="frame" x="80" y="148" width="37" height="17"/>
  269. <autoresizingMask key="autoresizingMask"/>
  270. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Text:" id="54">
  271. <font key="font" metaFont="system"/>
  272. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  273. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  274. </textFieldCell>
  275. </textField>
  276. <customView toolTip="Line styles to use for new lines" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="25" customClass="SKLineWell">
  277. <rect key="frame" x="122" y="76" width="120" height="48"/>
  278. <autoresizingMask key="autoresizingMask"/>
  279. <connections>
  280. <accessibilityConnection property="link" destination="27" id="166"/>
  281. <accessibilityConnection property="title" destination="26" id="70"/>
  282. </connections>
  283. </customView>
  284. <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="26">
  285. <rect key="frame" x="82" y="92" width="35" height="17"/>
  286. <autoresizingMask key="autoresizingMask"/>
  287. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Line:" id="53">
  288. <font key="font" metaFont="system"/>
  289. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  290. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  291. </textFieldCell>
  292. </textField>
  293. <customView toolTip="Line styles to use for new freehand notes" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="27" customClass="SKLineWell">
  294. <rect key="frame" x="122" y="20" width="120" height="48"/>
  295. <autoresizingMask key="autoresizingMask"/>
  296. <connections>
  297. <accessibilityConnection property="link" destination="29" id="167"/>
  298. <accessibilityConnection property="title" destination="28" id="74"/>
  299. </connections>
  300. </customView>
  301. <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="28">
  302. <rect key="frame" x="50" y="36" width="67" height="17"/>
  303. <autoresizingMask key="autoresizingMask"/>
  304. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Freehand:" id="52">
  305. <font key="font" metaFont="system"/>
  306. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  307. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  308. </textFieldCell>
  309. </textField>
  310. <customView toolTip="Line styles to use for new circle highlights" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="29" customClass="SKLineWell">
  311. <rect key="frame" x="369" y="132" width="120" height="48"/>
  312. <autoresizingMask key="autoresizingMask"/>
  313. <connections>
  314. <accessibilityConnection property="link" destination="31" id="168"/>
  315. <accessibilityConnection property="title" destination="30" id="79"/>
  316. </connections>
  317. </customView>
  318. <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="30">
  319. <rect key="frame" x="320" y="148" width="44" height="17"/>
  320. <autoresizingMask key="autoresizingMask"/>
  321. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Circle:" id="51">
  322. <font key="font" metaFont="system"/>
  323. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  324. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  325. </textFieldCell>
  326. </textField>
  327. <customView toolTip="Line styles to use for new box highlights" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="31" customClass="SKLineWell">
  328. <rect key="frame" x="369" y="76" width="120" height="48"/>
  329. <autoresizingMask key="autoresizingMask"/>
  330. <connections>
  331. <accessibilityConnection property="title" destination="32" id="77"/>
  332. </connections>
  333. </customView>
  334. <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="32">
  335. <rect key="frame" x="332" y="92" width="32" height="17"/>
  336. <autoresizingMask key="autoresizingMask"/>
  337. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Rect:" id="50">
  338. <font key="font" metaFont="system"/>
  339. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  340. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  341. </textFieldCell>
  342. </textField>
  343. <box verticalHuggingPriority="750" fixedFrame="YES" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="33">
  344. <rect key="frame" x="12" y="215" width="485" height="5"/>
  345. <autoresizingMask key="autoresizingMask" widthSizable="YES"/>
  346. </box>
  347. <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="34">
  348. <rect key="frame" x="17" y="188" width="475" height="17"/>
  349. <autoresizingMask key="autoresizingMask" widthSizable="YES"/>
  350. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Note lines and borders:" id="49">
  351. <font key="font" metaFont="system"/>
  352. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  353. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  354. </textFieldCell>
  355. </textField>
  356. <colorWell toolTip="Color to use for the interior of new circle highlights" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="35">
  357. <rect key="frame" x="291" y="397" width="52" height="24"/>
  358. <autoresizingMask key="autoresizingMask"/>
  359. <color key="color" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  360. <connections>
  361. <accessibilityConnection property="link" destination="8" id="159"/>
  362. <accessibilityConnection property="title" destination="36" id="81"/>
  363. <binding destination="84" name="value" keyPath="values.SKCircleNoteInteriorColor" id="97">
  364. <dictionary key="options">
  365. <string key="NSValueTransformerName">NSUnarchiveFromData</string>
  366. </dictionary>
  367. </binding>
  368. </connections>
  369. </colorWell>
  370. <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="36">
  371. <rect key="frame" x="191" y="401" width="95" height="17"/>
  372. <autoresizingMask key="autoresizingMask"/>
  373. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Circle interior:" id="48">
  374. <font key="font" metaFont="system"/>
  375. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  376. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  377. </textFieldCell>
  378. </textField>
  379. <colorWell toolTip="Color to use for the interior of new box highlights" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="37">
  380. <rect key="frame" x="291" y="333" width="52" height="24"/>
  381. <autoresizingMask key="autoresizingMask"/>
  382. <color key="color" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  383. <connections>
  384. <accessibilityConnection property="link" destination="10" id="161"/>
  385. <accessibilityConnection property="title" destination="38" id="69"/>
  386. <binding destination="84" name="value" keyPath="values.SKSquareNoteInteriorColor" id="107">
  387. <dictionary key="options">
  388. <string key="NSValueTransformerName">NSUnarchiveFromData</string>
  389. </dictionary>
  390. </binding>
  391. </connections>
  392. </colorWell>
  393. <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="38">
  394. <rect key="frame" x="204" y="337" width="82" height="17"/>
  395. <autoresizingMask key="autoresizingMask"/>
  396. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Rect interior:" id="47">
  397. <font key="font" metaFont="system"/>
  398. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  399. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  400. </textFieldCell>
  401. </textField>
  402. <colorWell toolTip="Color to use for the interior of new lines" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="262">
  403. <rect key="frame" x="122" y="333" width="52" height="24"/>
  404. <autoresizingMask key="autoresizingMask"/>
  405. <color key="color" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  406. <connections>
  407. <accessibilityConnection property="link" destination="10" id="267"/>
  408. <accessibilityConnection property="title" destination="263" id="265"/>
  409. <binding destination="84" name="value" keyPath="values.SKLineNoteInteriorColor" id="272">
  410. <dictionary key="options">
  411. <string key="NSValueTransformerName">NSUnarchiveFromData</string>
  412. </dictionary>
  413. </binding>
  414. </connections>
  415. </colorWell>
  416. <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="263">
  417. <rect key="frame" x="32" y="337" width="85" height="17"/>
  418. <autoresizingMask key="autoresizingMask"/>
  419. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Line interior:" id="264">
  420. <font key="font" metaFont="system"/>
  421. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  422. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  423. </textFieldCell>
  424. </textField>
  425. <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="39">
  426. <rect key="frame" x="80" y="265" width="37" height="17"/>
  427. <autoresizingMask key="autoresizingMask"/>
  428. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Text:" id="46">
  429. <font key="font" metaFont="system"/>
  430. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  431. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  432. </textFieldCell>
  433. </textField>
  434. <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="40">
  435. <rect key="frame" x="48" y="233" width="69" height="17"/>
  436. <autoresizingMask key="autoresizingMask"/>
  437. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Anchored:" id="45">
  438. <font key="font" metaFont="system"/>
  439. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  440. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  441. </textFieldCell>
  442. </textField>
  443. <button toolTip="Font to use for new text notes" fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="41" customClass="SKFontWell">
  444. <rect key="frame" x="122" y="262" width="295" height="22"/>
  445. <autoresizingMask key="autoresizingMask"/>
  446. <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" alignment="center" borderStyle="border" inset="2" id="44" customClass="SKFontWellCell">
  447. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES" changeBackground="YES" changeGray="YES"/>
  448. <font key="font" metaFont="system"/>
  449. </buttonCell>
  450. <connections>
  451. <accessibilityConnection property="link" destination="42" id="164"/>
  452. <accessibilityConnection property="link" destination="273" id="277"/>
  453. <accessibilityConnection property="title" destination="39" id="76"/>
  454. </connections>
  455. </button>
  456. <button toolTip="Font to use for new anchored notes" fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="42" customClass="SKFontWell">
  457. <rect key="frame" x="122" y="230" width="295" height="22"/>
  458. <autoresizingMask key="autoresizingMask"/>
  459. <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" alignment="center" borderStyle="border" inset="2" id="43" customClass="SKFontWellCell">
  460. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES" changeBackground="YES" changeGray="YES"/>
  461. <font key="font" metaFont="system"/>
  462. </buttonCell>
  463. <connections>
  464. <accessibilityConnection property="title" destination="40" id="66"/>
  465. <binding destination="84" name="fontName" keyPath="values.SKAnchoredNoteFontName" id="109"/>
  466. </connections>
  467. </button>
  468. <segmentedControl verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="273">
  469. <rect key="frame" x="423" y="262" width="68" height="20"/>
  470. <autoresizingMask key="autoresizingMask" flexibleMinX="YES"/>
  471. <segmentedCell key="cell" controlSize="small" borderStyle="border" alignment="left" segmentDistribution="fill" style="rounded" trackingMode="selectOne" id="274">
  472. <font key="font" metaFont="smallSystem"/>
  473. <segments>
  474. <segment toolTip="Align left" image="TextAlignLeft" width="20" selected="YES"/>
  475. <segment toolTip="Center" image="TextAlignCenter" width="20" tag="2"/>
  476. <segment toolTip="Align right" image="TextAlignRight" width="20" tag="1">
  477. <nil key="label"/>
  478. </segment>
  479. </segments>
  480. </segmentedCell>
  481. <connections>
  482. <binding destination="84" name="selectedTag" keyPath="values.SKFreeTextNoteAlignment" id="276"/>
  483. </connections>
  484. </segmentedControl>
  485. </subviews>
  486. <point key="canvasLocation" x="139" y="154"/>
  487. </customView>
  488. <userDefaultsController representsSharedInstance="YES" id="84"/>
  489. <customObject id="179" userLabel="Labels 1" customClass="SKIBArray">
  490. <connections>
  491. <outlet property="object1" destination="3" id="185"/>
  492. <outlet property="object2" destination="5" id="186"/>
  493. <outlet property="object3" destination="22" id="187"/>
  494. <outlet property="object4" destination="263" id="268"/>
  495. <outlet property="object5" destination="39" id="257"/>
  496. <outlet property="object6" destination="40" id="258"/>
  497. <outlet property="object7" destination="24" id="259"/>
  498. <outlet property="object8" destination="26" id="260"/>
  499. <outlet property="object9" destination="28" id="261"/>
  500. </connections>
  501. </customObject>
  502. <customObject id="170" userLabel="Color Labels 2" customClass="SKIBArray">
  503. <connections>
  504. <outlet property="object1" destination="7" id="189"/>
  505. <outlet property="object2" destination="36" id="190"/>
  506. <outlet property="object3" destination="9" id="191"/>
  507. <outlet property="object4" destination="38" id="192"/>
  508. </connections>
  509. </customObject>
  510. <customObject id="171" userLabel="Color Labels 3" customClass="SKIBArray">
  511. <connections>
  512. <outlet property="object1" destination="11" id="236"/>
  513. <outlet property="object2" destination="13" id="237"/>
  514. <outlet property="object3" destination="15" id="238"/>
  515. <outlet property="object4" destination="17" id="269"/>
  516. </connections>
  517. </customObject>
  518. <customObject id="177" userLabel="Line Labels 2" customClass="SKIBArray">
  519. <connections>
  520. <outlet property="object1" destination="30" id="198"/>
  521. <outlet property="object2" destination="32" id="199"/>
  522. </connections>
  523. </customObject>
  524. <customObject id="203" userLabel="Color Wells 1" customClass="SKIBArray">
  525. <connections>
  526. <outlet property="object1" destination="2" id="225"/>
  527. <outlet property="object2" destination="4" id="252"/>
  528. <outlet property="object3" destination="21" id="253"/>
  529. <outlet property="object4" destination="262" id="270"/>
  530. </connections>
  531. </customObject>
  532. <customObject id="204" userLabel="Color Wells 2" customClass="SKIBArray">
  533. <connections>
  534. <outlet property="object1" destination="6" id="229"/>
  535. <outlet property="object2" destination="35" id="230"/>
  536. <outlet property="object3" destination="8" id="231"/>
  537. <outlet property="object4" destination="37" id="232"/>
  538. </connections>
  539. </customObject>
  540. <customObject id="205" userLabel="Color Wells 3" customClass="SKIBArray">
  541. <connections>
  542. <outlet property="object1" destination="10" id="233"/>
  543. <outlet property="object2" destination="12" id="234"/>
  544. <outlet property="object3" destination="14" id="235"/>
  545. <outlet property="object4" destination="16" id="271"/>
  546. </connections>
  547. </customObject>
  548. <customObject id="206" userLabel="Font Wells" customClass="SKIBArray" customModule="PDF_Master" customModuleProvider="target"/>
  549. <customObject id="207" userLabel="Line Wells 1" customClass="SKIBArray">
  550. <connections>
  551. <outlet property="object1" destination="23" id="241"/>
  552. <outlet property="object2" destination="25" id="242"/>
  553. <outlet property="object3" destination="27" id="243"/>
  554. </connections>
  555. </customObject>
  556. <customObject id="208" userLabel="Line Wells 2" customClass="SKIBArray">
  557. <connections>
  558. <outlet property="object1" destination="29" id="244"/>
  559. <outlet property="object2" destination="31" id="245"/>
  560. </connections>
  561. </customObject>
  562. </objects>
  563. <resources>
  564. <image name="TextAlignCenter" width="128" height="128"/>
  565. <image name="TextAlignLeft" width="128" height="128"/>
  566. <image name="TextAlignRight" width="128" height="128"/>
  567. </resources>
  568. </document>