<?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"/>
        <development version="7000" identifier="xcode"/>
        <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="20037"/>
    </dependencies>
    <objects>
        <customObject id="-2" userLabel="File's Owner" customClass="ALTipOfTheDay">
            <connections>
                <outlet property="webViewContainer_" destination="1Zl-3f-KtX" id="UIU-JZ-8Yd"/>
                <outlet property="window_" destination="5" id="OtE-Kq-1o5"/>
            </connections>
        </customObject>
        <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
        <customObject id="-3" userLabel="Application" customClass="NSObject"/>
        <window title="Tip of the Day" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" hidesOnDeactivate="YES" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="5" userLabel="Panel" customClass="NSPanel">
            <windowStyleMask key="styleMask" titled="YES" closable="YES" resizable="YES" utility="YES"/>
            <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
            <rect key="contentRect" x="122" y="148" width="670" height="433"/>
            <rect key="screenRect" x="0.0" y="0.0" width="1440" height="877"/>
            <value key="minSize" type="size" width="500" height="300"/>
            <view key="contentView" id="6">
                <rect key="frame" x="0.0" y="0.0" width="670" height="433"/>
                <autoresizingMask key="autoresizingMask"/>
                <subviews>
                    <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="7">
                        <rect key="frame" x="580" y="13" width="76" height="32"/>
                        <buttonCell key="cell" type="push" title="Close" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="20">
                            <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
                            <font key="font" metaFont="system"/>
                            <string key="keyEquivalent" base64-UTF8="YES">
DQ
</string>
                        </buttonCell>
                        <connections>
                            <action selector="close:" target="-2" id="14"/>
                        </connections>
                    </button>
                    <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="8">
                        <rect key="frame" x="131" y="13" width="92" height="32"/>
                        <buttonCell key="cell" type="push" title="Next Tip" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="21">
                            <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
                            <font key="font" metaFont="system"/>
                        </buttonCell>
                        <connections>
                            <action selector="nextTip:" target="-2" id="13"/>
                            <binding destination="-2" name="enabled" keyPath="nextTipsExist" id="18"/>
                        </connections>
                    </button>
                    <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="9">
                        <rect key="frame" x="14" y="13" width="117" height="32"/>
                        <buttonCell key="cell" type="push" title="Previous Tip" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="22">
                            <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
                            <font key="font" metaFont="system"/>
                        </buttonCell>
                        <connections>
                            <action selector="previousTip:" target="-2" id="12"/>
                            <binding destination="-2" name="enabled" keyPath="previousTipsExist" id="17"/>
                        </connections>
                    </button>
                    <customView horizontalHuggingPriority="200" verticalHuggingPriority="200" horizontalCompressionResistancePriority="950" verticalCompressionResistancePriority="950" translatesAutoresizingMaskIntoConstraints="NO" id="1Zl-3f-KtX">
                        <rect key="frame" x="0.0" y="62" width="670" height="371"/>
                        <constraints>
                            <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="600" id="4O7-PN-5CU"/>
                            <constraint firstAttribute="height" relation="greaterThanOrEqual" constant="300" id="yAf-Hc-l9B"/>
                        </constraints>
                    </customView>
                    <box verticalHuggingPriority="750" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="oLj-0m-sWc">
                        <rect key="frame" x="0.0" y="59" width="670" height="5"/>
                    </box>
                    <button translatesAutoresizingMaskIntoConstraints="NO" id="10">
                        <rect key="frame" x="223" y="21" width="144" height="18"/>
                        <buttonCell key="cell" type="check" title="Show tip on startup" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="23">
                            <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
                            <font key="font" metaFont="system"/>
                        </buttonCell>
                        <connections>
                            <binding destination="-2" name="value" keyPath="showTipAtStartup" id="16"/>
                        </connections>
                    </button>
                </subviews>
                <constraints>
                    <constraint firstAttribute="trailing" secondItem="7" secondAttribute="trailing" constant="20" symbolic="YES" id="A71-kn-qc5"/>
                    <constraint firstItem="1Zl-3f-KtX" firstAttribute="top" secondItem="6" secondAttribute="top" id="ASp-5y-sP2"/>
                    <constraint firstItem="oLj-0m-sWc" firstAttribute="leading" secondItem="6" secondAttribute="leading" id="BFn-7L-IvA"/>
                    <constraint firstAttribute="bottom" secondItem="7" secondAttribute="bottom" constant="20" symbolic="YES" id="BX2-P1-1Ic"/>
                    <constraint firstAttribute="trailing" secondItem="1Zl-3f-KtX" secondAttribute="trailing" id="EUg-KX-n1h"/>
                    <constraint firstAttribute="bottom" secondItem="9" secondAttribute="bottom" constant="20" symbolic="YES" id="Feo-LR-c70"/>
                    <constraint firstItem="10" firstAttribute="leading" secondItem="8" secondAttribute="trailing" constant="8" symbolic="YES" id="Is5-w4-DMc"/>
                    <constraint firstItem="9" firstAttribute="top" secondItem="oLj-0m-sWc" secondAttribute="bottom" constant="20" symbolic="YES" id="MZu-Bl-yey"/>
                    <constraint firstItem="8" firstAttribute="centerY" secondItem="9" secondAttribute="centerY" id="OKb-zy-kRV"/>
                    <constraint firstItem="oLj-0m-sWc" firstAttribute="top" secondItem="1Zl-3f-KtX" secondAttribute="bottom" id="Ymn-oa-cfv"/>
                    <constraint firstItem="1Zl-3f-KtX" firstAttribute="leading" secondItem="6" secondAttribute="leading" id="ifH-31-l3p"/>
                    <constraint firstItem="8" firstAttribute="leading" secondItem="9" secondAttribute="trailing" constant="12" symbolic="YES" id="jw8-fs-6v2"/>
                    <constraint firstItem="9" firstAttribute="leading" secondItem="6" secondAttribute="leading" constant="20" symbolic="YES" id="lWm-bv-9Kk"/>
                    <constraint firstAttribute="trailing" secondItem="oLj-0m-sWc" secondAttribute="trailing" id="qNH-MF-gT8"/>
                    <constraint firstItem="10" firstAttribute="centerY" secondItem="8" secondAttribute="centerY" id="voR-oG-Uij"/>
                </constraints>
            </view>
            <point key="canvasLocation" x="302" y="262.5"/>
        </window>
    </objects>
</document>
