NotesPanel.xib 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21507" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
  3. <dependencies>
  4. <deployment version="1060" 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="KMNotesPanelController" customModule="PDF_Master" customModuleProvider="target">
  10. <connections>
  11. <outlet property="window" destination="5" id="21"/>
  12. </connections>
  13. </customObject>
  14. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  15. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  16. <window title="Notes" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" hidesOnDeactivate="YES" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="5" userLabel="Window" customClass="NSPanel">
  17. <windowStyleMask key="styleMask" titled="YES" closable="YES" utility="YES" nonactivatingPanel="YES"/>
  18. <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
  19. <rect key="contentRect" x="242" y="611" width="288" height="128"/>
  20. <rect key="screenRect" x="0.0" y="0.0" width="1440" height="875"/>
  21. <value key="minSize" type="size" width="203" height="113"/>
  22. <view key="contentView" id="6">
  23. <rect key="frame" x="0.0" y="0.0" width="288" height="128"/>
  24. <autoresizingMask key="autoresizingMask"/>
  25. <subviews>
  26. <button verticalHuggingPriority="750" imageHugsTitle="YES" id="7">
  27. <rect key="frame" x="10" y="96" width="130" height="23"/>
  28. <autoresizingMask key="autoresizingMask"/>
  29. <buttonCell key="cell" type="smallSquare" title="Text" bezelStyle="smallSquare" image="KMImageNameToolbarFreeText" imagePosition="leading" alignment="left" controlSize="small" borderStyle="border" inset="2" id="32">
  30. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  31. <font key="font" metaFont="smallSystem"/>
  32. </buttonCell>
  33. <connections>
  34. <action selector="addNote:" target="-2" id="23"/>
  35. </connections>
  36. </button>
  37. <button verticalHuggingPriority="750" tag="1" imageHugsTitle="YES" id="8">
  38. <rect key="frame" x="10" y="67" width="130" height="23"/>
  39. <autoresizingMask key="autoresizingMask"/>
  40. <buttonCell key="cell" type="smallSquare" title="Anchored" bezelStyle="smallSquare" image="KMImageNameToolbarNote" imagePosition="leading" alignment="left" controlSize="small" borderStyle="border" tag="1" inset="2" id="33">
  41. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  42. <font key="font" metaFont="smallSystem"/>
  43. </buttonCell>
  44. <connections>
  45. <action selector="addNote:" target="-2" id="24"/>
  46. </connections>
  47. </button>
  48. <button verticalHuggingPriority="750" tag="2" imageHugsTitle="YES" id="15">
  49. <rect key="frame" x="10" y="38" width="130" height="23"/>
  50. <autoresizingMask key="autoresizingMask"/>
  51. <buttonCell key="cell" type="smallSquare" title="Circle" bezelStyle="smallSquare" image="KMImageNameToolbarCircle" imagePosition="leading" alignment="left" controlSize="small" borderStyle="border" tag="2" inset="2" id="34">
  52. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  53. <font key="font" metaFont="smallSystem"/>
  54. </buttonCell>
  55. <connections>
  56. <action selector="addNote:" target="-2" id="25"/>
  57. </connections>
  58. </button>
  59. <button verticalHuggingPriority="750" tag="3" imageHugsTitle="YES" id="16">
  60. <rect key="frame" x="10" y="9" width="130" height="23"/>
  61. <autoresizingMask key="autoresizingMask"/>
  62. <buttonCell key="cell" type="smallSquare" title="Rectangle" bezelStyle="smallSquare" image="KMImageNameToolbarSquare" imagePosition="leading" alignment="left" controlSize="small" borderStyle="border" tag="3" inset="2" id="35">
  63. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  64. <font key="font" metaFont="smallSystem"/>
  65. </buttonCell>
  66. <connections>
  67. <action selector="addNote:" target="-2" id="26"/>
  68. </connections>
  69. </button>
  70. <button verticalHuggingPriority="750" tag="4" imageHugsTitle="YES" id="17">
  71. <rect key="frame" x="148" y="96" width="130" height="23"/>
  72. <autoresizingMask key="autoresizingMask"/>
  73. <buttonCell key="cell" type="smallSquare" title="Highlight" bezelStyle="smallSquare" image="KMImageNameToolbarHighlight" imagePosition="leading" alignment="left" controlSize="small" borderStyle="border" tag="4" inset="2" id="36">
  74. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  75. <font key="font" metaFont="smallSystem"/>
  76. </buttonCell>
  77. <connections>
  78. <action selector="addNote:" target="-2" id="27"/>
  79. </connections>
  80. </button>
  81. <button verticalHuggingPriority="750" tag="5" imageHugsTitle="YES" id="18">
  82. <rect key="frame" x="148" y="68" width="130" height="23"/>
  83. <autoresizingMask key="autoresizingMask"/>
  84. <buttonCell key="cell" type="smallSquare" title="Underline" bezelStyle="smallSquare" image="KMImageNameToolbarUnderline" imagePosition="leading" alignment="left" controlSize="small" borderStyle="border" tag="5" inset="2" id="37">
  85. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  86. <font key="font" metaFont="smallSystem"/>
  87. </buttonCell>
  88. <connections>
  89. <action selector="addNote:" target="-2" id="28"/>
  90. </connections>
  91. </button>
  92. <button verticalHuggingPriority="750" tag="6" imageHugsTitle="YES" id="19">
  93. <rect key="frame" x="148" y="38" width="130" height="23"/>
  94. <autoresizingMask key="autoresizingMask"/>
  95. <buttonCell key="cell" type="smallSquare" title="Strikethrough" bezelStyle="smallSquare" image="KMImageNameToolbarStrickout" imagePosition="leading" alignment="left" controlSize="small" borderStyle="border" tag="6" inset="2" id="38">
  96. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  97. <font key="font" metaFont="smallSystem"/>
  98. </buttonCell>
  99. <connections>
  100. <action selector="addNote:" target="-2" id="29"/>
  101. </connections>
  102. </button>
  103. <button verticalHuggingPriority="750" tag="7" imageHugsTitle="YES" id="20">
  104. <rect key="frame" x="148" y="10" width="130" height="23"/>
  105. <autoresizingMask key="autoresizingMask"/>
  106. <buttonCell key="cell" type="smallSquare" title="Line" bezelStyle="smallSquare" image="KMImageNameToolbarLine" imagePosition="leading" alignment="left" controlSize="small" borderStyle="border" tag="7" inset="2" id="39">
  107. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  108. <font key="font" metaFont="smallSystem"/>
  109. </buttonCell>
  110. <connections>
  111. <action selector="addNote:" target="-2" id="30"/>
  112. </connections>
  113. </button>
  114. </subviews>
  115. </view>
  116. <connections>
  117. <outlet property="delegate" destination="-2" id="22"/>
  118. </connections>
  119. <point key="canvasLocation" x="98" y="-78"/>
  120. </window>
  121. </objects>
  122. <resources>
  123. <image name="KMImageNameToolbarCircle" width="20" height="20"/>
  124. <image name="KMImageNameToolbarFreeText" width="20" height="20"/>
  125. <image name="KMImageNameToolbarHighlight" width="20" height="20"/>
  126. <image name="KMImageNameToolbarLine" width="20" height="20"/>
  127. <image name="KMImageNameToolbarNote" width="20" height="20"/>
  128. <image name="KMImageNameToolbarSquare" width="20" height="20"/>
  129. <image name="KMImageNameToolbarStrickout" width="20" height="20"/>
  130. <image name="KMImageNameToolbarUnderline" width="20" height="20"/>
  131. </resources>
  132. </document>