blob: f5dbccf200d330fe5365c10b0d7411b6009e0e6b [file] [log] [blame]
Alexandre Lision4a7b95e2015-02-20 10:06:43 -05001<?xml version="1.0" encoding="UTF-8" standalone="no"?>
Alexandre Lisionf86edb32016-09-15 16:20:55 -04002<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="11201" systemVersion="15G1004" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
Alexandre Lision4a7b95e2015-02-20 10:06:43 -05003 <dependencies>
Alexandre Lisionf86edb32016-09-15 16:20:55 -04004 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="11201"/>
Alexandre Lision4a7b95e2015-02-20 10:06:43 -05005 </dependencies>
6 <objects>
7 <customObject id="-2" userLabel="File's Owner" customClass="VideoPrefsVC">
8 <connections>
Alexandre Lisionb8a81162015-03-20 18:08:01 -04009 <outlet property="previewView" destination="qAJ-w8-a6Q" id="uSq-tE-heV"/>
10 <outlet property="ratesList" destination="e3h-qA-wZ5" id="EPS-08-l6m"/>
11 <outlet property="sizesList" destination="Aec-P9-KNS" id="nYI-YP-fpQ"/>
12 <outlet property="videoDevicesList" destination="5L8-b6-N3k" id="ZsJ-sc-pYZ"/>
Alexandre Lision4a7b95e2015-02-20 10:06:43 -050013 <outlet property="view" destination="c22-O7-iKe" id="EfM-Op-S9T"/>
14 </connections>
15 </customObject>
16 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
17 <customObject id="-3" userLabel="Application" customClass="NSObject"/>
18 <customView id="c22-O7-iKe">
Alexandre Lisionb8a81162015-03-20 18:08:01 -040019 <rect key="frame" x="0.0" y="0.0" width="541" height="440"/>
Alexandre Lision4a7b95e2015-02-20 10:06:43 -050020 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
21 <subviews>
Alexandre Lisionf86edb32016-09-15 16:20:55 -040022 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="FRq-3r-0WL">
23 <rect key="frame" x="18" y="403" width="66" height="17"/>
Alexandre Lision7f01b072015-09-15 14:57:05 -040024 <constraints>
25 <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="62" id="EZT-vC-kU5"/>
26 </constraints>
Alexandre Lisionb8a81162015-03-20 18:08:01 -040027 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Selection" id="VqO-Gm-CbB">
28 <font key="font" metaFont="systemBold"/>
Alexandre Lision4a7b95e2015-02-20 10:06:43 -050029 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
30 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
31 </textFieldCell>
32 </textField>
Alexandre Lisionf86edb32016-09-15 16:20:55 -040033 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="DTo-76-fYS">
Alexandre Lisione78a09b2015-07-03 15:52:23 -040034 <rect key="frame" x="18" y="284" width="56" height="17"/>
Alexandre Lision7f01b072015-09-15 14:57:05 -040035 <constraints>
36 <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="52" id="cDW-QA-C8K"/>
37 </constraints>
Alexandre Lisionb8a81162015-03-20 18:08:01 -040038 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Camera" id="YCM-JC-jin">
39 <font key="font" metaFont="systemBold"/>
Alexandre Lision4a7b95e2015-02-20 10:06:43 -050040 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
41 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
42 </textFieldCell>
43 </textField>
Alexandre Lisionf86edb32016-09-15 16:20:55 -040044 <customView wantsLayer="YES" canDrawConcurrently="YES" translatesAutoresizingMaskIntoConstraints="NO" id="qAJ-w8-a6Q" userLabel="Preview">
Alexandre Lisione78a09b2015-07-03 15:52:23 -040045 <rect key="frame" x="32" y="20" width="489" height="256"/>
46 <constraints>
47 <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="470" id="WVf-8f-i99"/>
48 <constraint firstAttribute="height" relation="greaterThanOrEqual" constant="256" id="cpy-ph-ToC"/>
49 </constraints>
50 </customView>
Alexandre Lisionf86edb32016-09-15 16:20:55 -040051 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="VWx-4c-7aF">
Alexandre Lision7f01b072015-09-15 14:57:05 -040052 <rect key="frame" x="151" y="380" width="46" height="17"/>
53 <constraints>
54 <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="42" id="oUT-qc-42j"/>
55 </constraints>
56 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Device" id="170-NP-CSP">
57 <font key="font" metaFont="system"/>
58 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
59 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
60 </textFieldCell>
61 </textField>
Alexandre Lisionf86edb32016-09-15 16:20:55 -040062 <popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="5L8-b6-N3k" userLabel="Devices">
Alexandre Lision7f01b072015-09-15 14:57:05 -040063 <rect key="frame" x="201" y="375" width="189" height="26"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -040064 <constraints>
65 <constraint firstAttribute="width" constant="184" id="WEa-DR-XtX"/>
66 </constraints>
Alexandre Lision7f01b072015-09-15 14:57:05 -040067 <popUpButtonCell key="cell" type="push" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" id="6Vf-hb-26C">
68 <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
69 <font key="font" metaFont="menu"/>
Alexandre Lisione1cf4462015-10-08 15:44:38 -040070 <menu key="menu" id="zJ9-1a-cpr">
Alexandre Lision7f01b072015-09-15 14:57:05 -040071 <connections>
72 <outlet property="delegate" destination="-2" id="mF2-Zc-wNP"/>
73 </connections>
74 </menu>
75 </popUpButtonCell>
76 <connections>
77 <action selector="chooseDevice:" target="-2" id="JjJ-Ul-8VM"/>
78 </connections>
79 </popUpButton>
Alexandre Lisionf86edb32016-09-15 16:20:55 -040080 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="cDr-8B-RiJ">
Alexandre Lision7f01b072015-09-15 14:57:05 -040081 <rect key="frame" x="167" y="349" width="30" height="17"/>
82 <constraints>
83 <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="26" id="bvy-Cc-671"/>
84 </constraints>
85 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Size" id="4bq-ls-mCp">
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>
Alexandre Lisionf86edb32016-09-15 16:20:55 -040091 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="60X-MX-gun">
Alexandre Lision7f01b072015-09-15 14:57:05 -040092 <rect key="frame" x="164" y="315" width="33" height="17"/>
93 <constraints>
94 <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="29" id="jrh-Jr-I8X"/>
95 </constraints>
96 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Rate" id="5Im-df-jdd">
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>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400102 <popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Aec-P9-KNS" userLabel="Sizes">
Alexandre Lision7f01b072015-09-15 14:57:05 -0400103 <rect key="frame" x="201" y="344" width="189" height="26"/>
104 <popUpButtonCell key="cell" type="push" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" id="6ly-dX-MT4">
105 <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
106 <font key="font" metaFont="menu"/>
Alexandre Lisione1cf4462015-10-08 15:44:38 -0400107 <menu key="menu" id="ykd-50-las">
Alexandre Lision7f01b072015-09-15 14:57:05 -0400108 <connections>
109 <outlet property="delegate" destination="-2" id="5cI-wH-0AT"/>
110 </connections>
111 </menu>
112 </popUpButtonCell>
113 <connections>
114 <action selector="chooseSize:" target="-2" id="qra-Ci-Om8"/>
115 </connections>
116 </popUpButton>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400117 <popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="e3h-qA-wZ5" userLabel="Rates">
Alexandre Lision7f01b072015-09-15 14:57:05 -0400118 <rect key="frame" x="201" y="310" width="189" height="26"/>
119 <popUpButtonCell key="cell" type="push" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" id="pDt-c4-Fhs">
120 <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
121 <font key="font" metaFont="menu"/>
Alexandre Lisione1cf4462015-10-08 15:44:38 -0400122 <menu key="menu" id="aKL-76-vSP">
Alexandre Lision7f01b072015-09-15 14:57:05 -0400123 <connections>
124 <outlet property="delegate" destination="-2" id="5Gu-bg-y3C"/>
125 </connections>
126 </menu>
127 </popUpButtonCell>
128 <connections>
129 <action selector="chooseRate:" target="-2" id="nye-jT-0NU"/>
130 </connections>
131 </popUpButton>
Alexandre Lision4a7b95e2015-02-20 10:06:43 -0500132 </subviews>
Alexandre Lisionb8a81162015-03-20 18:08:01 -0400133 <constraints>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400134 <constraint firstItem="Aec-P9-KNS" firstAttribute="top" secondItem="5L8-b6-N3k" secondAttribute="bottom" constant="10" symbolic="YES" id="30H-Y4-Vdk"/>
Alexandre Lision7f01b072015-09-15 14:57:05 -0400135 <constraint firstItem="Aec-P9-KNS" firstAttribute="leading" secondItem="e3h-qA-wZ5" secondAttribute="leading" id="BqB-1m-6cO"/>
Alexandre Lisione78a09b2015-07-03 15:52:23 -0400136 <constraint firstAttribute="trailing" secondItem="qAJ-w8-a6Q" secondAttribute="trailing" constant="20" id="EIm-N6-noX"/>
137 <constraint firstItem="DTo-76-fYS" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" constant="20" id="FJb-iY-SG3"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400138 <constraint firstItem="FRq-3r-0WL" firstAttribute="top" secondItem="c22-O7-iKe" secondAttribute="top" constant="20" id="IHw-9z-VLL"/>
Alexandre Lision7f01b072015-09-15 14:57:05 -0400139 <constraint firstItem="Aec-P9-KNS" firstAttribute="leading" secondItem="5L8-b6-N3k" secondAttribute="leading" id="JRH-eb-BJz"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400140 <constraint firstItem="5L8-b6-N3k" firstAttribute="top" secondItem="c22-O7-iKe" secondAttribute="top" constant="41" id="KEl-KW-FhR"/>
Alexandre Lisione78a09b2015-07-03 15:52:23 -0400141 <constraint firstItem="qAJ-w8-a6Q" firstAttribute="top" secondItem="DTo-76-fYS" secondAttribute="bottom" constant="8" id="LbB-2Z-j9c"/>
Alexandre Lisionb8a81162015-03-20 18:08:01 -0400142 <constraint firstAttribute="bottom" secondItem="qAJ-w8-a6Q" secondAttribute="bottom" constant="20" id="Sv6-Ls-4tS"/>
Alexandre Lision7f01b072015-09-15 14:57:05 -0400143 <constraint firstItem="Aec-P9-KNS" firstAttribute="leading" secondItem="cDr-8B-RiJ" secondAttribute="trailing" constant="8" id="VXU-iE-bQZ"/>
144 <constraint firstItem="5L8-b6-N3k" firstAttribute="leading" secondItem="VWx-4c-7aF" secondAttribute="trailing" constant="8" id="XsG-3e-CZ6"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400145 <constraint firstItem="FRq-3r-0WL" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" constant="20" id="YLm-bH-x5h"/>
146 <constraint firstItem="5L8-b6-N3k" firstAttribute="trailing" secondItem="Aec-P9-KNS" secondAttribute="trailing" id="YUh-dc-lfW"/>
147 <constraint firstItem="e3h-qA-wZ5" firstAttribute="top" secondItem="Aec-P9-KNS" secondAttribute="bottom" constant="13" id="cK6-VS-WcZ"/>
148 <constraint firstItem="cDr-8B-RiJ" firstAttribute="centerY" secondItem="Aec-P9-KNS" secondAttribute="centerY" id="dMC-00-cGN"/>
149 <constraint firstItem="60X-MX-gun" firstAttribute="centerY" secondItem="e3h-qA-wZ5" secondAttribute="centerY" id="efm-js-U8V"/>
150 <constraint firstItem="5L8-b6-N3k" firstAttribute="centerY" secondItem="VWx-4c-7aF" secondAttribute="centerY" id="gRq-aG-Tev"/>
Alexandre Lisionb8a81162015-03-20 18:08:01 -0400151 <constraint firstItem="qAJ-w8-a6Q" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" constant="32" id="gt3-zq-vOi"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400152 <constraint firstItem="qAJ-w8-a6Q" firstAttribute="top" secondItem="e3h-qA-wZ5" secondAttribute="bottom" constant="37" id="hX1-bK-s7J"/>
153 <constraint firstItem="5L8-b6-N3k" firstAttribute="trailing" secondItem="e3h-qA-wZ5" secondAttribute="trailing" id="jTr-3S-Lag"/>
Alexandre Lision7f01b072015-09-15 14:57:05 -0400154 <constraint firstItem="e3h-qA-wZ5" firstAttribute="leading" secondItem="60X-MX-gun" secondAttribute="trailing" constant="8" id="k6I-Lc-Rfi"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400155 <constraint firstItem="5L8-b6-N3k" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" constant="203" id="vSx-Zv-fHl"/>
Alexandre Lisionb8a81162015-03-20 18:08:01 -0400156 </constraints>
157 <point key="canvasLocation" x="372.5" y="257"/>
Alexandre Lision4a7b95e2015-02-20 10:06:43 -0500158 </customView>
159 </objects>
160</document>