Develop and Download Open Source Software

Browse Subversion Repository

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 190 - (show annotations) (download)
Sat Mar 14 14:32:34 2020 UTC (4 years ago) by toshinagata1964
File size: 6807 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="rjN-yg-S5n"/>
12 <outlet property="radio1" destination="l6A-lU-6tL" id="daC-7h-uGy"/>
13 <outlet property="radio2" destination="d4B-uY-n4F" id="Xrg-wM-LO3"/>
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" 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="N5M-vE-Zg1"/>
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="6lS-OZ-vQ5"/>
54 </connections>
55 </button>
56 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="EQl-dM-m7g">
57 <rect key="frame" x="18" y="145" width="289" height="34"/>
58 <autoresizingMask key="autoresizingMask"/>
59 <textFieldCell key="cell" controlSize="small" selectable="YES" title="The pasteboard has fewer 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="2" id="d4B-uY-n4F">
66 <rect key="frame" x="27" y="60" width="244" height="34"/>
67 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
68 <buttonCell key="cell" type="radio" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="Dah-1V-nhW">
69 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
70 <string key="title">Paste repeatedly until
71 all editable tracks are targeted</string>
72 <font key="font" metaFont="system"/>
73 </buttonCell>
74 <connections>
75 <action selector="radioSelected:" target="-2" id="EnI-3T-FFa"/>
76 </connections>
77 </button>
78 <button verticalHuggingPriority="750" tag="1" id="l6A-lU-6tL">
79 <rect key="frame" x="27" y="103" width="240" height="34"/>
80 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
81 <buttonCell key="cell" type="radio" bezelStyle="regularSquare" imagePosition="left" alignment="left" state="on" inset="2" id="XNt-p9-x7q">
82 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
83 <string key="title">Paste only once and leave the extra
84 editable tracks untouched</string>
85 <font key="font" metaFont="system"/>
86 </buttonCell>
87 <connections>
88 <action selector="radioSelected:" target="-2" id="AnR-3S-ZIH"/>
89 </connections>
90 </button>
91 </subviews>
92 </view>
93 <connections>
94 <outlet property="delegate" destination="-2" id="62"/>
95 </connections>
96 <point key="canvasLocation" x="55.5" y="152.5"/>
97 </window>
98 </objects>
99 </document>

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