Mercurial > foo_out_sdl
comparison foosdk/sdk/foobar2000/foo_sample/Mac/fooSampleDSPView.xib @ 1:20d02a178406 default tip
*: check in everything else
yay
| author | Paper <paper@tflc.us> |
|---|---|
| date | Mon, 05 Jan 2026 02:15:46 -0500 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 0:e9bb126753e7 | 1:20d02a178406 |
|---|---|
| 1 <?xml version="1.0" encoding="UTF-8"?> | |
| 2 <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="18122" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct"> | |
| 3 <dependencies> | |
| 4 <deployment identifier="macosx"/> | |
| 5 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="18122"/> | |
| 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="fooSampleDSPView"> | |
| 10 <connections> | |
| 11 <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/> | |
| 12 </connections> | |
| 13 </customObject> | |
| 14 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> | |
| 15 <customObject id="-3" userLabel="Application" customClass="NSObject"/> | |
| 16 <customView id="Hz6-mo-xeY"> | |
| 17 <rect key="frame" x="0.0" y="0.0" width="440" height="129"/> | |
| 18 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> | |
| 19 <subviews> | |
| 20 <slider verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="9YW-hh-NgU"> | |
| 21 <rect key="frame" x="18" y="63" width="404" height="28"/> | |
| 22 <constraints> | |
| 23 <constraint firstAttribute="width" constant="400" id="WN3-4K-eWJ"/> | |
| 24 </constraints> | |
| 25 <sliderCell key="cell" continuous="YES" state="on" alignment="left" minValue="-20" maxValue="20" tickMarkPosition="above" sliderType="linear" id="7zd-Y6-AAF"/> | |
| 26 <connections> | |
| 27 <action selector="onEdit:" target="-2" id="FKr-P9-h0G"/> | |
| 28 <binding destination="-2" name="value" keyPath="self.gain" id="ypw-jc-Qbb"/> | |
| 29 </connections> | |
| 30 </slider> | |
| 31 <textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="tvi-gX-Iof"> | |
| 32 <rect key="frame" x="172" y="40" width="96" height="21"/> | |
| 33 <constraints> | |
| 34 <constraint firstAttribute="width" constant="96" id="MP8-UH-dPx"/> | |
| 35 </constraints> | |
| 36 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" continuous="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="eU5-n2-vgv"> | |
| 37 <customFormatter key="formatter" id="ClW-pw-Nfi" customClass="fooDecibelFormatter_foo_sample"> | |
| 38 <userDefinedRuntimeAttributes> | |
| 39 <userDefinedRuntimeAttribute type="number" keyPath="minValue"> | |
| 40 <integer key="value" value="-20"/> | |
| 41 </userDefinedRuntimeAttribute> | |
| 42 <userDefinedRuntimeAttribute type="number" keyPath="maxValue"> | |
| 43 <integer key="value" value="20"/> | |
| 44 </userDefinedRuntimeAttribute> | |
| 45 </userDefinedRuntimeAttributes> | |
| 46 </customFormatter> | |
| 47 <font key="font" metaFont="system"/> | |
| 48 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> | |
| 49 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> | |
| 50 </textFieldCell> | |
| 51 <connections> | |
| 52 <action selector="onEdit:" target="-2" id="lST-IA-dBa"/> | |
| 53 <binding destination="-2" name="value" keyPath="self.gain" id="eI9-d5-LBw"/> | |
| 54 </connections> | |
| 55 </textField> | |
| 56 </subviews> | |
| 57 <constraints> | |
| 58 <constraint firstItem="tvi-gX-Iof" firstAttribute="centerX" secondItem="Hz6-mo-xeY" secondAttribute="centerX" id="1D0-mo-Z5k"/> | |
| 59 <constraint firstItem="9YW-hh-NgU" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" constant="40" id="1RA-2z-Owc"/> | |
| 60 <constraint firstAttribute="bottom" secondItem="tvi-gX-Iof" secondAttribute="bottom" constant="40" id="99Y-a0-cP8"/> | |
| 61 <constraint firstItem="9YW-hh-NgU" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="20" symbolic="YES" id="OoA-RC-4q6"/> | |
| 62 <constraint firstItem="tvi-gX-Iof" firstAttribute="top" secondItem="9YW-hh-NgU" secondAttribute="bottom" constant="8" symbolic="YES" id="cvo-AB-4g3"/> | |
| 63 <constraint firstAttribute="trailing" secondItem="9YW-hh-NgU" secondAttribute="trailing" constant="20" symbolic="YES" id="j7s-vt-r1r"/> | |
| 64 </constraints> | |
| 65 <point key="canvasLocation" x="98" y="120"/> | |
| 66 </customView> | |
| 67 </objects> | |
| 68 </document> |
