<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22155" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
    <dependencies>
        <deployment identifier="macosx"/>
        <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22155"/>
        <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
    </dependencies>
    <objects>
        <customObject id="-2" userLabel="File's Owner" customClass="KMTTSWindowController" customModule="PDF_Master" customModuleProvider="target">
            <connections>
                <outlet property="forwardButton" destination="e4k-fY-QVV" id="8tb-RI-1tB"/>
                <outlet property="languageComboBox" destination="9fT-vD-o2j" id="eih-GL-lW6"/>
                <outlet property="languageLabel" destination="rQn-eL-pyW" id="pRa-hs-J9v"/>
                <outlet property="nextButton" destination="iPi-uv-9TU" id="mSj-CW-N6w"/>
                <outlet property="playButton" destination="J22-av-VRD" id="4oE-w7-5hv"/>
                <outlet property="sontinuouButton" destination="upy-4H-SEZ" id="uUc-dp-Nec"/>
                <outlet property="speedBox" destination="GzC-vA-NHb" id="Xg1-ek-g1t"/>
                <outlet property="speedLabel" destination="DFJ-Ak-XZz" id="uHf-ld-u9F"/>
                <outlet property="speedSlider" destination="kuF-Om-R8M" id="eXe-gW-nfF"/>
                <outlet property="speedStepper" destination="rNV-Re-6ql" id="JhG-B2-bmV"/>
                <outlet property="speedTextField" destination="xA2-tf-ljd" id="OKg-mA-fnP"/>
                <outlet property="sppendCountLabel" destination="zCs-0F-iqc" id="zpp-Oz-cyj"/>
                <outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/>
            </connections>
        </customObject>
        <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
        <customObject id="-3" userLabel="Application" customClass="NSObject"/>
        <window title="TTS" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="F0z-JX-Cv5">
            <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" fullSizeContentView="YES"/>
            <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
            <rect key="contentRect" x="449" y="545" width="353" height="179"/>
            <rect key="screenRect" x="0.0" y="0.0" width="2560" height="1415"/>
            <value key="minSize" type="size" width="353" height="179"/>
            <value key="maxSize" type="size" width="353" height="179"/>
            <view key="contentView" id="se5-gp-TjO">
                <rect key="frame" x="0.0" y="0.0" width="353" height="187"/>
                <autoresizingMask key="autoresizingMask"/>
                <subviews>
                    <button focusRingType="none" translatesAutoresizingMaskIntoConstraints="NO" id="e4k-fY-QVV" customClass="KMToolbarItem" customModule="PDF_Master" customModuleProvider="target">
                        <rect key="frame" x="77" y="127" width="20" height="20"/>
                        <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="KMImageNameTTSForward" imagePosition="only" alignment="center" focusRingType="none" imageScaling="proportionallyUpOrDown" inset="2" id="cZo-qa-ElH">
                            <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
                            <font key="font" metaFont="system"/>
                        </buttonCell>
                        <constraints>
                            <constraint firstAttribute="height" constant="20" id="Qi5-8w-VGb"/>
                            <constraint firstAttribute="width" constant="20" id="SOJ-Eb-cZp"/>
                        </constraints>
                        <connections>
                            <action selector="buttonItemClick_Forward:" target="-2" id="3sz-e1-G5W"/>
                        </connections>
                    </button>
                    <button focusRingType="none" translatesAutoresizingMaskIntoConstraints="NO" id="J22-av-VRD" customClass="KMToolbarItem" customModule="PDF_Master" customModuleProvider="target">
                        <rect key="frame" x="167" y="127" width="20" height="20"/>
                        <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="KMImageNameTTSStop" imagePosition="only" alignment="center" focusRingType="none" imageScaling="proportionallyUpOrDown" inset="2" id="4wL-Pk-QMU">
                            <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
                            <font key="font" metaFont="system"/>
                        </buttonCell>
                        <constraints>
                            <constraint firstAttribute="width" constant="20" id="FXz-Rp-6x2"/>
                            <constraint firstAttribute="height" constant="20" id="ohp-zV-fN2"/>
                        </constraints>
                        <connections>
                            <action selector="buttonItemClick_Play:" target="-2" id="uzW-jl-ZIt"/>
                        </connections>
                    </button>
                    <button focusRingType="none" translatesAutoresizingMaskIntoConstraints="NO" id="iPi-uv-9TU" customClass="KMToolbarItem" customModule="PDF_Master" customModuleProvider="target">
                        <rect key="frame" x="257" y="127" width="20" height="20"/>
                        <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="KMImageNameTTSNext" imagePosition="only" alignment="center" focusRingType="none" imageScaling="proportionallyUpOrDown" inset="2" id="gr1-LS-zDz">
                            <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
                            <font key="font" metaFont="system"/>
                        </buttonCell>
                        <constraints>
                            <constraint firstAttribute="height" constant="20" id="ZLR-0u-A9e"/>
                            <constraint firstAttribute="width" constant="20" id="xgc-aG-JWR"/>
                        </constraints>
                        <connections>
                            <action selector="buttonItemClick_Next:" target="-2" id="4Bg-i6-Fbd"/>
                        </connections>
                    </button>
                    <box verticalHuggingPriority="750" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="nS9-Bi-nrK">
                        <rect key="frame" x="20" y="109" width="313" height="5"/>
                    </box>
                    <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="DFJ-Ak-XZz">
                        <rect key="frame" x="18" y="49" width="41" height="15"/>
                        <textFieldCell key="cell" lineBreakMode="clipping" title="Speed" id="VT8-Zk-oJq">
                            <font key="font" metaFont="cellTitle"/>
                            <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
                            <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
                        </textFieldCell>
                    </textField>
                    <slider verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="kuF-Om-R8M">
                        <rect key="frame" x="65" y="40" width="171" height="28"/>
                        <sliderCell key="cell" state="on" alignment="left" minValue="1" maxValue="5" doubleValue="3" tickMarkPosition="above" sliderType="linear" id="XqB-cn-IzR"/>
                        <connections>
                            <action selector="sliderItemClick_Speed:" target="-2" id="JWB-Ml-1d3"/>
                        </connections>
                    </slider>
                    <stepper horizontalHuggingPriority="750" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="rNV-Re-6ql">
                        <rect key="frame" x="311" y="42" width="19" height="28"/>
                        <stepperCell key="cell" continuous="YES" alignment="left" increment="0.10000000000000001" maxValue="100" doubleValue="40" id="dvc-LI-TGa"/>
                        <connections>
                            <action selector="stepperItemClick_Speed:" target="-2" id="hCI-F8-3Kh"/>
                        </connections>
                    </stepper>
                    <box boxType="custom" cornerRadius="4" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="GzC-vA-NHb">
                        <rect key="frame" x="239" y="47" width="70" height="19"/>
                        <view key="contentView" id="TIA-n5-N7G">
                            <rect key="frame" x="1" y="1" width="68" height="17"/>
                            <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                            <subviews>
                                <textField focusRingType="none" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="xA2-tf-ljd">
                                    <rect key="frame" x="0.0" y="0.0" width="68" height="15"/>
                                    <constraints>
                                        <constraint firstAttribute="width" constant="64" id="6sI-Pw-hRl"/>
                                    </constraints>
                                    <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" focusRingType="none" alignment="center" title="3" id="J9h-gr-ftV">
                                        <font key="font" metaFont="cellTitle"/>
                                        <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
                                        <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
                                    </textFieldCell>
                                    <connections>
                                        <outlet property="delegate" destination="-2" id="i1Q-re-mrz"/>
                                    </connections>
                                </textField>
                            </subviews>
                            <constraints>
                                <constraint firstAttribute="trailing" secondItem="xA2-tf-ljd" secondAttribute="trailing" constant="2" id="8Qp-4N-AuH"/>
                                <constraint firstAttribute="bottom" secondItem="xA2-tf-ljd" secondAttribute="bottom" id="BsA-CV-v3r"/>
                                <constraint firstItem="xA2-tf-ljd" firstAttribute="top" secondItem="TIA-n5-N7G" secondAttribute="top" constant="2" id="Mor-2Z-GL2"/>
                                <constraint firstItem="xA2-tf-ljd" firstAttribute="leading" secondItem="TIA-n5-N7G" secondAttribute="leading" constant="2" id="b3V-rv-rUa"/>
                            </constraints>
                        </view>
                        <color key="borderColor" red="0.67450980392156867" green="0.67450980392156867" blue="0.67450980392156867" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/>
                        <color key="fillColor" white="0.62351190476190477" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
                    </box>
                    <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="zCs-0F-iqc">
                        <rect key="frame" x="327" y="49" width="13" height="15"/>
                        <constraints>
                            <constraint firstAttribute="height" constant="15" id="Gs7-zH-2ub"/>
                        </constraints>
                        <textFieldCell key="cell" lineBreakMode="clipping" title="X" id="BXz-xw-Zsy">
                            <font key="font" metaFont="cellTitle"/>
                            <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
                            <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
                        </textFieldCell>
                    </textField>
                    <popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="9fT-vD-o2j">
                        <rect key="frame" x="83" y="72" width="254" height="25"/>
                        <popUpButtonCell key="cell" type="push" title="Item 1" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="EDh-Zf-0aV" id="Zfc-vb-Ldc">
                            <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
                            <font key="font" metaFont="menu"/>
                            <menu key="menu" id="IZP-oW-2vi">
                                <items>
                                    <menuItem title="Item 1" state="on" id="EDh-Zf-0aV"/>
                                    <menuItem title="Item 2" id="V92-kp-lhe"/>
                                    <menuItem title="Item 3" id="YcL-bB-wCt"/>
                                </items>
                            </menu>
                        </popUpButtonCell>
                        <connections>
                            <action selector="buttonItemClick_Language:" target="-2" id="2Ju-VW-oTv"/>
                        </connections>
                    </popUpButton>
                    <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="rQn-eL-pyW">
                        <rect key="frame" x="18" y="78" width="60" height="15"/>
                        <constraints>
                            <constraint firstAttribute="height" constant="15" id="WJ9-I7-tbx"/>
                        </constraints>
                        <textFieldCell key="cell" lineBreakMode="clipping" title="Language" id="bOV-kf-mIJ">
                            <font key="font" metaFont="cellTitle"/>
                            <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
                            <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
                        </textFieldCell>
                    </textField>
                    <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="upy-4H-SEZ">
                        <rect key="frame" x="18" y="19" width="148" height="18"/>
                        <buttonCell key="cell" type="check" title="Continuous Reading" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="d25-Vy-Zdu">
                            <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
                            <font key="font" metaFont="system"/>
                        </buttonCell>
                        <connections>
                            <action selector="buttonItemClick_Continue:" target="-2" id="8wd-1L-Qmw"/>
                        </connections>
                    </button>
                </subviews>
                <constraints>
                    <constraint firstItem="nS9-Bi-nrK" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" constant="20" id="0i5-Qy-pQv"/>
                    <constraint firstItem="J22-av-VRD" firstAttribute="leading" secondItem="e4k-fY-QVV" secondAttribute="trailing" constant="70" id="0l5-ee-XAh"/>
                    <constraint firstItem="iPi-uv-9TU" firstAttribute="top" secondItem="e4k-fY-QVV" secondAttribute="top" id="2vT-iX-agP"/>
                    <constraint firstAttribute="bottom" secondItem="upy-4H-SEZ" secondAttribute="bottom" constant="20" id="3zh-1J-ru4"/>
                    <constraint firstItem="9fT-vD-o2j" firstAttribute="top" secondItem="nS9-Bi-nrK" secondAttribute="bottom" constant="15" id="6I1-I0-WZA"/>
                    <constraint firstItem="upy-4H-SEZ" firstAttribute="top" secondItem="kuF-Om-R8M" secondAttribute="bottom" constant="10" id="7Jr-Ow-9WM"/>
                    <constraint firstItem="GzC-vA-NHb" firstAttribute="top" secondItem="9fT-vD-o2j" secondAttribute="bottom" constant="10" id="7Rq-mU-Lzk"/>
                    <constraint firstItem="9fT-vD-o2j" firstAttribute="leading" secondItem="rQn-eL-pyW" secondAttribute="trailing" constant="10" id="AKE-VC-LbC"/>
                    <constraint firstItem="DFJ-Ak-XZz" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" constant="20" id="F75-a3-ihc"/>
                    <constraint firstItem="J22-av-VRD" firstAttribute="centerX" secondItem="se5-gp-TjO" secondAttribute="centerX" id="OFG-7x-2uD"/>
                    <constraint firstItem="GzC-vA-NHb" firstAttribute="centerY" secondItem="DFJ-Ak-XZz" secondAttribute="centerY" id="Ooo-k3-y2c"/>
                    <constraint firstItem="e4k-fY-QVV" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" constant="40" id="Oz7-WR-sgx"/>
                    <constraint firstItem="iPi-uv-9TU" firstAttribute="leading" secondItem="J22-av-VRD" secondAttribute="trailing" constant="70" id="PmI-tB-UoK"/>
                    <constraint firstItem="9fT-vD-o2j" firstAttribute="centerY" secondItem="rQn-eL-pyW" secondAttribute="centerY" id="PqP-A9-Ile"/>
                    <constraint firstItem="GzC-vA-NHb" firstAttribute="leading" secondItem="kuF-Om-R8M" secondAttribute="trailing" constant="5" id="Tur-QR-UpG"/>
                    <constraint firstItem="rQn-eL-pyW" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" constant="20" id="WU1-N0-ihR"/>
                    <constraint firstItem="nS9-Bi-nrK" firstAttribute="top" secondItem="e4k-fY-QVV" secondAttribute="bottom" constant="15" id="Wtd-Op-cFs"/>
                    <constraint firstItem="kuF-Om-R8M" firstAttribute="leading" secondItem="DFJ-Ak-XZz" secondAttribute="trailing" constant="10" id="eZ5-HO-kUa"/>
                    <constraint firstItem="rNV-Re-6ql" firstAttribute="leading" secondItem="GzC-vA-NHb" secondAttribute="trailing" constant="5" id="ftf-KQ-b6l"/>
                    <constraint firstItem="upy-4H-SEZ" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" constant="20" id="iTX-Ih-n14"/>
                    <constraint firstItem="zCs-0F-iqc" firstAttribute="leading" secondItem="rNV-Re-6ql" secondAttribute="trailing" constant="2" id="kDv-Yj-zEI"/>
                    <constraint firstAttribute="trailing" secondItem="nS9-Bi-nrK" secondAttribute="trailing" constant="20" id="pQh-va-Pjg"/>
                    <constraint firstItem="GzC-vA-NHb" firstAttribute="centerY" secondItem="DFJ-Ak-XZz" secondAttribute="centerY" id="q95-01-Gya"/>
                    <constraint firstAttribute="trailing" secondItem="9fT-vD-o2j" secondAttribute="trailing" constant="20" id="qdK-nl-QB4"/>
                    <constraint firstItem="GzC-vA-NHb" firstAttribute="centerY" secondItem="kuF-Om-R8M" secondAttribute="centerY" id="r4R-Ps-N0D"/>
                    <constraint firstItem="GzC-vA-NHb" firstAttribute="centerY" secondItem="zCs-0F-iqc" secondAttribute="centerY" id="rrd-VG-uF1"/>
                    <constraint firstItem="J22-av-VRD" firstAttribute="top" secondItem="e4k-fY-QVV" secondAttribute="top" id="ry0-EP-b9Z"/>
                    <constraint firstItem="J22-av-VRD" firstAttribute="bottom" secondItem="e4k-fY-QVV" secondAttribute="bottom" id="tSW-vg-ftW"/>
                    <constraint firstItem="GzC-vA-NHb" firstAttribute="centerY" secondItem="rNV-Re-6ql" secondAttribute="centerY" id="tmn-cB-06s"/>
                    <constraint firstItem="iPi-uv-9TU" firstAttribute="bottom" secondItem="e4k-fY-QVV" secondAttribute="bottom" id="uwP-Os-s7h"/>
                    <constraint firstAttribute="trailing" secondItem="zCs-0F-iqc" secondAttribute="trailing" constant="15" id="yar-1h-EzA"/>
                </constraints>
            </view>
            <connections>
                <outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
            </connections>
            <point key="canvasLocation" x="141.5" y="161"/>
        </window>
    </objects>
    <resources>
        <image name="KMImageNameTTSForward" width="20" height="20"/>
        <image name="KMImageNameTTSNext" width="20" height="20"/>
        <image name="KMImageNameTTSStop" width="20" height="20"/>
    </resources>
</document>