blob: d40e68c23377914b982ee7123b3f04bb7b22836e [file] [log] [blame]
Alexandre Lision4a7b95e2015-02-20 10:06:43 -05001<?xml version="1.0" encoding="UTF-8" standalone="no"?>
Alexandre Lision611b8c12015-03-20 18:07:17 -04002<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="6751" systemVersion="14C1510" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
Alexandre Lision4a7b95e2015-02-20 10:06:43 -05003 <dependencies>
Alexandre Lision611b8c12015-03-20 18:07:17 -04004 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="6751"/>
Alexandre Lision4a7b95e2015-02-20 10:06:43 -05005 </dependencies>
6 <objects>
7 <customObject id="-2" userLabel="File's Owner" customClass="AudioPrefsVC">
8 <connections>
Alexandre Lision611b8c12015-03-20 18:07:17 -04009 <outlet property="alwaysRecordingButton" destination="kOg-hX-1Q5" id="n6R-hv-JLY"/>
10 <outlet property="inputDeviceList" destination="bK9-uH-jDb" id="zhZ-Cr-n6B"/>
11 <outlet property="muteDTMFButton" destination="Jyg-5H-Ygw" id="PDq-aH-ieL"/>
12 <outlet property="outputDeviceList" destination="9SA-9E-IzQ" id="YpE-Fz-J8P"/>
13 <outlet property="recordingsPathControl" destination="nyE-tZ-v4C" id="4cw-pY-c3Z"/>
14 <outlet property="view" destination="c22-O7-iKe" id="qz7-de-jg2"/>
Alexandre Lision4a7b95e2015-02-20 10:06:43 -050015 </connections>
16 </customObject>
17 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
18 <customObject id="-3" userLabel="Application" customClass="NSObject"/>
19 <customView id="c22-O7-iKe">
Alexandre Lision611b8c12015-03-20 18:07:17 -040020 <rect key="frame" x="0.0" y="0.0" width="362" height="424"/>
Alexandre Lision4a7b95e2015-02-20 10:06:43 -050021 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
22 <subviews>
Alexandre Lision611b8c12015-03-20 18:07:17 -040023 <customView translatesAutoresizingMaskIntoConstraints="NO" id="deY-JV-Rfe">
24 <rect key="frame" x="20" y="20" width="322" height="384"/>
25 <subviews>
26 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="ftI-JV-7cE">
27 <rect key="frame" x="19" y="347" width="80" height="17"/>
28 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Recordings" id="9HH-Pa-4Aq">
29 <font key="font" metaFont="systemBold"/>
30 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
31 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
32 </textFieldCell>
33 </textField>
34 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Y73-M5-wnx">
35 <rect key="frame" x="44" y="226" width="53" height="17"/>
36 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Output:" id="2gZ-Ab-XHf">
37 <font key="font" metaFont="system"/>
38 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
39 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
40 </textFieldCell>
41 </textField>
42 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="She-fN-vzD">
43 <rect key="frame" x="46" y="322" width="49" height="17"/>
44 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Save in" id="ksV-r2-EVJ">
45 <font key="font" metaFont="system"/>
46 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
47 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
48 </textFieldCell>
49 </textField>
50 <button fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="kOg-hX-1Q5">
51 <rect key="frame" x="46" y="287" width="130" height="18"/>
52 <buttonCell key="cell" type="check" title="Always recording" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="jeD-Nk-KHA">
53 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
54 <font key="font" metaFont="system"/>
55 </buttonCell>
56 <connections>
57 <action selector="toggleAlwaysRecording:" target="-2" id="sOq-tA-ZBV"/>
58 </connections>
59 </button>
60 <popUpButton verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="9SA-9E-IzQ" userLabel="Outputs">
61 <rect key="frame" x="96" y="221" width="209" height="26"/>
62 <popUpButtonCell key="cell" type="push" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" id="4Fp-hR-KdJ">
63 <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
64 <font key="font" metaFont="menu"/>
65 <menu key="menu" title="outputlist" id="eao-Bf-buc">
66 <connections>
67 <outlet property="delegate" destination="-2" id="dXz-O7-2jP"/>
68 </connections>
69 </menu>
70 </popUpButtonCell>
71 <connections>
72 <action selector="chooseOutput:" target="-2" id="SIh-kG-rV5"/>
73 </connections>
74 </popUpButton>
75 <pathControl verticalHuggingPriority="750" fixedFrame="YES" allowsExpansionToolTips="YES" translatesAutoresizingMaskIntoConstraints="NO" id="nyE-tZ-v4C">
76 <rect key="frame" x="95" y="316" width="210" height="26"/>
77 <pathCell key="cell" selectable="YES" editable="YES" alignment="left" pathStyle="popUp" id="SPB-Bz-vDM">
78 <font key="font" metaFont="system"/>
79 <url key="url" string="file://localhost/Applications/"/>
80 </pathCell>
81 <connections>
82 <action selector="pathControlSingleClick:" target="-2" id="a8r-s5-lxq"/>
83 <outlet property="delegate" destination="-2" id="JXx-Le-f5R"/>
84 </connections>
85 </pathControl>
86 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="bMB-Zm-k0Z">
87 <rect key="frame" x="20" y="253" width="99" height="17"/>
88 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Audio devices" id="B0r-wh-wc3">
89 <font key="font" metaFont="systemBold"/>
90 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
91 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
92 </textFieldCell>
93 </textField>
94 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="JuP-vn-Oim">
95 <rect key="frame" x="19" y="136" width="92" height="17"/>
96 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Tone settings:" id="NvN-ip-svk">
97 <font key="font" metaFont="system"/>
98 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
99 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
100 </textFieldCell>
101 </textField>
102 <button fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Jyg-5H-Ygw">
103 <rect key="frame" x="115" y="135" width="94" height="18"/>
104 <buttonCell key="cell" type="check" title="Mute DTMF" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="pAA-Iv-EmI">
105 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
106 <font key="font" metaFont="system"/>
107 </buttonCell>
108 <connections>
109 <action selector="toggleMuteDTMF:" target="-2" id="RNQ-D2-2m6"/>
110 </connections>
111 </button>
112 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="wn2-fz-UW2">
113 <rect key="frame" x="56" y="185" width="42" height="17"/>
114 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Input:" id="x1o-rT-jy6">
115 <font key="font" metaFont="system"/>
116 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
117 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
118 </textFieldCell>
119 </textField>
120 <popUpButton verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="bK9-uH-jDb" userLabel="Inputs">
121 <rect key="frame" x="99" y="180" width="206" height="26"/>
122 <popUpButtonCell key="cell" type="push" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" id="3mj-4K-xif">
123 <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
124 <font key="font" metaFont="menu"/>
125 <menu key="menu" title="inputlist" id="szZ-RR-Ewo">
126 <connections>
127 <outlet property="delegate" destination="-2" id="g3C-Tc-BTO"/>
128 </connections>
129 </menu>
130 </popUpButtonCell>
131 <connections>
132 <action selector="chooseInput:" target="-2" id="ADO-Qj-tAz"/>
133 </connections>
134 </popUpButton>
135 </subviews>
136 </customView>
Alexandre Lision4a7b95e2015-02-20 10:06:43 -0500137 </subviews>
Alexandre Lision611b8c12015-03-20 18:07:17 -0400138 <constraints>
139 <constraint firstAttribute="trailing" secondItem="deY-JV-Rfe" secondAttribute="trailing" constant="20" id="EI7-CU-xOt"/>
140 <constraint firstAttribute="centerX" secondItem="deY-JV-Rfe" secondAttribute="centerX" id="LTH-TO-EQo"/>
141 <constraint firstItem="deY-JV-Rfe" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" constant="20" id="Yfs-Gb-o1f"/>
142 <constraint firstAttribute="bottom" secondItem="deY-JV-Rfe" secondAttribute="bottom" constant="20" id="aKg-uU-3ut"/>
143 <constraint firstItem="deY-JV-Rfe" firstAttribute="top" secondItem="c22-O7-iKe" secondAttribute="top" constant="20" id="kYM-ud-zum"/>
144 </constraints>
145 <point key="canvasLocation" x="220" y="241"/>
Alexandre Lision4a7b95e2015-02-20 10:06:43 -0500146 </customView>
147 </objects>
148</document>