blob: 3dcd213eb155362640d80d312afc8f1e28f3f186 [file] [log] [blame]
Alexandre Lision4a7b95e2015-02-20 10:06:43 -05001<?xml version="1.0" encoding="UTF-8" standalone="no"?>
Alexandre Lision4de68ce2015-04-24 18:22:49 -04002<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="6751" systemVersion="13F1077" 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>
Alexandre Lision611b8c12015-03-20 18:07:17 -040075 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="bMB-Zm-k0Z">
76 <rect key="frame" x="20" y="253" width="99" height="17"/>
77 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Audio devices" id="B0r-wh-wc3">
78 <font key="font" metaFont="systemBold"/>
79 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
80 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
81 </textFieldCell>
82 </textField>
83 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="JuP-vn-Oim">
84 <rect key="frame" x="19" y="136" width="92" height="17"/>
85 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Tone settings:" id="NvN-ip-svk">
86 <font key="font" metaFont="system"/>
87 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
88 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
89 </textFieldCell>
90 </textField>
91 <button fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Jyg-5H-Ygw">
92 <rect key="frame" x="115" y="135" width="94" height="18"/>
93 <buttonCell key="cell" type="check" title="Mute DTMF" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="pAA-Iv-EmI">
94 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
95 <font key="font" metaFont="system"/>
96 </buttonCell>
97 <connections>
98 <action selector="toggleMuteDTMF:" target="-2" id="RNQ-D2-2m6"/>
99 </connections>
100 </button>
101 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="wn2-fz-UW2">
102 <rect key="frame" x="56" y="185" width="42" height="17"/>
103 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Input:" id="x1o-rT-jy6">
104 <font key="font" metaFont="system"/>
105 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
106 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
107 </textFieldCell>
108 </textField>
109 <popUpButton verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="bK9-uH-jDb" userLabel="Inputs">
110 <rect key="frame" x="99" y="180" width="206" height="26"/>
111 <popUpButtonCell key="cell" type="push" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" id="3mj-4K-xif">
112 <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
113 <font key="font" metaFont="menu"/>
114 <menu key="menu" title="inputlist" id="szZ-RR-Ewo">
115 <connections>
116 <outlet property="delegate" destination="-2" id="g3C-Tc-BTO"/>
117 </connections>
118 </menu>
119 </popUpButtonCell>
120 <connections>
121 <action selector="chooseInput:" target="-2" id="ADO-Qj-tAz"/>
122 </connections>
123 </popUpButton>
Alexandre Lision4de68ce2015-04-24 18:22:49 -0400124 <pathControl verticalHuggingPriority="750" fixedFrame="YES" allowsExpansionToolTips="YES" translatesAutoresizingMaskIntoConstraints="NO" id="nyE-tZ-v4C">
125 <rect key="frame" x="95" y="318" width="210" height="26"/>
126 <pathCell key="cell" selectable="YES" editable="YES" alignment="left" pathStyle="popUp" id="SPB-Bz-vDM">
127 <font key="font" metaFont="system"/>
128 <url key="url" string="file://localhost/Applications/"/>
129 </pathCell>
130 <connections>
131 <action selector="pathControlSingleClick:" target="-2" id="jyC-qZ-OzW"/>
132 <outlet property="delegate" destination="-2" id="JXx-Le-f5R"/>
133 </connections>
134 </pathControl>
Alexandre Lision611b8c12015-03-20 18:07:17 -0400135 </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>