Develop and Download Open Source Software

Browse Subversion Repository

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 201 - (show annotations) (download)
Thu Apr 14 14:18:07 2022 UTC (23 months, 3 weeks ago) by toshinagata1964
File size: 60953 byte(s)
Value resolution in the strip chart can be selected from 0.25,0.5,1,2,4.
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="GraphicWindowController">
10 <connections>
11 <outlet property="myFloatingView" destination="108" id="113"/>
12 <outlet property="myMainView" destination="109" id="114"/>
13 <outlet property="myPlayerView" destination="196" id="219"/>
14 <outlet property="myScroller" destination="42" id="43"/>
15 <outlet property="myTableView" destination="88" id="97"/>
16 <outlet property="myToolbarView" destination="220" id="221"/>
17 <outlet property="playingViewController" destination="239" id="240"/>
18 <outlet property="window" destination="5" id="22"/>
19 </connections>
20 </customObject>
21 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
22 <customObject id="-3" userLabel="Application" customClass="NSObject"/>
23 <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="5" userLabel="Window" customClass="MyWindow">
24 <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
25 <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
26 <rect key="contentRect" x="18" y="114" width="989" height="589"/>
27 <rect key="screenRect" x="0.0" y="0.0" width="1024" height="746"/>
28 <value key="minSize" type="size" width="213" height="107"/>
29 <view key="contentView" id="6">
30 <rect key="frame" x="0.0" y="0.0" width="989" height="589"/>
31 <autoresizingMask key="autoresizingMask"/>
32 <subviews>
33 <splitView vertical="YES" id="195">
34 <rect key="frame" x="0.0" y="0.0" width="989" height="589"/>
35 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
36 <subviews>
37 <customView id="125">
38 <rect key="frame" x="0.0" y="0.0" width="270" height="589"/>
39 <autoresizingMask key="autoresizingMask"/>
40 <subviews>
41 <customView id="196" customClass="TextureView">
42 <rect key="frame" x="0.0" y="489" width="270" height="100"/>
43 <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
44 <subviews>
45 <progressIndicator horizontalHuggingPriority="750" verticalHuggingPriority="750" maxValue="100" displayedWhenStopped="NO" bezeled="NO" indeterminate="YES" controlSize="small" style="spinning" id="258">
46 <rect key="frame" x="170" y="26" width="16" height="16"/>
47 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
48 </progressIndicator>
49 <box horizontalHuggingPriority="750" boxType="separator" id="222">
50 <rect key="frame" x="192" y="-2" width="5" height="102"/>
51 <autoresizingMask key="autoresizingMask"/>
52 </box>
53 <slider verticalHuggingPriority="750" id="217">
54 <rect key="frame" x="9" y="28" width="158" height="12"/>
55 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
56 <sliderCell key="cell" controlSize="mini" continuous="YES" alignment="left" maxValue="100" tickMarkPosition="below" sliderType="linear" id="296">
57 <font key="font" size="12" name="Helvetica"/>
58 </sliderCell>
59 <connections>
60 <action selector="moveSlider:" target="239" id="261"/>
61 </connections>
62 </slider>
63 <textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" id="215">
64 <rect key="frame" x="9" y="44" width="85" height="19"/>
65 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
66 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="center" title="----:--:---" drawsBackground="YES" id="294">
67 <font key="font" metaFont="smallSystem"/>
68 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
69 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
70 </textFieldCell>
71 <connections>
72 <action selector="tickTextEdited:" target="239" id="277"/>
73 </connections>
74 </textField>
75 <textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" id="216">
76 <rect key="frame" x="99" y="44" width="87" height="19"/>
77 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
78 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="center" title="--:--:--" drawsBackground="YES" id="295">
79 <font key="font" metaFont="smallSystem"/>
80 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
81 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
82 </textFieldCell>
83 <connections>
84 <action selector="timeTextEdited:" target="239" id="278"/>
85 </connections>
86 </textField>
87 <textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" id="214">
88 <rect key="frame" x="6" y="9" width="51" height="14"/>
89 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
90 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" id="293">
91 <font key="font" metaFont="smallSystem"/>
92 <string key="title">Marker:
93 </string>
94 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
95 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
96 </textFieldCell>
97 </textField>
98 <popUpButton verticalHuggingPriority="750" id="211">
99 <rect key="frame" x="52" y="3" width="137" height="22"/>
100 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
101 <popUpButtonCell key="cell" type="push" bezelStyle="rounded" alignment="left" controlSize="small" lineBreakMode="clipping" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="213" id="292">
102 <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
103 <font key="font" metaFont="smallSystem"/>
104 <menu key="menu" title="OtherViews" id="212">
105 <items>
106 <menuItem state="on" id="213"/>
107 </items>
108 </menu>
109 </popUpButtonCell>
110 <connections>
111 <action selector="selectMarker:" target="239" id="260"/>
112 </connections>
113 </popUpButton>
114 <matrix verticalHuggingPriority="750" mode="highlight" allowsEmptySelection="NO" autosizesCells="NO" id="199">
115 <rect key="frame" x="7" y="66" width="181" height="30"/>
116 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
117 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
118 <size key="cellSize" width="30" height="30"/>
119 <size key="intercellSpacing" width="0.0" height="2"/>
120 <buttonCell key="prototype" type="bevel" bezelStyle="regularSquare" imagePosition="above" alignment="center" borderStyle="border" tag="-1" inset="2" id="297">
121 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
122 <font key="font" metaFont="system" size="10"/>
123 </buttonCell>
124 <cells>
125 <column>
126 <buttonCell type="bevel" bezelStyle="regularSquare" image="RecButton" imagePosition="above" alignment="center" borderStyle="border" inset="2" id="204">
127 <behavior key="behavior" lightByBackground="YES" lightByGray="YES" changeBackground="YES" changeGray="YES"/>
128 <font key="font" metaFont="system" size="10"/>
129 <connections>
130 <action selector="pressRecordButton:" target="239" id="242"/>
131 </connections>
132 </buttonCell>
133 </column>
134 <column>
135 <buttonCell type="bevel" bezelStyle="regularSquare" image="StopButton" imagePosition="above" alignment="center" borderStyle="border" tag="1" inset="2" id="205">
136 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
137 <font key="font" metaFont="system" size="10"/>
138 <connections>
139 <action selector="pressStopButton:" target="239" id="243"/>
140 </connections>
141 </buttonCell>
142 </column>
143 <column>
144 <buttonCell type="bevel" bezelStyle="regularSquare" image="FFButton" imagePosition="above" alignment="center" continuous="YES" borderStyle="border" tag="2" inset="2" id="206">
145 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
146 <font key="font" metaFont="system" size="10"/>
147 <connections>
148 <action selector="pressFFButton:" target="239" id="244"/>
149 </connections>
150 </buttonCell>
151 </column>
152 <column>
153 <buttonCell type="bevel" bezelStyle="regularSquare" image="RewindButton" imagePosition="above" alignment="center" continuous="YES" borderStyle="border" tag="3" inset="2" id="207">
154 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
155 <font key="font" metaFont="system" size="10"/>
156 <connections>
157 <action selector="pressRewindButton:" target="239" id="245"/>
158 </connections>
159 </buttonCell>
160 </column>
161 <column>
162 <buttonCell type="bevel" bezelStyle="regularSquare" image="PauseButton" imagePosition="above" alignment="center" borderStyle="border" tag="4" inset="2" id="208">
163 <behavior key="behavior" lightByBackground="YES" lightByGray="YES" changeBackground="YES" changeGray="YES"/>
164 <font key="font" metaFont="system" size="10"/>
165 <connections>
166 <action selector="pressPauseButton:" target="239" id="246"/>
167 </connections>
168 </buttonCell>
169 </column>
170 <column>
171 <buttonCell type="bevel" bezelStyle="regularSquare" image="PlayButton" imagePosition="above" alignment="center" borderStyle="border" tag="5" inset="2" id="209">
172 <behavior key="behavior" lightByBackground="YES" lightByGray="YES" changeBackground="YES" changeGray="YES"/>
173 <font key="font" metaFont="system" size="10"/>
174 <connections>
175 <action selector="pressPlayButton:" target="239" id="247"/>
176 </connections>
177 </buttonCell>
178 </column>
179 </cells>
180 </matrix>
181 </subviews>
182 </customView>
183 <scrollView horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" usesPredominantAxisScrolling="NO" id="89">
184 <rect key="frame" x="0.0" y="0.0" width="270" height="489"/>
185 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
186 <clipView key="contentView" id="5C3-gH-ko5">
187 <rect key="frame" x="1" y="0.0" width="257" height="477"/>
188 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
189 <subviews>
190 <tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" alternatingRowBackgroundColors="YES" columnReordering="NO" autosaveColumns="NO" headerView="307" id="88">
191 <rect key="frame" x="0.0" y="0.0" width="463" height="454"/>
192 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
193 <size key="intercellSpacing" width="3" height="2"/>
194 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
195 <tableViewGridLines key="gridStyleMask" vertical="YES"/>
196 <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
197 <tableColumns>
198 <tableColumn identifier="number" editable="NO" width="20" minWidth="20" maxWidth="1000" id="90">
199 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="center">
200 <font key="font" metaFont="smallSystem"/>
201 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
202 <color key="backgroundColor" white="0.33333299" alpha="1" colorSpace="calibratedWhite"/>
203 </tableHeaderCell>
204 <textFieldCell key="dataCell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" alignment="center" id="298">
205 <font key="font" metaFont="system"/>
206 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
207 <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
208 </textFieldCell>
209 </tableColumn>
210 <tableColumn identifier="edit" width="20" minWidth="12" maxWidth="1000" id="95">
211 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left">
212 <font key="font" metaFont="smallSystem"/>
213 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
214 <color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
215 </tableHeaderCell>
216 <textFieldCell key="dataCell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" alignment="left" drawsBackground="YES" id="300">
217 <font key="font" metaFont="system"/>
218 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
219 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
220 </textFieldCell>
221 </tableColumn>
222 <tableColumn identifier="visible" width="13" minWidth="12" maxWidth="1000" id="262">
223 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left">
224 <font key="font" metaFont="smallSystem"/>
225 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
226 <color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
227 </tableHeaderCell>
228 <textFieldCell key="dataCell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" alignment="left" drawsBackground="YES" id="304">
229 <font key="font" metaFont="system"/>
230 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
231 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
232 </textFieldCell>
233 </tableColumn>
234 <tableColumn identifier="name" width="80" minWidth="40" maxWidth="1000" id="91">
235 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Track name">
236 <font key="font" metaFont="smallSystem"/>
237 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
238 <color key="backgroundColor" white="0.33333299" alpha="1" colorSpace="calibratedWhite"/>
239 </tableHeaderCell>
240 <textFieldCell key="dataCell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" alignment="left" id="299">
241 <font key="font" metaFont="system"/>
242 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
243 <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
244 </textFieldCell>
245 <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
246 </tableColumn>
247 <tableColumn identifier="ch" width="30" minWidth="8" maxWidth="1000" id="192">
248 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="center" title="Ch">
249 <font key="font" metaFont="smallSystem"/>
250 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
251 <color key="backgroundColor" white="0.33333299" alpha="1" colorSpace="calibratedWhite"/>
252 </tableHeaderCell>
253 <textFieldCell key="dataCell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" alignment="center" id="301">
254 <font key="font" metaFont="system"/>
255 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
256 <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
257 </textFieldCell>
258 </tableColumn>
259 <tableColumn identifier="solo" width="18" minWidth="8" maxWidth="18" id="308">
260 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="center">
261 <font key="font" metaFont="smallSystem"/>
262 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
263 <color key="backgroundColor" white="0.33333299" alpha="1" colorSpace="calibratedWhite"/>
264 </tableHeaderCell>
265 <textFieldCell key="dataCell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" alignment="center" id="309">
266 <font key="font" metaFont="system"/>
267 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
268 <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
269 </textFieldCell>
270 </tableColumn>
271 <tableColumn identifier="mute" width="18" minWidth="8" maxWidth="18" id="218">
272 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="center">
273 <font key="font" metaFont="smallSystem"/>
274 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
275 <color key="backgroundColor" white="0.33333299" alpha="1" colorSpace="calibratedWhite"/>
276 </tableHeaderCell>
277 <textFieldCell key="dataCell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" alignment="center" id="303">
278 <font key="font" metaFont="system"/>
279 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
280 <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
281 </textFieldCell>
282 </tableColumn>
283 <tableColumn identifier="device" width="240" minWidth="80" maxWidth="1000" id="193">
284 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Device">
285 <font key="font" metaFont="smallSystem"/>
286 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
287 <color key="backgroundColor" white="0.33333299" alpha="1" colorSpace="calibratedWhite"/>
288 </tableHeaderCell>
289 <textFieldCell key="dataCell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" alignment="left" id="302">
290 <font key="font" metaFont="system"/>
291 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
292 <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
293 </textFieldCell>
294 <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
295 </tableColumn>
296 </tableColumns>
297 <connections>
298 <outlet property="dataSource" destination="-2" id="94"/>
299 <outlet property="delegate" destination="-2" id="93"/>
300 </connections>
301 </tableView>
302 </subviews>
303 </clipView>
304 <scroller key="horizontalScroller" verticalHuggingPriority="750" controlSize="small" horizontal="YES" id="306">
305 <rect key="frame" x="1" y="477" width="257" height="11"/>
306 <autoresizingMask key="autoresizingMask"/>
307 </scroller>
308 <scroller key="verticalScroller" verticalHuggingPriority="750" controlSize="small" horizontal="NO" id="305">
309 <rect key="frame" x="258" y="23" width="11" height="454"/>
310 <autoresizingMask key="autoresizingMask"/>
311 </scroller>
312 <tableHeaderView key="headerView" id="307">
313 <rect key="frame" x="0.0" y="0.0" width="463" height="23"/>
314 <autoresizingMask key="autoresizingMask"/>
315 </tableHeaderView>
316 </scrollView>
317 </subviews>
318 </customView>
319 <customView id="124">
320 <rect key="frame" x="279" y="0.0" width="710" height="589"/>
321 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
322 <subviews>
323 <customView id="220">
324 <rect key="frame" x="0.0" y="573" width="708" height="16"/>
325 <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
326 <subviews>
327 <textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" id="273">
328 <rect key="frame" x="78" y="2" width="19" height="14"/>
329 <autoresizingMask key="autoresizingMask"/>
330 <textFieldCell key="cell" sendsActionOnEndEditing="YES" title="-" id="291">
331 <font key="font" metaFont="smallSystem"/>
332 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
333 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
334 </textFieldCell>
335 </textField>
336 <textField verticalHuggingPriority="750" tag="3007" allowsCharacterPickerTouchBarItem="YES" id="272">
337 <rect key="frame" x="88" y="0.0" width="80" height="16"/>
338 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
339 <textFieldCell key="cell" controlSize="mini" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="left" tag="3007" drawsBackground="YES" id="290">
340 <font key="font" metaFont="miniSystem"/>
341 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
342 <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
343 </textFieldCell>
344 <connections>
345 <action selector="editingRangeTextModified:" target="-2" id="275"/>
346 </connections>
347 </textField>
348 <textField verticalHuggingPriority="750" tag="3006" allowsCharacterPickerTouchBarItem="YES" id="178">
349 <rect key="frame" x="0.0" y="0.0" width="80" height="16"/>
350 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
351 <textFieldCell key="cell" controlSize="mini" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="left" tag="3006" drawsBackground="YES" id="287">
352 <font key="font" metaFont="miniSystem"/>
353 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
354 <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
355 </textFieldCell>
356 <connections>
357 <action selector="editingRangeTextModified:" target="-2" id="274"/>
358 <outlet property="nextKeyView" destination="272" id="276"/>
359 </connections>
360 </textField>
361 <textField verticalHuggingPriority="750" tag="3005" allowsCharacterPickerTouchBarItem="YES" id="163">
362 <rect key="frame" x="170" y="0.0" width="351" height="16"/>
363 <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
364 <textFieldCell key="cell" controlSize="mini" sendsActionOnEndEditing="YES" borderStyle="bezel" alignment="left" tag="3005" drawsBackground="YES" id="286">
365 <font key="font" metaFont="miniSystem"/>
366 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
367 <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
368 </textFieldCell>
369 </textField>
370 <popUpButton verticalHuggingPriority="750" tag="3020" id="264" customClass="MyPopUpButton">
371 <rect key="frame" x="524" y="0.0" width="24" height="15"/>
372 <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
373 <popUpButtonCell key="cell" type="push" title="(no quantize)" bezelStyle="rounded" alignment="left" controlSize="mini" lineBreakMode="clipping" state="on" borderStyle="borderAndBezel" tag="3100" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="269" id="289">
374 <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
375 <font key="font" metaFont="miniSystem"/>
376 <menu key="menu" title="OtherViews" id="265">
377 <items>
378 <menuItem title="(no quantize)" state="on" tag="3100" id="269">
379 <connections>
380 <action selector="quantizeSelected:" target="-2" id="271"/>
381 </connections>
382 </menuItem>
383 </items>
384 </menu>
385 </popUpButtonCell>
386 </popUpButton>
387 <button tag="3000" id="183">
388 <rect key="frame" x="548" y="0.0" width="24" height="16"/>
389 <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
390 <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="selection" imagePosition="only" alignment="center" state="on" borderStyle="border" tag="3000" inset="2" id="288">
391 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES" changeBackground="YES" changeGray="YES"/>
392 <font key="font" metaFont="system" size="10"/>
393 </buttonCell>
394 <connections>
395 <action selector="toolButton:" target="-2" id="184"/>
396 </connections>
397 </button>
398 <popUpButton verticalHuggingPriority="750" tag="3004" id="159" customClass="MyPopUpButton">
399 <rect key="frame" x="638" y="0.0" width="71" height="15"/>
400 <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
401 <popUpButtonCell key="cell" type="push" title="Set Value" bezelStyle="rounded" alignment="left" controlSize="mini" lineBreakMode="clipping" state="on" borderStyle="borderAndBezel" tag="3050" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="156" id="285">
402 <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
403 <font key="font" metaFont="miniSystem"/>
404 <menu key="menu" title="OtherViews" id="160">
405 <items>
406 <menuItem title="Set Value" state="on" tag="3050" id="156">
407 <connections>
408 <action selector="modeSelected:" target="-2" id="169"/>
409 </connections>
410 </menuItem>
411 <menuItem title="Add/Sub" tag="3051" id="158">
412 <connections>
413 <action selector="modeSelected:" target="-2" id="170"/>
414 </connections>
415 </menuItem>
416 <menuItem title="Scale" tag="3052" id="181">
417 <connections>
418 <action selector="modeSelected:" target="-2" id="182"/>
419 </connections>
420 </menuItem>
421 <menuItem title="Limit Max" tag="3053" id="157">
422 <connections>
423 <action selector="modeSelected:" target="-2" id="171"/>
424 </connections>
425 </menuItem>
426 <menuItem title="Limit Min" tag="3054" id="161">
427 <connections>
428 <action selector="modeSelected:" target="-2" id="172"/>
429 </connections>
430 </menuItem>
431 </items>
432 </menu>
433 </popUpButtonCell>
434 </popUpButton>
435 <popUpButton verticalHuggingPriority="750" tag="3003" id="148" customClass="MyPopUpButton">
436 <rect key="frame" x="616" y="0.0" width="24" height="15"/>
437 <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
438 <popUpButtonCell key="cell" type="push" title="linear" bezelStyle="rounded" alignment="left" controlSize="mini" lineBreakMode="clipping" state="on" borderStyle="borderAndBezel" tag="3021" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="147" id="284">
439 <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
440 <font key="font" metaFont="miniSystem"/>
441 <menu key="menu" title="OtherViews" id="149">
442 <items>
443 <menuItem title="linear" state="on" tag="3021" id="147">
444 <connections>
445 <action selector="shapeSelected:" target="-2" id="167"/>
446 </connections>
447 </menuItem>
448 <menuItem title="parabola" tag="3022" id="173">
449 <connections>
450 <action selector="shapeSelected:" target="-2" id="175"/>
451 </connections>
452 </menuItem>
453 <menuItem title="arc" tag="3023" id="174">
454 <connections>
455 <action selector="shapeSelected:" target="-2" id="176"/>
456 </connections>
457 </menuItem>
458 <menuItem title="sigmoid" tag="3024" id="145">
459 <connections>
460 <action selector="shapeSelected:" target="-2" id="168"/>
461 </connections>
462 </menuItem>
463 <menuItem title="random" tag="3025" id="151">
464 <connections>
465 <action selector="shapeSelected:" target="-2" id="166"/>
466 </connections>
467 </menuItem>
468 </items>
469 </menu>
470 </popUpButtonCell>
471 <connections>
472 <action selector="shapeSelected:" target="-2" id="154"/>
473 </connections>
474 </popUpButton>
475 <button tag="3001" id="129">
476 <rect key="frame" x="571" y="0.0" width="24" height="16"/>
477 <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
478 <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="ibeam" imagePosition="only" alignment="center" borderStyle="border" tag="3001" inset="2" id="283">
479 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES" changeBackground="YES" changeGray="YES"/>
480 <font key="font" metaFont="system" size="10"/>
481 </buttonCell>
482 <connections>
483 <action selector="toolButton:" target="-2" id="152"/>
484 </connections>
485 </button>
486 <button tag="3002" id="128">
487 <rect key="frame" x="594" y="0.0" width="24" height="16"/>
488 <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
489 <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="pencil" imagePosition="only" alignment="center" borderStyle="border" tag="3002" inset="2" id="282">
490 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES" changeBackground="YES" changeGray="YES"/>
491 <font key="font" metaFont="system" size="10"/>
492 </buttonCell>
493 <connections>
494 <action selector="toolButton:" target="-2" id="153"/>
495 </connections>
496 </button>
497 </subviews>
498 </customView>
499 <customView id="39">
500 <rect key="frame" x="0.0" y="16" width="709" height="557"/>
501 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
502 <subviews>
503 <customView id="109" customClass="GraphicBackgroundView">
504 <rect key="frame" x="0.0" y="0.0" width="709" height="555"/>
505 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
506 </customView>
507 <customView id="108" customClass="GraphicFloatingView">
508 <rect key="frame" x="0.0" y="0.0" width="709" height="555"/>
509 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
510 <subviews>
511 <textField hidden="YES" horizontalHuggingPriority="251" verticalHuggingPriority="750" tag="3008" id="kQm-fP-pX4">
512 <rect key="frame" x="230" y="218" width="53" height="11"/>
513 <autoresizingMask key="autoresizingMask"/>
514 <textFieldCell key="cell" lineBreakMode="clipping" allowsUndo="NO" borderStyle="border" title="Cursor Info" drawsBackground="YES" usesSingleLineMode="YES" id="vdH-gv-dxp">
515 <font key="font" metaFont="miniSystem"/>
516 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
517 <color key="backgroundColor" red="0.94074641912705836" green="1" blue="0.86334664550131901" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
518 </textFieldCell>
519 </textField>
520 </subviews>
521 </customView>
522 </subviews>
523 </customView>
524 <customView id="117">
525 <rect key="frame" x="0.0" y="0.0" width="709" height="16"/>
526 <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
527 <subviews>
528 <button tag="2001" id="119">
529 <rect key="frame" x="16" y="0.0" width="16" height="15"/>
530 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES"/>
531 <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="expand" imagePosition="above" alignment="center" borderStyle="border" tag="2001" id="281">
532 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
533 <font key="font" metaFont="system" size="10"/>
534 </buttonCell>
535 <connections>
536 <action selector="expandHorizontally:" target="-2" id="123"/>
537 </connections>
538 </button>
539 <button tag="2000" id="118">
540 <rect key="frame" x="0.0" y="0.0" width="16" height="15"/>
541 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES"/>
542 <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="shrink" imagePosition="above" alignment="center" borderStyle="border" tag="2000" id="280">
543 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
544 <font key="font" metaFont="system" size="10"/>
545 </buttonCell>
546 <connections>
547 <action selector="shrinkHorizontally:" target="-2" id="122"/>
548 </connections>
549 </button>
550 <customView id="42" customClass="NSScroller">
551 <rect key="frame" x="32" y="1" width="662" height="15"/>
552 <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
553 <connections>
554 <action selector="scrollerMoved:" target="-2" id="263"/>
555 </connections>
556 </customView>
557 </subviews>
558 </customView>
559 </subviews>
560 </customView>
561 </subviews>
562 <holdingPriorities>
563 <real value="250"/>
564 <real value="250"/>
565 </holdingPriorities>
566 <connections>
567 <outlet property="delegate" destination="-2" id="197"/>
568 </connections>
569 </splitView>
570 </subviews>
571 </view>
572 <connections>
573 <outlet property="delegate" destination="-2" id="21"/>
574 </connections>
575 <point key="canvasLocation" x="-135.5" y="33.5"/>
576 </window>
577 <customObject id="239" userLabel="PlayingViewController" customClass="PlayingViewController">
578 <connections>
579 <outlet property="countField" destination="215" id="254"/>
580 <outlet property="ffButton" destination="206" id="250"/>
581 <outlet property="markerPopup" destination="211" id="256"/>
582 <outlet property="parentController" destination="-2" id="241"/>
583 <outlet property="pauseButton" destination="208" id="252"/>
584 <outlet property="playButton" destination="209" id="253"/>
585 <outlet property="positionSlider" destination="217" id="257"/>
586 <outlet property="progressIndicator" destination="258" id="259"/>
587 <outlet property="recordButton" destination="204" id="248"/>
588 <outlet property="rewindButton" destination="207" id="251"/>
589 <outlet property="stopButton" destination="205" id="249"/>
590 <outlet property="timeField" destination="216" id="255"/>
591 </connections>
592 </customObject>
593 <view id="223">
594 <rect key="frame" x="0.0" y="0.0" width="1" height="111"/>
595 <autoresizingMask key="autoresizingMask"/>
596 </view>
597 </objects>
598 <resources>
599 <image name="FFButton" width="18" height="18"/>
600 <image name="PauseButton" width="18" height="18"/>
601 <image name="PlayButton" width="18" height="18"/>
602 <image name="RecButton" width="18" height="18"/>
603 <image name="RewindButton" width="18" height="18"/>
604 <image name="StopButton" width="18" height="18"/>
605 <image name="expand" width="17" height="16"/>
606 <image name="ibeam" width="22" height="14"/>
607 <image name="pencil" width="22" height="14"/>
608 <image name="selection" width="22" height="14"/>
609 <image name="shrink" width="16" height="16"/>
610 </resources>
611 </document>

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