HandBrake/macosx/Base.lproj/OutputPanel.xib

105 lines
6.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="32700.99.1234" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22689"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner" customClass="HBOutputPanelController">
<connections>
<outlet property="textView" destination="DNF-4D-vly" id="4Tm-EE-xW4"/>
<outlet property="window" destination="5" id="41"/>
</connections>
</customObject>
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
<window title="Activity" separatorStyle="line" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" frameAutosaveName="OutputPanelFrame" animationBehavior="default" id="5" userLabel="OutputPanel">
<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="74" y="449" width="378" height="439"/>
<rect key="screenRect" x="0.0" y="0.0" width="1920" height="1055"/>
<value key="minSize" type="size" width="214.50200000000001" height="107"/>
<view key="contentView" wantsLayer="YES" id="6">
<rect key="frame" x="0.0" y="0.0" width="378" height="439"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<scrollView borderType="none" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" translatesAutoresizingMaskIntoConstraints="NO" id="OEX-5a-Fme">
<rect key="frame" x="0.0" y="0.0" width="378" height="439"/>
<clipView key="contentView" drawsBackground="NO" id="XG1-pU-Huf">
<rect key="frame" x="0.0" y="0.0" width="378" height="439"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<textView wantsLayer="YES" editable="NO" importsGraphics="NO" richText="NO" verticallyResizable="YES" findStyle="bar" allowsCharacterPickerTouchBarItem="NO" textCompletion="NO" id="DNF-4D-vly">
<rect key="frame" x="0.0" y="0.0" width="378" height="439"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
<size key="minSize" width="378" height="439"/>
<size key="maxSize" width="385" height="10000000"/>
<connections>
<outlet property="delegate" destination="-2" id="q2h-MX-SUH"/>
<outlet property="menu" destination="11" id="42L-4o-gQ6"/>
</connections>
</textView>
</subviews>
</clipView>
<scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="YES" id="ZLN-1f-zTg">
<rect key="frame" x="-100" y="-100" width="240" height="16"/>
<autoresizingMask key="autoresizingMask"/>
</scroller>
<scroller key="verticalScroller" wantsLayer="YES" verticalHuggingPriority="750" horizontal="NO" id="aGd-Ly-rdj">
<rect key="frame" x="362" y="0.0" width="16" height="439"/>
<autoresizingMask key="autoresizingMask"/>
</scroller>
</scrollView>
</subviews>
<constraints>
<constraint firstAttribute="trailing" secondItem="OEX-5a-Fme" secondAttribute="trailing" id="1QG-v4-qe6"/>
<constraint firstAttribute="bottom" secondItem="OEX-5a-Fme" secondAttribute="bottom" id="3w1-jW-OZZ"/>
<constraint firstItem="OEX-5a-Fme" firstAttribute="leading" secondItem="6" secondAttribute="leading" id="Ezc-Gm-NB0"/>
<constraint firstItem="OEX-5a-Fme" firstAttribute="top" secondItem="6" secondAttribute="top" id="xCo-Am-ZbE"/>
</constraints>
</view>
<connections>
<outlet property="delegate" destination="-2" id="17"/>
</connections>
<point key="canvasLocation" x="153" y="174.5"/>
</window>
<menu title="Menu" id="11" userLabel="ContextMenu">
<items>
<menuItem title="Copy Window Contents" id="24">
<connections>
<action selector="copyAllOutputToPasteboard:" target="-2" id="32"/>
</connections>
</menuItem>
<menuItem title="Clear Window Contents" id="12">
<connections>
<action selector="clearOutput:" target="-2" id="27"/>
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="37">
<modifierMask key="keyEquivalentModifierMask" command="YES"/>
</menuItem>
<menuItem title="Open Activity Log For This Session In Default Application" id="33">
<connections>
<action selector="openActivityLogFile:" target="-2" id="34"/>
</connections>
</menuItem>
<menuItem title="Clear Activity Log For This Session" id="35">
<connections>
<action selector="clearActivityLogFile:" target="-2" id="36"/>
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="42">
<modifierMask key="keyEquivalentModifierMask" command="YES"/>
</menuItem>
<menuItem title="Open Activity Logs Directory In Finder" id="43">
<connections>
<action selector="openEncodeLogDirectory:" target="-2" id="44"/>
</connections>
</menuItem>
</items>
</menu>
</objects>
</document>