1<?xml version="1.0" encoding="UTF-8"?>
2<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="11762" systemVersion="16D32" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
3    <dependencies>
4        <deployment identifier="macosx"/>
5        <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="11762"/>
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="StatusBarController">
10            <connections>
11                <outlet property="fStatusButton" destination="3" id="18"/>
12                <outlet property="fTotalDLField" destination="7" id="19"/>
13                <outlet property="fTotalDLImageView" destination="4" id="21"/>
14                <outlet property="fTotalULField" destination="6" id="20"/>
15                <outlet property="fTotalULImageView" destination="5" id="42"/>
16                <outlet property="view" destination="2" id="17"/>
17            </connections>
18        </customObject>
19        <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
20        <customObject id="-3" userLabel="Application" customClass="NSObject"/>
21        <customView id="2" userLabel="StatusBar" customClass="StatusBarView">
22            <rect key="frame" x="0.0" y="0.0" width="400" height="21"/>
23            <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
24            <subviews>
25                <popUpButton verticalHuggingPriority="750" id="3">
26                    <rect key="frame" x="5" y="2" width="103" height="17"/>
27                    <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
28                    <popUpButtonCell key="cell" type="recessed" title="status menu" bezelStyle="recessed" imagePosition="left" alignment="left" controlSize="small" lineBreakMode="truncatingTail" borderStyle="borderAndBezel" tag="-1" inset="2" pullsDown="YES" arrowPosition="noArrow" selectedItem="33" id="12">
29                        <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES" changeBackground="YES" changeGray="YES"/>
30                        <font key="font" metaFont="smallSystem"/>
31                        <menu key="menu" title="OtherViews" id="13">
32                            <items>
33                                <menuItem title="status menu" image="YingYangTemplate" tag="-1" hidden="YES" id="33"/>
34                                <menuItem title="Total Ratio" id="34">
35                                    <connections>
36                                        <action selector="setStatusLabel:" target="-2" id="41"/>
37                                    </connections>
38                                </menuItem>
39                                <menuItem title="Session Ratio" tag="1" id="35">
40                                    <connections>
41                                        <action selector="setStatusLabel:" target="-2" id="38"/>
42                                    </connections>
43                                </menuItem>
44                                <menuItem title="Total Transfer" tag="2" id="36">
45                                    <connections>
46                                        <action selector="setStatusLabel:" target="-2" id="39"/>
47                                    </connections>
48                                </menuItem>
49                                <menuItem title="Session Transfer" tag="3" id="37">
50                                    <connections>
51                                        <action selector="setStatusLabel:" target="-2" id="40"/>
52                                    </connections>
53                                </menuItem>
54                            </items>
55                        </menu>
56                    </popUpButtonCell>
57                </popUpButton>
58                <imageView id="4">
59                    <rect key="frame" x="247" y="5" width="8" height="12"/>
60                    <autoresizingMask key="autoresizingMask" flexibleMinX="YES"/>
61                    <imageCell key="cell" refusesFirstResponder="YES" alignment="left" animates="YES" image="DownArrowTemplate" id="11"/>
62                </imageView>
63                <imageView id="5">
64                    <rect key="frame" x="325" y="5" width="8" height="12"/>
65                    <autoresizingMask key="autoresizingMask" flexibleMinX="YES"/>
66                    <imageCell key="cell" refusesFirstResponder="YES" alignment="left" image="UpArrowTemplate" id="10"/>
67                </imageView>
68                <textField verticalHuggingPriority="750" id="6">
69                    <rect key="frame" x="336" y="4" width="64" height="14"/>
70                    <autoresizingMask key="autoresizingMask" flexibleMinX="YES"/>
71                    <textFieldCell key="cell" controlSize="small" sendsActionOnEndEditing="YES" alignment="left" title="999.9 KB/s" id="9">
72                        <font key="font" metaFont="smallSystem"/>
73                        <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
74                        <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
75                    </textFieldCell>
76                </textField>
77                <textField verticalHuggingPriority="750" id="7">
78                    <rect key="frame" x="258" y="4" width="64" height="14"/>
79                    <autoresizingMask key="autoresizingMask" flexibleMinX="YES"/>
80                    <textFieldCell key="cell" controlSize="small" sendsActionOnEndEditing="YES" alignment="left" title="999.9 KB/s" id="8">
81                        <font key="font" metaFont="smallSystem"/>
82                        <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
83                        <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
84                    </textFieldCell>
85                </textField>
86            </subviews>
87        </customView>
88    </objects>
89    <resources>
90        <image name="DownArrowTemplate" width="8" height="12"/>
91        <image name="UpArrowTemplate" width="8" height="12"/>
92        <image name="YingYangTemplate" width="10" height="12"/>
93    </resources>
94</document>
95