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