KMSignatureWindowController.xib 69 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22155" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22155"/>
  6. <capability name="Named colors" minToolsVersion="9.0"/>
  7. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  8. </dependencies>
  9. <objects>
  10. <customObject id="-2" userLabel="File's Owner" customClass="KMSignatureWindowController" customModule="PDF_Reader_Pro" customModuleProvider="target">
  11. <connections>
  12. <outlet property="applyButton" destination="j7L-83-3Ut" id="p88-8o-mie"/>
  13. <outlet property="cancelBtton" destination="s0y-mf-WpS" id="3yc-1u-IcY"/>
  14. <outlet property="clearButton" destination="9qj-7Y-28D" id="eST-zI-M3J"/>
  15. <outlet property="creatTabview" destination="cnS-vP-U1z" id="Pgj-5R-fiI"/>
  16. <outlet property="drawView" destination="YpY-Ar-kl8" id="Mhg-Di-GlR"/>
  17. <outlet property="fontBox" destination="xZO-qY-11k" id="cgR-co-aot"/>
  18. <outlet property="keyboardView" destination="kMz-wA-UvW" id="UF6-Ec-skW"/>
  19. <outlet property="mouseBlackColorButton" destination="hmB-iA-f1I" id="i0i-OS-e22"/>
  20. <outlet property="mouseBlueColorButton" destination="wUy-ZZ-NV6" id="8au-dr-VRe"/>
  21. <outlet property="mouseColorButton" destination="pdk-Nk-qtg" id="KI1-vc-xeP"/>
  22. <outlet property="mouseGreenColorButton" destination="g94-8v-Pzp" id="IQa-RU-Sw2"/>
  23. <outlet property="mouseOrangeColorButton" destination="cVn-Dj-7k0" id="LBI-Dr-dxO"/>
  24. <outlet property="mousePurpleColorButton" destination="W3o-fN-rOw" id="FI6-9h-wiS"/>
  25. <outlet property="mouseRedColorButton" destination="5Ho-ZM-JxE" id="6xF-Gh-U8b"/>
  26. <outlet property="pictureBackView" destination="mpG-Sx-Pe8" id="hQ7-7D-LSZ"/>
  27. <outlet property="slider" destination="6qL-r4-WZt" id="Mvp-dA-hPP"/>
  28. <outlet property="textBlackColorButton" destination="dSP-K5-TWG" id="kVf-8P-4kA"/>
  29. <outlet property="textBlueColorButton" destination="SJT-jB-SRM" id="LOW-kC-5Eo"/>
  30. <outlet property="textColorButton" destination="vMd-TE-sxe" id="pmh-jG-TBh"/>
  31. <outlet property="textGreenColorButton" destination="g0a-Fj-PUV" id="j4d-B0-agn"/>
  32. <outlet property="textOrangeColorButton" destination="SWP-Bp-BEe" id="5FQ-HH-sLa"/>
  33. <outlet property="textPurpleColorButton" destination="kaa-TU-cyJ" id="bdb-aH-tRO"/>
  34. <outlet property="textRedColorButton" destination="yfE-5n-2V6" id="RXF-df-48q"/>
  35. <outlet property="trackpadButton" destination="hTk-co-rOw" id="eoO-vW-W79"/>
  36. <outlet property="trackpadLabel" destination="8sI-6n-jcW" id="ob5-jf-lbE"/>
  37. <outlet property="widthSizeTextField" destination="PHX-fM-ig4" id="qDC-vm-3Vb"/>
  38. <outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/>
  39. </connections>
  40. </customObject>
  41. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  42. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  43. <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="F0z-JX-Cv5">
  44. <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES"/>
  45. <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
  46. <rect key="contentRect" x="196" y="240" width="590" height="400"/>
  47. <rect key="screenRect" x="0.0" y="0.0" width="2560" height="1415"/>
  48. <view key="contentView" id="se5-gp-TjO">
  49. <rect key="frame" x="0.0" y="0.0" width="590" height="400"/>
  50. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  51. <subviews>
  52. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="j7L-83-3Ut">
  53. <rect key="frame" x="507" y="11" width="76" height="32"/>
  54. <buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="YKQ-wq-7Ov">
  55. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  56. <font key="font" metaFont="system"/>
  57. <string key="keyEquivalent" base64-UTF8="YES">
  58. Gw
  59. </string>
  60. </buttonCell>
  61. </button>
  62. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="9qj-7Y-28D">
  63. <rect key="frame" x="7" y="11" width="66" height="32"/>
  64. <buttonCell key="cell" type="push" title="Clear" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="Slu-mR-UaT">
  65. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  66. <font key="font" metaFont="system"/>
  67. </buttonCell>
  68. </button>
  69. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="s0y-mf-WpS">
  70. <rect key="frame" x="437" y="11" width="76" height="32"/>
  71. <buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="76r-wf-8NT">
  72. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  73. <font key="font" metaFont="system"/>
  74. <string key="keyEquivalent" base64-UTF8="YES">
  75. Gw
  76. </string>
  77. </buttonCell>
  78. </button>
  79. <tabView translatesAutoresizingMaskIntoConstraints="NO" id="cnS-vP-U1z">
  80. <rect key="frame" x="7" y="49" width="576" height="336"/>
  81. <font key="font" metaFont="system"/>
  82. <tabViewItems>
  83. <tabViewItem label="Keyboard" identifier="1" id="nI2-NR-urf">
  84. <view key="view" id="ja1-TS-BoL">
  85. <rect key="frame" x="10" y="33" width="556" height="290"/>
  86. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  87. <subviews>
  88. <customView translatesAutoresizingMaskIntoConstraints="NO" id="kMz-wA-UvW" customClass="KMPDFSignatureTextView" customModule="PDF_Reader_Pro" customModuleProvider="target">
  89. <rect key="frame" x="20" y="76" width="516" height="193"/>
  90. <subviews>
  91. <textField focusRingType="none" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Prg-wG-qeL" customClass="KMSignayureTextField" customModule="PDF_Reader_Pro" customModuleProvider="target">
  92. <rect key="frame" x="206" y="88" width="104" height="17"/>
  93. <constraints>
  94. <constraint firstAttribute="width" constant="100" id="SSc-8L-f4d"/>
  95. </constraints>
  96. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" focusRingType="none" alignment="center" placeholderString="Sign Here" id="dJl-vL-OFS" customClass="KMVerticallyCenteredSecureTextFieldCell" customModule="PDF_Reader_Pro" customModuleProvider="target">
  97. <font key="font" metaFont="system" size="14"/>
  98. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  99. <color key="backgroundColor" white="1" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  100. </textFieldCell>
  101. <connections>
  102. <outlet property="delegate" destination="kMz-wA-UvW" id="Qfd-Uq-5wT"/>
  103. </connections>
  104. </textField>
  105. <box hidden="YES" boxType="custom" borderType="line" borderWidth="0.0" cornerRadius="1" title="Box" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="dsP-dH-tLr">
  106. <rect key="frame" x="187" y="75" width="1" height="44"/>
  107. <view key="contentView" id="xoz-8w-FP0">
  108. <rect key="frame" x="0.0" y="0.0" width="1" height="44"/>
  109. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  110. </view>
  111. <constraints>
  112. <constraint firstAttribute="width" constant="1" id="JE6-8o-IVJ"/>
  113. <constraint firstAttribute="height" constant="44" id="TWf-5M-B4m"/>
  114. </constraints>
  115. <color key="fillColor" name="KMAccentColor"/>
  116. </box>
  117. </subviews>
  118. <constraints>
  119. <constraint firstItem="Prg-wG-qeL" firstAttribute="centerY" secondItem="dsP-dH-tLr" secondAttribute="centerY" id="HfR-kA-x1Q"/>
  120. <constraint firstItem="Prg-wG-qeL" firstAttribute="centerX" secondItem="kMz-wA-UvW" secondAttribute="centerX" id="XrP-IY-Ufc"/>
  121. <constraint firstItem="Prg-wG-qeL" firstAttribute="centerY" secondItem="kMz-wA-UvW" secondAttribute="centerY" id="fdc-O9-hMT"/>
  122. <constraint firstItem="Prg-wG-qeL" firstAttribute="leading" secondItem="dsP-dH-tLr" secondAttribute="trailing" constant="20" id="qyp-9i-J4E"/>
  123. </constraints>
  124. <connections>
  125. <outlet property="labelWidthLayoutConstraint" destination="SSc-8L-f4d" id="e4w-cu-H36"/>
  126. <outlet property="nameTextFiled" destination="Prg-wG-qeL" id="4xE-4C-6R6"/>
  127. </connections>
  128. </customView>
  129. <popUpButton translatesAutoresizingMaskIntoConstraints="NO" id="xZO-qY-11k">
  130. <rect key="frame" x="17" y="35" width="227" height="24"/>
  131. <popUpButtonCell key="cell" type="push" title="Item 1" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="border" inset="2" pullsDown="YES" selectedItem="Xy9-aP-3ec" id="G3V-L8-1Ia">
  132. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  133. <font key="font" metaFont="menu"/>
  134. <menu key="menu" id="KsE-gi-5gu">
  135. <items>
  136. <menuItem title="Item 1" state="on" hidden="YES" id="Xy9-aP-3ec"/>
  137. </items>
  138. </menu>
  139. </popUpButtonCell>
  140. <constraints>
  141. <constraint firstAttribute="height" constant="19" id="4WS-1q-cr1"/>
  142. <constraint firstAttribute="width" constant="220" id="SaO-WH-b9f"/>
  143. </constraints>
  144. <connections>
  145. <action selector="boxItemClicked_Font:" target="-2" id="h6E-tB-xDM"/>
  146. </connections>
  147. </popUpButton>
  148. <customView translatesAutoresizingMaskIntoConstraints="NO" id="dfK-td-vO9">
  149. <rect key="frame" x="308" y="36" width="228" height="24"/>
  150. <subviews>
  151. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="dSP-K5-TWG" customClass="KMSignatureColorButton">
  152. <rect key="frame" x="0.0" y="0.0" width="24" height="24"/>
  153. <buttonCell key="cell" type="bevel" bezelStyle="rounded" alignment="center" inset="2" id="m9W-Ec-Vo0">
  154. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  155. <font key="font" metaFont="system"/>
  156. </buttonCell>
  157. <constraints>
  158. <constraint firstAttribute="height" constant="24" id="QRO-nN-dVg"/>
  159. <constraint firstAttribute="width" constant="24" id="hBr-MY-39t"/>
  160. </constraints>
  161. <connections>
  162. <action selector="colorTextButtonAction:" target="-2" id="89L-Xi-DhT"/>
  163. </connections>
  164. </button>
  165. <button tag="1" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="kaa-TU-cyJ" customClass="KMSignatureColorButton">
  166. <rect key="frame" x="34" y="0.0" width="24" height="24"/>
  167. <buttonCell key="cell" type="bevel" bezelStyle="rounded" alignment="center" inset="2" id="Irw-w1-sO2">
  168. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  169. <font key="font" metaFont="system"/>
  170. </buttonCell>
  171. <constraints>
  172. <constraint firstAttribute="width" constant="24" id="6b4-z5-yb6"/>
  173. <constraint firstAttribute="height" constant="24" id="Fyg-fl-TyW"/>
  174. </constraints>
  175. <connections>
  176. <action selector="colorTextButtonAction:" target="-2" id="ZyU-m5-2ZT"/>
  177. </connections>
  178. </button>
  179. <button tag="2" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="SJT-jB-SRM" customClass="KMSignatureColorButton">
  180. <rect key="frame" x="68" y="0.0" width="24" height="24"/>
  181. <buttonCell key="cell" type="bevel" bezelStyle="rounded" alignment="center" inset="2" id="0wJ-Rg-Wfl">
  182. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  183. <font key="font" metaFont="system"/>
  184. </buttonCell>
  185. <constraints>
  186. <constraint firstAttribute="width" constant="24" id="S2e-hv-gju"/>
  187. <constraint firstAttribute="height" constant="24" id="cA3-vf-DmP"/>
  188. </constraints>
  189. <connections>
  190. <action selector="colorTextButtonAction:" target="-2" id="WdT-BN-gLT"/>
  191. </connections>
  192. </button>
  193. <button tag="3" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="yfE-5n-2V6" customClass="KMSignatureColorButton">
  194. <rect key="frame" x="102" y="0.0" width="24" height="24"/>
  195. <buttonCell key="cell" type="bevel" bezelStyle="rounded" alignment="center" inset="2" id="1sM-mn-Lff">
  196. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  197. <font key="font" metaFont="system"/>
  198. </buttonCell>
  199. <constraints>
  200. <constraint firstAttribute="width" constant="24" id="ERH-zJ-cZP"/>
  201. <constraint firstAttribute="height" constant="24" id="M9I-A1-y1V"/>
  202. </constraints>
  203. <connections>
  204. <action selector="colorTextButtonAction:" target="-2" id="tdr-Gl-mHr"/>
  205. </connections>
  206. </button>
  207. <button tag="4" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="SWP-Bp-BEe" customClass="KMSignatureColorButton">
  208. <rect key="frame" x="136" y="0.0" width="24" height="24"/>
  209. <buttonCell key="cell" type="bevel" bezelStyle="rounded" alignment="center" inset="2" id="cuU-Zj-w1v">
  210. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  211. <font key="font" metaFont="system"/>
  212. </buttonCell>
  213. <constraints>
  214. <constraint firstAttribute="width" constant="24" id="RSn-Vv-2yE"/>
  215. <constraint firstAttribute="height" constant="24" id="Zqa-T0-jMF"/>
  216. </constraints>
  217. <connections>
  218. <action selector="colorTextButtonAction:" target="-2" id="ncR-XO-Zqm"/>
  219. </connections>
  220. </button>
  221. <button tag="5" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="g0a-Fj-PUV" customClass="KMSignatureColorButton">
  222. <rect key="frame" x="170" y="0.0" width="24" height="24"/>
  223. <buttonCell key="cell" type="bevel" bezelStyle="rounded" alignment="center" inset="2" id="3wu-Sw-P2D">
  224. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  225. <font key="font" metaFont="system"/>
  226. </buttonCell>
  227. <constraints>
  228. <constraint firstAttribute="width" constant="24" id="gIu-i5-ZnX"/>
  229. <constraint firstAttribute="height" constant="24" id="qzg-Sx-WiY"/>
  230. </constraints>
  231. <connections>
  232. <action selector="colorTextButtonAction:" target="-2" id="uQ6-s6-Bwf"/>
  233. </connections>
  234. </button>
  235. <button focusRingType="none" tag="6" translatesAutoresizingMaskIntoConstraints="NO" id="vMd-TE-sxe" customClass="KMSignatureColorButton">
  236. <rect key="frame" x="204" y="0.0" width="24" height="24"/>
  237. <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" imagePosition="only" alignment="center" focusRingType="none" imageScaling="proportionallyUpOrDown" inset="2" id="Miw-7x-tka">
  238. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  239. <font key="font" metaFont="system"/>
  240. </buttonCell>
  241. <constraints>
  242. <constraint firstAttribute="height" constant="24" id="DiX-LS-v5t"/>
  243. <constraint firstAttribute="width" constant="24" id="wHf-oh-Cmm"/>
  244. </constraints>
  245. <connections>
  246. <action selector="colorTextButtonAction:" target="-2" id="hVx-KF-N1B"/>
  247. </connections>
  248. </button>
  249. </subviews>
  250. <constraints>
  251. <constraint firstItem="SWP-Bp-BEe" firstAttribute="centerY" secondItem="dSP-K5-TWG" secondAttribute="centerY" id="1Wt-d2-vB1"/>
  252. <constraint firstItem="kaa-TU-cyJ" firstAttribute="centerY" secondItem="dSP-K5-TWG" secondAttribute="centerY" id="2E5-Zo-mzp"/>
  253. <constraint firstItem="dSP-K5-TWG" firstAttribute="leading" secondItem="dfK-td-vO9" secondAttribute="leading" id="2hg-yK-Jxp"/>
  254. <constraint firstItem="dSP-K5-TWG" firstAttribute="top" secondItem="dfK-td-vO9" secondAttribute="top" id="63i-qf-wNL"/>
  255. <constraint firstItem="vMd-TE-sxe" firstAttribute="leading" secondItem="g0a-Fj-PUV" secondAttribute="trailing" constant="10" id="EvP-R1-ic6"/>
  256. <constraint firstItem="kaa-TU-cyJ" firstAttribute="leading" secondItem="dSP-K5-TWG" secondAttribute="trailing" constant="10" id="Fyd-hS-ymO"/>
  257. <constraint firstItem="SJT-jB-SRM" firstAttribute="centerY" secondItem="dSP-K5-TWG" secondAttribute="centerY" id="OTk-jf-njo"/>
  258. <constraint firstItem="g0a-Fj-PUV" firstAttribute="leading" secondItem="SWP-Bp-BEe" secondAttribute="trailing" constant="10" id="TZX-JC-cH1"/>
  259. <constraint firstAttribute="bottom" secondItem="dSP-K5-TWG" secondAttribute="bottom" id="Uqd-R4-XLQ"/>
  260. <constraint firstAttribute="trailing" secondItem="vMd-TE-sxe" secondAttribute="trailing" id="Ve8-ki-lFA"/>
  261. <constraint firstItem="yfE-5n-2V6" firstAttribute="leading" secondItem="SJT-jB-SRM" secondAttribute="trailing" constant="10" id="b6i-4T-hbI"/>
  262. <constraint firstItem="yfE-5n-2V6" firstAttribute="centerY" secondItem="dSP-K5-TWG" secondAttribute="centerY" id="dlQ-3P-8lV"/>
  263. <constraint firstItem="vMd-TE-sxe" firstAttribute="centerY" secondItem="g0a-Fj-PUV" secondAttribute="centerY" id="mZ4-8A-a6y"/>
  264. <constraint firstItem="g0a-Fj-PUV" firstAttribute="centerY" secondItem="dSP-K5-TWG" secondAttribute="centerY" id="nee-xX-kaU"/>
  265. <constraint firstItem="SWP-Bp-BEe" firstAttribute="leading" secondItem="yfE-5n-2V6" secondAttribute="trailing" constant="10" id="qaE-7R-KEk"/>
  266. <constraint firstItem="SJT-jB-SRM" firstAttribute="leading" secondItem="kaa-TU-cyJ" secondAttribute="trailing" constant="10" id="w4j-RK-83X"/>
  267. </constraints>
  268. </customView>
  269. </subviews>
  270. <constraints>
  271. <constraint firstItem="kMz-wA-UvW" firstAttribute="leading" secondItem="ja1-TS-BoL" secondAttribute="leading" constant="20" id="0Xk-no-6E1"/>
  272. <constraint firstItem="dfK-td-vO9" firstAttribute="top" secondItem="kMz-wA-UvW" secondAttribute="bottom" constant="16" id="DhM-mW-bte"/>
  273. <constraint firstAttribute="bottom" secondItem="dfK-td-vO9" secondAttribute="bottom" constant="36" id="Guu-Lr-L4O"/>
  274. <constraint firstItem="dfK-td-vO9" firstAttribute="trailing" secondItem="kMz-wA-UvW" secondAttribute="trailing" id="gMN-5e-ggt"/>
  275. <constraint firstItem="xZO-qY-11k" firstAttribute="leading" secondItem="kMz-wA-UvW" secondAttribute="leading" id="iiD-0u-Boa"/>
  276. <constraint firstAttribute="trailing" secondItem="kMz-wA-UvW" secondAttribute="trailing" constant="20" id="tFZ-dN-Moj"/>
  277. <constraint firstItem="dfK-td-vO9" firstAttribute="centerY" secondItem="xZO-qY-11k" secondAttribute="centerY" id="xJx-Ij-3lg"/>
  278. <constraint firstItem="kMz-wA-UvW" firstAttribute="top" secondItem="ja1-TS-BoL" secondAttribute="top" constant="21" id="zJg-ku-y8x"/>
  279. </constraints>
  280. </view>
  281. </tabViewItem>
  282. <tabViewItem label="Trackpad" identifier="2" id="ZWb-Pc-soZ">
  283. <view key="view" id="Hyb-Pp-Gl1">
  284. <rect key="frame" x="10" y="33" width="556" height="290"/>
  285. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  286. <subviews>
  287. <customView translatesAutoresizingMaskIntoConstraints="NO" id="YpY-Ar-kl8" customClass="KMDrawView" customModule="PDF_Reader_Pro" customModuleProvider="target">
  288. <rect key="frame" x="20" y="76" width="516" height="193"/>
  289. </customView>
  290. <button focusRingType="none" translatesAutoresizingMaskIntoConstraints="NO" id="hTk-co-rOw">
  291. <rect key="frame" x="18" y="39" width="83" height="18"/>
  292. <buttonCell key="cell" type="check" title="Trackpad" bezelStyle="regularSquare" imagePosition="left" focusRingType="none" inset="2" id="Zzy-7b-yiN">
  293. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  294. <font key="font" metaFont="system"/>
  295. </buttonCell>
  296. <connections>
  297. <action selector="trackpadButton_Click:" target="-2" id="cd1-9Y-2Z7"/>
  298. </connections>
  299. </button>
  300. <slider verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="6qL-r4-WZt">
  301. <rect key="frame" x="146" y="32" width="98" height="28"/>
  302. <constraints>
  303. <constraint firstAttribute="width" constant="94" id="j9l-OR-Xwv"/>
  304. </constraints>
  305. <sliderCell key="cell" continuous="YES" alignment="left" minValue="0.10000000000000001" maxValue="4" doubleValue="0.8441558441558441" tickMarkPosition="above" sliderType="linear" id="yLo-SM-PMD"/>
  306. <connections>
  307. <action selector="slider_Change:" target="-2" id="GYe-AO-QG8"/>
  308. </connections>
  309. </slider>
  310. <customView translatesAutoresizingMaskIntoConstraints="NO" id="8gW-RC-WdR">
  311. <rect key="frame" x="308" y="36" width="228" height="24"/>
  312. <subviews>
  313. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="hmB-iA-f1I" customClass="KMSignatureColorButton">
  314. <rect key="frame" x="0.0" y="0.0" width="24" height="24"/>
  315. <buttonCell key="cell" type="bevel" bezelStyle="rounded" alignment="center" inset="2" id="nxT-KZ-YW4">
  316. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  317. <font key="font" metaFont="system"/>
  318. </buttonCell>
  319. <constraints>
  320. <constraint firstAttribute="width" constant="24" id="pct-Mn-IE9"/>
  321. <constraint firstAttribute="height" constant="24" id="s1c-ca-yuF"/>
  322. </constraints>
  323. <connections>
  324. <action selector="colorInkButtonAction:" target="-2" id="9jD-aD-amY"/>
  325. </connections>
  326. </button>
  327. <button tag="1" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="W3o-fN-rOw" customClass="KMSignatureColorButton">
  328. <rect key="frame" x="34" y="0.0" width="24" height="24"/>
  329. <buttonCell key="cell" type="bevel" bezelStyle="rounded" alignment="center" inset="2" id="chZ-50-dOm">
  330. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  331. <font key="font" metaFont="system"/>
  332. </buttonCell>
  333. <constraints>
  334. <constraint firstAttribute="width" constant="24" id="5zu-28-PR7"/>
  335. <constraint firstAttribute="height" constant="24" id="BOC-Od-gVp"/>
  336. </constraints>
  337. <connections>
  338. <action selector="colorInkButtonAction:" target="-2" id="0YI-oM-64g"/>
  339. </connections>
  340. </button>
  341. <button tag="2" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="wUy-ZZ-NV6" customClass="KMSignatureColorButton">
  342. <rect key="frame" x="68" y="0.0" width="24" height="24"/>
  343. <buttonCell key="cell" type="bevel" bezelStyle="rounded" alignment="center" inset="2" id="rBt-4e-ahZ">
  344. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  345. <font key="font" metaFont="system"/>
  346. </buttonCell>
  347. <constraints>
  348. <constraint firstAttribute="height" constant="24" id="0RT-zb-Ren"/>
  349. <constraint firstAttribute="width" constant="24" id="pkk-VY-zwP"/>
  350. </constraints>
  351. <connections>
  352. <action selector="colorInkButtonAction:" target="-2" id="E55-WE-yqx"/>
  353. </connections>
  354. </button>
  355. <button tag="3" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="5Ho-ZM-JxE" customClass="KMSignatureColorButton">
  356. <rect key="frame" x="102" y="0.0" width="24" height="24"/>
  357. <buttonCell key="cell" type="bevel" bezelStyle="rounded" alignment="center" inset="2" id="ch8-ra-a1j">
  358. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  359. <font key="font" metaFont="system"/>
  360. </buttonCell>
  361. <constraints>
  362. <constraint firstAttribute="width" constant="24" id="XNe-yI-UVq"/>
  363. <constraint firstAttribute="height" constant="24" id="cds-J6-0Ar"/>
  364. </constraints>
  365. <connections>
  366. <action selector="colorInkButtonAction:" target="-2" id="DzY-KX-vNt"/>
  367. </connections>
  368. </button>
  369. <button tag="4" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="cVn-Dj-7k0" customClass="KMSignatureColorButton">
  370. <rect key="frame" x="136" y="0.0" width="24" height="24"/>
  371. <buttonCell key="cell" type="bevel" bezelStyle="rounded" alignment="center" inset="2" id="g56-pL-apT">
  372. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  373. <font key="font" metaFont="system"/>
  374. </buttonCell>
  375. <constraints>
  376. <constraint firstAttribute="height" constant="24" id="3Hk-P5-83Z"/>
  377. <constraint firstAttribute="width" constant="24" id="5fH-gv-5XX"/>
  378. </constraints>
  379. <connections>
  380. <action selector="colorInkButtonAction:" target="-2" id="2Vg-k2-X1t"/>
  381. </connections>
  382. </button>
  383. <button tag="5" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="g94-8v-Pzp" customClass="KMSignatureColorButton">
  384. <rect key="frame" x="170" y="0.0" width="24" height="24"/>
  385. <buttonCell key="cell" type="bevel" bezelStyle="rounded" alignment="center" inset="2" id="5YQ-gx-saR">
  386. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  387. <font key="font" metaFont="system"/>
  388. </buttonCell>
  389. <constraints>
  390. <constraint firstAttribute="height" constant="24" id="Gk1-OZ-Kc6"/>
  391. <constraint firstAttribute="width" constant="24" id="RTZ-NT-TMX"/>
  392. </constraints>
  393. <connections>
  394. <action selector="colorInkButtonAction:" target="-2" id="gct-3E-aAS"/>
  395. </connections>
  396. </button>
  397. <button focusRingType="none" tag="6" translatesAutoresizingMaskIntoConstraints="NO" id="pdk-Nk-qtg" customClass="KMSignatureColorButton">
  398. <rect key="frame" x="204" y="0.0" width="24" height="24"/>
  399. <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" imagePosition="only" alignment="center" focusRingType="none" imageScaling="proportionallyUpOrDown" inset="2" id="ZY8-WX-cML">
  400. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  401. <font key="font" metaFont="system"/>
  402. </buttonCell>
  403. <constraints>
  404. <constraint firstAttribute="width" constant="24" id="9aL-e7-EBd"/>
  405. <constraint firstAttribute="height" constant="24" id="xrt-fT-Naw"/>
  406. </constraints>
  407. <connections>
  408. <action selector="colorInkButtonAction:" target="-2" id="5EN-D9-4rU"/>
  409. </connections>
  410. </button>
  411. </subviews>
  412. <constraints>
  413. <constraint firstItem="cVn-Dj-7k0" firstAttribute="leading" secondItem="5Ho-ZM-JxE" secondAttribute="trailing" constant="10" id="32m-AG-vzZ"/>
  414. <constraint firstItem="W3o-fN-rOw" firstAttribute="centerY" secondItem="hmB-iA-f1I" secondAttribute="centerY" id="57G-nT-BYU"/>
  415. <constraint firstAttribute="bottom" secondItem="hmB-iA-f1I" secondAttribute="bottom" id="9Kq-6q-B1v"/>
  416. <constraint firstAttribute="trailing" secondItem="pdk-Nk-qtg" secondAttribute="trailing" id="DQK-T2-98S"/>
  417. <constraint firstItem="5Ho-ZM-JxE" firstAttribute="centerY" secondItem="hmB-iA-f1I" secondAttribute="centerY" id="Pep-NH-hL8"/>
  418. <constraint firstItem="hmB-iA-f1I" firstAttribute="top" secondItem="8gW-RC-WdR" secondAttribute="top" id="Tma-db-yoh"/>
  419. <constraint firstItem="hmB-iA-f1I" firstAttribute="leading" secondItem="8gW-RC-WdR" secondAttribute="leading" id="Vjx-AX-A15"/>
  420. <constraint firstItem="g94-8v-Pzp" firstAttribute="leading" secondItem="cVn-Dj-7k0" secondAttribute="trailing" constant="10" id="ZHY-QY-lp7"/>
  421. <constraint firstItem="cVn-Dj-7k0" firstAttribute="centerY" secondItem="hmB-iA-f1I" secondAttribute="centerY" id="aCB-LQ-GCs"/>
  422. <constraint firstItem="wUy-ZZ-NV6" firstAttribute="centerY" secondItem="hmB-iA-f1I" secondAttribute="centerY" id="avq-br-8kh"/>
  423. <constraint firstItem="5Ho-ZM-JxE" firstAttribute="leading" secondItem="wUy-ZZ-NV6" secondAttribute="trailing" constant="10" id="moY-hC-Lxg"/>
  424. <constraint firstItem="pdk-Nk-qtg" firstAttribute="centerY" secondItem="g94-8v-Pzp" secondAttribute="centerY" id="oi2-Ap-Oac"/>
  425. <constraint firstItem="g94-8v-Pzp" firstAttribute="centerY" secondItem="hmB-iA-f1I" secondAttribute="centerY" id="pzc-Hw-tR0"/>
  426. <constraint firstItem="pdk-Nk-qtg" firstAttribute="leading" secondItem="g94-8v-Pzp" secondAttribute="trailing" constant="10" id="qPv-5m-F5F"/>
  427. <constraint firstItem="W3o-fN-rOw" firstAttribute="leading" secondItem="hmB-iA-f1I" secondAttribute="trailing" constant="10" id="yht-Yx-B2j"/>
  428. <constraint firstItem="wUy-ZZ-NV6" firstAttribute="leading" secondItem="W3o-fN-rOw" secondAttribute="trailing" constant="10" id="zjb-QB-E8h"/>
  429. </constraints>
  430. </customView>
  431. <textField focusRingType="none" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="PHX-fM-ig4">
  432. <rect key="frame" x="248" y="38" width="40" height="20"/>
  433. <constraints>
  434. <constraint firstAttribute="height" constant="20" id="fBk-ak-0rC"/>
  435. <constraint firstAttribute="width" constant="40" id="wTk-f4-2I6"/>
  436. </constraints>
  437. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" drawsBackground="YES" id="h5o-ZD-SZm">
  438. <font key="font" metaFont="system"/>
  439. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  440. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  441. </textFieldCell>
  442. </textField>
  443. </subviews>
  444. <constraints>
  445. <constraint firstItem="8gW-RC-WdR" firstAttribute="trailing" secondItem="YpY-Ar-kl8" secondAttribute="trailing" id="0Ed-ZX-X1r"/>
  446. <constraint firstItem="PHX-fM-ig4" firstAttribute="centerY" secondItem="6qL-r4-WZt" secondAttribute="centerY" id="5ic-2G-sgr"/>
  447. <constraint firstAttribute="trailing" secondItem="YpY-Ar-kl8" secondAttribute="trailing" constant="20" id="9Ws-ve-j1e"/>
  448. <constraint firstItem="8gW-RC-WdR" firstAttribute="leading" secondItem="6qL-r4-WZt" secondAttribute="trailing" constant="66" id="AbF-7j-m9Y"/>
  449. <constraint firstItem="PHX-fM-ig4" firstAttribute="leading" secondItem="6qL-r4-WZt" secondAttribute="trailing" constant="6" id="BrZ-8V-8DH"/>
  450. <constraint firstItem="YpY-Ar-kl8" firstAttribute="top" secondItem="Hyb-Pp-Gl1" secondAttribute="top" constant="21" id="FG3-5C-66y"/>
  451. <constraint firstAttribute="bottom" secondItem="8gW-RC-WdR" secondAttribute="bottom" constant="36" id="KLC-7T-KLi"/>
  452. <constraint firstItem="YpY-Ar-kl8" firstAttribute="leading" secondItem="Hyb-Pp-Gl1" secondAttribute="leading" constant="20" id="Lmf-VZ-S70"/>
  453. <constraint firstItem="8gW-RC-WdR" firstAttribute="centerY" secondItem="6qL-r4-WZt" secondAttribute="centerY" id="MwS-co-SHp"/>
  454. <constraint firstItem="8gW-RC-WdR" firstAttribute="top" secondItem="YpY-Ar-kl8" secondAttribute="bottom" constant="16" id="Ne3-Th-qw4"/>
  455. <constraint firstItem="hTk-co-rOw" firstAttribute="leading" secondItem="YpY-Ar-kl8" secondAttribute="leading" id="qkf-J1-2P4"/>
  456. <constraint firstItem="8gW-RC-WdR" firstAttribute="centerY" secondItem="hTk-co-rOw" secondAttribute="centerY" id="s5g-8D-jek"/>
  457. </constraints>
  458. </view>
  459. </tabViewItem>
  460. <tabViewItem label="Image" identifier="3" id="vK7-WT-TxV">
  461. <view key="view" id="NwE-bi-Hgk">
  462. <rect key="frame" x="10" y="33" width="556" height="290"/>
  463. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  464. <subviews>
  465. <customView translatesAutoresizingMaskIntoConstraints="NO" id="mpG-Sx-Pe8" customClass="KMPDFSignatureImageView" customModule="PDF_Reader_Pro" customModuleProvider="target">
  466. <rect key="frame" x="20" y="40" width="516" height="229"/>
  467. <subviews>
  468. <customView translatesAutoresizingMaskIntoConstraints="NO" id="BdH-VL-hQf">
  469. <rect key="frame" x="138" y="81" width="240" height="68"/>
  470. <subviews>
  471. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="ZaA-uR-3WB">
  472. <rect key="frame" x="111" y="29" width="18" height="17"/>
  473. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="or" id="wfl-jK-Qgx">
  474. <font key="font" metaFont="system" size="14"/>
  475. <color key="textColor" red="0.3921568627" green="0.3921568627" blue="0.3921568627" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  476. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  477. </textFieldCell>
  478. </textField>
  479. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="3D8-bL-P1k">
  480. <rect key="frame" x="8" y="51" width="224" height="17"/>
  481. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="center" title="Drag image here" id="Wzz-YY-UHL">
  482. <font key="font" metaFont="system" size="14"/>
  483. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  484. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  485. </textFieldCell>
  486. </textField>
  487. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="7oB-5a-zwH">
  488. <rect key="frame" x="68" y="-7" width="105" height="32"/>
  489. <buttonCell key="cell" type="push" title="Select a file" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="tKF-mG-edD">
  490. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  491. <font key="font" metaFont="system"/>
  492. <string key="keyEquivalent" base64-UTF8="YES">
  493. DQ
  494. </string>
  495. </buttonCell>
  496. <constraints>
  497. <constraint firstAttribute="height" constant="20" id="eTG-Lz-5rx"/>
  498. </constraints>
  499. <connections>
  500. <action selector="buttonItemClick_SelectPhoto:" target="mpG-Sx-Pe8" id="CbX-fd-MLn"/>
  501. </connections>
  502. </button>
  503. </subviews>
  504. <constraints>
  505. <constraint firstAttribute="bottom" secondItem="7oB-5a-zwH" secondAttribute="bottom" id="1pV-ke-syG"/>
  506. <constraint firstItem="ZaA-uR-3WB" firstAttribute="centerX" secondItem="BdH-VL-hQf" secondAttribute="centerX" id="3gL-B4-51E"/>
  507. <constraint firstItem="ZaA-uR-3WB" firstAttribute="top" secondItem="3D8-bL-P1k" secondAttribute="bottom" constant="5" id="Nhz-XZ-QNd"/>
  508. <constraint firstAttribute="width" constant="240" id="NlE-Se-sYu"/>
  509. <constraint firstItem="3D8-bL-P1k" firstAttribute="leading" secondItem="BdH-VL-hQf" secondAttribute="leading" constant="10" id="RAH-8g-sJy"/>
  510. <constraint firstItem="7oB-5a-zwH" firstAttribute="centerX" secondItem="BdH-VL-hQf" secondAttribute="centerX" id="Uxz-9v-Nlj"/>
  511. <constraint firstAttribute="height" constant="68" id="bCo-T5-74k"/>
  512. <constraint firstAttribute="trailing" secondItem="3D8-bL-P1k" secondAttribute="trailing" constant="10" id="c7z-hd-IYy"/>
  513. <constraint firstItem="3D8-bL-P1k" firstAttribute="top" secondItem="BdH-VL-hQf" secondAttribute="top" id="hvK-An-yWN"/>
  514. </constraints>
  515. </customView>
  516. </subviews>
  517. <constraints>
  518. <constraint firstItem="BdH-VL-hQf" firstAttribute="centerY" secondItem="mpG-Sx-Pe8" secondAttribute="centerY" id="PUC-Oj-XyB"/>
  519. <constraint firstItem="BdH-VL-hQf" firstAttribute="centerX" secondItem="mpG-Sx-Pe8" secondAttribute="centerX" id="sLQ-3m-vfr"/>
  520. </constraints>
  521. <connections>
  522. <outlet property="dragButton" destination="7oB-5a-zwH" id="ag9-Pd-5Yp"/>
  523. <outlet property="heraLabel" destination="3D8-bL-P1k" id="exe-J6-9ex"/>
  524. <outlet property="orLabel" destination="ZaA-uR-3WB" id="o3A-yl-1Wc"/>
  525. <outlet property="pictureView" destination="BdH-VL-hQf" id="uEm-rt-8Ia"/>
  526. </connections>
  527. </customView>
  528. </subviews>
  529. <constraints>
  530. <constraint firstItem="mpG-Sx-Pe8" firstAttribute="leading" secondItem="NwE-bi-Hgk" secondAttribute="leading" constant="20" id="Nq5-hl-i8c"/>
  531. <constraint firstAttribute="trailing" secondItem="mpG-Sx-Pe8" secondAttribute="trailing" constant="20" id="aZ6-LO-Ode"/>
  532. <constraint firstAttribute="bottom" secondItem="mpG-Sx-Pe8" secondAttribute="bottom" constant="40" id="mZl-dN-Ure"/>
  533. <constraint firstItem="mpG-Sx-Pe8" firstAttribute="top" secondItem="NwE-bi-Hgk" secondAttribute="top" constant="21" id="tqR-HN-No3"/>
  534. </constraints>
  535. </view>
  536. </tabViewItem>
  537. </tabViewItems>
  538. </tabView>
  539. <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="8sI-6n-jcW">
  540. <rect key="frame" x="126" y="20" width="229" height="16"/>
  541. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="center" title="Press &quot;esc&quot; to disable the Trackpad." id="m48-yd-Nf0">
  542. <font key="font" metaFont="system"/>
  543. <color key="textColor" red="0.18823529410000001" green="0.51764705879999995" blue="0.98431372549999996" alpha="1" colorSpace="calibratedRGB"/>
  544. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  545. </textFieldCell>
  546. </textField>
  547. </subviews>
  548. <constraints>
  549. <constraint firstItem="j7L-83-3Ut" firstAttribute="top" secondItem="cnS-vP-U1z" secondAttribute="bottom" constant="21" id="57K-cG-PdO"/>
  550. <constraint firstItem="9qj-7Y-28D" firstAttribute="leading" secondItem="cnS-vP-U1z" secondAttribute="leading" id="85g-H0-pM2"/>
  551. <constraint firstAttribute="bottom" secondItem="j7L-83-3Ut" secondAttribute="bottom" constant="18" id="AlF-Ra-vWr"/>
  552. <constraint firstItem="j7L-83-3Ut" firstAttribute="trailing" secondItem="cnS-vP-U1z" secondAttribute="trailing" id="Cj3-ke-B8k"/>
  553. <constraint firstItem="cnS-vP-U1z" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" constant="14" id="DLz-RY-xmu"/>
  554. <constraint firstItem="j7L-83-3Ut" firstAttribute="leading" secondItem="s0y-mf-WpS" secondAttribute="trailing" constant="8" id="X9g-V2-3wh"/>
  555. <constraint firstItem="j7L-83-3Ut" firstAttribute="centerY" secondItem="s0y-mf-WpS" secondAttribute="centerY" id="Y4D-k0-sM3"/>
  556. <constraint firstItem="j7L-83-3Ut" firstAttribute="centerY" secondItem="9qj-7Y-28D" secondAttribute="centerY" id="ccU-qA-3KC"/>
  557. <constraint firstAttribute="trailing" secondItem="cnS-vP-U1z" secondAttribute="trailing" constant="14" id="lLG-lw-5Yc"/>
  558. <constraint firstItem="s0y-mf-WpS" firstAttribute="centerY" secondItem="8sI-6n-jcW" secondAttribute="centerY" id="o8L-NT-cYh"/>
  559. <constraint firstItem="8sI-6n-jcW" firstAttribute="centerX" secondItem="se5-gp-TjO" secondAttribute="centerX" constant="-55" id="qgN-ns-yvO"/>
  560. <constraint firstItem="cnS-vP-U1z" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" constant="21" id="zPT-Tb-gaP"/>
  561. </constraints>
  562. </view>
  563. <connections>
  564. <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
  565. </connections>
  566. <point key="canvasLocation" x="-158" y="114"/>
  567. </window>
  568. <menuItem title="Font" id="Bgp-vT-51J">
  569. <attributedString key="attributedTitle"/>
  570. <modifierMask key="keyEquivalentModifierMask"/>
  571. <menu key="submenu" title="Font" systemMenu="font" id="NPH-NP-lJS">
  572. <items>
  573. <menuItem title="Show Fonts" keyEquivalent="t" id="uof-f0-PYw">
  574. <connections>
  575. <action selector="orderFrontFontPanel:" target="wyz-2S-MNY" id="nOq-gE-ORo"/>
  576. </connections>
  577. </menuItem>
  578. <menuItem title="Bold" tag="2" keyEquivalent="b" id="tDu-4U-w2p">
  579. <connections>
  580. <action selector="addFontTrait:" target="wyz-2S-MNY" id="rVI-xr-G8J"/>
  581. </connections>
  582. </menuItem>
  583. <menuItem title="Italic" tag="1" keyEquivalent="i" id="caa-9k-YLw">
  584. <connections>
  585. <action selector="addFontTrait:" target="wyz-2S-MNY" id="oqS-4o-gRd"/>
  586. </connections>
  587. </menuItem>
  588. <menuItem title="Underline" keyEquivalent="u" id="xem-BC-ZPu">
  589. <connections>
  590. <action selector="underline:" target="-1" id="j0g-8Z-ZI3"/>
  591. </connections>
  592. </menuItem>
  593. <menuItem isSeparatorItem="YES" id="Qv3-wE-pK4"/>
  594. <menuItem title="Bigger" tag="3" keyEquivalent="+" id="Ec1-fx-dp5">
  595. <connections>
  596. <action selector="modifyFont:" target="wyz-2S-MNY" id="Yuc-ss-hwS"/>
  597. </connections>
  598. </menuItem>
  599. <menuItem title="Smaller" tag="4" keyEquivalent="-" id="haZ-xV-ZGG">
  600. <connections>
  601. <action selector="modifyFont:" target="wyz-2S-MNY" id="Ahb-Vy-uyv"/>
  602. </connections>
  603. </menuItem>
  604. <menuItem isSeparatorItem="YES" id="zMA-3c-Z91"/>
  605. <menuItem title="Kern" id="huX-Kg-0Ky">
  606. <modifierMask key="keyEquivalentModifierMask"/>
  607. <menu key="submenu" title="Kern" id="9h1-Ev-LMA">
  608. <items>
  609. <menuItem title="Use Default" id="bdd-oA-fmP">
  610. <modifierMask key="keyEquivalentModifierMask"/>
  611. <connections>
  612. <action selector="useStandardKerning:" target="-1" id="Ktr-zw-bPd"/>
  613. </connections>
  614. </menuItem>
  615. <menuItem title="Use None" id="CMw-O7-lWK">
  616. <modifierMask key="keyEquivalentModifierMask"/>
  617. <connections>
  618. <action selector="turnOffKerning:" target="-1" id="jsl-9p-oG9"/>
  619. </connections>
  620. </menuItem>
  621. <menuItem title="Tighten" id="pIq-Qb-p0W">
  622. <modifierMask key="keyEquivalentModifierMask"/>
  623. <connections>
  624. <action selector="tightenKerning:" target="-1" id="iPL-Em-0FK"/>
  625. </connections>
  626. </menuItem>
  627. <menuItem title="Loosen" id="IYO-zK-xVK">
  628. <modifierMask key="keyEquivalentModifierMask"/>
  629. <connections>
  630. <action selector="loosenKerning:" target="-1" id="LzA-Rg-uC8"/>
  631. </connections>
  632. </menuItem>
  633. </items>
  634. </menu>
  635. </menuItem>
  636. <menuItem title="Ligatures" id="Cno-Tp-WjR">
  637. <modifierMask key="keyEquivalentModifierMask"/>
  638. <menu key="submenu" title="Ligatures" id="BNB-rD-IXU">
  639. <items>
  640. <menuItem title="Use Default" id="Ik7-w2-aog">
  641. <modifierMask key="keyEquivalentModifierMask"/>
  642. <connections>
  643. <action selector="useStandardLigatures:" target="-1" id="UUm-nQ-Q9r"/>
  644. </connections>
  645. </menuItem>
  646. <menuItem title="Use None" id="fbn-Yd-Tem">
  647. <modifierMask key="keyEquivalentModifierMask"/>
  648. <connections>
  649. <action selector="turnOffLigatures:" target="-1" id="URR-UJ-QNr"/>
  650. </connections>
  651. </menuItem>
  652. <menuItem title="Use All" id="8WB-Dk-tFM">
  653. <modifierMask key="keyEquivalentModifierMask"/>
  654. <connections>
  655. <action selector="useAllLigatures:" target="-1" id="hvn-xw-TH1"/>
  656. </connections>
  657. </menuItem>
  658. </items>
  659. </menu>
  660. </menuItem>
  661. <menuItem title="Baseline" id="V8T-sk-gkc">
  662. <modifierMask key="keyEquivalentModifierMask"/>
  663. <menu key="submenu" title="Baseline" id="Hws-RP-4jY">
  664. <items>
  665. <menuItem title="Use Default" id="TKk-wH-3mJ">
  666. <modifierMask key="keyEquivalentModifierMask"/>
  667. <connections>
  668. <action selector="unscript:" target="-1" id="3Dk-dL-c4g"/>
  669. </connections>
  670. </menuItem>
  671. <menuItem title="Superscript" id="rVP-ya-mG8">
  672. <modifierMask key="keyEquivalentModifierMask"/>
  673. <connections>
  674. <action selector="superscript:" target="-1" id="8PC-V5-omy"/>
  675. </connections>
  676. </menuItem>
  677. <menuItem title="Subscript" id="fI7-we-TQz">
  678. <modifierMask key="keyEquivalentModifierMask"/>
  679. <connections>
  680. <action selector="subscript:" target="-1" id="XEa-o0-hOg"/>
  681. </connections>
  682. </menuItem>
  683. <menuItem title="Raise" id="QeT-1b-Ceb">
  684. <modifierMask key="keyEquivalentModifierMask"/>
  685. <connections>
  686. <action selector="raiseBaseline:" target="-1" id="t2h-eZ-GEf"/>
  687. </connections>
  688. </menuItem>
  689. <menuItem title="Lower" id="FRF-mX-3lp">
  690. <modifierMask key="keyEquivalentModifierMask"/>
  691. <connections>
  692. <action selector="lowerBaseline:" target="-1" id="qpV-Ea-1jv"/>
  693. </connections>
  694. </menuItem>
  695. </items>
  696. </menu>
  697. </menuItem>
  698. <menuItem isSeparatorItem="YES" id="soT-hs-wSb"/>
  699. <menuItem title="Show Colors" keyEquivalent="C" id="QLE-NT-yjI">
  700. <connections>
  701. <action selector="orderFrontColorPanel:" target="-1" id="A29-Ba-D6B"/>
  702. </connections>
  703. </menuItem>
  704. <menuItem isSeparatorItem="YES" id="KTc-22-VF0"/>
  705. <menuItem title="Copy Style" keyEquivalent="c" id="csU-fh-bwb">
  706. <modifierMask key="keyEquivalentModifierMask" option="YES" command="YES"/>
  707. <connections>
  708. <action selector="copyFont:" target="-1" id="fSr-MX-aiY"/>
  709. </connections>
  710. </menuItem>
  711. <menuItem title="Paste Style" keyEquivalent="v" id="4lJ-K5-p7p">
  712. <modifierMask key="keyEquivalentModifierMask" option="YES" command="YES"/>
  713. <connections>
  714. <action selector="pasteFont:" target="-1" id="m7g-fM-epu"/>
  715. </connections>
  716. </menuItem>
  717. </items>
  718. </menu>
  719. </menuItem>
  720. <customObject id="wyz-2S-MNY" customClass="NSFontManager"/>
  721. </objects>
  722. <resources>
  723. <namedColor name="KMAccentColor">
  724. <color red="0.27843137254901962" green="0.49411764705882355" blue="0.87058823529411766" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  725. </namedColor>
  726. </resources>
  727. </document>