Develop and Download Open Source Software

Browse Subversion Repository

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 93 - (show annotations) (download)
Sat Sep 9 03:04:02 2017 UTC (6 years, 8 months ago) by toshinagata1964
File size: 19394 byte(s)
Deprecated methods are replaced (except for the CoreAudio methods)
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="11762" systemVersion="15G1510" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
3 <dependencies>
4 <deployment identifier="macosx"/>
5 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="11762"/>
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="MetronomeSettingsPanelController">
10 <connections>
11 <outlet property="metronomeChannelPopUp" destination="10" id="50"/>
12 <outlet property="metronomeClick1Stepper" destination="12" id="52"/>
13 <outlet property="metronomeClick1Text" destination="13" id="51"/>
14 <outlet property="metronomeClick2Stepper" destination="5" id="54"/>
15 <outlet property="metronomeClick2Text" destination="6" id="53"/>
16 <outlet property="metronomeDevicePopUp" destination="4" id="49"/>
17 <outlet property="metronomeEnableWhenPlayCheck" destination="47" id="84"/>
18 <outlet property="metronomeEnableWhenRecordCheck" destination="45" id="83"/>
19 <outlet property="metronomeVelocity1Stepper" destination="71" id="81"/>
20 <outlet property="metronomeVelocity1Text" destination="63" id="80"/>
21 <outlet property="metronomeVelocity2Stepper" destination="74" id="82"/>
22 <outlet property="metronomeVelocity2Text" destination="75" id="79"/>
23 <outlet property="window" destination="1" id="61"/>
24 </connections>
25 </customObject>
26 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
27 <customObject id="-3" userLabel="Application" customClass="NSObject"/>
28 <window title="Metronome Settings" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" animationBehavior="default" id="1">
29 <windowStyleMask key="styleMask" titled="YES" closable="YES"/>
30 <windowPositionMask key="initialPositionMask" leftStrut="YES" bottomStrut="YES"/>
31 <rect key="contentRect" x="196" y="338" width="331" height="172"/>
32 <rect key="screenRect" x="0.0" y="0.0" width="1680" height="1028"/>
33 <view key="contentView" id="2">
34 <rect key="frame" x="0.0" y="0.0" width="331" height="172"/>
35 <autoresizingMask key="autoresizingMask"/>
36 <subviews>
37 <textField verticalHuggingPriority="750" id="13">
38 <rect key="frame" x="70" y="100" width="65" height="19"/>
39 <autoresizingMask key="autoresizingMask"/>
40 <textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="center" drawsBackground="YES" id="14">
41 <font key="font" metaFont="smallSystem"/>
42 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
43 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
44 </textFieldCell>
45 <connections>
46 <action selector="metronomeClickTextChanged:" target="-2" id="55"/>
47 </connections>
48 </textField>
49 <stepper horizontalHuggingPriority="750" verticalHuggingPriority="750" id="12">
50 <rect key="frame" x="133" y="98" width="15" height="22"/>
51 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
52 <stepperCell key="cell" controlSize="small" continuous="YES" alignment="left" maxValue="127" valueWraps="YES" id="15">
53 <font key="font" metaFont="smallSystem"/>
54 </stepperCell>
55 <connections>
56 <action selector="metronomeClickStepperMoved:" target="-2" id="56"/>
57 </connections>
58 </stepper>
59 <textField verticalHuggingPriority="750" id="11">
60 <rect key="frame" x="221" y="133" width="32" height="17"/>
61 <autoresizingMask key="autoresizingMask"/>
62 <textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Ch" id="16">
63 <font key="font" metaFont="smallSystem"/>
64 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
65 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
66 </textFieldCell>
67 </textField>
68 <popUpButton verticalHuggingPriority="750" id="10">
69 <rect key="frame" x="248" y="131" width="66" height="22"/>
70 <autoresizingMask key="autoresizingMask"/>
71 <popUpButtonCell key="cell" type="push" title="16" bezelStyle="rounded" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="33" id="17">
72 <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
73 <font key="font" metaFont="smallSystem"/>
74 <menu key="menu" title="OtherViews" id="18">
75 <items>
76 <menuItem title="1" id="21"/>
77 <menuItem title="2" id="20"/>
78 <menuItem title="3" id="19"/>
79 <menuItem title="4" id="34"/>
80 <menuItem title="5" id="22"/>
81 <menuItem title="6" id="23"/>
82 <menuItem title="7" id="24"/>
83 <menuItem title="8" id="25"/>
84 <menuItem title="9" id="26"/>
85 <menuItem title="10" id="27"/>
86 <menuItem title="11" id="28"/>
87 <menuItem title="12" id="29"/>
88 <menuItem title="13" id="30"/>
89 <menuItem title="14" id="31"/>
90 <menuItem title="15" id="32"/>
91 <menuItem title="16" state="on" id="33"/>
92 </items>
93 </menu>
94 </popUpButtonCell>
95 <connections>
96 <action selector="popUpSelected:" target="-2" id="60"/>
97 </connections>
98 </popUpButton>
99 <popUpButton verticalHuggingPriority="750" id="4">
100 <rect key="frame" x="68" y="131" width="145" height="22"/>
101 <autoresizingMask key="autoresizingMask"/>
102 <popUpButtonCell key="cell" type="push" title="Item1" bezelStyle="rounded" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="42" id="40">
103 <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
104 <font key="font" metaFont="smallSystem"/>
105 <menu key="menu" title="OtherViews" id="41">
106 <items>
107 <menuItem title="Item1" state="on" id="42"/>
108 <menuItem title="Item2" id="43"/>
109 <menuItem title="Item3" id="44"/>
110 </items>
111 </menu>
112 </popUpButtonCell>
113 <connections>
114 <action selector="popUpSelected:" target="-2" id="59"/>
115 </connections>
116 </popUpButton>
117 <textField verticalHuggingPriority="750" id="9">
118 <rect key="frame" x="18" y="133" width="48" height="17"/>
119 <autoresizingMask key="autoresizingMask"/>
120 <textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Device" id="35">
121 <font key="font" metaFont="smallSystem"/>
122 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
123 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
124 </textFieldCell>
125 </textField>
126 <textField verticalHuggingPriority="750" id="8">
127 <rect key="frame" x="165" y="99" width="48" height="17"/>
128 <autoresizingMask key="autoresizingMask"/>
129 <textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Velocity" id="36">
130 <font key="font" metaFont="smallSystem"/>
131 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
132 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
133 </textFieldCell>
134 </textField>
135 <textField verticalHuggingPriority="750" id="7">
136 <rect key="frame" x="17" y="71" width="48" height="17"/>
137 <autoresizingMask key="autoresizingMask"/>
138 <textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Click 2" id="37">
139 <font key="font" metaFont="smallSystem"/>
140 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
141 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
142 </textFieldCell>
143 </textField>
144 <textField verticalHuggingPriority="750" id="6">
145 <rect key="frame" x="70" y="72" width="65" height="19"/>
146 <autoresizingMask key="autoresizingMask"/>
147 <textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="center" drawsBackground="YES" id="38">
148 <font key="font" metaFont="smallSystem"/>
149 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
150 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
151 </textFieldCell>
152 <connections>
153 <action selector="metronomeClickTextChanged:" target="-2" id="57"/>
154 </connections>
155 </textField>
156 <stepper horizontalHuggingPriority="750" verticalHuggingPriority="750" id="5">
157 <rect key="frame" x="133" y="70" width="15" height="22"/>
158 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
159 <stepperCell key="cell" controlSize="small" continuous="YES" alignment="left" maxValue="127" valueWraps="YES" id="39">
160 <font key="font" metaFont="smallSystem"/>
161 </stepperCell>
162 <connections>
163 <action selector="metronomeClickStepperMoved:" target="-2" id="58"/>
164 </connections>
165 </stepper>
166 <button id="45">
167 <rect key="frame" x="18" y="18" width="295" height="18"/>
168 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
169 <buttonCell key="cell" type="check" title="Enable when recording" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" state="on" imageScaling="proportionallyDown" inset="2" id="46">
170 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
171 <font key="font" metaFont="smallSystem"/>
172 </buttonCell>
173 <connections>
174 <action selector="checkBoxPressed:" target="-2" id="86"/>
175 </connections>
176 </button>
177 <button id="47">
178 <rect key="frame" x="18" y="40" width="295" height="18"/>
179 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
180 <buttonCell key="cell" type="check" title="Enable when playing" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" imageScaling="proportionallyDown" inset="2" id="48">
181 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
182 <font key="font" metaFont="smallSystem"/>
183 </buttonCell>
184 <connections>
185 <action selector="checkBoxPressed:" target="-2" id="85"/>
186 </connections>
187 </button>
188 <stepper horizontalHuggingPriority="750" verticalHuggingPriority="750" id="71">
189 <rect key="frame" x="280" y="98" width="15" height="22"/>
190 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
191 <stepperCell key="cell" controlSize="small" continuous="YES" alignment="left" maxValue="127" valueWraps="YES" id="72">
192 <font key="font" metaFont="smallSystem"/>
193 </stepperCell>
194 <connections>
195 <action selector="metronomeClickStepperMoved:" target="-2" id="89"/>
196 </connections>
197 </stepper>
198 <textField verticalHuggingPriority="750" id="63">
199 <rect key="frame" x="218" y="100" width="65" height="19"/>
200 <autoresizingMask key="autoresizingMask"/>
201 <textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="center" drawsBackground="YES" id="66">
202 <font key="font" metaFont="smallSystem"/>
203 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
204 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
205 </textFieldCell>
206 <connections>
207 <action selector="metronomeClickTextChanged:" target="-2" id="87"/>
208 </connections>
209 </textField>
210 <textField verticalHuggingPriority="750" id="69">
211 <rect key="frame" x="17" y="99" width="48" height="17"/>
212 <autoresizingMask key="autoresizingMask"/>
213 <textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Click 1" id="70">
214 <font key="font" metaFont="smallSystem"/>
215 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
216 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
217 </textFieldCell>
218 </textField>
219 <textField verticalHuggingPriority="750" id="73">
220 <rect key="frame" x="165" y="72" width="48" height="17"/>
221 <autoresizingMask key="autoresizingMask"/>
222 <textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Velocity" id="78">
223 <font key="font" metaFont="smallSystem"/>
224 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
225 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
226 </textFieldCell>
227 </textField>
228 <stepper horizontalHuggingPriority="750" verticalHuggingPriority="750" id="74">
229 <rect key="frame" x="280" y="71" width="15" height="22"/>
230 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
231 <stepperCell key="cell" controlSize="small" continuous="YES" alignment="left" maxValue="127" valueWraps="YES" id="77">
232 <font key="font" metaFont="smallSystem"/>
233 </stepperCell>
234 <connections>
235 <action selector="metronomeClickStepperMoved:" target="-2" id="90"/>
236 </connections>
237 </stepper>
238 <textField verticalHuggingPriority="750" id="75">
239 <rect key="frame" x="218" y="73" width="65" height="19"/>
240 <autoresizingMask key="autoresizingMask"/>
241 <textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="center" drawsBackground="YES" id="76">
242 <font key="font" metaFont="smallSystem"/>
243 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
244 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
245 </textFieldCell>
246 <connections>
247 <action selector="metronomeClickTextChanged:" target="-2" id="88"/>
248 </connections>
249 </textField>
250 </subviews>
251 </view>
252 <connections>
253 <outlet property="delegate" destination="-2" id="62"/>
254 </connections>
255 </window>
256 </objects>
257 </document>

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