blob: bea5d2f4338ce979f096a6c2f180224c18f8a0e2 [file] [log] [blame]
Alexandre Lisionf5fc4792015-03-17 09:15:43 -04001<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="6254" systemVersion="13F34" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
3 <dependencies>
4 <deployment identifier="macosx"/>
5 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="6254"/>
6 </dependencies>
7 <objects>
8 <customObject id="-2" userLabel="File's Owner" customClass="AccAudioVC">
9 <connections>
10 <outlet property="codecsView" destination="qUo-eR-iuq" id="gyu-3z-rNc"/>
11 <outlet property="view" destination="c22-O7-iKe" id="PBG-fI-bZm"/>
12 </connections>
13 </customObject>
14 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
15 <customObject id="-3" userLabel="Application" customClass="NSObject"/>
16 <customView id="c22-O7-iKe">
17 <rect key="frame" x="0.0" y="0.0" width="525" height="356"/>
18 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
19 <subviews>
20 <scrollView focusRingType="none" fixedFrame="YES" autohidesScrollers="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="yLX-W9-gcE">
21 <rect key="frame" x="32" y="122" width="317" height="189"/>
22 <clipView key="contentView" misplaced="YES" id="ttA-YT-HQA">
23 <rect key="frame" x="1" y="17" width="238" height="117"/>
24 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
25 <subviews>
26 <outlineView focusRingType="none" verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" multipleSelection="NO" autosaveColumns="NO" headerView="WuO-RU-Dfb" indentationPerLevel="16" outlineTableColumn="PGV-RF-f13" id="qUo-eR-iuq">
27 <rect key="frame" x="0.0" y="0.0" width="315" height="19"/>
28 <autoresizingMask key="autoresizingMask"/>
29 <size key="intercellSpacing" width="3" height="2"/>
30 <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
31 <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
32 <tableColumns>
33 <tableColumn identifier="AudioStateColumn" width="49.3828125" minWidth="10" maxWidth="3.4028234663852886e+38" id="txE-JZ-54H">
34 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Enabled">
35 <font key="font" metaFont="smallSystem"/>
36 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
37 <color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
38 </tableHeaderCell>
39 <buttonCell key="dataCell" type="check" bezelStyle="regularSquare" imagePosition="overlaps" inset="2" id="9bj-Tu-ggx">
40 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
41 <font key="font" metaFont="system"/>
42 <connections>
43 <action selector="toggleCodec:" target="-2" id="huW-3m-PQc"/>
44 </connections>
45 </buttonCell>
46 <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
47 </tableColumn>
48 <tableColumn identifier="AudioCodecsColumn" width="116" minWidth="40" maxWidth="1000" id="PGV-RF-f13">
49 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Codecs">
50 <font key="font" metaFont="smallSystem"/>
51 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
52 <color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
53 </tableHeaderCell>
54 <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" title="Text" id="RBO-p6-Wej">
55 <font key="font" metaFont="system"/>
56 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
57 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
58 </textFieldCell>
59 <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
60 </tableColumn>
61 <tableColumn identifier="AudioFrequencyColumn" width="64" minWidth="10" maxWidth="3.4028234663852886e+38" id="hjc-hd-CQe">
62 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Frequency">
63 <font key="font" metaFont="smallSystem"/>
64 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
65 <color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
66 </tableHeaderCell>
67 <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="PYp-JZ-g1v">
68 <font key="font" metaFont="system"/>
69 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
70 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
71 </textFieldCell>
72 <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
73 </tableColumn>
74 <tableColumn identifier="AudioBitrateColumn" width="73.5" minWidth="10" maxWidth="3.4028234663852886e+38" id="sd4-Co-8hS">
75 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Bitrate">
76 <font key="font" metaFont="smallSystem"/>
77 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
78 <color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
79 </tableHeaderCell>
80 <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="bZK-L6-HSm">
81 <font key="font" metaFont="system"/>
82 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
83 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
84 </textFieldCell>
85 <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
86 </tableColumn>
87 </tableColumns>
88 <connections>
89 <outlet property="delegate" destination="-2" id="PfI-dp-hKo"/>
90 </connections>
91 </outlineView>
92 </subviews>
93 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
94 </clipView>
95 <scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="tAn-XY-KM0">
96 <rect key="frame" x="1" y="119" width="223" height="15"/>
97 <autoresizingMask key="autoresizingMask"/>
98 </scroller>
99 <scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" doubleValue="1" horizontal="NO" id="e9m-eK-gwP">
100 <rect key="frame" x="224" y="17" width="15" height="102"/>
101 <autoresizingMask key="autoresizingMask"/>
102 </scroller>
103 <tableHeaderView key="headerView" id="WuO-RU-Dfb">
104 <rect key="frame" x="0.0" y="0.0" width="238" height="17"/>
105 <autoresizingMask key="autoresizingMask"/>
106 </tableHeaderView>
107 </scrollView>
108 <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="zaU-3l-OYA">
109 <rect key="frame" x="26" y="89" width="58" height="32"/>
110 <buttonCell key="cell" type="push" title="Up" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="MbZ-7X-K5I">
111 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
112 <font key="font" metaFont="system"/>
113 </buttonCell>
114 <connections>
115 <action selector="moveUp:" target="-2" id="3SD-Po-WZK"/>
116 </connections>
117 </button>
118 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="qs3-sN-wPV">
119 <rect key="frame" x="18" y="319" width="53" height="17"/>
120 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Codecs" id="biN-bX-qM1">
121 <font key="font" metaFont="systemBold"/>
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 hidden="YES" horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="ipf-oU-a70">
127 <rect key="frame" x="18" y="63" width="72" height="17"/>
128 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Ringtones" id="aMg-uJ-Krx">
129 <font key="font" metaFont="systemBold"/>
130 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
131 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
132 </textFieldCell>
133 </textField>
134 <pathControl hidden="YES" verticalHuggingPriority="750" fixedFrame="YES" allowsExpansionToolTips="YES" translatesAutoresizingMaskIntoConstraints="NO" id="8cX-0X-us7">
135 <rect key="frame" x="161" y="25" width="207" height="26"/>
136 <pathCell key="cell" selectable="YES" editable="YES" alignment="left" pathStyle="popUp" id="SGo-Cl-DoP">
137 <font key="font" metaFont="system"/>
138 <url key="url" string="file://localhost/Applications/"/>
139 <allowedTypes>
140 <string>public.folder</string>
141 </allowedTypes>
142 </pathCell>
143 <connections>
144 <outlet property="delegate" destination="-2" id="X9a-9D-s9f"/>
145 </connections>
146 </pathControl>
147 <button hidden="YES" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Hmk-UR-N3c">
148 <rect key="frame" x="30" y="29" width="128" height="18"/>
149 <buttonCell key="cell" type="check" title="Enable ringtones" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="KkI-i1-mfY">
150 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
151 <font key="font" metaFont="system"/>
152 </buttonCell>
153 </button>
154 <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="xN7-EP-314">
155 <rect key="frame" x="77" y="89" width="76" height="32"/>
156 <buttonCell key="cell" type="push" title="Down" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="Bbz-hd-1CE">
157 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
158 <font key="font" metaFont="system"/>
159 </buttonCell>
160 <connections>
161 <action selector="moveDown:" target="-2" id="mQQ-dj-CAq"/>
162 </connections>
163 </button>
164 </subviews>
165 <point key="canvasLocation" x="139.5" y="52"/>
166 </customView>
167 </objects>
168</document>