Develop and Download Open Source Software

Browse Subversion Repository

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 154 - (show annotations) (download)
Tue Jul 23 15:14:03 2019 UTC (4 years, 8 months ago) by toshinagata1964
File size: 12906 byte(s)
Audio Settings Export Preference is implemented.
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="11762" systemVersion="15G22010" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
3 <dependencies>
4 <deployment identifier="macosx"/>
5 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="11762"/>
6 <capability name="box content view" minToolsVersion="7.0"/>
7 <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
8 </dependencies>
9 <objects>
10 <customObject id="-2" userLabel="File's Owner" customClass="AudioSettingsPrefPanelController">
11 <connections>
12 <outlet property="applicationCheck" destination="Fs5-EX-ysq" id="MqO-fU-YmA"/>
13 <outlet property="applicationPath" destination="jod-SZ-swS" id="4JB-Uc-cDD"/>
14 <outlet property="devicePopUp" destination="CX3-3o-pP5" id="oZ4-RM-Fq2"/>
15 <outlet property="internalCheck" destination="9IW-GS-hTh" id="EUh-vO-qvv"/>
16 <outlet property="selectButton" destination="Wnf-Yh-ANl" id="F6g-nE-uiT"/>
17 <outlet property="window" destination="7" id="9"/>
18 </connections>
19 </customObject>
20 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
21 <customObject id="-3" userLabel="Application" customClass="NSObject"/>
22 <window title="Audio Settings Export/Import Preferences" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="7" userLabel="Panel" customClass="NSPanel">
23 <windowStyleMask key="styleMask" titled="YES" closable="YES"/>
24 <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
25 <rect key="contentRect" x="74" y="227" width="359" height="208"/>
26 <rect key="screenRect" x="0.0" y="0.0" width="1024" height="746"/>
27 <value key="minSize" type="size" width="213" height="107"/>
28 <view key="contentView" misplaced="YES" id="8">
29 <rect key="frame" x="0.0" y="0.0" width="359" height="208"/>
30 <autoresizingMask key="autoresizingMask"/>
31 <subviews>
32 <button verticalHuggingPriority="750" misplaced="YES" id="48">
33 <rect key="frame" x="223" y="14" width="121" height="28"/>
34 <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
35 <buttonCell key="cell" type="push" title="Save Preferences" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="156">
36 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
37 <font key="font" metaFont="smallSystem"/>
38 <string key="keyEquivalent" base64-UTF8="YES">
39 DQ
40 </string>
41 </buttonCell>
42 <connections>
43 <action selector="saveClicked:" target="-2" id="LSm-B5-mGS"/>
44 </connections>
45 </button>
46 <button verticalHuggingPriority="750" misplaced="YES" id="49">
47 <rect key="frame" x="14" y="14" width="80" height="28"/>
48 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
49 <buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="157">
50 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
51 <font key="font" metaFont="smallSystem"/>
52 <string key="keyEquivalent" base64-UTF8="YES">
53 Gw
54 </string>
55 </buttonCell>
56 <connections>
57 <action selector="cancelClicked:" target="-2" id="Hir-SZ-AkH"/>
58 </connections>
59 </button>
60 <popUpButton verticalHuggingPriority="750" misplaced="YES" id="CX3-3o-pP5">
61 <rect key="frame" x="68" y="179" width="274" height="22"/>
62 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
63 <popUpButtonCell key="cell" type="push" title="Item 1" bezelStyle="rounded" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="jes-sp-a46" id="X0h-wy-nfC">
64 <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
65 <font key="font" metaFont="smallSystem"/>
66 <menu key="menu" id="Ezt-LD-8lT">
67 <items>
68 <menuItem title="Item 1" state="on" id="jes-sp-a46"/>
69 <menuItem title="Item 2" id="May-jM-5Ie"/>
70 <menuItem title="Item 3" id="ixM-8Y-JPC"/>
71 </items>
72 </menu>
73 </popUpButtonCell>
74 <connections>
75 <action selector="devicePopUpSelected:" target="-2" id="3b4-Hy-iEC"/>
76 </connections>
77 </popUpButton>
78 <textField verticalHuggingPriority="750" misplaced="YES" id="dta-bH-KQJ">
79 <rect key="frame" x="18" y="184" width="95" height="14"/>
80 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
81 <textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Device" id="u6a-GO-IOc">
82 <font key="font" metaFont="smallSystem"/>
83 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
84 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
85 </textFieldCell>
86 </textField>
87 <box misplaced="YES" id="73">
88 <rect key="frame" x="17" y="47" width="326" height="141"/>
89 <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
90 <view key="contentView" id="zos-cu-qZO">
91 <rect key="frame" x="2" y="2" width="322" height="124"/>
92 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
93 <subviews>
94 <textField verticalHuggingPriority="750" misplaced="YES" id="10">
95 <rect key="frame" x="30" y="60" width="95" height="14"/>
96 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
97 <textFieldCell key="cell" enabled="NO" sendsActionOnEndEditing="YES" title="Application path:" id="158">
98 <font key="font" metaFont="smallSystem"/>
99 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
100 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
101 </textFieldCell>
102 </textField>
103 <button misplaced="YES" id="9IW-GS-hTh">
104 <rect key="frame" x="10" y="99" width="266" height="20"/>
105 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
106 <buttonCell key="cell" type="check" title="Import/export internal state (may cause crash)" bezelStyle="regularSquare" imagePosition="left" controlSize="small" inset="2" id="2fJ-ns-nwA">
107 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
108 <font key="font" metaFont="smallSystem"/>
109 </buttonCell>
110 <connections>
111 <action selector="checkBoxClicked:" target="-2" id="2Bc-kf-52l"/>
112 </connections>
113 </button>
114 <button misplaced="YES" id="Fs5-EX-ysq">
115 <rect key="frame" x="10" y="79" width="285" height="20"/>
116 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
117 <buttonCell key="cell" type="check" title="Invoke support application instead of custom view" bezelStyle="regularSquare" imagePosition="left" controlSize="small" inset="2" id="gwj-ZY-biU">
118 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
119 <font key="font" metaFont="smallSystem"/>
120 </buttonCell>
121 <connections>
122 <action selector="checkBoxClicked:" target="-2" id="sFS-WL-OkX"/>
123 </connections>
124 </button>
125 <textField verticalHuggingPriority="750" misplaced="YES" id="jod-SZ-swS">
126 <rect key="frame" x="32" y="12" width="274" height="40"/>
127 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
128 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" enabled="NO" allowsUndo="NO" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="qOA-UH-V8e">
129 <font key="font" metaFont="smallSystem"/>
130 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
131 <color key="backgroundColor" name="windowBackgroundColor" catalog="System" colorSpace="catalog"/>
132 </textFieldCell>
133 </textField>
134 <button verticalHuggingPriority="750" misplaced="YES" id="Wnf-Yh-ANl">
135 <rect key="frame" x="122" y="52" width="79" height="28"/>
136 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
137 <buttonCell key="cell" type="push" title="Select..." bezelStyle="rounded" alignment="center" controlSize="small" enabled="NO" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="xK7-b1-8vb">
138 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
139 <font key="font" metaFont="smallSystem"/>
140 </buttonCell>
141 <connections>
142 <action selector="selectApplication:" target="-2" id="hCo-m7-L11"/>
143 </connections>
144 </button>
145 </subviews>
146 </view>
147 </box>
148 </subviews>
149 </view>
150 <point key="canvasLocation" x="132.5" y="96"/>
151 </window>
152 <view id="76">
153 <rect key="frame" x="0.0" y="0.0" width="1" height="111"/>
154 <autoresizingMask key="autoresizingMask"/>
155 </view>
156 <view id="82">
157 <rect key="frame" x="0.0" y="0.0" width="125" height="1"/>
158 <autoresizingMask key="autoresizingMask"/>
159 </view>
160 <view id="84">
161 <rect key="frame" x="0.0" y="0.0" width="1" height="111"/>
162 <autoresizingMask key="autoresizingMask"/>
163 </view>
164 <view id="86">
165 <rect key="frame" x="0.0" y="0.0" width="125" height="1"/>
166 <autoresizingMask key="autoresizingMask"/>
167 </view>
168 </objects>
169 </document>

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