mirror of https://github.com/HandBrake/HandBrake
72 lines
5.5 KiB
XML
72 lines
5.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="17154" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
|
|
<dependencies>
|
|
<deployment identifier="macosx"/>
|
|
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="17154"/>
|
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
|
</dependencies>
|
|
<objects>
|
|
<customObject id="-2" userLabel="File's Owner" customClass="HBTrackTitleViewController">
|
|
<connections>
|
|
<outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
|
|
</connections>
|
|
</customObject>
|
|
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
|
|
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
|
|
<customView id="Hz6-mo-xeY">
|
|
<rect key="frame" x="0.0" y="0.0" width="302" height="63"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<subviews>
|
|
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="2TT-sX-tpi">
|
|
<rect key="frame" x="8" y="36" width="38" height="14"/>
|
|
<textFieldCell key="cell" controlSize="small" lineBreakMode="clipping" title="Name:" id="eBw-qE-Hyb">
|
|
<font key="font" metaFont="smallSystem"/>
|
|
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
|
|
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
|
</textFieldCell>
|
|
</textField>
|
|
<textField toolTip="Players may use this in the audio/subtitles selection list." verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="FpM-Jx-vLD">
|
|
<rect key="frame" x="52" y="34" width="240" height="19"/>
|
|
<constraints>
|
|
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="240" id="Jvz-9x-Y8X"/>
|
|
</constraints>
|
|
<textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" drawsBackground="YES" id="KaP-t5-SqW">
|
|
<font key="font" metaFont="smallSystem"/>
|
|
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
|
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
|
</textFieldCell>
|
|
<accessibility description="Track name"/>
|
|
<connections>
|
|
<binding destination="-2" name="value" keyPath="self.track.title" id="Ftg-oB-tDT"/>
|
|
</connections>
|
|
</textField>
|
|
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="nNR-jx-7j9">
|
|
<rect key="frame" x="250" y="9" width="42" height="17"/>
|
|
<buttonCell key="cell" type="roundRect" title="Done" bezelStyle="roundedRect" alignment="center" controlSize="small" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="Vzr-yd-VKe">
|
|
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
|
<font key="font" metaFont="smallSystem"/>
|
|
<string key="keyEquivalent" base64-UTF8="YES">
|
|
DQ
|
|
</string>
|
|
</buttonCell>
|
|
<connections>
|
|
<action selector="dismissController:" target="-2" id="RzZ-kU-0HW"/>
|
|
</connections>
|
|
</button>
|
|
</subviews>
|
|
<constraints>
|
|
<constraint firstItem="nNR-jx-7j9" firstAttribute="trailing" secondItem="FpM-Jx-vLD" secondAttribute="trailing" id="04h-cf-Fzf"/>
|
|
<constraint firstItem="nNR-jx-7j9" firstAttribute="top" secondItem="FpM-Jx-vLD" secondAttribute="bottom" constant="8" id="870-SC-JJt"/>
|
|
<constraint firstItem="FpM-Jx-vLD" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" constant="10" id="BiM-cE-kbQ"/>
|
|
<constraint firstItem="2TT-sX-tpi" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="10" id="CmB-Dc-3ni"/>
|
|
<constraint firstAttribute="bottom" secondItem="nNR-jx-7j9" secondAttribute="bottom" constant="10" id="Owq-7k-9Kt"/>
|
|
<constraint firstItem="nNR-jx-7j9" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="20" symbolic="YES" id="YFL-Cj-0O9"/>
|
|
<constraint firstAttribute="trailing" secondItem="FpM-Jx-vLD" secondAttribute="trailing" constant="10" id="jWk-Bq-Frh"/>
|
|
<constraint firstItem="2TT-sX-tpi" firstAttribute="firstBaseline" secondItem="FpM-Jx-vLD" secondAttribute="firstBaseline" id="mZA-T3-A3z"/>
|
|
<constraint firstItem="FpM-Jx-vLD" firstAttribute="leading" secondItem="2TT-sX-tpi" secondAttribute="trailing" constant="8" id="nF0-ua-5BP"/>
|
|
</constraints>
|
|
<point key="canvasLocation" x="-12.5" y="60.5"/>
|
|
</customView>
|
|
</objects>
|
|
</document>
|