| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
| 2 |
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"> |
| 3 |
<dependencies> |
| 4 |
<deployment identifier="macosx"/> |
| 5 |
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="14490.70"/> |
| 6 |
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
| 7 |
</dependencies> |
| 8 |
<objects> |
| 9 |
<customObject id="-2" userLabel="File's Owner" customClass="PasteWarningPanelController"> |
| 10 |
<connections> |
| 11 |
<outlet property="window" destination="1" id="91"/> |
| 12 |
</connections> |
| 13 |
</customObject> |
| 14 |
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> |
| 15 |
<customObject id="-3" userLabel="Application" customClass="NSObject"/> |
| 16 |
<window title="Paste Warning" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="1" userLabel="Panel" customClass="NSPanel"> |
| 17 |
<windowStyleMask key="styleMask" titled="YES"/> |
| 18 |
<windowPositionMask key="initialPositionMask" leftStrut="YES" bottomStrut="YES"/> |
| 19 |
<rect key="contentRect" x="196" y="352" width="331" height="135"/> |
| 20 |
<rect key="screenRect" x="0.0" y="0.0" width="1680" height="1028"/> |
| 21 |
<view key="contentView" id="2"> |
| 22 |
<rect key="frame" x="0.0" y="0.0" width="331" height="135"/> |
| 23 |
<autoresizingMask key="autoresizingMask"/> |
| 24 |
<subviews> |
| 25 |
<button verticalHuggingPriority="750" id="107"> |
| 26 |
<rect key="frame" x="220" y="13" width="97" height="32"/> |
| 27 |
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> |
| 28 |
<buttonCell key="cell" type="push" title="OK" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="108"> |
| 29 |
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> |
| 30 |
<font key="font" metaFont="system"/> |
| 31 |
<string key="keyEquivalent" base64-UTF8="YES"> |
| 32 |
DQ |
| 33 |
</string> |
| 34 |
</buttonCell> |
| 35 |
<connections> |
| 36 |
<action selector="pastePressed:" target="-2" id="aZM-vD-BB0"/> |
| 37 |
</connections> |
| 38 |
</button> |
| 39 |
<button verticalHuggingPriority="750" id="105"> |
| 40 |
<rect key="frame" x="14" y="13" width="98" height="32"/> |
| 41 |
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> |
| 42 |
<buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="106"> |
| 43 |
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> |
| 44 |
<font key="font" metaFont="system"/> |
| 45 |
<string key="keyEquivalent" base64-UTF8="YES"> |
| 46 |
Gw |
| 47 |
</string> |
| 48 |
</buttonCell> |
| 49 |
<connections> |
| 50 |
<action selector="cancelPressed:" target="-2" id="s5f-sM-zRs"/> |
| 51 |
</connections> |
| 52 |
</button> |
| 53 |
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="EQl-dM-m7g"> |
| 54 |
<rect key="frame" x="18" y="91" width="287" height="34"/> |
| 55 |
<autoresizingMask key="autoresizingMask"/> |
| 56 |
<textFieldCell key="cell" controlSize="small" selectable="YES" title="The pasteboard has a conductor track but your conductor track is not editable." id="9bq-Zb-g7O"> |
| 57 |
<font key="font" metaFont="system"/> |
| 58 |
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/> |
| 59 |
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> |
| 60 |
</textFieldCell> |
| 61 |
</textField> |
| 62 |
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="DaW-u5-p4Z"> |
| 63 |
<rect key="frame" x="18" y="57" width="302" height="17"/> |
| 64 |
<autoresizingMask key="autoresizingMask"/> |
| 65 |
<textFieldCell key="cell" controlSize="small" selectable="YES" title="Is it OK to paste into your conductor track?" id="qKK-lm-xru"> |
| 66 |
<font key="font" metaFont="system"/> |
| 67 |
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/> |
| 68 |
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> |
| 69 |
</textFieldCell> |
| 70 |
</textField> |
| 71 |
</subviews> |
| 72 |
</view> |
| 73 |
<connections> |
| 74 |
<outlet property="delegate" destination="-2" id="62"/> |
| 75 |
</connections> |
| 76 |
<point key="canvasLocation" x="55.5" y="127.5"/> |
| 77 |
</window> |
| 78 |
</objects> |
| 79 |
</document> |