| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="5056" systemVersion="13F1077" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"> |
| <dependencies> |
| <deployment version="1090" identifier="macosx"/> |
| <development version="5100" identifier="xcode"/> |
| <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="5056"/> |
| </dependencies> |
| <objects> |
| <customObject id="-2" userLabel="File's Owner" customClass="PanelWindowControllerCocoa"> |
| <connections> |
| <outlet property="titlebar_view_" destination="6" id="8"/> |
| <outlet property="window" destination="1" id="28"/> |
| </connections> |
| </customObject> |
| <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> |
| <customObject id="-3" userLabel="Application"/> |
| <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" showsToolbarButton="NO" visibleAtLaunch="NO" animationBehavior="default" id="1" customClass="PanelWindowCocoaImpl"> |
| <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" texturedBackground="YES"/> |
| <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/> |
| <rect key="contentRect" x="196" y="240" width="480" height="270"/> |
| <rect key="screenRect" x="0.0" y="0.0" width="1680" height="1028"/> |
| <view key="contentView" id="2"> |
| <rect key="frame" x="0.0" y="0.0" width="480" height="270"/> |
| <autoresizingMask key="autoresizingMask"/> |
| </view> |
| <connections> |
| <outlet property="delegate" destination="-2" id="29"/> |
| </connections> |
| </window> |
| <customView id="6" userLabel="PanelTitlebarView" customClass="PanelTitlebarViewCocoa"> |
| <rect key="frame" x="0.0" y="0.0" width="300" height="22"/> |
| <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES" flexibleMaxY="YES"/> |
| <subviews> |
| <imageView id="19"> |
| <rect key="frame" x="126" y="3" width="14" height="14"/> |
| <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/> |
| <imageCell key="cell" controlSize="small" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" id="20"/> |
| </imageView> |
| <textField verticalHuggingPriority="750" id="10"> |
| <rect key="frame" x="26" y="1" width="248" height="17"/> |
| <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMaxY="YES"/> |
| <textFieldCell key="cell" lineBreakMode="truncatingTail" allowsUndo="NO" sendsActionOnEndEditing="YES" alignment="left" bezelStyle="round" id="11"> |
| <font key="font" metaFont="system"/> |
| <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> |
| <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> |
| </textFieldCell> |
| </textField> |
| <button id="30" customClass="HoverImageButton"> |
| <rect key="frame" x="0.0" y="0.0" width="16" height="16"/> |
| <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/> |
| <buttonCell key="cell" type="square" title="Minimize" bezelStyle="shadowlessSquare" imagePosition="only" alignment="center" imageScaling="proportionallyDown" inset="2" id="31"> |
| <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> |
| <font key="font" metaFont="system"/> |
| </buttonCell> |
| <connections> |
| <action selector="onMinimizeButtonClick:" target="6" id="35"/> |
| </connections> |
| </button> |
| <button id="32" customClass="HoverImageButton"> |
| <rect key="frame" x="0.0" y="0.0" width="16" height="16"/> |
| <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/> |
| <buttonCell key="cell" type="square" title="Restore" bezelStyle="shadowlessSquare" imagePosition="only" alignment="center" imageScaling="proportionallyDown" inset="2" id="33"> |
| <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> |
| <font key="font" metaFont="system"/> |
| </buttonCell> |
| <connections> |
| <action selector="onRestoreButtonClick:" target="6" id="37"/> |
| </connections> |
| </button> |
| <button id="38" customClass="HoverImageButton"> |
| <rect key="frame" x="5" y="-5" width="16" height="16"/> |
| <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/> |
| <buttonCell key="cell" type="square" title="Close" bezelStyle="shadowlessSquare" alignment="center" imageScaling="proportionallyDown" inset="2" id="39"> |
| <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> |
| <font key="font" metaFont="system"/> |
| </buttonCell> |
| <connections> |
| <action selector="onCloseButtonClick:" target="6" id="41"/> |
| </connections> |
| </button> |
| <customView id="24" customClass="PanelTitlebarOverlayView"> |
| <rect key="frame" x="0.0" y="0.0" width="300" height="22"/> |
| <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
| <connections> |
| <outlet property="controller_" destination="-2" id="27"/> |
| </connections> |
| </customView> |
| </subviews> |
| <connections> |
| <outlet property="controller_" destination="-2" id="9"/> |
| <outlet property="customCloseButton_" destination="38" id="42"/> |
| <outlet property="icon_" destination="19" id="21"/> |
| <outlet property="minimizeButton_" destination="30" id="34"/> |
| <outlet property="overlay_" destination="24" id="25"/> |
| <outlet property="restoreButton_" destination="32" id="36"/> |
| <outlet property="title_" destination="10" id="17"/> |
| </connections> |
| </customView> |
| </objects> |
| </document> |