Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/English.lproj/PasteWarningTooFewTargets.xib

Parent Directory Parent Directory | Revision Log Revision Log


Revision 190 - (show annotations) (download)
Sat Mar 14 14:32:34 2020 UTC (4 years, 2 months ago) by toshinagata1964
File size: 6738 byte(s)
Copy & paste for multiple tracks are reworked
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="mainMessage" destination="EQl-dM-m7g" id="Ds7-vQ-nkd"/>
12 <outlet property="radio1" destination="l6A-lU-6tL" id="1VR-K7-y9v"/>
13 <outlet property="radio2" destination="d4B-uY-n4F" id="LbK-y2-4WC"/>
14 <outlet property="window" destination="1" id="91"/>
15 </connections>
16 </customObject>
17 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
18 <customObject id="-3" userLabel="Application" customClass="NSObject"/>
19 <window title="Paste Warning" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="1" userLabel="Panel" customClass="NSPanel">
20 <windowStyleMask key="styleMask" titled="YES"/>
21 <windowPositionMask key="initialPositionMask" leftStrut="YES" bottomStrut="YES"/>
22 <rect key="contentRect" x="196" y="352" width="331" height="185"/>
23 <rect key="screenRect" x="0.0" y="0.0" width="1680" height="1028"/>
24 <view key="contentView" id="2">
25 <rect key="frame" x="0.0" y="0.0" width="331" height="185"/>
26 <autoresizingMask key="autoresizingMask"/>
27 <subviews>
28 <button verticalHuggingPriority="750" id="107">
29 <rect key="frame" x="221" y="13" width="90" height="32"/>
30 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
31 <buttonCell key="cell" type="push" title="Paste" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="108">
32 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
33 <font key="font" metaFont="system"/>
34 <string key="keyEquivalent" base64-UTF8="YES">
35 DQ
36 </string>
37 </buttonCell>
38 <connections>
39 <action selector="pastePressed:" target="-2" id="xtN-jd-POK"/>
40 </connections>
41 </button>
42 <button verticalHuggingPriority="750" id="105">
43 <rect key="frame" x="14" y="13" width="98" height="32"/>
44 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
45 <buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="106">
46 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
47 <font key="font" metaFont="system"/>
48 <string key="keyEquivalent" base64-UTF8="YES">
49 Gw
50 </string>
51 </buttonCell>
52 <connections>
53 <action selector="cancelPressed:" target="-2" id="W3X-Sf-4R3"/>
54 </connections>
55 </button>
56 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="EQl-dM-m7g">
57 <rect key="frame" x="18" y="145" width="294" height="34"/>
58 <autoresizingMask key="autoresizingMask"/>
59 <textFieldCell key="cell" controlSize="small" selectable="YES" title="The pasteboard has more MIDI tracks (%1) than the editable MIDI tracks (%2)." id="9bq-Zb-g7O">
60 <font key="font" metaFont="system"/>
61 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
62 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
63 </textFieldCell>
64 </textField>
65 <button verticalHuggingPriority="750" tag="1" id="l6A-lU-6tL">
66 <rect key="frame" x="27" y="113" width="167" height="18"/>
67 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
68 <buttonCell key="cell" type="radio" title="Discard the extra tracks" bezelStyle="regularSquare" imagePosition="left" alignment="left" state="on" inset="2" id="XNt-p9-x7q">
69 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
70 <font key="font" metaFont="system"/>
71 </buttonCell>
72 <connections>
73 <action selector="radioSelected:" target="-2" id="ksW-yS-lVa"/>
74 </connections>
75 </button>
76 <button verticalHuggingPriority="750" tag="2" id="d4B-uY-n4F">
77 <rect key="frame" x="27" y="66" width="244" height="34"/>
78 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
79 <buttonCell key="cell" type="radio" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="Dah-1V-nhW">
80 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
81 <string key="title">Create new tracks for
82 the extra tracks in the pasteboard</string>
83 <font key="font" metaFont="system"/>
84 </buttonCell>
85 <connections>
86 <action selector="radioSelected:" target="-2" id="c0z-VY-1Dh"/>
87 </connections>
88 </button>
89 </subviews>
90 </view>
91 <connections>
92 <outlet property="delegate" destination="-2" id="62"/>
93 </connections>
94 <point key="canvasLocation" x="55.5" y="162.5"/>
95 </window>
96 </objects>
97 </document>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26