blob: e9d3741f739dd854d436e8c7f262e63936f690c6 [file] [log] [blame]
Alexandre Lisionbfa68f62015-09-10 08:38:42 -04001<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="7706" systemVersion="14F27" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
3 <dependencies>
4 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="7706"/>
5 </dependencies>
6 <objects>
7 <customObject id="-2" userLabel="File's Owner" customClass="PreferencesWC">
8 <connections>
9 <outlet property="prefsContainer" destination="pWP-Wb-B2n" id="5sN-SJ-O0K"/>
10 <outlet property="window" destination="C1T-wE-wxb" id="pvE-GV-60f"/>
11 </connections>
12 </customObject>
13 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
14 <customObject id="-3" userLabel="Application" customClass="NSObject"/>
15 <window title="Ring Preferences" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" showsToolbarButton="NO" animationBehavior="default" id="C1T-wE-wxb">
16 <windowStyleMask key="styleMask" titled="YES" closable="YES"/>
17 <rect key="contentRect" x="469" y="334" width="653" height="383"/>
18 <rect key="screenRect" x="0.0" y="0.0" width="1680" height="1050"/>
19 <view key="contentView" id="33Y-I6-Ofh">
20 <rect key="frame" x="0.0" y="-1" width="653" height="383"/>
21 <autoresizingMask key="autoresizingMask"/>
22 <subviews>
23 <customView translatesAutoresizingMaskIntoConstraints="NO" id="pWP-Wb-B2n">
24 <rect key="frame" x="0.0" y="0.0" width="653" height="383"/>
25 </customView>
26 </subviews>
27 <constraints>
28 <constraint firstAttribute="trailing" secondItem="pWP-Wb-B2n" secondAttribute="trailing" id="OGc-mq-B7Z"/>
29 <constraint firstAttribute="bottom" secondItem="pWP-Wb-B2n" secondAttribute="bottom" id="YJf-Ij-sPp"/>
30 <constraint firstItem="pWP-Wb-B2n" firstAttribute="leading" secondItem="33Y-I6-Ofh" secondAttribute="leading" id="nuF-yA-hnd"/>
31 <constraint firstItem="pWP-Wb-B2n" firstAttribute="top" secondItem="33Y-I6-Ofh" secondAttribute="top" id="r5d-3h-YGX"/>
32 </constraints>
33 </view>
34 <toolbar key="toolbar" implicitIdentifier="AC6F0BE7-01C8-4E05-898B-33D8FB2B542F" autosavesConfiguration="NO" displayMode="iconAndLabel" sizeMode="regular" id="cBX-Cp-0Xw">
35 <allowedToolbarItems>
36 <toolbarItem implicitItemIdentifier="NSToolbarShowColorsItem" id="0Vz-ff-LOS"/>
37 <toolbarItem implicitItemIdentifier="NSToolbarShowFontsItem" id="a4I-8h-7Ld"/>
38 <toolbarItem implicitItemIdentifier="NSToolbarPrintItem" id="KmD-NW-2Sc"/>
39 <toolbarItem implicitItemIdentifier="NSToolbarSpaceItem" id="6aq-4y-T31"/>
40 <toolbarItem implicitItemIdentifier="A53BED01-97D4-496F-9806-EB216CF9D2D9" explicitItemIdentifier="VideoPrefsIdentifer" label="Video" paletteLabel="Video" tag="-1" image="video" selectable="YES" id="jLi-an-TR2">
41 <connections>
42 <action selector="displayVideo:" target="-2" id="UAi-6C-AQw"/>
43 </connections>
44 </toolbarItem>
45 <toolbarItem implicitItemIdentifier="E53EE3E8-C5D3-49F8-A231-B8FC691E37CE" explicitItemIdentifier="AudioPrefsIdentifer" label="Audio" paletteLabel="Audio" tag="-1" image="audio" selectable="YES" id="iuJ-eu-b7f">
46 <connections>
47 <action selector="displayAudio:" target="-2" id="bbf-3M-NFB"/>
48 </connections>
49 </toolbarItem>
50 <toolbarItem implicitItemIdentifier="EE8B14A6-94EE-47DC-8E40-437D3207D41B" explicitItemIdentifier="GeneralPrefsIdentifier" label="General" paletteLabel="General" tag="-1" image="general" selectable="YES" id="GQi-nL-0Ey">
51 <connections>
52 <action selector="displayGeneral:" target="-2" id="mCA-4c-06H"/>
53 </connections>
54 </toolbarItem>
55 <toolbarItem implicitItemIdentifier="627205FE-1164-4992-8C29-54EB6409DF24" label="Advanced" paletteLabel="Advanced" tag="-1" image="NSAdvanced" id="Qza-fj-d45"/>
56 <toolbarItem implicitItemIdentifier="29496C21-46DD-4A3D-903C-644AF346B69A" explicitItemIdentifier="AccountsPrefsIdentifier" label="Accounts" paletteLabel="Accounts" tag="-1" image="NSUserAccounts" selectable="YES" id="bRw-gW-tRJ">
57 <connections>
58 <action selector="displayAccounts:" target="-2" id="qE9-O3-Jio"/>
59 </connections>
60 </toolbarItem>
61 <toolbarItem implicitItemIdentifier="NSToolbarFlexibleSpaceItem" id="aIF-RX-dpX"/>
62 </allowedToolbarItems>
63 <defaultToolbarItems>
64 <toolbarItem reference="GQi-nL-0Ey"/>
65 <toolbarItem reference="iuJ-eu-b7f"/>
66 <toolbarItem reference="jLi-an-TR2"/>
67 <toolbarItem reference="bRw-gW-tRJ"/>
68 <toolbarItem reference="aIF-RX-dpX"/>
69 </defaultToolbarItems>
70 </toolbar>
71 <connections>
72 <outlet property="delegate" destination="-2" id="jqv-wK-sQz"/>
73 </connections>
74 <point key="canvasLocation" x="449.5" y="181.5"/>
75 </window>
76 </objects>
77 <resources>
78 <image name="NSAdvanced" width="32" height="32"/>
79 <image name="NSUserAccounts" width="32" height="32"/>
80 <image name="audio" width="36" height="36"/>
81 <image name="general" width="36" height="36"/>
82 <image name="video" width="36" height="36"/>
83 </resources>
84</document>