blob: 2341d852b3832e47de163e9dce0b75a5adf31274 [file] [log] [blame]
Alexandre Lision4a7b95e2015-02-20 10:06:43 -05001<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="6254" systemVersion="13F34" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
3 <dependencies>
4 <deployment identifier="macosx"/>
5 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="6254"/>
6 </dependencies>
7 <objects>
8 <customObject id="-2" userLabel="File's Owner" customClass="VideoPrefsVC">
9 <connections>
10 <outlet property="view" destination="c22-O7-iKe" id="EfM-Op-S9T"/>
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">
16 <rect key="frame" x="0.0" y="0.0" width="683" height="609"/>
17 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
18 <subviews>
19 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="DTo-76-fYS">
20 <rect key="frame" x="71" y="369" width="53" height="17"/>
21 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Camera" id="YCM-JC-jin">
22 <font key="font" metaFont="system"/>
23 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
24 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
25 </textFieldCell>
26 </textField>
27 <customView wantsLayer="YES" canDrawConcurrently="YES" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="qAJ-w8-a6Q" userLabel="Preview">
28 <rect key="frame" x="106" y="104" width="470" height="230"/>
29 </customView>
30 <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Upa-iB-KCC">
31 <rect key="frame" x="124" y="358" width="122" height="32"/>
32 <buttonCell key="cell" type="push" title="Start preview" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="bX7-eQ-8Ea">
33 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
34 <font key="font" metaFont="system"/>
35 </buttonCell>
36 </button>
37 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="VWx-4c-7aF">
38 <rect key="frame" x="116" y="550" width="50" height="17"/>
39 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Device:" id="170-NP-CSP">
40 <font key="font" metaFont="system"/>
41 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
42 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
43 </textFieldCell>
44 </textField>
45 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Y00-jB-8Ux">
46 <rect key="frame" x="106" y="505" width="60" height="17"/>
47 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Channel:" id="IJ5-l7-dN7">
48 <font key="font" metaFont="system"/>
49 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
50 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
51 </textFieldCell>
52 </textField>
53 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="cDr-8B-RiJ">
54 <rect key="frame" x="132" y="460" width="34" height="17"/>
55 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Size:" id="4bq-ls-mCp">
56 <font key="font" metaFont="system"/>
57 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
58 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
59 </textFieldCell>
60 </textField>
61 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="60X-MX-gun">
62 <rect key="frame" x="130" y="413" width="36" height="17"/>
63 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Rate:" id="5Im-df-jdd">
64 <font key="font" metaFont="system"/>
65 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
66 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
67 </textFieldCell>
68 </textField>
69 <popUpButton verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="5L8-b6-N3k">
70 <rect key="frame" x="170" y="544" width="189" height="26"/>
71 <popUpButtonCell key="cell" type="push" title="Item 1" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="PLA-b4-Y2Z" id="6Vf-hb-26C">
72 <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
73 <font key="font" metaFont="menu"/>
74 <menu key="menu" id="zJ9-1a-cpr">
75 <items>
76 <menuItem title="Item 1" state="on" id="PLA-b4-Y2Z"/>
77 <menuItem title="Item 2" id="AqV-S1-JqC"/>
78 <menuItem title="Item 3" id="CkU-QC-dVQ"/>
79 </items>
80 </menu>
81 </popUpButtonCell>
82 </popUpButton>
83 <popUpButton verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="weW-fX-GwJ">
84 <rect key="frame" x="170" y="500" width="189" height="26"/>
85 <popUpButtonCell key="cell" type="push" title="Item 1" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="jp0-zC-w4a" id="TPq-dw-EwN">
86 <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
87 <font key="font" metaFont="menu"/>
88 <menu key="menu" id="9bI-4N-gfG">
89 <items>
90 <menuItem title="Item 1" state="on" id="jp0-zC-w4a"/>
91 <menuItem title="Item 2" id="WQz-Y3-iY1"/>
92 <menuItem title="Item 3" id="gky-36-FHp"/>
93 </items>
94 </menu>
95 </popUpButtonCell>
96 </popUpButton>
97 <popUpButton verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Aec-P9-KNS">
98 <rect key="frame" x="170" y="455" width="189" height="26"/>
99 <popUpButtonCell key="cell" type="push" title="Item 1" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="n8r-LT-t3t" id="6ly-dX-MT4">
100 <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
101 <font key="font" metaFont="menu"/>
102 <menu key="menu" id="ykd-50-las">
103 <items>
104 <menuItem title="Item 1" state="on" id="n8r-LT-t3t"/>
105 <menuItem title="Item 2" id="jUy-xn-1kn"/>
106 <menuItem title="Item 3" id="obd-cQ-mz8"/>
107 </items>
108 </menu>
109 </popUpButtonCell>
110 </popUpButton>
111 <popUpButton verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="e3h-qA-wZ5">
112 <rect key="frame" x="170" y="408" width="189" height="26"/>
113 <popUpButtonCell key="cell" type="push" title="Item 1" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="GFu-rO-tr4" id="pDt-c4-Fhs">
114 <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
115 <font key="font" metaFont="menu"/>
116 <menu key="menu" id="aKL-76-vSP">
117 <items>
118 <menuItem title="Item 1" state="on" id="GFu-rO-tr4"/>
119 <menuItem title="Item 2" id="aF9-ac-MF4"/>
120 <menuItem title="Item 3" id="FoN-dd-DcF"/>
121 </items>
122 </menu>
123 </popUpButtonCell>
124 </popUpButton>
125 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="WNL-Ul-Jbr">
126 <rect key="frame" x="526" y="342" width="52" height="17"/>
127 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Preview" id="Lrq-tD-NYF">
128 <font key="font" metaFont="system"/>
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 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="FRq-3r-0WL">
134 <rect key="frame" x="71" y="575" width="61" height="17"/>
135 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Selection" id="VqO-Gm-CbB">
136 <font key="font" metaFont="system"/>
137 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
138 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
139 </textFieldCell>
140 </textField>
141 </subviews>
142 <point key="canvasLocation" x="428.5" y="407.5"/>
143 </customView>
144 </objects>
145</document>