KMBrowserWindowController.xib 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387
  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="KMBrowserWindowController" customModule="PDF_Master" customModuleProvider="target">
  10. <connections>
  11. <outlet property="fileSearchView_" destination="eJO-4K-8Fw" id="eOY-0e-9xQ"/>
  12. <outlet property="fileUploadPanel" destination="iH2-4t-6uG" id="zAQ-Xv-eYu"/>
  13. <outlet property="homeRightTabStripView_" destination="xy6-xE-uD2" id="G9z-JE-FAM"/>
  14. <outlet property="rightTabStripView_" destination="p5u-KH-T9i" id="Od6-pN-cje"/>
  15. <outlet property="tabContentArea_" destination="iUC-1t-ky0" id="pv3-qk-ePN"/>
  16. <outlet property="topTabStripView_" destination="zbC-Pu-Vky" id="LLd-xv-aak"/>
  17. <outlet property="window" destination="SaV-hU-P1t" id="R8M-Tj-9r5"/>
  18. </connections>
  19. </customObject>
  20. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  21. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  22. <window allowsToolTipsWhenApplicationIsInactive="NO" visibleAtLaunch="NO" appearanceType="aqua" frameAutosaveName="browserWindow" animationBehavior="default" id="SaV-hU-P1t" userLabel="Window" customClass="CTBrowserWindow">
  23. <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES" texturedBackground="YES"/>
  24. <windowCollectionBehavior key="collectionBehavior" fullScreenPrimary="YES"/>
  25. <windowPositionMask key="initialPositionMask" leftStrut="YES" bottomStrut="YES"/>
  26. <rect key="contentRect" x="632" y="533" width="1280" height="800"/>
  27. <rect key="screenRect" x="0.0" y="0.0" width="1800" height="1125"/>
  28. <value key="minSize" type="size" width="460" height="460"/>
  29. <view key="contentView" id="WVd-Ye-yWx">
  30. <rect key="frame" x="0.0" y="0.0" width="1280" height="800"/>
  31. <autoresizingMask key="autoresizingMask"/>
  32. <subviews>
  33. <customView fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="iUC-1t-ky0" customClass="FastResizeView">
  34. <rect key="frame" x="0.0" y="0.0" width="1280" height="786"/>
  35. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  36. <subviews>
  37. <customView fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Kjc-aQ-qNb" customClass="KMToolbarRightView" customModule="PDF_Master" customModuleProvider="target">
  38. <rect key="frame" x="208" y="481" width="163" height="96"/>
  39. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  40. </customView>
  41. </subviews>
  42. </customView>
  43. </subviews>
  44. </view>
  45. <connections>
  46. <outlet property="delegate" destination="-2" id="jR3-Ka-7u9"/>
  47. </connections>
  48. <point key="canvasLocation" x="21" y="144"/>
  49. </window>
  50. <customView id="xy6-xE-uD2" customClass="KMToolbarRightView" customModule="PDF_Master" customModuleProvider="target">
  51. <rect key="frame" x="0.0" y="0.0" width="418" height="55"/>
  52. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  53. <subviews>
  54. <button hidden="YES" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="6Dg-JJ-OII">
  55. <rect key="frame" x="5" y="16" width="24" height="24"/>
  56. <constraints>
  57. <constraint firstAttribute="width" constant="24" id="d4F-pL-KC1"/>
  58. <constraint firstAttribute="height" constant="24" id="lmD-tp-Y3b"/>
  59. </constraints>
  60. <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" image="KMImageNameNewHomeUpload" imagePosition="only" alignment="center" enabled="NO" imageScaling="proportionallyDown" inset="2" id="cwz-Jf-Dxh">
  61. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  62. <font key="font" metaFont="system"/>
  63. </buttonCell>
  64. <connections>
  65. <action selector="homeUploadButtonAction:" target="p5u-KH-T9i" id="7yZ-L4-Fd4"/>
  66. </connections>
  67. </button>
  68. <button hidden="YES" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Ecn-iD-Q3p">
  69. <rect key="frame" x="37" y="16" width="24" height="24"/>
  70. <constraints>
  71. <constraint firstAttribute="width" constant="24" id="Y9O-oD-K3o"/>
  72. <constraint firstAttribute="height" constant="24" id="kuH-aK-X1e"/>
  73. </constraints>
  74. <buttonCell key="cell" type="bevel" title="Button" bezelStyle="rounded" image="KMImageNameNewHomeRefresh" imagePosition="only" alignment="center" enabled="NO" imageScaling="proportionallyDown" inset="2" id="Q9D-Q5-JxQ">
  75. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  76. <font key="font" metaFont="system"/>
  77. </buttonCell>
  78. <connections>
  79. <action selector="homeRefreshButtonAction:" target="p5u-KH-T9i" id="I7E-Dx-58D"/>
  80. </connections>
  81. </button>
  82. <popUpButton hidden="YES" translatesAutoresizingMaskIntoConstraints="NO" id="EiE-T7-R1c">
  83. <rect key="frame" x="70" y="12" width="86" height="30"/>
  84. <constraints>
  85. <constraint firstAttribute="height" constant="23" id="3Iz-sa-LkT"/>
  86. <constraint firstAttribute="width" constant="80" id="WiQ-Aq-6Wu"/>
  87. </constraints>
  88. <popUpButtonCell key="cell" type="bevel" bezelStyle="regularSquare" alignment="left" lineBreakMode="truncatingTail" enabled="NO" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="x9L-D7-UiR">
  89. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  90. <font key="font" metaFont="menu"/>
  91. <menu key="menu" id="zky-xE-ZaB"/>
  92. </popUpButtonCell>
  93. <connections>
  94. <action selector="homeMenuSortAction:" target="p5u-KH-T9i" id="osi-Y3-cTf"/>
  95. </connections>
  96. </popUpButton>
  97. <popUpButton hidden="YES" translatesAutoresizingMaskIntoConstraints="NO" id="z1h-ey-jyH">
  98. <rect key="frame" x="157" y="12" width="91" height="30"/>
  99. <constraints>
  100. <constraint firstAttribute="width" constant="85" id="UE2-sw-btb"/>
  101. <constraint firstAttribute="height" constant="23" id="fmL-vM-z9Z"/>
  102. </constraints>
  103. <popUpButtonCell key="cell" type="bevel" bezelStyle="regularSquare" alignment="left" lineBreakMode="truncatingTail" enabled="NO" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="9PT-HP-E0F">
  104. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  105. <font key="font" metaFont="menu"/>
  106. <menu key="menu" id="k6R-yO-KKf"/>
  107. </popUpButtonCell>
  108. <connections>
  109. <action selector="homeMenuFilterAction:" target="p5u-KH-T9i" id="W2m-GX-SpP"/>
  110. </connections>
  111. </popUpButton>
  112. <searchField hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" textCompletion="NO" translatesAutoresizingMaskIntoConstraints="NO" id="cHy-Nv-Dx0">
  113. <rect key="frame" x="252" y="17" width="154" height="22"/>
  114. <constraints>
  115. <constraint firstAttribute="width" constant="154" id="21w-Ts-2vx"/>
  116. </constraints>
  117. <searchFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" enabled="NO" borderStyle="bezel" usesSingleLineMode="YES" bezelStyle="round" id="bo0-0h-9YI">
  118. <font key="font" metaFont="system"/>
  119. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  120. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  121. </searchFieldCell>
  122. </searchField>
  123. </subviews>
  124. <constraints>
  125. <constraint firstItem="6Dg-JJ-OII" firstAttribute="leading" secondItem="xy6-xE-uD2" secondAttribute="leading" constant="5" id="17R-ju-bQ1"/>
  126. <constraint firstItem="EiE-T7-R1c" firstAttribute="centerY" secondItem="xy6-xE-uD2" secondAttribute="centerY" id="7aG-Ea-JEL"/>
  127. <constraint firstAttribute="trailing" secondItem="cHy-Nv-Dx0" secondAttribute="trailing" constant="12" id="Fn8-63-wpu"/>
  128. <constraint firstItem="cHy-Nv-Dx0" firstAttribute="centerY" secondItem="xy6-xE-uD2" secondAttribute="centerY" id="JHf-wV-1T1"/>
  129. <constraint firstItem="z1h-ey-jyH" firstAttribute="leading" secondItem="EiE-T7-R1c" secondAttribute="trailing" constant="7" id="RzN-Na-yJq"/>
  130. <constraint firstItem="cHy-Nv-Dx0" firstAttribute="leading" secondItem="z1h-ey-jyH" secondAttribute="trailing" constant="7" id="U6M-Qq-dXK"/>
  131. <constraint firstItem="Ecn-iD-Q3p" firstAttribute="leading" secondItem="6Dg-JJ-OII" secondAttribute="trailing" constant="8" symbolic="YES" id="U8V-2P-Ubm"/>
  132. <constraint firstItem="EiE-T7-R1c" firstAttribute="leading" secondItem="Ecn-iD-Q3p" secondAttribute="trailing" constant="12" id="elt-JK-moG"/>
  133. <constraint firstItem="6Dg-JJ-OII" firstAttribute="centerY" secondItem="xy6-xE-uD2" secondAttribute="centerY" id="l8y-wB-Aff"/>
  134. <constraint firstItem="z1h-ey-jyH" firstAttribute="centerY" secondItem="xy6-xE-uD2" secondAttribute="centerY" id="lQT-AU-F0r"/>
  135. <constraint firstItem="Ecn-iD-Q3p" firstAttribute="centerY" secondItem="xy6-xE-uD2" secondAttribute="centerY" id="uS8-9i-PMO"/>
  136. </constraints>
  137. <connections>
  138. <outlet property="advancedContentView" destination="PPe-K9-xsc" id="cSV-Nb-I8e"/>
  139. <outlet property="advancedLabel" destination="7Vr-Dd-FWW" id="rUV-Q4-yu4"/>
  140. <outlet property="advancedViewRightConstraint" destination="hez-eG-GFu" id="5Sg-od-5Fk"/>
  141. <outlet property="homeRefreshButton" destination="Ecn-iD-Q3p" id="Wze-x2-jqq"/>
  142. <outlet property="homeRightSearchField" destination="cHy-Nv-Dx0" id="gDF-M6-ZJg"/>
  143. <outlet property="homeUploadButton" destination="6Dg-JJ-OII" id="zd1-eS-4LF"/>
  144. <outlet property="userInfoButton" destination="7AP-ao-9XP" id="Tbf-on-s0m"/>
  145. </connections>
  146. <point key="canvasLocation" x="104.5" y="581.5"/>
  147. </customView>
  148. <customView id="p5u-KH-T9i" customClass="KMToolbarRightView" customModule="PDF_Master" customModuleProvider="target">
  149. <rect key="frame" x="0.0" y="0.0" width="267" height="45"/>
  150. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES" heightSizable="YES"/>
  151. <subviews>
  152. <button translatesAutoresizingMaskIntoConstraints="NO" id="7AP-ao-9XP">
  153. <rect key="frame" x="227" y="11" width="24" height="24"/>
  154. <constraints>
  155. <constraint firstAttribute="height" constant="24" id="JXM-7W-E4M"/>
  156. <constraint firstAttribute="width" constant="24" id="bTP-JL-8Nw"/>
  157. </constraints>
  158. <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="Icon_other_avatar_false" imagePosition="only" alignment="center" imageScaling="proportionallyUpOrDown" inset="2" id="0Ic-7f-T5r">
  159. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  160. <font key="font" metaFont="system"/>
  161. </buttonCell>
  162. <connections>
  163. <action selector="userInfoButtonAction:" target="xy6-xE-uD2" id="UcG-2p-rY4"/>
  164. </connections>
  165. </button>
  166. <box boxType="custom" borderWidth="0.0" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="WXF-Ar-JGk" customClass="KMSegmentedBox" customModule="PDF_Master" customModuleProvider="target">
  167. <rect key="frame" x="60" y="12" width="163" height="21"/>
  168. <view key="contentView" id="pfi-aZ-YRi">
  169. <rect key="frame" x="0.0" y="0.0" width="163" height="21"/>
  170. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  171. <subviews>
  172. <customView translatesAutoresizingMaskIntoConstraints="NO" id="PPe-K9-xsc">
  173. <rect key="frame" x="0.0" y="0.0" width="163" height="21"/>
  174. <subviews>
  175. <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="Edb-Jj-wZQ">
  176. <rect key="frame" x="0.0" y="-1" width="163" height="24"/>
  177. <constraints>
  178. <constraint firstAttribute="height" constant="24" id="LJO-SA-e9E"/>
  179. </constraints>
  180. <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="axesIndependently" image="icon_btn_advanced" id="Wx4-fK-h42"/>
  181. </imageView>
  182. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="7Vr-Dd-FWW">
  183. <rect key="frame" x="6" y="3" width="147" height="16"/>
  184. <textFieldCell key="cell" lineBreakMode="clipping" alignment="right" title="Enjoy Advanced Features" id="41X-ZH-ABW">
  185. <font key="font" metaFont="system"/>
  186. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  187. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  188. </textFieldCell>
  189. </textField>
  190. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="po0-Nr-uAM">
  191. <rect key="frame" x="0.0" y="0.0" width="163" height="21"/>
  192. <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" alignment="center" imageScaling="proportionallyDown" inset="2" id="yZ6-g1-4bH">
  193. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  194. <font key="font" metaFont="system"/>
  195. </buttonCell>
  196. <color key="bezelColor" red="1" green="0.99843658089999998" blue="0.99619259260000004" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
  197. <connections>
  198. <action selector="advancedButtonAction:" target="xy6-xE-uD2" id="sTB-S3-6pE"/>
  199. </connections>
  200. </button>
  201. </subviews>
  202. <constraints>
  203. <constraint firstItem="po0-Nr-uAM" firstAttribute="leading" secondItem="PPe-K9-xsc" secondAttribute="leading" id="7jb-1n-C7d"/>
  204. <constraint firstAttribute="trailing" secondItem="7Vr-Dd-FWW" secondAttribute="trailing" constant="12" id="85q-gb-TKf"/>
  205. <constraint firstItem="Edb-Jj-wZQ" firstAttribute="leading" secondItem="PPe-K9-xsc" secondAttribute="leading" id="DQw-Qu-TxX"/>
  206. <constraint firstItem="po0-Nr-uAM" firstAttribute="top" secondItem="PPe-K9-xsc" secondAttribute="top" id="L9J-yp-cfa"/>
  207. <constraint firstItem="7Vr-Dd-FWW" firstAttribute="centerY" secondItem="PPe-K9-xsc" secondAttribute="centerY" id="NW3-LF-Cgz"/>
  208. <constraint firstItem="7Vr-Dd-FWW" firstAttribute="leading" secondItem="PPe-K9-xsc" secondAttribute="leading" constant="8" id="OKp-ug-Ivh"/>
  209. <constraint firstAttribute="trailing" secondItem="Edb-Jj-wZQ" secondAttribute="trailing" id="Rk8-Mw-nie"/>
  210. <constraint firstAttribute="trailing" secondItem="po0-Nr-uAM" secondAttribute="trailing" id="XnU-uG-efI"/>
  211. <constraint firstAttribute="bottom" secondItem="po0-Nr-uAM" secondAttribute="bottom" id="hg7-ue-LBZ"/>
  212. <constraint firstItem="Edb-Jj-wZQ" firstAttribute="centerY" secondItem="PPe-K9-xsc" secondAttribute="centerY" id="ytv-hp-IsE"/>
  213. </constraints>
  214. </customView>
  215. </subviews>
  216. <constraints>
  217. <constraint firstAttribute="bottom" secondItem="PPe-K9-xsc" secondAttribute="bottom" id="8uL-aa-kC4"/>
  218. <constraint firstItem="PPe-K9-xsc" firstAttribute="top" secondItem="pfi-aZ-YRi" secondAttribute="top" id="Vpn-br-VHD"/>
  219. <constraint firstAttribute="trailing" secondItem="PPe-K9-xsc" secondAttribute="trailing" id="Yv6-ln-M0a"/>
  220. <constraint firstItem="PPe-K9-xsc" firstAttribute="leading" secondItem="pfi-aZ-YRi" secondAttribute="leading" id="sKh-MW-deq"/>
  221. </constraints>
  222. </view>
  223. <constraints>
  224. <constraint firstAttribute="height" constant="21" id="0rg-JA-yCn"/>
  225. <constraint firstAttribute="width" constant="163" id="Gpi-1u-CZb"/>
  226. </constraints>
  227. </box>
  228. </subviews>
  229. <constraints>
  230. <constraint firstItem="7AP-ao-9XP" firstAttribute="top" secondItem="p5u-KH-T9i" secondAttribute="top" constant="10" id="ALZ-rI-7Bq"/>
  231. <constraint firstAttribute="trailing" secondItem="7AP-ao-9XP" secondAttribute="trailing" constant="16" id="Hwf-EA-eCz"/>
  232. <constraint firstItem="7AP-ao-9XP" firstAttribute="leading" secondItem="WXF-Ar-JGk" secondAttribute="trailing" constant="4" id="hez-eG-GFu"/>
  233. <constraint firstItem="WXF-Ar-JGk" firstAttribute="top" secondItem="p5u-KH-T9i" secondAttribute="top" constant="12" id="uS1-UY-z8f"/>
  234. </constraints>
  235. <connections>
  236. <outlet property="filterPopUpButton" destination="z1h-ey-jyH" id="Z8g-gL-eaw"/>
  237. <outlet property="filterPopUpButtonLeft" destination="RzN-Na-yJq" id="lv1-LM-blJ"/>
  238. <outlet property="filterPopUpButtonWidth" destination="UE2-sw-btb" id="WQb-dy-Xbd"/>
  239. <outlet property="pdfRightSegmentedBox" destination="WXF-Ar-JGk" id="NTM-Hv-nfn"/>
  240. <outlet property="rightSegmentControlConstraint" destination="Gpi-1u-CZb" id="a47-h5-WDX"/>
  241. <outlet property="sortPopUpButton" destination="EiE-T7-R1c" id="o2J-Z2-G4m"/>
  242. </connections>
  243. <point key="canvasLocation" x="-3.5" y="718.5"/>
  244. </customView>
  245. <customView id="eJO-4K-8Fw" userLabel="Management Search View" customClass="KMFileSearchView" customModule="PDF_Master" customModuleProvider="target">
  246. <rect key="frame" x="0.0" y="0.0" width="145" height="22"/>
  247. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  248. <subviews>
  249. <textField verticalHuggingPriority="750" fixedFrame="YES" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="fpA-OK-Dmu">
  250. <rect key="frame" x="0.0" y="0.0" width="141" height="22"/>
  251. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  252. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" borderStyle="bezel" bezelStyle="round" id="Uh2-C6-6bu">
  253. <font key="font" metaFont="system"/>
  254. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  255. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  256. </textFieldCell>
  257. </textField>
  258. <popUpButton fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="9Nu-tv-sWB">
  259. <rect key="frame" x="-3" y="-2" width="38" height="26"/>
  260. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  261. <popUpButtonCell key="cell" type="bevel" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" imageScaling="proportionallyDown" inset="2" id="2zW-Is-FN7">
  262. <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
  263. <font key="font" metaFont="menu"/>
  264. <menu key="menu" title="OtherViews" id="Ivo-6H-liQ">
  265. <items>
  266. <menuItem title="Title" image="search_name" id="7kn-SB-VBx">
  267. <connections>
  268. <action selector="typeMenuClicked:" target="eJO-4K-8Fw" id="9vZ-rD-9A4"/>
  269. </connections>
  270. </menuItem>
  271. <menuItem title="Author" image="search_author" tag="1" id="j9p-lD-RCx">
  272. <connections>
  273. <action selector="typeMenuClicked:" target="eJO-4K-8Fw" id="nxH-8J-lHY"/>
  274. </connections>
  275. </menuItem>
  276. </items>
  277. </menu>
  278. </popUpButtonCell>
  279. </popUpButton>
  280. <textField focusRingType="none" verticalHuggingPriority="750" fixedFrame="YES" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="f1u-39-DvX">
  281. <rect key="frame" x="43" y="-1" width="86" height="21"/>
  282. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  283. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" state="on" focusRingType="none" placeholderString="Search" id="ytw-rZ-ysD">
  284. <font key="font" metaFont="system"/>
  285. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  286. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  287. </textFieldCell>
  288. </textField>
  289. <button fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="yVS-Ju-7hb">
  290. <rect key="frame" x="127" y="0.0" width="14" height="24"/>
  291. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  292. <buttonCell key="cell" type="squareTextured" bezelStyle="texturedSquare" image="NSStopProgressFreestandingTemplate" imagePosition="only" alignment="center" imageScaling="proportionallyDown" inset="2" id="Udj-xt-bfo">
  293. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  294. <font key="font" metaFont="system"/>
  295. </buttonCell>
  296. </button>
  297. </subviews>
  298. <connections>
  299. <outlet property="cancelBtn" destination="yVS-Ju-7hb" id="eGU-fS-3SJ"/>
  300. <outlet property="searchField" destination="f1u-39-DvX" id="7hy-u9-VG7"/>
  301. <outlet property="typeSelectBtn" destination="9Nu-tv-sWB" id="sfy-qm-LgY"/>
  302. </connections>
  303. <point key="canvasLocation" x="43" y="538"/>
  304. </customView>
  305. <window title="Panel" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="iH2-4t-6uG" userLabel="Progress Panel" customClass="KMUploadFilePanel" customModule="PDF_Master" customModuleProvider="target">
  306. <windowStyleMask key="styleMask" titled="YES" closable="YES"/>
  307. <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
  308. <rect key="contentRect" x="1127" y="748" width="369" height="111"/>
  309. <rect key="screenRect" x="0.0" y="0.0" width="1800" height="1125"/>
  310. <value key="minSize" type="size" width="234" height="87"/>
  311. <value key="maxSize" type="size" width="235" height="88"/>
  312. <view key="contentView" id="tjv-WI-5S2">
  313. <rect key="frame" x="0.0" y="0.0" width="369" height="111"/>
  314. <autoresizingMask key="autoresizingMask"/>
  315. <subviews>
  316. <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="qnn-nL-aSY">
  317. <rect key="frame" x="17" y="74" width="132" height="17"/>
  318. <autoresizingMask key="autoresizingMask"/>
  319. <textFieldCell key="cell" sendsActionOnEndEditing="YES" id="Ggh-Y3-dbT">
  320. <font key="font" metaFont="system"/>
  321. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  322. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  323. </textFieldCell>
  324. </textField>
  325. <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="d0C-39-EiO" userLabel="Static Text - left Files…">
  326. <rect key="frame" x="276" y="67" width="76" height="14"/>
  327. <autoresizingMask key="autoresizingMask"/>
  328. <textFieldCell key="cell" sendsActionOnEndEditing="YES" id="odO-pQ-8fS">
  329. <font key="font" metaFont="cellTitle"/>
  330. <color key="textColor" name="keyboardFocusIndicatorColor" catalog="System" colorSpace="catalog"/>
  331. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  332. </textFieldCell>
  333. </textField>
  334. <progressIndicator wantsLayer="YES" verticalHuggingPriority="750" fixedFrame="YES" maxValue="100" bezeled="NO" style="bar" translatesAutoresizingMaskIntoConstraints="NO" id="Rrv-4y-0CZ">
  335. <rect key="frame" x="20" y="45" width="329" height="20"/>
  336. <autoresizingMask key="autoresizingMask"/>
  337. </progressIndicator>
  338. <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="s60-dM-Iav">
  339. <rect key="frame" x="280" y="5" width="75" height="32"/>
  340. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  341. <buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="6cJ-uZ-2j3">
  342. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  343. <font key="font" metaFont="system"/>
  344. <string key="keyEquivalent" base64-UTF8="YES">
  345. Gw
  346. </string>
  347. </buttonCell>
  348. </button>
  349. </subviews>
  350. </view>
  351. <connections>
  352. <outlet property="cancelBtn" destination="s60-dM-Iav" id="z0f-gV-vod"/>
  353. <outlet property="leftFilesField" destination="d0C-39-EiO" id="2MZ-6b-ubG"/>
  354. <outlet property="messageField" destination="qnn-nL-aSY" id="7Is-gY-oxG"/>
  355. <outlet property="progressBar" destination="Rrv-4y-0CZ" id="QHf-1C-mkf"/>
  356. </connections>
  357. <point key="canvasLocation" x="-80" y="1015"/>
  358. </window>
  359. <customView id="zbC-Pu-Vky" userLabel="TabBar" customClass="KMTabStripView" customModule="PDF_Master" customModuleProvider="target">
  360. <rect key="frame" x="0.0" y="0.0" width="483" height="40"/>
  361. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  362. <subviews>
  363. <button hidden="YES" fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="akd-QH-92I" customClass="NewTabButton">
  364. <rect key="frame" x="295" y="0.0" width="40" height="27"/>
  365. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  366. <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" imagePosition="only" alignment="center" state="on" imageScaling="proportionallyDown" inset="2" id="PTU-yU-XC9">
  367. <behavior key="behavior" lightByContents="YES"/>
  368. <font key="font" metaFont="system"/>
  369. </buttonCell>
  370. </button>
  371. </subviews>
  372. <connections>
  373. <outlet property="addTabButton" destination="akd-QH-92I" id="J11-Zp-2DP"/>
  374. </connections>
  375. <point key="canvasLocation" x="106" y="114"/>
  376. </customView>
  377. </objects>
  378. <resources>
  379. <image name="Icon_other_avatar_false" width="24" height="24"/>
  380. <image name="KMImageNameNewHomeRefresh" width="24" height="24"/>
  381. <image name="KMImageNameNewHomeUpload" width="24" height="24"/>
  382. <image name="NSStopProgressFreestandingTemplate" width="20" height="20"/>
  383. <image name="icon_btn_advanced" width="13" height="24"/>
  384. <image name="search_author" width="22" height="18"/>
  385. <image name="search_name" width="22" height="18"/>
  386. </resources>
  387. </document>