<?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="20037" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES"> <dependencies> <deployment identifier="macosx"/> <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="20037"/> <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> </dependencies> <objects> <customObject id="-2" userLabel="File's Owner" customClass="StatusBarController"> <connections> <outlet property="fStatusButton" destination="3" id="18"/> <outlet property="fTotalDLField" destination="7" id="19"/> <outlet property="fTotalDLImageView" destination="4" id="21"/> <outlet property="fTotalULField" destination="6" id="20"/> <outlet property="fTotalULImageView" destination="5" id="42"/> <outlet property="view" destination="2" id="17"/> </connections> </customObject> <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> <customObject id="-3" userLabel="Application" customClass="NSObject"/> <customView clipsToBounds="YES" id="2" userLabel="StatusBar" customClass="StatusBarView"> <rect key="frame" x="0.0" y="0.0" width="400" height="21"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/> <subviews> <popUpButton verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="3"> <rect key="frame" x="5" y="2" width="89" height="17"/> <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"> <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES" changeBackground="YES" changeGray="YES"/> <font key="font" metaFont="smallSystem"/> <menu key="menu" title="OtherViews" id="13"> <items> <menuItem title="status menu" image="YingYangTemplate" tag="-1" hidden="YES" id="33"/> <menuItem title="Total Ratio" id="34"> <connections> <action selector="setStatusLabel:" target="-2" id="41"/> </connections> </menuItem> <menuItem title="Session Ratio" tag="1" id="35"> <connections> <action selector="setStatusLabel:" target="-2" id="38"/> </connections> </menuItem> <menuItem title="Total Transfer" tag="2" id="36"> <connections> <action selector="setStatusLabel:" target="-2" id="39"/> </connections> </menuItem> <menuItem title="Session Transfer" tag="3" id="37"> <connections> <action selector="setStatusLabel:" target="-2" id="40"/> </connections> </menuItem> </items> </menu> </popUpButtonCell> </popUpButton> <imageView translatesAutoresizingMaskIntoConstraints="NO" id="4"> <rect key="frame" x="218" y="5" width="8" height="12"/> <imageCell key="cell" refusesFirstResponder="YES" alignment="left" animates="YES" image="DownArrowTemplate" id="11"/> </imageView> <imageView translatesAutoresizingMaskIntoConstraints="NO" id="5"> <rect key="frame" x="309" y="5" width="8" height="12"/> <imageCell key="cell" refusesFirstResponder="YES" alignment="left" image="UpArrowTemplate" id="10"/> </imageView> <textField verticalHuggingPriority="1000" horizontalCompressionResistancePriority="1000" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="6"> <rect key="frame" x="320" y="4" width="62" height="14"/> <textFieldCell key="cell" controlSize="small" sendsActionOnEndEditing="YES" alignment="left" title="999.9 KB/s" id="9"> <font key="font" metaFont="smallSystem"/> <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> </textFieldCell> </textField> <textField verticalHuggingPriority="1000" horizontalCompressionResistancePriority="1000" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="7"> <rect key="frame" x="229" y="4" width="62" height="14"/> <textFieldCell key="cell" controlSize="small" sendsActionOnEndEditing="YES" alignment="left" title="999.9 KB/s" id="8"> <font key="font" metaFont="smallSystem"/> <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> </textFieldCell> </textField> </subviews> <constraints> <constraint firstItem="4" firstAttribute="centerY" secondItem="2" secondAttribute="centerY" id="5X1-ao-0Th"/> <constraint firstItem="6" firstAttribute="leading" secondItem="5" secondAttribute="trailing" constant="5" id="6EO-VX-DLE"/> <constraint firstItem="4" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="3" secondAttribute="trailing" constant="5" id="6tW-KD-to5"/> <constraint firstItem="6" firstAttribute="centerY" secondItem="2" secondAttribute="centerY" id="PhY-Kl-8UO"/> <constraint firstItem="7" firstAttribute="centerY" secondItem="2" secondAttribute="centerY" id="RUV-jV-Cu3"/> <constraint firstAttribute="trailing" secondItem="6" secondAttribute="trailing" constant="20" id="TYC-7o-i81"/> <constraint firstItem="3" firstAttribute="leading" secondItem="2" secondAttribute="leading" constant="5" id="aSH-P9-sbq"/> <constraint firstItem="5" firstAttribute="centerY" secondItem="2" secondAttribute="centerY" id="s5N-sn-GIz"/> <constraint firstItem="7" firstAttribute="leading" secondItem="4" secondAttribute="trailing" constant="5" id="ucx-2O-Qeb"/> <constraint firstItem="5" firstAttribute="leading" secondItem="7" secondAttribute="trailing" constant="20" id="w5L-Hb-0Ly"/> <constraint firstItem="3" firstAttribute="centerY" secondItem="2" secondAttribute="centerY" id="xna-mB-gNK"/> </constraints> <point key="canvasLocation" x="139" y="136"/> </customView> </objects> <resources> <image name="DownArrowTemplate" width="8" height="12"/> <image name="UpArrowTemplate" width="8" height="12"/> <image name="YingYangTemplate" width="10" height="12"/> </resources> </document>