| <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="5056" systemVersion="13F1112" 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="ContentSettingBubbleController"> |
| <connections> |
| <outlet property="bubble_" destination="4" id="5"/> |
| <outlet property="contentsContainer_" destination="42" id="43"/> |
| <outlet property="doneButton_" destination="17" id="46"/> |
| <outlet property="manageButton_" destination="15" id="45"/> |
| <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="422" width="316" height="88"/> |
| <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="316" height="88"/> |
| <autoresizingMask key="autoresizingMask"/> |
| <subviews> |
| <customView id="4" customClass="InfoBubbleView"> |
| <rect key="frame" x="0.0" y="0.0" width="316" height="88"/> |
| <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
| <subviews> |
| <customView id="42"> |
| <rect key="frame" x="20" y="54" width="276" height="14"/> |
| <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/> |
| </customView> |
| <customView id="29" customClass="GTMWidthBasedTweaker"> |
| <rect key="frame" x="193" y="0.0" width="123" height="41"/> |
| <autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxY="YES"/> |
| <subviews> |
| <button verticalHuggingPriority="750" id="17"> |
| <rect key="frame" x="40" y="13" width="68" height="28"/> |
| <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/> |
| <buttonCell key="cell" type="push" title="^IDS_DONE" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="18"> |
| <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> |
| <font key="font" metaFont="smallSystem"/> |
| <string key="keyEquivalent" base64-UTF8="YES"> |
| DQ |
| </string> |
| </buttonCell> |
| <connections> |
| <action selector="closeBubble:" target="-2" id="26"/> |
| </connections> |
| </button> |
| </subviews> |
| </customView> |
| <customView id="28" customClass="GTMWidthBasedTweaker"> |
| <rect key="frame" x="0.0" y="0.0" width="192" height="41"/> |
| <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxX="YES" flexibleMaxY="YES"/> |
| <subviews> |
| <button verticalHuggingPriority="750" id="15"> |
| <rect key="frame" x="15" y="13" width="115" height="28"/> |
| <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
| <buttonCell key="cell" type="push" title="^IDS_MIDI_SYSEX_BUBBLE_MANAGE_LINK" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="16"> |
| <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> |
| <font key="font" metaFont="smallSystem"/> |
| </buttonCell> |
| <connections> |
| <action selector="manageBlocking:" target="-2" id="25"/> |
| </connections> |
| </button> |
| </subviews> |
| </customView> |
| <box autoresizesSubviews="NO" verticalHuggingPriority="750" title="Box" boxType="separator" titlePosition="noTitle" id="19"> |
| <rect key="frame" x="20" y="43" width="276" height="5"/> |
| <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/> |
| <color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/> |
| <color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/> |
| <font key="titleFont" metaFont="system"/> |
| </box> |
| </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="22"/> |
| <outlet property="uiObject_" destination="1" id="23"/> |
| </connections> |
| </customObject> |
| </objects> |
| </document> |