mirror of
https://github.com/objective-see/TaskExplorer.git
synced 2026-03-22 07:02:39 +00:00
v2.2.0 friends updates removed error reporting removed old code (pre-macOS 11) ...more changes / improvements soon!
475 lines
56 KiB
XML
475 lines
56 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="23727" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
|
|
<dependencies>
|
|
<deployment identifier="macosx"/>
|
|
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="23727"/>
|
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
|
</dependencies>
|
|
<objects>
|
|
<customObject id="-2" userLabel="File's Owner" customClass="SearchWindowController">
|
|
<connections>
|
|
<outlet property="activityIndicator" destination="RXw-FP-B7l" id="Z0i-nT-27e"/>
|
|
<outlet property="activityIndicatorLabel" destination="Q88-hM-E3W" id="QgQ-R6-PSJ"/>
|
|
<outlet property="searchBox" destination="BB9-Xc-q8T" id="8cj-MF-5Nv"/>
|
|
<outlet property="searchResultsMessage" destination="T6J-Cf-EyN" id="XVJ-B5-P4o"/>
|
|
<outlet property="searchTable" destination="w0h-ih-Ej7" id="d9e-Dk-k2K"/>
|
|
<outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/>
|
|
</connections>
|
|
</customObject>
|
|
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
|
|
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
|
|
<window title="Search" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" animationBehavior="default" id="F0z-JX-Cv5">
|
|
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
|
|
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
|
|
<rect key="contentRect" x="95" y="481" width="1304" height="425"/>
|
|
<rect key="screenRect" x="0.0" y="0.0" width="1470" height="918"/>
|
|
<value key="minSize" type="size" width="800" height="250"/>
|
|
<value key="maxSize" type="size" width="2000" height="425"/>
|
|
<view key="contentView" id="se5-gp-TjO">
|
|
<rect key="frame" x="0.0" y="0.0" width="1304" height="425"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
<subviews>
|
|
<scrollView autohidesScrollers="YES" horizontalLineScroll="42" horizontalPageScroll="10" verticalLineScroll="42" verticalPageScroll="10" usesPredominantAxisScrolling="NO" horizontalScrollElasticity="none" verticalScrollElasticity="none" translatesAutoresizingMaskIntoConstraints="NO" id="8GA-gp-lIa">
|
|
<rect key="frame" x="-1" y="31" width="1306" height="324"/>
|
|
<clipView key="contentView" drawsBackground="NO" id="4oI-qg-e78">
|
|
<rect key="frame" x="1" y="1" width="1304" height="322"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
<subviews>
|
|
<tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" alternatingRowBackgroundColors="YES" columnReordering="NO" columnResizing="NO" multipleSelection="NO" emptySelection="NO" autosaveColumns="NO" typeSelect="NO" rowHeight="40" rowSizeStyle="automatic" viewBased="YES" id="w0h-ih-Ej7">
|
|
<rect key="frame" x="0.0" y="0.0" width="1304" height="322"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
<size key="intercellSpacing" width="3" height="2"/>
|
|
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
|
|
<color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
|
|
<tableColumns>
|
|
<tableColumn identifier="MainCell" editable="NO" width="1292" minWidth="500" maxWidth="2000" id="Nnf-1E-SNL">
|
|
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left">
|
|
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
|
|
<color key="backgroundColor" white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/>
|
|
</tableHeaderCell>
|
|
<textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="thk-IY-RnX">
|
|
<font key="font" metaFont="system"/>
|
|
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
|
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
|
|
</textFieldCell>
|
|
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
|
|
<prototypeCellViews>
|
|
<tableCellView identifier="TaskCell" id="sUk-Ix-Ica" customClass="kkRowCell">
|
|
<rect key="frame" x="1" y="1" width="1301" height="40"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
<subviews>
|
|
<imageView translatesAutoresizingMaskIntoConstraints="NO" id="KGc-fT-NHo">
|
|
<rect key="frame" x="1" y="2" width="25" height="36"/>
|
|
<constraints>
|
|
<constraint firstAttribute="width" constant="25" id="R8P-N9-HIl"/>
|
|
<constraint firstAttribute="height" constant="25" id="Z6m-hY-qVK"/>
|
|
</constraints>
|
|
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="NSActionTemplate" id="5e6-Bn-yRq"/>
|
|
</imageView>
|
|
<imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" tag="100" translatesAutoresizingMaskIntoConstraints="NO" id="lke-4V-7Zy">
|
|
<rect key="frame" x="33" y="23" width="11" height="11"/>
|
|
<constraints>
|
|
<constraint firstAttribute="height" constant="11" id="CvL-5h-KIg"/>
|
|
<constraint firstAttribute="width" constant="11" id="rqr-G2-p8X"/>
|
|
</constraints>
|
|
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="unknown" id="IhW-G7-O7C"/>
|
|
</imageView>
|
|
<textField focusRingType="none" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="n1s-T9-NPU">
|
|
<rect key="frame" x="46" y="24" width="1103" height="15"/>
|
|
<textFieldCell key="cell" lineBreakMode="truncatingTail" selectable="YES" allowsUndo="NO" sendsActionOnEndEditing="YES" title="Name" usesSingleLineMode="YES" id="5KE-Dr-geL">
|
|
<font key="font" size="13" name="Menlo-Regular"/>
|
|
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
|
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
|
</textFieldCell>
|
|
</textField>
|
|
<button toolTip="show in finder" tag="107" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="gCS-2D-Ds7">
|
|
<rect key="frame" x="1263" y="16" width="18" height="18"/>
|
|
<buttonCell key="cell" type="bevel" bezelStyle="regularSquare" image="show" imagePosition="overlaps" alignment="center" alternateImage="showBG" state="on" imageScaling="proportionallyDown" inset="2" id="gW6-U6-JVc">
|
|
<behavior key="behavior" lightByContents="YES"/>
|
|
<font key="font" metaFont="system"/>
|
|
</buttonCell>
|
|
<constraints>
|
|
<constraint firstAttribute="width" constant="18" id="8pV-NY-Mhk"/>
|
|
<constraint firstAttribute="height" constant="18" id="9R2-4n-jWO"/>
|
|
</constraints>
|
|
<connections>
|
|
<action selector="showInFinder:" target="-2" id="2ZS-1b-dnL"/>
|
|
</connections>
|
|
</button>
|
|
<textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" tag="108" translatesAutoresizingMaskIntoConstraints="NO" id="bfy-Vt-ur5">
|
|
<rect key="frame" x="1258" y="4" width="25" height="12"/>
|
|
<constraints>
|
|
<constraint firstAttribute="height" constant="12" id="VJw-eb-bzV"/>
|
|
<constraint firstAttribute="width" constant="21" id="zfp-Wv-VjV"/>
|
|
</constraints>
|
|
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="center" title="show" id="5tj-2k-fiv">
|
|
<font key="font" size="9" name="Menlo-Regular"/>
|
|
<color key="textColor" white="0.5" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
|
|
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
|
</textFieldCell>
|
|
</textField>
|
|
<textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" tag="101" translatesAutoresizingMaskIntoConstraints="NO" id="NrX-dv-Ndg">
|
|
<rect key="frame" x="31" y="2" width="1118" height="21"/>
|
|
<textFieldCell key="cell" lineBreakMode="truncatingTail" selectable="YES" allowsUndo="NO" sendsActionOnEndEditing="YES" title="task/dylib path" id="q9H-hQ-BE4">
|
|
<font key="font" size="11" name="Menlo-Regular"/>
|
|
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
|
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
|
</textFieldCell>
|
|
</textField>
|
|
<button toolTip="show virustotal info" tag="103" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="oNi-kw-tm3" customClass="VTButton">
|
|
<rect key="frame" x="1155" y="17" width="49" height="20"/>
|
|
<buttonCell key="cell" type="bevel" title="▪ ▪ ▪" bezelStyle="regularSquare" imagePosition="overlaps" alignment="center" enabled="NO" refusesFirstResponder="YES" state="on" imageScaling="proportionallyDown" inset="2" id="Set-21-4OM">
|
|
<behavior key="behavior" lightByContents="YES"/>
|
|
<font key="font" size="8" name="Menlo-Bold"/>
|
|
</buttonCell>
|
|
<constraints>
|
|
<constraint firstAttribute="height" constant="20" id="ceG-SD-b1T"/>
|
|
<constraint firstAttribute="width" constant="49" id="sC7-h2-9TZ"/>
|
|
</constraints>
|
|
</button>
|
|
<textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" tag="104" translatesAutoresizingMaskIntoConstraints="NO" id="Gb3-Kp-uki">
|
|
<rect key="frame" x="1148" y="4" width="65" height="12"/>
|
|
<constraints>
|
|
<constraint firstAttribute="height" constant="12" id="PLZ-BP-h3a"/>
|
|
<constraint firstAttribute="width" constant="61" id="Z8g-YQ-jkg"/>
|
|
</constraints>
|
|
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="center" title="virustotal" id="B9p-4E-fYN">
|
|
<font key="font" size="9" name="Menlo-Regular"/>
|
|
<color key="textColor" white="0.5" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
|
|
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
|
</textFieldCell>
|
|
</textField>
|
|
<button toolTip="show file info" tag="105" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="p6d-mB-jY7">
|
|
<rect key="frame" x="1226" y="17" width="15" height="15"/>
|
|
<buttonCell key="cell" type="bevel" bezelStyle="regularSquare" image="info" imagePosition="overlaps" alignment="center" alternateImage="infoBG" state="on" imageScaling="proportionallyDown" inset="2" id="6Ig-Ve-GiF">
|
|
<behavior key="behavior" lightByContents="YES"/>
|
|
<font key="font" metaFont="system"/>
|
|
</buttonCell>
|
|
<constraints>
|
|
<constraint firstAttribute="width" constant="15" id="3Ka-kt-lLC"/>
|
|
<constraint firstAttribute="height" constant="15" id="P68-hP-BU6"/>
|
|
</constraints>
|
|
<connections>
|
|
<action selector="showInfo:" target="-2" id="Lve-p9-fmt"/>
|
|
</connections>
|
|
</button>
|
|
<textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" tag="106" translatesAutoresizingMaskIntoConstraints="NO" id="pYR-xm-B9a">
|
|
<rect key="frame" x="1220" y="4" width="25" height="12"/>
|
|
<constraints>
|
|
<constraint firstAttribute="width" constant="21" id="bDg-n0-fZK"/>
|
|
<constraint firstAttribute="height" constant="12" id="eTs-g0-b06"/>
|
|
</constraints>
|
|
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="center" title="info" id="lYM-jY-383">
|
|
<font key="font" size="9" name="Menlo-Regular"/>
|
|
<color key="textColor" white="0.5" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
|
|
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
|
</textFieldCell>
|
|
</textField>
|
|
</subviews>
|
|
<constraints>
|
|
<constraint firstItem="lke-4V-7Zy" firstAttribute="top" secondItem="sUk-Ix-Ica" secondAttribute="top" constant="6" id="DSm-Nw-uPK"/>
|
|
<constraint firstItem="lke-4V-7Zy" firstAttribute="leading" secondItem="NrX-dv-Ndg" secondAttribute="leading" id="E0n-Q0-QCG"/>
|
|
<constraint firstItem="oNi-kw-tm3" firstAttribute="leading" secondItem="n1s-T9-NPU" secondAttribute="trailing" constant="8" id="Ia9-Xe-3UR"/>
|
|
<constraint firstAttribute="trailing" secondItem="gCS-2D-Ds7" secondAttribute="trailing" constant="20" id="KJ7-EP-HUM"/>
|
|
<constraint firstAttribute="bottom" secondItem="NrX-dv-Ndg" secondAttribute="bottom" constant="2" id="LZr-rx-pd7"/>
|
|
<constraint firstItem="p6d-mB-jY7" firstAttribute="leading" secondItem="oNi-kw-tm3" secondAttribute="trailing" constant="22" id="MOG-Th-2rD"/>
|
|
<constraint firstItem="oNi-kw-tm3" firstAttribute="bottom" secondItem="p6d-mB-jY7" secondAttribute="bottom" id="N14-Vi-aDu"/>
|
|
<constraint firstItem="NrX-dv-Ndg" firstAttribute="top" secondItem="lke-4V-7Zy" secondAttribute="bottom" id="N2f-Cb-Ab3"/>
|
|
<constraint firstItem="n1s-T9-NPU" firstAttribute="top" secondItem="sUk-Ix-Ica" secondAttribute="top" constant="1" id="NPO-6k-jGj"/>
|
|
<constraint firstAttribute="trailing" secondItem="bfy-Vt-ur5" secondAttribute="trailing" constant="20" id="OFd-VX-lUs"/>
|
|
<constraint firstItem="KGc-fT-NHo" firstAttribute="leading" secondItem="sUk-Ix-Ica" secondAttribute="leading" constant="1" id="OG0-6W-uXp"/>
|
|
<constraint firstItem="n1s-T9-NPU" firstAttribute="leading" secondItem="lke-4V-7Zy" secondAttribute="trailing" constant="4" id="Q4u-Nb-LqF"/>
|
|
<constraint firstItem="pYR-xm-B9a" firstAttribute="leading" secondItem="Gb3-Kp-uki" secondAttribute="trailing" constant="11" id="Vou-zx-GCc"/>
|
|
<constraint firstItem="NrX-dv-Ndg" firstAttribute="leading" secondItem="KGc-fT-NHo" secondAttribute="trailing" constant="7" id="b3y-V0-Dqs"/>
|
|
<constraint firstItem="gCS-2D-Ds7" firstAttribute="leading" secondItem="p6d-mB-jY7" secondAttribute="trailing" constant="22" id="ccN-Sf-2o3"/>
|
|
<constraint firstItem="bfy-Vt-ur5" firstAttribute="leading" secondItem="pYR-xm-B9a" secondAttribute="trailing" constant="17" id="gWw-co-H34"/>
|
|
<constraint firstItem="KGc-fT-NHo" firstAttribute="top" secondItem="sUk-Ix-Ica" secondAttribute="top" constant="8" id="ixB-HB-XNH"/>
|
|
<constraint firstItem="Gb3-Kp-uki" firstAttribute="leading" secondItem="NrX-dv-Ndg" secondAttribute="trailing" constant="3" id="jOh-lG-rMG"/>
|
|
<constraint firstItem="Gb3-Kp-uki" firstAttribute="top" secondItem="oNi-kw-tm3" secondAttribute="bottom" constant="1" id="kzW-Av-khK"/>
|
|
<constraint firstItem="p6d-mB-jY7" firstAttribute="centerY" secondItem="gCS-2D-Ds7" secondAttribute="centerY" id="l7e-eq-TpG"/>
|
|
<constraint firstItem="Gb3-Kp-uki" firstAttribute="baseline" secondItem="pYR-xm-B9a" secondAttribute="baseline" id="pnk-0A-hcF"/>
|
|
<constraint firstAttribute="bottom" secondItem="Gb3-Kp-uki" secondAttribute="bottom" constant="4" id="qS8-st-0A9"/>
|
|
<constraint firstItem="pYR-xm-B9a" firstAttribute="baseline" secondItem="bfy-Vt-ur5" secondAttribute="baseline" id="qw6-nh-63v"/>
|
|
<constraint firstItem="p6d-mB-jY7" firstAttribute="top" secondItem="KGc-fT-NHo" secondAttribute="top" id="spd-Ki-4c5"/>
|
|
<constraint firstItem="lke-4V-7Zy" firstAttribute="leading" secondItem="KGc-fT-NHo" secondAttribute="trailing" constant="7" id="zFm-Ni-Tie"/>
|
|
</constraints>
|
|
<connections>
|
|
<outlet property="imageView" destination="KGc-fT-NHo" id="fjH-oS-Ttv"/>
|
|
<outlet property="textField" destination="n1s-T9-NPU" id="SUI-4J-csg"/>
|
|
</connections>
|
|
</tableCellView>
|
|
<tableCellView identifier="FileCell" id="62p-Yk-Jl3" customClass="kkRowCell">
|
|
<rect key="frame" x="1" y="43" width="1301" height="40"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
<subviews>
|
|
<imageView translatesAutoresizingMaskIntoConstraints="NO" id="IIS-fl-0Bl">
|
|
<rect key="frame" x="1" y="2" width="25" height="36"/>
|
|
<constraints>
|
|
<constraint firstAttribute="height" constant="25" id="6WK-up-tjw"/>
|
|
<constraint firstAttribute="width" constant="25" id="Taf-w0-lmh"/>
|
|
</constraints>
|
|
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="NSActionTemplate" id="6gv-k4-mdi"/>
|
|
</imageView>
|
|
<textField focusRingType="none" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="ugh-bk-muU">
|
|
<rect key="frame" x="31" y="24" width="1185" height="15"/>
|
|
<textFieldCell key="cell" lineBreakMode="truncatingTail" selectable="YES" allowsUndo="NO" sendsActionOnEndEditing="YES" title="Name" usesSingleLineMode="YES" id="fgN-p7-FWL">
|
|
<font key="font" size="13" name="Menlo-Regular"/>
|
|
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
|
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
|
</textFieldCell>
|
|
</textField>
|
|
<button toolTip="show in finder" tag="107" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="vr7-eK-3Bt">
|
|
<rect key="frame" x="1263" y="16" width="18" height="18"/>
|
|
<buttonCell key="cell" type="bevel" bezelStyle="regularSquare" image="show" imagePosition="overlaps" alignment="center" alternateImage="showBG" state="on" imageScaling="proportionallyDown" inset="2" id="JfA-Xz-dMU">
|
|
<behavior key="behavior" lightByContents="YES"/>
|
|
<font key="font" metaFont="system"/>
|
|
</buttonCell>
|
|
<constraints>
|
|
<constraint firstAttribute="height" constant="18" id="dAr-cN-uUn"/>
|
|
<constraint firstAttribute="width" constant="18" id="zXa-WM-eOg"/>
|
|
</constraints>
|
|
<connections>
|
|
<action selector="showInFinder:" target="-2" id="3Eh-Zw-Rbh"/>
|
|
</connections>
|
|
</button>
|
|
<textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" tag="108" translatesAutoresizingMaskIntoConstraints="NO" id="Xsx-qZ-Zpb">
|
|
<rect key="frame" x="1258" y="4" width="25" height="12"/>
|
|
<constraints>
|
|
<constraint firstAttribute="height" constant="12" id="0fT-ZA-eOk"/>
|
|
<constraint firstAttribute="width" constant="21" id="Xog-rK-3AA"/>
|
|
</constraints>
|
|
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="center" title="show" id="kqf-4B-ouI">
|
|
<font key="font" size="9" name="Menlo-Regular"/>
|
|
<color key="textColor" white="0.5" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
|
|
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
|
</textFieldCell>
|
|
</textField>
|
|
<textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" tag="101" translatesAutoresizingMaskIntoConstraints="NO" id="4c4-WA-4rL">
|
|
<rect key="frame" x="30" y="2" width="1190" height="20"/>
|
|
<textFieldCell key="cell" lineBreakMode="truncatingTail" selectable="YES" allowsUndo="NO" sendsActionOnEndEditing="YES" title="file" id="1An-1Z-a3L">
|
|
<font key="font" size="11" name="Menlo-Regular"/>
|
|
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
|
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
|
</textFieldCell>
|
|
</textField>
|
|
<button toolTip="show file info" tag="105" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="UgY-KO-I4K">
|
|
<rect key="frame" x="1226" y="17" width="15" height="15"/>
|
|
<buttonCell key="cell" type="bevel" bezelStyle="regularSquare" image="info" imagePosition="overlaps" alignment="center" alternateImage="infoBG" state="on" imageScaling="proportionallyDown" inset="2" id="JWo-Wl-G2k">
|
|
<behavior key="behavior" lightByContents="YES"/>
|
|
<font key="font" metaFont="system"/>
|
|
</buttonCell>
|
|
<constraints>
|
|
<constraint firstAttribute="width" constant="15" id="mcK-qU-Zhw"/>
|
|
<constraint firstAttribute="height" constant="15" id="ueM-k7-z2V"/>
|
|
</constraints>
|
|
<connections>
|
|
<action selector="showInfo:" target="-2" id="Qg3-J4-Gmd"/>
|
|
</connections>
|
|
</button>
|
|
<textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" tag="106" translatesAutoresizingMaskIntoConstraints="NO" id="5kn-qs-yNV">
|
|
<rect key="frame" x="1220" y="4" width="25" height="12"/>
|
|
<constraints>
|
|
<constraint firstAttribute="height" constant="12" id="itt-sl-J4t"/>
|
|
<constraint firstAttribute="width" constant="21" id="zVz-lj-dNx"/>
|
|
</constraints>
|
|
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="center" title="info" id="15W-dO-1SZ">
|
|
<font key="font" size="9" name="Menlo-Regular"/>
|
|
<color key="textColor" white="0.5" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
|
|
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
|
</textFieldCell>
|
|
</textField>
|
|
</subviews>
|
|
<constraints>
|
|
<constraint firstAttribute="bottom" secondItem="4c4-WA-4rL" secondAttribute="bottom" constant="2" id="03D-7W-55Q"/>
|
|
<constraint firstAttribute="bottom" secondItem="5kn-qs-yNV" secondAttribute="bottom" constant="4" id="8Iz-vm-CK1"/>
|
|
<constraint firstItem="IIS-fl-0Bl" firstAttribute="top" secondItem="62p-Yk-Jl3" secondAttribute="top" constant="8" id="8c5-Z7-Olg"/>
|
|
<constraint firstItem="5kn-qs-yNV" firstAttribute="baseline" secondItem="Xsx-qZ-Zpb" secondAttribute="baseline" id="EBg-8t-i4E"/>
|
|
<constraint firstAttribute="trailing" secondItem="Xsx-qZ-Zpb" secondAttribute="trailing" constant="20" id="Nyw-Bs-k6x"/>
|
|
<constraint firstItem="vr7-eK-3Bt" firstAttribute="leading" secondItem="UgY-KO-I4K" secondAttribute="trailing" constant="22" id="PkR-9T-0we"/>
|
|
<constraint firstItem="5kn-qs-yNV" firstAttribute="leading" secondItem="4c4-WA-4rL" secondAttribute="trailing" constant="4" id="VCf-sQ-iGi"/>
|
|
<constraint firstItem="4c4-WA-4rL" firstAttribute="leading" secondItem="IIS-fl-0Bl" secondAttribute="trailing" constant="6" id="bEr-bp-efR"/>
|
|
<constraint firstItem="4c4-WA-4rL" firstAttribute="top" secondItem="62p-Yk-Jl3" secondAttribute="top" constant="18" id="cp2-8f-9WZ"/>
|
|
<constraint firstItem="UgY-KO-I4K" firstAttribute="centerY" secondItem="vr7-eK-3Bt" secondAttribute="centerY" id="dI8-7l-255"/>
|
|
<constraint firstItem="IIS-fl-0Bl" firstAttribute="leading" secondItem="62p-Yk-Jl3" secondAttribute="leading" constant="1" id="dM0-v7-57a"/>
|
|
<constraint firstItem="5kn-qs-yNV" firstAttribute="top" secondItem="UgY-KO-I4K" secondAttribute="bottom" constant="1" id="gSF-Pe-D1k"/>
|
|
<constraint firstItem="Xsx-qZ-Zpb" firstAttribute="leading" secondItem="5kn-qs-yNV" secondAttribute="trailing" constant="17" id="icg-9v-1Px"/>
|
|
<constraint firstItem="UgY-KO-I4K" firstAttribute="leading" secondItem="ugh-bk-muU" secondAttribute="trailing" constant="12" id="jwQ-Na-aA8"/>
|
|
<constraint firstItem="ugh-bk-muU" firstAttribute="leading" secondItem="IIS-fl-0Bl" secondAttribute="trailing" constant="7" id="l10-rm-THw"/>
|
|
<constraint firstItem="ugh-bk-muU" firstAttribute="top" secondItem="62p-Yk-Jl3" secondAttribute="top" constant="1" id="qji-16-uub"/>
|
|
<constraint firstAttribute="trailing" secondItem="vr7-eK-3Bt" secondAttribute="trailing" constant="20" id="sgF-8e-pVL"/>
|
|
<constraint firstItem="UgY-KO-I4K" firstAttribute="top" secondItem="IIS-fl-0Bl" secondAttribute="top" id="uR7-Oc-cat"/>
|
|
</constraints>
|
|
<connections>
|
|
<outlet property="imageView" destination="IIS-fl-0Bl" id="VGd-ss-r4L"/>
|
|
<outlet property="textField" destination="ugh-bk-muU" id="5Bo-1C-aqM"/>
|
|
</connections>
|
|
</tableCellView>
|
|
<tableCellView identifier="ConnectionCell" misplaced="YES" id="waX-25-DeA" customClass="kkRowCell">
|
|
<rect key="frame" x="1" y="85" width="1301" height="40"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
<subviews>
|
|
<imageView translatesAutoresizingMaskIntoConstraints="NO" id="71C-gs-Mno">
|
|
<rect key="frame" x="1" y="3" width="26" height="34"/>
|
|
<constraints>
|
|
<constraint firstAttribute="height" constant="23" id="5cY-lj-s0H"/>
|
|
<constraint firstAttribute="width" constant="26" id="RFz-62-vLF"/>
|
|
</constraints>
|
|
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="NSActionTemplate" id="21o-6T-gOU"/>
|
|
</imageView>
|
|
<textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" tag="101" translatesAutoresizingMaskIntoConstraints="NO" id="kT3-0V-Fwt">
|
|
<rect key="frame" x="31" y="4" width="1228" height="18"/>
|
|
<textFieldCell key="cell" lineBreakMode="truncatingTail" selectable="YES" allowsUndo="NO" sendsActionOnEndEditing="YES" title="item path" id="V6l-Qj-AQN">
|
|
<font key="font" size="11" name="Menlo-Regular"/>
|
|
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
|
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
|
</textFieldCell>
|
|
</textField>
|
|
<textField focusRingType="none" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="UR5-ag-OPP">
|
|
<rect key="frame" x="32" y="23" width="1227" height="15"/>
|
|
<textFieldCell key="cell" lineBreakMode="truncatingTail" selectable="YES" allowsUndo="NO" sendsActionOnEndEditing="YES" title="Network Info" usesSingleLineMode="YES" id="WqN-YF-KzO">
|
|
<font key="font" size="13" name="Menlo-Regular"/>
|
|
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
|
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
|
</textFieldCell>
|
|
</textField>
|
|
<button toolTip="show file info" tag="105" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="b9d-lc-cIV">
|
|
<rect key="frame" x="1265" y="16" width="15" height="15"/>
|
|
<buttonCell key="cell" type="bevel" bezelStyle="regularSquare" image="info" imagePosition="only" alignment="center" alternateImage="infoBG" state="on" imageScaling="proportionallyDown" inset="2" id="TVV-n9-MRK">
|
|
<behavior key="behavior" lightByContents="YES"/>
|
|
<font key="font" metaFont="system"/>
|
|
</buttonCell>
|
|
<constraints>
|
|
<constraint firstAttribute="width" constant="15" id="B8v-8X-yWj"/>
|
|
<constraint firstAttribute="height" constant="15" id="xa8-KT-ahq"/>
|
|
</constraints>
|
|
<connections>
|
|
<action selector="showInfo:" target="-2" id="OF2-Ho-YXr"/>
|
|
</connections>
|
|
</button>
|
|
<textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" tag="106" translatesAutoresizingMaskIntoConstraints="NO" id="k5T-Yc-we2">
|
|
<rect key="frame" x="1259" y="3" width="25" height="12"/>
|
|
<constraints>
|
|
<constraint firstAttribute="width" constant="21" id="kTu-mW-fft"/>
|
|
<constraint firstAttribute="height" constant="12" id="pe9-mN-WeC"/>
|
|
</constraints>
|
|
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="center" title="info" id="0Wf-9j-aaw">
|
|
<font key="font" size="9" name="Menlo-Regular"/>
|
|
<color key="textColor" white="0.5" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
|
|
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
|
</textFieldCell>
|
|
</textField>
|
|
</subviews>
|
|
<constraints>
|
|
<constraint firstItem="UR5-ag-OPP" firstAttribute="top" secondItem="waX-25-DeA" secondAttribute="top" constant="1" id="56i-35-1ZU"/>
|
|
<constraint firstItem="kT3-0V-Fwt" firstAttribute="leading" secondItem="71C-gs-Mno" secondAttribute="trailing" constant="6" id="5IU-du-URu"/>
|
|
<constraint firstItem="71C-gs-Mno" firstAttribute="top" secondItem="waX-25-DeA" secondAttribute="top" constant="8" id="93e-mP-vDQ"/>
|
|
<constraint firstItem="UR5-ag-OPP" firstAttribute="leading" secondItem="71C-gs-Mno" secondAttribute="trailing" constant="7" id="BOH-0q-aGo"/>
|
|
<constraint firstAttribute="trailing" secondItem="k5T-Yc-we2" secondAttribute="trailing" constant="19" id="JJb-oy-J0e"/>
|
|
<constraint firstItem="b9d-lc-cIV" firstAttribute="leading" secondItem="UR5-ag-OPP" secondAttribute="trailing" constant="8" id="MXO-Dc-Jfc"/>
|
|
<constraint firstItem="kT3-0V-Fwt" firstAttribute="baseline" secondItem="k5T-Yc-we2" secondAttribute="firstBaseline" id="ZG4-zb-Zec"/>
|
|
<constraint firstItem="k5T-Yc-we2" firstAttribute="leading" secondItem="kT3-0V-Fwt" secondAttribute="trailing" constant="4" id="dOy-kF-uEl"/>
|
|
<constraint firstItem="kT3-0V-Fwt" firstAttribute="top" secondItem="waX-25-DeA" secondAttribute="top" constant="17" id="f8A-oI-j4p"/>
|
|
<constraint firstAttribute="trailing" secondItem="b9d-lc-cIV" secondAttribute="trailing" constant="21" id="gmk-OW-20W"/>
|
|
<constraint firstItem="71C-gs-Mno" firstAttribute="leading" secondItem="waX-25-DeA" secondAttribute="leading" constant="1" id="h2R-BV-oKU"/>
|
|
<constraint firstItem="71C-gs-Mno" firstAttribute="centerY" secondItem="waX-25-DeA" secondAttribute="centerY" id="jxA-1K-S5g"/>
|
|
<constraint firstItem="k5T-Yc-we2" firstAttribute="top" secondItem="b9d-lc-cIV" secondAttribute="bottom" constant="1" id="pBs-mq-iz3"/>
|
|
<constraint firstAttribute="bottom" secondItem="k5T-Yc-we2" secondAttribute="bottom" constant="3" id="wsQ-X8-jHi"/>
|
|
</constraints>
|
|
<connections>
|
|
<outlet property="imageView" destination="71C-gs-Mno" id="TDU-es-bpH"/>
|
|
<outlet property="textField" destination="UR5-ag-OPP" id="uTT-7d-N6D"/>
|
|
</connections>
|
|
</tableCellView>
|
|
</prototypeCellViews>
|
|
</tableColumn>
|
|
</tableColumns>
|
|
<connections>
|
|
<outlet property="dataSource" destination="-2" id="XkN-eO-Y60"/>
|
|
<outlet property="delegate" destination="-2" id="vqo-5I-Pat"/>
|
|
</connections>
|
|
</tableView>
|
|
</subviews>
|
|
<nil key="backgroundColor"/>
|
|
</clipView>
|
|
<scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" controlSize="mini" horizontal="YES" id="YoR-S2-wC2">
|
|
<rect key="frame" x="1" y="298" width="480" height="16"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
</scroller>
|
|
<scroller key="verticalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" controlSize="mini" horizontal="NO" id="SeJ-Sc-Vdr">
|
|
<rect key="frame" x="224" y="17" width="15" height="102"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
</scroller>
|
|
</scrollView>
|
|
<textField focusRingType="none" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="BB9-Xc-q8T">
|
|
<rect key="frame" x="20" y="372" width="1264" height="42"/>
|
|
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" state="on" borderStyle="bezel" placeholderString="type search term, then press enter" drawsBackground="YES" usesSingleLineMode="YES" id="L1f-RR-fvk">
|
|
<font key="font" metaFont="system" size="30"/>
|
|
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
|
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
|
</textFieldCell>
|
|
<connections>
|
|
<outlet property="delegate" destination="-2" id="X2H-Xx-qgK"/>
|
|
</connections>
|
|
</textField>
|
|
<progressIndicator horizontalHuggingPriority="100" verticalHuggingPriority="100" horizontalCompressionResistancePriority="100" verticalCompressionResistancePriority="100" maxValue="100" displayedWhenStopped="NO" bezeled="NO" indeterminate="YES" controlSize="small" style="spinning" translatesAutoresizingMaskIntoConstraints="NO" id="RXw-FP-B7l">
|
|
<rect key="frame" x="1281" y="6" width="16" height="16"/>
|
|
</progressIndicator>
|
|
<textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="T6J-Cf-EyN">
|
|
<rect key="frame" x="628" y="5" width="48" height="20"/>
|
|
<textFieldCell key="cell" lineBreakMode="clipping" alignment="center" title="Label" id="ns1-d4-i7p">
|
|
<font key="font" size="13" name="Menlo-Bold"/>
|
|
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
|
|
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
|
</textFieldCell>
|
|
</textField>
|
|
<textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" setsMaxLayoutWidthAtFirstLayout="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Q88-hM-E3W" userLabel="loading data">
|
|
<rect key="frame" x="992" y="5" width="283" height="19"/>
|
|
<constraints>
|
|
<constraint firstAttribute="width" constant="279" id="mRy-GO-SLV"/>
|
|
<constraint firstAttribute="height" constant="19" id="pLX-hb-h4j"/>
|
|
</constraints>
|
|
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" allowsUndo="NO" sendsActionOnEndEditing="YES" alignment="right" title="enumerating..." id="ZXa-lS-7Ph">
|
|
<font key="font" size="13" name="Menlo-Regular"/>
|
|
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
|
|
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
|
</textFieldCell>
|
|
</textField>
|
|
</subviews>
|
|
<constraints>
|
|
<constraint firstItem="8GA-gp-lIa" firstAttribute="top" secondItem="BB9-Xc-q8T" secondAttribute="bottom" constant="17" id="1qH-1o-nzm"/>
|
|
<constraint firstAttribute="bottom" secondItem="RXw-FP-B7l" secondAttribute="bottom" constant="6" id="6hs-UW-qAq"/>
|
|
<constraint firstAttribute="trailing" secondItem="RXw-FP-B7l" secondAttribute="trailing" constant="7" id="DDE-3F-zyh"/>
|
|
<constraint firstItem="8GA-gp-lIa" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" constant="70" id="IAH-UM-GVX"/>
|
|
<constraint firstAttribute="bottom" secondItem="8GA-gp-lIa" secondAttribute="bottom" constant="31" id="RJ1-AT-aVI"/>
|
|
<constraint firstItem="RXw-FP-B7l" firstAttribute="leading" secondItem="Q88-hM-E3W" secondAttribute="trailing" constant="8" id="TnS-Lk-wM3"/>
|
|
<constraint firstItem="T6J-Cf-EyN" firstAttribute="top" secondItem="8GA-gp-lIa" secondAttribute="bottom" constant="6" id="WHR-8J-UIT"/>
|
|
<constraint firstItem="Q88-hM-E3W" firstAttribute="top" secondItem="8GA-gp-lIa" secondAttribute="bottom" constant="7" id="XN4-Fa-uMy"/>
|
|
<constraint firstAttribute="bottom" secondItem="Q88-hM-E3W" secondAttribute="bottom" constant="5" id="Yli-eQ-eLH"/>
|
|
<constraint firstAttribute="trailing" secondItem="BB9-Xc-q8T" secondAttribute="trailing" constant="20" id="aKm-xj-RF5"/>
|
|
<constraint firstItem="8GA-gp-lIa" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" constant="-1" id="bVx-kV-QU1"/>
|
|
<constraint firstItem="T6J-Cf-EyN" firstAttribute="centerX" secondItem="se5-gp-TjO" secondAttribute="centerX" id="d7h-k8-xNK"/>
|
|
<constraint firstAttribute="bottom" secondItem="RXw-FP-B7l" secondAttribute="bottom" constant="6" id="dCy-e4-gOX"/>
|
|
<constraint firstAttribute="bottom" secondItem="T6J-Cf-EyN" secondAttribute="bottom" constant="5" id="fxf-S4-Osw"/>
|
|
<constraint firstAttribute="trailing" secondItem="8GA-gp-lIa" secondAttribute="trailing" constant="-1" id="hYI-5Z-VSU"/>
|
|
<constraint firstItem="BB9-Xc-q8T" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" constant="11" id="phr-KT-g4L"/>
|
|
<constraint firstItem="BB9-Xc-q8T" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" constant="20" id="sZv-PY-ckN"/>
|
|
<constraint firstItem="RXw-FP-B7l" firstAttribute="top" secondItem="8GA-gp-lIa" secondAttribute="bottom" constant="9" id="vBa-ab-yLO"/>
|
|
<constraint firstItem="RXw-FP-B7l" firstAttribute="top" secondItem="8GA-gp-lIa" secondAttribute="bottom" constant="9" id="w3z-x9-5qU"/>
|
|
</constraints>
|
|
</view>
|
|
<connections>
|
|
<outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
|
|
</connections>
|
|
<point key="canvasLocation" x="634" y="91.5"/>
|
|
</window>
|
|
</objects>
|
|
<resources>
|
|
<image name="NSActionTemplate" width="20" height="20"/>
|
|
<image name="info" width="256" height="256"/>
|
|
<image name="infoBG" width="256" height="256"/>
|
|
<image name="show" width="256" height="256"/>
|
|
<image name="showBG" width="256" height="256"/>
|
|
<image name="unknown" width="256" height="256"/>
|
|
</resources>
|
|
</document>
|