InfoWindow.xib 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  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="101200" 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="KMInfoWindowController" customModule="PDF_Master" customModuleProvider="target">
  10. <connections>
  11. <outlet property="attributesTableView" destination="235" id="244"/>
  12. <outlet property="summaryTableView" destination="225" id="231"/>
  13. <outlet property="tabView" destination="91" id="221"/>
  14. <outlet property="window" destination="5" id="85"/>
  15. </connections>
  16. </customObject>
  17. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  18. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  19. <window title="Document Info" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" hidesOnDeactivate="YES" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="5" userLabel="Window" customClass="NSPanel">
  20. <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES" utility="YES"/>
  21. <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
  22. <rect key="contentRect" x="50" y="489" width="460" height="375"/>
  23. <rect key="screenRect" x="0.0" y="0.0" width="1440" height="875"/>
  24. <value key="minSize" type="size" width="280" height="273"/>
  25. <view key="contentView" id="6">
  26. <rect key="frame" x="0.0" y="0.0" width="460" height="375"/>
  27. <autoresizingMask key="autoresizingMask"/>
  28. <subviews>
  29. <tabView fixedFrame="YES" controlSize="small" translatesAutoresizingMaskIntoConstraints="NO" id="91">
  30. <rect key="frame" x="13" y="10" width="434" height="348"/>
  31. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  32. <tabViewItems>
  33. <tabViewItem label="Summary" identifier="1" id="94">
  34. <view key="view" id="95">
  35. <rect key="frame" x="10" y="29" width="414" height="306"/>
  36. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  37. <subviews>
  38. <scrollView focusRingType="none" fixedFrame="YES" borderType="none" autohidesScrollers="YES" horizontalLineScroll="22" horizontalPageScroll="10" verticalLineScroll="22" verticalPageScroll="10" hasHorizontalScroller="NO" hasVerticalScroller="NO" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="222">
  39. <rect key="frame" x="17" y="17" width="380" height="283"/>
  40. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  41. <clipView key="contentView" drawsBackground="NO" copiesOnScroll="NO" id="tba-ii-VJE">
  42. <rect key="frame" x="0.0" y="0.0" width="380" height="283"/>
  43. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  44. <subviews>
  45. <tableView focusRingType="none" verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" tableStyle="fullWidth" columnReordering="NO" columnResizing="NO" multipleSelection="NO" autosaveColumns="NO" typeSelect="NO" rowHeight="20" rowSizeStyle="automatic" viewBased="YES" id="225">
  46. <rect key="frame" x="0.0" y="0.0" width="389" height="283"/>
  47. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  48. <size key="intercellSpacing" width="3" height="2"/>
  49. <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="calibratedRGB"/>
  50. <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
  51. <tableColumns>
  52. <tableColumn identifier="label" editable="NO" width="170" minWidth="10" maxWidth="1000" id="227">
  53. <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="right">
  54. <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
  55. <color key="backgroundColor" white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/>
  56. </tableHeaderCell>
  57. <textFieldCell key="dataCell" controlSize="small" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" alignment="right" id="230">
  58. <font key="font" metaFont="system" size="10"/>
  59. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  60. <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
  61. </textFieldCell>
  62. <prototypeCellViews>
  63. <tableCellView id="25E-Ke-ppN">
  64. <rect key="frame" x="1" y="1" width="175" height="20"/>
  65. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  66. <subviews>
  67. <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="5th-JE-oef">
  68. <rect key="frame" x="0.0" y="0.0" width="175" height="20"/>
  69. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  70. <textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" alignment="right" title="Table View Cell" id="qq9-zL-lzR">
  71. <font key="font" metaFont="system" size="10"/>
  72. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  73. <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
  74. </textFieldCell>
  75. </textField>
  76. </subviews>
  77. <connections>
  78. <outlet property="textField" destination="5th-JE-oef" id="921-rD-yzR"/>
  79. </connections>
  80. </tableCellView>
  81. </prototypeCellViews>
  82. </tableColumn>
  83. <tableColumn identifier="value" editable="NO" width="204" minWidth="40" maxWidth="1000" id="228">
  84. <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left">
  85. <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
  86. <color key="backgroundColor" white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/>
  87. </tableHeaderCell>
  88. <textFieldCell key="dataCell" controlSize="small" lineBreakMode="truncatingTail" alignment="left" id="229">
  89. <font key="font" metaFont="smallSystem"/>
  90. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  91. <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
  92. </textFieldCell>
  93. <prototypeCellViews>
  94. <tableCellView id="bVV-ZZ-6xf">
  95. <rect key="frame" x="179" y="1" width="208" height="20"/>
  96. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  97. <subviews>
  98. <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="dwn-wA-MZs">
  99. <rect key="frame" x="0.0" y="0.0" width="208" height="20"/>
  100. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  101. <textFieldCell key="cell" lineBreakMode="truncatingTail" alignment="left" title="Table View Cell" id="vGP-39-1J7">
  102. <font key="font" metaFont="smallSystem"/>
  103. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  104. <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
  105. </textFieldCell>
  106. </textField>
  107. </subviews>
  108. <connections>
  109. <outlet property="textField" destination="dwn-wA-MZs" id="bce-Aj-T7m"/>
  110. </connections>
  111. </tableCellView>
  112. </prototypeCellViews>
  113. </tableColumn>
  114. </tableColumns>
  115. <connections>
  116. <outlet property="dataSource" destination="-2" id="232"/>
  117. <outlet property="delegate" destination="-2" id="233"/>
  118. </connections>
  119. </tableView>
  120. </subviews>
  121. </clipView>
  122. <scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="YES" id="224">
  123. <rect key="frame" x="-100" y="-100" width="139" height="15"/>
  124. <autoresizingMask key="autoresizingMask"/>
  125. </scroller>
  126. <scroller key="verticalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" doubleValue="1" horizontal="NO" id="223">
  127. <rect key="frame" x="-100" y="-100" width="15" height="102"/>
  128. <autoresizingMask key="autoresizingMask"/>
  129. </scroller>
  130. </scrollView>
  131. </subviews>
  132. </view>
  133. </tabViewItem>
  134. <tabViewItem label="Attributes" identifier="2" id="92">
  135. <view key="view" id="93">
  136. <rect key="frame" x="10" y="25" width="414" height="310"/>
  137. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  138. <subviews>
  139. <scrollView focusRingType="none" fixedFrame="YES" borderType="none" autohidesScrollers="YES" horizontalLineScroll="22" horizontalPageScroll="10" verticalLineScroll="22" verticalPageScroll="10" hasHorizontalScroller="NO" hasVerticalScroller="NO" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="234">
  140. <rect key="frame" x="17" y="17" width="380" height="287"/>
  141. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  142. <clipView key="contentView" drawsBackground="NO" copiesOnScroll="NO" id="RKB-CK-2VI">
  143. <rect key="frame" x="0.0" y="0.0" width="380" height="287"/>
  144. <autoresizingMask key="autoresizingMask"/>
  145. <subviews>
  146. <tableView focusRingType="none" verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" tableStyle="fullWidth" columnReordering="NO" columnResizing="NO" multipleSelection="NO" autosaveColumns="NO" typeSelect="NO" rowHeight="20" rowSizeStyle="automatic" viewBased="YES" id="235">
  147. <rect key="frame" x="0.0" y="0.0" width="389" height="287"/>
  148. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  149. <size key="intercellSpacing" width="3" height="2"/>
  150. <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="calibratedRGB"/>
  151. <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
  152. <tableColumns>
  153. <tableColumn identifier="label" editable="NO" width="101" minWidth="10" maxWidth="1000" id="239">
  154. <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="right">
  155. <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
  156. <color key="backgroundColor" white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/>
  157. </tableHeaderCell>
  158. <textFieldCell key="dataCell" controlSize="small" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="right" id="240">
  159. <font key="font" metaFont="system" size="10"/>
  160. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  161. <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
  162. </textFieldCell>
  163. <prototypeCellViews>
  164. <tableCellView id="dmw-dt-hjJ">
  165. <rect key="frame" x="1" y="1" width="106" height="20"/>
  166. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  167. <subviews>
  168. <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="hp3-C1-WWg">
  169. <rect key="frame" x="0.0" y="0.0" width="106" height="20"/>
  170. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  171. <textFieldCell key="cell" lineBreakMode="truncatingTail" alignment="right" title="Table View Cell" id="5b2-bn-k78">
  172. <font key="font" metaFont="system" size="10"/>
  173. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  174. <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
  175. </textFieldCell>
  176. </textField>
  177. </subviews>
  178. <connections>
  179. <outlet property="textField" destination="hp3-C1-WWg" id="LGA-ZK-pA4"/>
  180. </connections>
  181. </tableCellView>
  182. </prototypeCellViews>
  183. </tableColumn>
  184. <tableColumn identifier="value" editable="NO" width="273" minWidth="40" maxWidth="1000" id="238">
  185. <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left">
  186. <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
  187. <color key="backgroundColor" white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/>
  188. </tableHeaderCell>
  189. <textFieldCell key="dataCell" controlSize="small" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" id="241">
  190. <font key="font" metaFont="smallSystem"/>
  191. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  192. <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
  193. </textFieldCell>
  194. <prototypeCellViews>
  195. <tableCellView id="Hy9-Vo-KlW">
  196. <rect key="frame" x="110" y="1" width="277" height="20"/>
  197. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  198. <subviews>
  199. <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="7nQ-KA-LmL">
  200. <rect key="frame" x="0.0" y="0.0" width="277" height="20"/>
  201. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  202. <textFieldCell key="cell" lineBreakMode="truncatingTail" alignment="left" title="Table View Cell" id="myn-CH-eso">
  203. <font key="font" metaFont="smallSystem"/>
  204. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  205. <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
  206. </textFieldCell>
  207. </textField>
  208. </subviews>
  209. <connections>
  210. <outlet property="textField" destination="7nQ-KA-LmL" id="oNn-tK-BUK"/>
  211. </connections>
  212. </tableCellView>
  213. </prototypeCellViews>
  214. </tableColumn>
  215. </tableColumns>
  216. <connections>
  217. <outlet property="dataSource" destination="-2" id="242"/>
  218. <outlet property="delegate" destination="-2" id="243"/>
  219. </connections>
  220. </tableView>
  221. </subviews>
  222. </clipView>
  223. <scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="YES" id="236">
  224. <rect key="frame" x="-100" y="-100" width="139" height="15"/>
  225. <autoresizingMask key="autoresizingMask"/>
  226. </scroller>
  227. <scroller key="verticalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" doubleValue="1" horizontal="NO" id="237">
  228. <rect key="frame" x="-100" y="-100" width="15" height="102"/>
  229. <autoresizingMask key="autoresizingMask"/>
  230. </scroller>
  231. </scrollView>
  232. </subviews>
  233. </view>
  234. </tabViewItem>
  235. </tabViewItems>
  236. <connections>
  237. <outlet property="delegate" destination="-2" id="dfd-e8-xak"/>
  238. </connections>
  239. </tabView>
  240. </subviews>
  241. </view>
  242. <connections>
  243. <outlet property="delegate" destination="-2" id="86"/>
  244. </connections>
  245. <point key="canvasLocation" x="-430" y="-59"/>
  246. </window>
  247. </objects>
  248. </document>