KMBrowserWindowController.xib 32 KB

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