| <?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="GlobalErrorBubbleController"> |
| <connections> |
| <outlet property="acceptButton_" destination="58" id="65"/> |
| <outlet property="bubble_" destination="4" id="5"/> |
| <outlet property="buttonContainer_" destination="71" id="74"/> |
| <outlet property="cancelButton_" destination="60" id="66"/> |
| <outlet property="iconView_" destination="52" id="67"/> |
| <outlet property="layoutTweaker_" destination="21" id="75"/> |
| <outlet property="message_" destination="56" id="64"/> |
| <outlet property="title_" destination="54" id="63"/> |
| <outlet property="window" destination="1" id="3"/> |
| </connections> |
| </customObject> |
| <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> |
| <customObject id="-3" userLabel="Application"/> |
| <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" oneShot="NO" showsToolbarButton="NO" visibleAtLaunch="NO" animationBehavior="default" id="1" customClass="InfoBubbleWindow"> |
| <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/> |
| <windowPositionMask key="initialPositionMask" leftStrut="YES" bottomStrut="YES"/> |
| <rect key="contentRect" x="196" y="399" width="273" height="121"/> |
| <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="273" height="121"/> |
| <autoresizingMask key="autoresizingMask"/> |
| <subviews> |
| <customView id="4" customClass="InfoBubbleView"> |
| <rect key="frame" x="0.0" y="0.0" width="273" height="121"/> |
| <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
| <subviews> |
| <imageView id="52"> |
| <rect key="frame" x="10" y="78" width="24" height="24"/> |
| <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> |
| <imageCell key="cell" controlSize="small" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" id="53"/> |
| </imageView> |
| <textField verticalHuggingPriority="750" id="54"> |
| <rect key="frame" x="42" y="83" width="221" height="18"/> |
| <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/> |
| <textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Error Title" id="55"> |
| <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> |
| <textField verticalHuggingPriority="750" id="56"> |
| <rect key="frame" x="10" y="44" width="253" height="32"/> |
| <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/> |
| <textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Your sparble needs fargling - marble tarble warble faable?" id="57"> |
| <font key="font" metaFont="cellTitle"/> |
| <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> |
| <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> |
| </textFieldCell> |
| </textField> |
| <customView id="71" customClass="GTMWidthBasedTweaker"> |
| <rect key="frame" x="59" y="8" width="214" height="28"/> |
| <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/> |
| <subviews> |
| <button verticalHuggingPriority="750" id="58"> |
| <rect key="frame" x="112" y="-3" width="96" height="32"/> |
| <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/> |
| <buttonCell key="cell" type="push" title="Button" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="59"> |
| <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="onAccept:" target="-2" id="72"/> |
| </connections> |
| </button> |
| <button verticalHuggingPriority="750" id="60"> |
| <rect key="frame" x="16" y="-3" width="96" height="32"/> |
| <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/> |
| <buttonCell key="cell" type="push" title="Button" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="61"> |
| <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> |
| <font key="font" metaFont="system"/> |
| <string key="keyEquivalent" base64-UTF8="YES"> |
| Gw |
| </string> |
| </buttonCell> |
| <connections> |
| <action selector="onCancel:" target="-2" id="73"/> |
| </connections> |
| </button> |
| </subviews> |
| </customView> |
| </subviews> |
| </customView> |
| </subviews> |
| </view> |
| <connections> |
| <outlet property="delegate" destination="-2" id="6"/> |
| </connections> |
| </window> |
| <customObject id="20" customClass="ChromeUILocalizer"/> |
| <customObject id="21" customClass="GTMUILocalizerAndLayoutTweaker"> |
| <connections> |
| <outlet property="localizer_" destination="20" id="69"/> |
| <outlet property="uiObject_" destination="4" id="68"/> |
| </connections> |
| </customObject> |
| </objects> |
| </document> |