KMBatchOperateLeftViewController.xib 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358
  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 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="KMBatchOperateLeftViewController" customModule="PDF_Reader_Pro" customModuleProvider="target">
  10. <connections>
  11. <outlet property="DPIColumn" destination="AKG-QZ-eeC" id="Glj-ry-TZJ"/>
  12. <outlet property="blankView" destination="G6v-if-4fr" id="0kN-km-HnU"/>
  13. <outlet property="deleteFileButton" destination="0F7-Ym-8wO" id="o5S-Qq-ATj"/>
  14. <outlet property="deleteMenuItem" destination="1Q4-gp-Cqq" id="E6c-72-nML"/>
  15. <outlet property="dimensionsTableColumn" destination="BoK-gf-WJ0" id="mSb-dx-7lD"/>
  16. <outlet property="fileNameTableColumn" destination="TTZ-qf-vYt" id="n4b-bH-idi"/>
  17. <outlet property="headerOperateView" destination="yD5-qe-EWK" id="JKv-Jb-TvN"/>
  18. <outlet property="indexTableColumn" destination="dvO-PE-2DL" id="Vfs-iI-K2r"/>
  19. <outlet property="pageRangeTableColumn" destination="1OD-xa-ZwP" id="6Nl-wU-NzL"/>
  20. <outlet property="selectFileButton" destination="9ff-Qn-trv" id="Ph2-LQ-bVq"/>
  21. <outlet property="showInFinderMenuItem" destination="pcS-mu-f3A" id="kvn-d6-7Az"/>
  22. <outlet property="sizeTableColumn" destination="Jv9-CS-hrB" id="PCA-0X-l78"/>
  23. <outlet property="stateTableColumn" destination="vhM-02-bDl" id="STX-VS-KmA"/>
  24. <outlet property="tableView" destination="iqp-fI-b2v" id="VOu-Ji-UNl"/>
  25. <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
  26. </connections>
  27. </customObject>
  28. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  29. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  30. <customView misplaced="YES" id="Hz6-mo-xeY">
  31. <rect key="frame" x="0.0" y="0.0" width="698" height="464"/>
  32. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  33. <subviews>
  34. <customView translatesAutoresizingMaskIntoConstraints="NO" id="yD5-qe-EWK">
  35. <rect key="frame" x="0.0" y="400" width="718" height="64"/>
  36. <subviews>
  37. <button verticalHuggingPriority="750" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="9ff-Qn-trv" customClass="KMLongerButton" customModule="PDF_Reader_Pro" customModuleProvider="target">
  38. <rect key="frame" x="24" y="12" width="109" height="32"/>
  39. <constraints>
  40. <constraint firstAttribute="width" constant="109" id="B3Q-g0-yID"/>
  41. <constraint firstAttribute="height" constant="32" id="tvc-9W-44T"/>
  42. </constraints>
  43. <buttonCell key="cell" type="square" title="Add File..." bezelStyle="shadowlessSquare" image="KMImageNameUXIconBtnAddHov" imagePosition="left" alignment="center" lineBreakMode="truncatingTail" inset="2" id="GI3-CE-S91" customClass="KMButtomCell">
  44. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  45. <font key="font" metaFont="system"/>
  46. </buttonCell>
  47. </button>
  48. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="0F7-Ym-8wO">
  49. <rect key="frame" x="662" y="12" width="32" height="32"/>
  50. <constraints>
  51. <constraint firstAttribute="height" constant="32" id="I4I-Jh-3OK"/>
  52. <constraint firstAttribute="width" constant="32" id="nPO-97-IsQ"/>
  53. </constraints>
  54. <buttonCell key="cell" type="square" title="Button" bezelStyle="shadowlessSquare" image="KMImageNameUXIconBtnDeletNor" imagePosition="only" alignment="center" alternateImage="KMImageNameUXIconBtnDeletHov" imageScaling="proportionallyDown" inset="2" id="F2E-HK-Xqi">
  55. <behavior key="behavior" lightByContents="YES"/>
  56. <font key="font" metaFont="system"/>
  57. </buttonCell>
  58. <connections>
  59. <action selector="buttonClicked_DeleteFile:" target="-2" id="Bv8-Ml-MTp"/>
  60. </connections>
  61. </button>
  62. </subviews>
  63. <constraints>
  64. <constraint firstItem="9ff-Qn-trv" firstAttribute="top" secondItem="yD5-qe-EWK" secondAttribute="top" constant="20" id="0uA-Td-L8O"/>
  65. <constraint firstAttribute="trailing" secondItem="0F7-Ym-8wO" secondAttribute="trailing" constant="24" id="1DK-aB-Ulg"/>
  66. <constraint firstAttribute="height" constant="64" id="1XQ-Cb-Icy"/>
  67. <constraint firstItem="0F7-Ym-8wO" firstAttribute="top" secondItem="yD5-qe-EWK" secondAttribute="top" constant="20" id="Nz3-Mo-cBx"/>
  68. <constraint firstItem="9ff-Qn-trv" firstAttribute="leading" secondItem="yD5-qe-EWK" secondAttribute="leading" constant="24" id="ol8-K1-cmb"/>
  69. </constraints>
  70. </customView>
  71. <scrollView autohidesScrollers="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="cSo-1J-C87">
  72. <rect key="frame" x="24" y="0.0" width="670" height="400"/>
  73. <clipView key="contentView" ambiguous="YES" id="5QZ-3D-5sN">
  74. <rect key="frame" x="1" y="1" width="668" height="398"/>
  75. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  76. <subviews>
  77. <tableView verticalHuggingPriority="750" ambiguous="YES" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" columnSelection="YES" multipleSelection="NO" autosaveColumns="NO" rowSizeStyle="automatic" headerView="Mlr-rw-6rm" viewBased="YES" id="iqp-fI-b2v">
  78. <rect key="frame" x="0.0" y="0.0" width="740" height="373"/>
  79. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  80. <size key="intercellSpacing" width="3" height="2"/>
  81. <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
  82. <color key="gridColor" red="1" green="0.64784158279075421" blue="0.26014074763814632" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  83. <tableColumns>
  84. <tableColumn identifier="index" width="72" minWidth="72" maxWidth="72" id="dvO-PE-2DL">
  85. <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="序号">
  86. <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
  87. <color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
  88. </tableHeaderCell>
  89. <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" title="Text Cell" id="czc-3c-yCB">
  90. <font key="font" metaFont="system"/>
  91. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  92. <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
  93. </textFieldCell>
  94. <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
  95. <prototypeCellViews>
  96. <tableCellView id="mJ1-Fh-j8e">
  97. <rect key="frame" x="1" y="1" width="77" height="17"/>
  98. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  99. </tableCellView>
  100. </prototypeCellViews>
  101. </tableColumn>
  102. <tableColumn identifier="fileName" width="100" minWidth="100" maxWidth="1000" id="TTZ-qf-vYt">
  103. <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="文件名">
  104. <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
  105. <color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
  106. </tableHeaderCell>
  107. <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" title="Text Cell" id="ctm-0t-PP7">
  108. <font key="font" metaFont="system"/>
  109. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  110. <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
  111. </textFieldCell>
  112. <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
  113. <prototypeCellViews>
  114. <tableCellView id="Mgh-hp-ErW">
  115. <rect key="frame" x="81" y="1" width="100" height="17"/>
  116. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  117. </tableCellView>
  118. </prototypeCellViews>
  119. </tableColumn>
  120. <tableColumn identifier="pageRange" width="140" minWidth="140" maxWidth="140" id="1OD-xa-ZwP">
  121. <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="页码范围">
  122. <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
  123. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  124. </tableHeaderCell>
  125. <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="LCE-83-k0h">
  126. <font key="font" metaFont="system"/>
  127. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  128. <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
  129. </textFieldCell>
  130. <prototypeCellViews>
  131. <tableCellView id="nlT-SK-XE6" customClass="KMBatchTableCellView" customModule="PDF_Reader_Pro" customModuleProvider="target">
  132. <rect key="frame" x="184" y="1" width="140" height="17"/>
  133. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  134. </tableCellView>
  135. </prototypeCellViews>
  136. </tableColumn>
  137. <tableColumn identifier="size" width="80" minWidth="80" maxWidth="80" id="Jv9-CS-hrB">
  138. <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="大小">
  139. <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
  140. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  141. </tableHeaderCell>
  142. <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="1c7-xc-JTb">
  143. <font key="font" metaFont="system"/>
  144. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  145. <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
  146. </textFieldCell>
  147. <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
  148. <prototypeCellViews>
  149. <tableCellView id="TSm-ys-xdB">
  150. <rect key="frame" x="327" y="1" width="80" height="17"/>
  151. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  152. </tableCellView>
  153. </prototypeCellViews>
  154. </tableColumn>
  155. <tableColumn identifier="status" width="78" minWidth="78" maxWidth="78" id="vhM-02-bDl">
  156. <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="状态">
  157. <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
  158. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  159. </tableHeaderCell>
  160. <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="L91-kp-t6V">
  161. <font key="font" metaFont="system"/>
  162. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  163. <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
  164. </textFieldCell>
  165. <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
  166. <prototypeCellViews>
  167. <tableCellView id="sVm-ab-mJ4">
  168. <rect key="frame" x="410" y="1" width="78" height="17"/>
  169. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  170. <subviews>
  171. <customView translatesAutoresizingMaskIntoConstraints="NO" id="QVD-OT-qtp">
  172. <rect key="frame" x="0.0" y="0.0" width="78" height="17"/>
  173. </customView>
  174. </subviews>
  175. <constraints>
  176. <constraint firstItem="QVD-OT-qtp" firstAttribute="top" secondItem="sVm-ab-mJ4" secondAttribute="top" id="DUg-iq-yMw"/>
  177. <constraint firstAttribute="trailing" secondItem="QVD-OT-qtp" secondAttribute="trailing" id="NLx-yZ-Jn2"/>
  178. <constraint firstItem="QVD-OT-qtp" firstAttribute="leading" secondItem="sVm-ab-mJ4" secondAttribute="leading" id="qjh-3z-1lQ"/>
  179. <constraint firstAttribute="bottom" secondItem="QVD-OT-qtp" secondAttribute="bottom" id="rqk-AF-SwC"/>
  180. </constraints>
  181. </tableCellView>
  182. </prototypeCellViews>
  183. </tableColumn>
  184. <tableColumn identifier="dpi" width="140" minWidth="140" maxWidth="140" id="AKG-QZ-eeC">
  185. <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="DPI">
  186. <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
  187. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  188. </tableHeaderCell>
  189. <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="9SD-ap-m6M">
  190. <font key="font" metaFont="system"/>
  191. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  192. <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
  193. </textFieldCell>
  194. <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
  195. <prototypeCellViews>
  196. <tableCellView id="tdZ-lu-oAc" customClass="KMBatchTableCellView" customModule="PDF_Reader_Pro" customModuleProvider="target">
  197. <rect key="frame" x="491" y="1" width="140" height="17"/>
  198. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  199. </tableCellView>
  200. </prototypeCellViews>
  201. </tableColumn>
  202. <tableColumn identifier="dimensions" width="100" minWidth="100" maxWidth="100" id="BoK-gf-WJ0">
  203. <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="center" title="Dimensions">
  204. <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
  205. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  206. </tableHeaderCell>
  207. <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="w2B-Sb-stM">
  208. <font key="font" metaFont="system"/>
  209. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  210. <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
  211. </textFieldCell>
  212. <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
  213. <prototypeCellViews>
  214. <tableCellView id="nvT-ce-HBH" customClass="KMBatchTableCellView" customModule="PDF_Reader_Pro" customModuleProvider="target">
  215. <rect key="frame" x="634" y="1" width="104" height="17"/>
  216. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  217. </tableCellView>
  218. </prototypeCellViews>
  219. </tableColumn>
  220. </tableColumns>
  221. <connections>
  222. <outlet property="dataSource" destination="-2" id="R8X-VN-ypP"/>
  223. <outlet property="delegate" destination="-2" id="Ie9-A1-7mB"/>
  224. <outlet property="menu" destination="e6T-xh-hi0" id="ai6-yI-pn2"/>
  225. </connections>
  226. </tableView>
  227. </subviews>
  228. </clipView>
  229. <constraints>
  230. <constraint firstAttribute="height" relation="greaterThanOrEqual" constant="400" id="I8C-3u-ERA"/>
  231. <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="670" id="LUW-2r-W1h"/>
  232. </constraints>
  233. <scroller key="horizontalScroller" wantsLayer="YES" verticalHuggingPriority="750" horizontal="YES" id="RBU-7C-fCt">
  234. <rect key="frame" x="1" y="383" width="668" height="16"/>
  235. <autoresizingMask key="autoresizingMask"/>
  236. </scroller>
  237. <scroller key="verticalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="NO" id="32b-Um-caF">
  238. <rect key="frame" x="224" y="17" width="15" height="102"/>
  239. <autoresizingMask key="autoresizingMask"/>
  240. </scroller>
  241. <tableHeaderView key="headerView" wantsLayer="YES" id="Mlr-rw-6rm" customClass="KMTableHeaderView" customModule="PDF_Reader_Pro" customModuleProvider="target">
  242. <rect key="frame" x="0.0" y="0.0" width="740" height="25"/>
  243. <autoresizingMask key="autoresizingMask"/>
  244. </tableHeaderView>
  245. </scrollView>
  246. <customView translatesAutoresizingMaskIntoConstraints="NO" id="G6v-if-4fr" customClass="KMBlankView" customModule="PDF_Reader_Pro" customModuleProvider="target">
  247. <rect key="frame" x="0.0" y="0.0" width="718" height="400"/>
  248. <subviews>
  249. <customView translatesAutoresizingMaskIntoConstraints="NO" id="9GJ-Lf-bRA">
  250. <rect key="frame" x="222" y="105" width="275" height="190"/>
  251. <subviews>
  252. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="aT2-4b-2xG">
  253. <rect key="frame" x="67" y="50" width="140" height="140"/>
  254. <constraints>
  255. <constraint firstAttribute="height" constant="140" id="1br-FU-oB3"/>
  256. <constraint firstAttribute="width" constant="140" id="Hmk-dG-xR7"/>
  257. </constraints>
  258. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="KMImageNameEmptyListNor" id="ZKZ-Y3-Edy"/>
  259. </imageView>
  260. <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="6Hf-rN-RVl">
  261. <rect key="frame" x="86" y="33" width="102" height="17"/>
  262. <textFieldCell key="cell" title="Multiline Label" id="ssO-57-xns">
  263. <font key="font" metaFont="systemSemibold" size="14"/>
  264. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  265. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  266. </textFieldCell>
  267. </textField>
  268. <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="tU6-rc-cEb">
  269. <rect key="frame" x="86" y="8" width="102" height="17"/>
  270. <textFieldCell key="cell" alignment="center" title="Multiline Label" id="7H4-19-ztf">
  271. <font key="font" metaFont="system" size="14"/>
  272. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  273. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  274. </textFieldCell>
  275. </textField>
  276. <button hidden="YES" translatesAutoresizingMaskIntoConstraints="NO" id="8eZ-ia-mtv">
  277. <rect key="frame" x="67" y="50" width="140" height="140"/>
  278. <constraints>
  279. <constraint firstAttribute="height" constant="140" id="FAQ-AI-aUg"/>
  280. <constraint firstAttribute="width" constant="140" id="GF5-QU-DL3"/>
  281. </constraints>
  282. <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" image="KMImageNameEmptyListNor" imagePosition="only" alignment="center" imageScaling="proportionallyDown" inset="2" id="o8j-Uh-3Zt">
  283. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  284. <font key="font" metaFont="system"/>
  285. </buttonCell>
  286. <connections>
  287. <action selector="blankViewAddFileAction:" target="-2" id="wjH-6m-Pc1"/>
  288. </connections>
  289. </button>
  290. </subviews>
  291. <constraints>
  292. <constraint firstItem="tU6-rc-cEb" firstAttribute="top" secondItem="6Hf-rN-RVl" secondAttribute="bottom" constant="8" id="0lT-Bd-z3W"/>
  293. <constraint firstItem="aT2-4b-2xG" firstAttribute="top" secondItem="9GJ-Lf-bRA" secondAttribute="top" id="5f3-wl-J3a"/>
  294. <constraint firstAttribute="bottom" secondItem="tU6-rc-cEb" secondAttribute="bottom" constant="8" id="7jP-8F-Yc5"/>
  295. <constraint firstItem="6Hf-rN-RVl" firstAttribute="centerX" secondItem="9GJ-Lf-bRA" secondAttribute="centerX" id="KME-rV-lsa"/>
  296. <constraint firstItem="6Hf-rN-RVl" firstAttribute="top" secondItem="aT2-4b-2xG" secondAttribute="bottom" id="KWr-uj-plt"/>
  297. <constraint firstItem="tU6-rc-cEb" firstAttribute="centerX" secondItem="9GJ-Lf-bRA" secondAttribute="centerX" id="NWN-9j-uqf"/>
  298. <constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="tU6-rc-cEb" secondAttribute="trailing" id="d8X-Ae-XwQ"/>
  299. <constraint firstAttribute="width" constant="275" id="mYh-dT-Msb"/>
  300. <constraint firstItem="8eZ-ia-mtv" firstAttribute="top" secondItem="aT2-4b-2xG" secondAttribute="top" id="toA-2V-wdv"/>
  301. <constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="6Hf-rN-RVl" secondAttribute="trailing" id="uRe-aH-NNZ"/>
  302. <constraint firstItem="8eZ-ia-mtv" firstAttribute="centerX" secondItem="9GJ-Lf-bRA" secondAttribute="centerX" id="xuT-ew-DiJ"/>
  303. <constraint firstItem="aT2-4b-2xG" firstAttribute="centerX" secondItem="9GJ-Lf-bRA" secondAttribute="centerX" id="yFN-Mz-HoM"/>
  304. </constraints>
  305. </customView>
  306. </subviews>
  307. <constraints>
  308. <constraint firstItem="9GJ-Lf-bRA" firstAttribute="centerY" secondItem="G6v-if-4fr" secondAttribute="centerY" id="IdB-UE-f2e"/>
  309. <constraint firstItem="9GJ-Lf-bRA" firstAttribute="centerX" secondItem="G6v-if-4fr" secondAttribute="centerX" id="kJE-tO-m7r"/>
  310. </constraints>
  311. <connections>
  312. <outlet property="addButton" destination="8eZ-ia-mtv" id="ZcV-Ci-ZIe"/>
  313. <outlet property="imageView" destination="aT2-4b-2xG" id="sQG-IE-mUv"/>
  314. <outlet property="secondTitleLabel" destination="tU6-rc-cEb" id="X2z-T7-8wA"/>
  315. <outlet property="titleLabel" destination="6Hf-rN-RVl" id="xFn-Ai-3qy"/>
  316. </connections>
  317. </customView>
  318. </subviews>
  319. <constraints>
  320. <constraint firstItem="cSo-1J-C87" firstAttribute="top" secondItem="yD5-qe-EWK" secondAttribute="bottom" id="1E9-OU-iH1"/>
  321. <constraint firstItem="G6v-if-4fr" firstAttribute="top" secondItem="yD5-qe-EWK" secondAttribute="bottom" id="BMV-w3-Izh"/>
  322. <constraint firstAttribute="bottom" secondItem="cSo-1J-C87" secondAttribute="bottom" id="C10-cX-Uaf"/>
  323. <constraint firstAttribute="trailing" secondItem="G6v-if-4fr" secondAttribute="trailing" id="F0T-RF-MT0"/>
  324. <constraint firstAttribute="trailing" secondItem="yD5-qe-EWK" secondAttribute="trailing" id="GiE-TH-mjf"/>
  325. <constraint firstAttribute="trailing" secondItem="cSo-1J-C87" secondAttribute="trailing" constant="24" id="LI9-Qj-pnl"/>
  326. <constraint firstItem="G6v-if-4fr" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="byv-Of-n7n"/>
  327. <constraint firstItem="yD5-qe-EWK" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" id="cjX-bE-yQ3"/>
  328. <constraint firstItem="cSo-1J-C87" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="24" id="dk3-8n-swZ"/>
  329. <constraint firstAttribute="bottom" secondItem="G6v-if-4fr" secondAttribute="bottom" id="qqx-eK-gkx"/>
  330. <constraint firstItem="yD5-qe-EWK" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" id="tcr-Fi-EVL"/>
  331. </constraints>
  332. <point key="canvasLocation" x="-73.5" y="561.5"/>
  333. </customView>
  334. <menu id="e6T-xh-hi0">
  335. <items>
  336. <menuItem title="Item 1" id="pcS-mu-f3A">
  337. <modifierMask key="keyEquivalentModifierMask"/>
  338. <connections>
  339. <action selector="menuItem_ShowInFinder:" target="-2" id="AZl-x4-Mk3"/>
  340. </connections>
  341. </menuItem>
  342. <menuItem title="Item" id="1Q4-gp-Cqq">
  343. <modifierMask key="keyEquivalentModifierMask"/>
  344. <connections>
  345. <action selector="menuItem_Delete:" target="-2" id="ALB-dP-f3g"/>
  346. </connections>
  347. </menuItem>
  348. </items>
  349. <point key="canvasLocation" x="-240" y="137"/>
  350. </menu>
  351. </objects>
  352. <resources>
  353. <image name="KMImageNameEmptyListNor" width="200" height="200"/>
  354. <image name="KMImageNameUXIconBtnAddHov" width="16" height="16"/>
  355. <image name="KMImageNameUXIconBtnDeletHov" width="16" height="16"/>
  356. <image name="KMImageNameUXIconBtnDeletNor" width="16" height="16"/>
  357. </resources>
  358. </document>