blob: 00b50012c55d35c264d80e582e4a012c6d5b3cab (
plain)
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
|
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="14490.55" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="14490.55"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner" customClass="HBEncodingProgressHUDController">
<connections>
<outlet property="infoLabel" destination="eKh-n7-BCx" id="Ekf-s1-gAB"/>
<outlet property="progressIndicator" destination="oJT-Rc-VeH" id="09U-Ur-Aru"/>
<outlet property="view" destination="Bz7-r6-NCQ" id="hXI-Gx-WVV"/>
</connections>
</customObject>
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
<customView hidden="YES" id="Bz7-r6-NCQ" userLabel="Encoding Controls" customClass="HBHUDView">
<rect key="frame" x="0.0" y="0.0" width="476" height="100"/>
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<progressIndicator wantsLayer="YES" verticalHuggingPriority="750" maxValue="1" bezeled="NO" controlSize="small" style="bar" translatesAutoresizingMaskIntoConstraints="NO" id="oJT-Rc-VeH">
<rect key="frame" x="17" y="27" width="381" height="12"/>
</progressIndicator>
<button toolTip="Cancel Live Preview Encode" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="SEa-H6-T26">
<rect key="frame" x="405" y="25" width="55" height="16"/>
<buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" controlSize="mini" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="Ha0-iE-RLa">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="miniSystem"/>
<string key="keyEquivalent" base64-UTF8="YES">
Gw
</string>
</buttonCell>
<connections>
<action selector="cancelEncoding:" target="-2" id="XDk-r6-Ihc"/>
</connections>
</button>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="eKh-n7-BCx">
<rect key="frame" x="15" y="60" width="446" height="14"/>
<textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="left" title="Preparing Preview" id="tM8-gj-kBo">
<font key="font" metaFont="smallSystemBold"/>
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" red="0.90196085000000004" green="0.90196085000000004" blue="0.90196085000000004" alpha="0.0" colorSpace="deviceRGB"/>
</textFieldCell>
</textField>
</subviews>
<constraints>
<constraint firstItem="oJT-Rc-VeH" firstAttribute="top" secondItem="eKh-n7-BCx" secondAttribute="bottom" constant="21" id="1tD-Xt-RgM"/>
<constraint firstItem="SEa-H6-T26" firstAttribute="leading" secondItem="oJT-Rc-VeH" secondAttribute="trailing" constant="8" id="DoU-pN-uGc"/>
<constraint firstItem="eKh-n7-BCx" firstAttribute="top" secondItem="Bz7-r6-NCQ" secondAttribute="top" constant="26" id="KxF-bd-h6J"/>
<constraint firstAttribute="bottom" secondItem="oJT-Rc-VeH" secondAttribute="bottom" constant="27" id="UPR-0y-JpX"/>
<constraint firstItem="oJT-Rc-VeH" firstAttribute="leading" secondItem="Bz7-r6-NCQ" secondAttribute="leading" constant="17" id="bYJ-7Y-SsV"/>
<constraint firstAttribute="trailing" secondItem="SEa-H6-T26" secondAttribute="trailing" constant="17" id="umg-H6-82U"/>
<constraint firstAttribute="trailing" secondItem="eKh-n7-BCx" secondAttribute="trailing" constant="17" id="yz5-nD-9lZ"/>
<constraint firstItem="SEa-H6-T26" firstAttribute="centerY" secondItem="oJT-Rc-VeH" secondAttribute="centerY" id="z66-s2-3yN"/>
<constraint firstItem="eKh-n7-BCx" firstAttribute="leading" secondItem="Bz7-r6-NCQ" secondAttribute="leading" constant="17" id="zKA-IC-ZFj"/>
</constraints>
<point key="canvasLocation" x="160" y="131"/>
</customView>
</objects>
</document>
|