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" useAutolayout="YES">
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="InfoTrackersViewController">
10            <connections>
11                <outlet property="fTrackerAddRemoveControl" destination="4" id="13"/>
12                <outlet property="fTrackerTable" destination="6" id="12"/>
13                <outlet property="view" destination="2" id="11"/>
14            </connections>
15        </customObject>
16        <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
17        <customObject id="-3" userLabel="Application" customClass="NSObject"/>
18        <customView id="2" userLabel="Trackers">
19            <rect key="frame" x="0.0" y="0.0" width="382" height="352"/>
20            <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
21            <subviews>
22                <segmentedControl verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="4">
23                    <rect key="frame" x="11" y="11" width="71" height="18"/>
24                    <segmentedCell key="cell" controlSize="small" state="on" borderStyle="border" alignment="left" style="roundRect" trackingMode="momentary" id="5">
25                        <font key="font" metaFont="smallSystem"/>
26                        <segments>
27                            <segment image="NSAddTemplate" width="32"/>
28                            <segment image="NSRemoveTemplate" width="32" tag="1"/>
29                        </segments>
30                    </segmentedCell>
31                    <connections>
32                        <action selector="addRemoveTracker:" target="-2" id="16"/>
33                    </connections>
34                </segmentedControl>
35                <scrollView autohidesScrollers="YES" horizontalLineScroll="59" horizontalPageScroll="10" verticalLineScroll="59" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="3">
36                    <rect key="frame" x="12" y="36" width="358" height="304"/>
37                    <clipView key="contentView" copiesOnScroll="NO" id="sFV-Gc-aEj">
38                        <rect key="frame" x="1" y="1" width="356" height="302"/>
39                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
40                        <subviews>
41                            <tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" alternatingRowBackgroundColors="YES" columnReordering="NO" columnResizing="NO" autosaveColumns="NO" typeSelect="NO" rowHeight="57" id="6" customClass="TrackerTableView">
42                                <rect key="frame" x="0.0" y="0.0" width="356" height="302"/>
43                                <autoresizingMask key="autoresizingMask"/>
44                                <size key="intercellSpacing" width="3" height="2"/>
45                                <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
46                                <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
47                                <tableColumns>
48                                    <tableColumn identifier="Tracker" width="353" minWidth="40" maxWidth="1000" id="9">
49                                        <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left">
50                                            <font key="font" metaFont="smallSystem"/>
51                                            <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
52                                            <color key="backgroundColor" white="0.33333299" alpha="1" colorSpace="calibratedWhite"/>
53                                        </tableHeaderCell>
54                                        <textFieldCell key="dataCell" lineBreakMode="truncatingMiddle" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="10">
55                                            <font key="font" metaFont="smallSystem"/>
56                                            <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
57                                            <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
58                                        </textFieldCell>
59                                        <tableColumnResizingMask key="resizingMask" resizeWithTable="YES"/>
60                                    </tableColumn>
61                                </tableColumns>
62                                <connections>
63                                    <outlet property="dataSource" destination="-2" id="14"/>
64                                    <outlet property="delegate" destination="-2" id="15"/>
65                                </connections>
66                            </tableView>
67                        </subviews>
68                    </clipView>
69                    <constraints>
70                        <constraint firstAttribute="height" relation="greaterThanOrEqual" constant="150" placeholder="YES" id="9cv-V6-NW6"/>
71                        <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="300" placeholder="YES" id="9jz-rF-9Vf"/>
72                    </constraints>
73                    <scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" doubleValue="0.0027777779999999998" controlSize="small" horizontal="YES" id="7">
74                        <rect key="frame" x="-100" y="-100" width="372" height="11"/>
75                        <autoresizingMask key="autoresizingMask"/>
76                    </scroller>
77                    <scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" controlSize="small" horizontal="NO" id="8">
78                        <rect key="frame" x="346" y="1" width="11" height="0.0"/>
79                        <autoresizingMask key="autoresizingMask"/>
80                    </scroller>
81                </scrollView>
82            </subviews>
83            <constraints>
84                <constraint firstAttribute="trailing" secondItem="3" secondAttribute="trailing" constant="12" id="9Bs-yg-J47"/>
85                <constraint firstItem="3" firstAttribute="leading" secondItem="2" secondAttribute="leading" constant="12" id="EKy-Fd-QsG"/>
86                <constraint firstItem="3" firstAttribute="top" secondItem="2" secondAttribute="top" constant="12" id="TI3-QK-Ict"/>
87                <constraint firstAttribute="bottom" secondItem="4" secondAttribute="bottom" constant="12" id="WWe-3w-uSv"/>
88                <constraint firstItem="4" firstAttribute="top" secondItem="3" secondAttribute="bottom" constant="8" symbolic="YES" id="XN7-Nl-L9f"/>
89                <constraint firstItem="4" firstAttribute="leading" secondItem="3" secondAttribute="leading" id="Y7G-n2-OaR"/>
90            </constraints>
91        </customView>
92    </objects>
93    <resources>
94        <image name="NSAddTemplate" width="11" height="11"/>
95        <image name="NSRemoveTemplate" width="11" height="11"/>
96    </resources>
97</document>
98