forked from mortenjust/androidtool-mac
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPreferencesWindowController.xib
More file actions
142 lines (142 loc) · 12.2 KB
/
PreferencesWindowController.xib
File metadata and controls
142 lines (142 loc) · 12.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="7531" systemVersion="14D136" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="7531"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner" customClass="PreferencesWindowController" customModule="AndroidTool" customModuleProvider="target">
<connections>
<outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/>
</connections>
</customObject>
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
<window title="General" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" releasedWhenClosed="NO" animationBehavior="default" id="F0z-JX-Cv5">
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
<rect key="contentRect" x="196" y="240" width="356" height="182"/>
<rect key="screenRect" x="0.0" y="0.0" width="1280" height="777"/>
<view key="contentView" id="se5-gp-TjO">
<rect key="frame" x="0.0" y="-1" width="356" height="182"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<slider identifier="bitratePref" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Xhf-MR-yab">
<rect key="frame" x="83" y="115" width="255" height="25"/>
<sliderCell key="cell" alignment="left" minValue="100000" maxValue="10000000" doubleValue="100000" tickMarkPosition="above" numberOfTickMarks="10" allowsTickMarkValuesOnly="YES" sliderType="linear" id="Jdn-8O-CdO"/>
<connections>
<binding destination="gL2-7b-O6c" name="value" keyPath="values.bitratePref" id="QK3-mV-pUL">
<dictionary key="options">
<integer key="NSNoSelectionPlaceholder" value="20000"/>
</dictionary>
</binding>
</connections>
</slider>
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" setsMaxLayoutWidthAtFirstLayout="YES" translatesAutoresizingMaskIntoConstraints="NO" id="eN8-QP-eB2">
<rect key="frame" x="260" y="89" width="78" height="26"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Sharp and large file" id="NM3-M7-yzC">
<font key="font" metaFont="system" size="10"/>
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="0.84999999999999998" colorSpace="calibratedRGB"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Cia-TW-F2s">
<rect key="frame" x="18" y="148" width="238" height="20"/>
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="left" title="Video recording on phones" id="wdM-rq-Tpa">
<font key="font" metaFont="system"/>
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="TUX-fy-qFQ">
<rect key="frame" x="18" y="114" width="61" height="20"/>
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Bit rate:" id="ugF-U3-J7S">
<font key="font" metaFont="system"/>
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" setsMaxLayoutWidthAtFirstLayout="YES" translatesAutoresizingMaskIntoConstraints="NO" id="juH-Q2-5Mc">
<rect key="frame" x="83" y="89" width="82" height="26"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Grainy and small file" id="P7A-KZ-6EA">
<font key="font" metaFont="system" size="10"/>
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="0.84999999999999998" colorSpace="calibratedRGB"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<slider identifier="scalePref" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="0Lu-4c-luS">
<rect key="frame" x="83" y="49" width="255" height="25"/>
<sliderCell key="cell" alignment="left" minValue="0.29999999999999999" maxValue="1" doubleValue="0.45555555555555555" tickMarkPosition="above" numberOfTickMarks="10" allowsTickMarkValuesOnly="YES" sliderType="linear" id="DE7-Fj-hqK"/>
<connections>
<binding destination="gL2-7b-O6c" name="value" keyPath="values.scalePref" id="YaF-za-zUb">
<dictionary key="options">
<real key="NSNoSelectionPlaceholder" value="0.59999999999999998"/>
</dictionary>
</binding>
</connections>
</slider>
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" setsMaxLayoutWidthAtFirstLayout="YES" translatesAutoresizingMaskIntoConstraints="NO" id="xCh-7D-XQV">
<rect key="frame" x="230" y="9" width="108" height="39"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Good for local presentations" id="sZ6-2z-2oR">
<font key="font" metaFont="system" size="10"/>
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="0.84999999999999998" colorSpace="calibratedRGB"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="E3F-Lj-1BC">
<rect key="frame" x="18" y="48" width="61" height="20"/>
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Scale:" id="fyk-GQ-isK">
<font key="font" metaFont="system"/>
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" setsMaxLayoutWidthAtFirstLayout="YES" translatesAutoresizingMaskIntoConstraints="NO" id="0Oq-lD-Hqc">
<rect key="frame" x="83" y="9" width="62" height="39"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Good for gifs" id="xn8-Tn-xUR">
<font key="font" metaFont="system" size="10"/>
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="0.84999999999999998" colorSpace="calibratedRGB"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="amJ-FO-X84">
<rect key="frame" x="6" y="98" width="73" height="17"/>
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Mbps" id="v7s-My-nI4">
<font key="font" metaFont="miniSystem"/>
<color key="textColor" red="0.39378955696202533" green="0.39378955696202533" blue="0.39378955696202533" alpha="0.84999999999999998" colorSpace="calibratedRGB"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
<connections>
<binding destination="gL2-7b-O6c" name="displayPatternValue1" keyPath="values.bitratePref" id="kg2-IA-myK">
<dictionary key="options">
<string key="NSDisplayPattern">%{value1}@ bps</string>
</dictionary>
</binding>
</connections>
</textField>
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Hu9-dO-13A">
<rect key="frame" x="36" y="31" width="43" height="17"/>
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="1x" id="OF1-Nz-Vpx">
<font key="font" metaFont="miniSystem"/>
<color key="textColor" red="0.39378955700000001" green="0.39378955700000001" blue="0.39378955700000001" alpha="0.84999999999999998" colorSpace="calibratedRGB"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
<connections>
<binding destination="gL2-7b-O6c" name="displayPatternValue1" keyPath="values.scalePref" id="QoW-QT-Iya">
<dictionary key="options">
<string key="NSDisplayPattern">%{value1}@x</string>
</dictionary>
</binding>
</connections>
</textField>
</subviews>
</view>
<connections>
<outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
</connections>
<point key="canvasLocation" x="174" y="229"/>
</window>
<userDefaultsController id="dyT-0X-JOf"/>
<userDefaultsController representsSharedInstance="YES" id="gL2-7b-O6c"/>
</objects>
</document>