1<?xml version="1.0" encoding="UTF-8"?>
2<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
3    <dependencies>
4        <deployment identifier="macosx"/>
5        <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="14460.31"/>
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="FilterBarController">
10            <connections>
11                <outlet property="fActiveFilterButton" destination="3" id="30"/>
12                <outlet property="fDownloadFilterButton" destination="8" id="29"/>
13                <outlet property="fGroupsButton" destination="4" id="49"/>
14                <outlet property="fNoFilterButton" destination="9" id="27"/>
15                <outlet property="fPauseFilterButton" destination="6" id="28"/>
16                <outlet property="fSearchField" destination="10" id="31"/>
17                <outlet property="fSeedFilterButton" destination="7" id="32"/>
18                <outlet property="view" destination="2" id="33"/>
19            </connections>
20        </customObject>
21        <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
22        <customObject id="-3" userLabel="Application" customClass="NSObject"/>
23        <customView id="2" userLabel="FilterBar" customClass="FilterBarView">
24            <rect key="frame" x="0.0" y="0.0" width="457" height="23"/>
25            <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
26            <subviews>
27                <button verticalHuggingPriority="750" id="3" customClass="FilterButton">
28                    <rect key="frame" x="73" y="2" width="49" height="17"/>
29                    <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
30                    <buttonCell key="cell" type="recessed" title="Active" bezelStyle="recessed" alignment="center" controlSize="mini" lineBreakMode="truncatingTail" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="21">
31                        <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES" changeBackground="YES" changeGray="YES"/>
32                        <font key="font" metaFont="smallSystemBold"/>
33                    </buttonCell>
34                    <connections>
35                        <action selector="setFilter:" target="-2" id="41"/>
36                    </connections>
37                </button>
38                <popUpButton verticalHuggingPriority="750" id="4">
39                    <rect key="frame" x="5" y="4" width="26" height="15"/>
40                    <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
41                    <popUpButtonCell key="cell" type="recessed" bezelStyle="recessed" imagePosition="left" alignment="left" controlSize="small" lineBreakMode="truncatingTail" borderStyle="borderAndBezel" tag="-999" imageScaling="proportionallyDown" inset="2" pullsDown="YES" arrowPosition="noArrow" selectedItem="57" id="16">
42                        <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES" changeBackground="YES" changeGray="YES"/>
43                        <font key="font" metaFont="cellTitle"/>
44                        <menu key="menu" title="OtherViews" id="17">
45                            <items>
46                                <menuItem tag="-999" hidden="YES" id="57"/>
47                                <menuItem title="All Groups" tag="-2" id="58">
48                                    <connections>
49                                        <action selector="setGroupFilter:" target="-2" id="60"/>
50                                    </connections>
51                                </menuItem>
52                                <menuItem isSeparatorItem="YES" tag="-999" id="59">
53                                    <modifierMask key="keyEquivalentModifierMask" command="YES"/>
54                                </menuItem>
55                            </items>
56                            <connections>
57                                <outlet property="delegate" destination="-2" id="52"/>
58                            </connections>
59                        </menu>
60                    </popUpButtonCell>
61                </popUpButton>
62                <box horizontalHuggingPriority="750" boxType="separator" id="5">
63                    <rect key="frame" x="34" y="5" width="5" height="13"/>
64                    <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
65                </box>
66                <button verticalHuggingPriority="750" id="6" customClass="FilterButton">
67                    <rect key="frame" x="273" y="2" width="55" height="17"/>
68                    <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
69                    <buttonCell key="cell" type="recessed" title="Paused" bezelStyle="recessed" alignment="center" controlSize="mini" lineBreakMode="truncatingTail" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="15">
70                        <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES" changeBackground="YES" changeGray="YES"/>
71                        <font key="font" metaFont="smallSystemBold"/>
72                    </buttonCell>
73                    <connections>
74                        <action selector="setFilter:" target="-2" id="44"/>
75                    </connections>
76                </button>
77                <button verticalHuggingPriority="750" id="7" customClass="FilterButton">
78                    <rect key="frame" x="213" y="2" width="59" height="17"/>
79                    <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
80                    <buttonCell key="cell" type="recessed" title="Seeding" bezelStyle="recessed" alignment="center" controlSize="mini" lineBreakMode="truncatingTail" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="14">
81                        <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES" changeBackground="YES" changeGray="YES"/>
82                        <font key="font" metaFont="smallSystemBold"/>
83                    </buttonCell>
84                    <connections>
85                        <action selector="setFilter:" target="-2" id="43"/>
86                    </connections>
87                </button>
88                <button verticalHuggingPriority="750" id="8" customClass="FilterButton">
89                    <rect key="frame" x="123" y="2" width="89" height="17"/>
90                    <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
91                    <buttonCell key="cell" type="recessed" title="Downloading" bezelStyle="recessed" alignment="center" controlSize="mini" lineBreakMode="truncatingTail" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="13">
92                        <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES" changeBackground="YES" changeGray="YES"/>
93                        <font key="font" metaFont="smallSystemBold"/>
94                    </buttonCell>
95                    <connections>
96                        <action selector="setFilter:" target="-2" id="42"/>
97                    </connections>
98                </button>
99                <button verticalHuggingPriority="750" id="9" customClass="FilterButton">
100                    <rect key="frame" x="42" y="2" width="30" height="17"/>
101                    <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
102                    <buttonCell key="cell" type="recessed" title="All" bezelStyle="recessed" alignment="center" controlSize="mini" lineBreakMode="truncatingTail" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="12">
103                        <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES" changeBackground="YES" changeGray="YES"/>
104                        <font key="font" metaFont="smallSystemBold"/>
105                    </buttonCell>
106                    <connections>
107                        <action selector="setFilter:" target="-2" id="40"/>
108                    </connections>
109                </button>
110                <searchField wantsLayer="YES" verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" id="10">
111                    <rect key="frame" x="357" y="2" width="95" height="19"/>
112                    <autoresizingMask key="autoresizingMask" flexibleMinX="YES"/>
113                    <searchFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" borderStyle="bezel" bezelStyle="round" id="11">
114                        <font key="font" metaFont="smallSystem"/>
115                        <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
116                        <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
117                    </searchFieldCell>
118                    <connections>
119                        <action selector="setSearchText:" target="-2" id="51"/>
120                        <outlet property="searchMenuTemplate" destination="22" id="48"/>
121                    </connections>
122                </searchField>
123            </subviews>
124        </customView>
125        <menu title="Menu" id="22" userLabel="SearchFilterMenu">
126            <items>
127                <menuItem title="Name" tag="401" id="23">
128                    <connections>
129                        <action selector="setSearchType:" target="-2" id="46"/>
130                    </connections>
131                </menuItem>
132                <menuItem title="Tracker" tag="402" id="24">
133                    <connections>
134                        <action selector="setSearchType:" target="-2" id="47"/>
135                    </connections>
136                </menuItem>
137            </items>
138        </menu>
139    </objects>
140</document>
141