88 lines
6.7 KiB
XML
88 lines
6.7 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9532" systemVersion="15D21" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
|
|
<dependencies>
|
|
<deployment identifier="macosx"/>
|
|
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="9532"/>
|
|
</dependencies>
|
|
<objects>
|
|
<customObject id="-2" userLabel="File's Owner" customClass="ExecuteViewController">
|
|
<connections>
|
|
<outlet property="backButton" destination="8bW-sD-VcE" id="uF4-Dl-JAo"/>
|
|
<outlet property="closeButton" destination="EK5-G8-tEf" id="SLE-hb-dz8"/>
|
|
<outlet property="output" destination="gSL-Rs-GGf" id="xNE-Ij-Dge"/>
|
|
<outlet property="progressIndicator" destination="Lhl-hX-5E7" id="vUV-QS-JAy"/>
|
|
<outlet property="statusMsg" destination="zT8-vR-gKe" id="Xn4-9O-mx0"/>
|
|
<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="600" height="512"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<subviews>
|
|
<button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="8bW-sD-VcE">
|
|
<rect key="frame" x="404" y="9" width="81" height="32"/>
|
|
<buttonCell key="cell" type="push" title="back" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="Svj-E2-TtS">
|
|
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
|
<font key="font" size="13" name="Menlo-Regular"/>
|
|
</buttonCell>
|
|
<connections>
|
|
<action selector="backButtonHandler:" target="-2" id="Uv5-eF-mTQ"/>
|
|
</connections>
|
|
</button>
|
|
<scrollView fixedFrame="YES" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="u9F-Jb-d0y">
|
|
<rect key="frame" x="0.0" y="58" width="600" height="454"/>
|
|
<clipView key="contentView" ambiguous="YES" id="AuW-gZ-5bR">
|
|
<rect key="frame" x="1" y="1" width="598" height="452"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
<subviews>
|
|
<textView ambiguous="YES" editable="NO" importsGraphics="NO" findStyle="panel" usesRuler="YES" usesFontPanel="YES" verticallyResizable="YES" allowsNonContiguousLayout="YES" id="gSL-Rs-GGf">
|
|
<rect key="frame" x="0.0" y="0.0" width="598" height="452"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
<size key="minSize" width="598" height="452"/>
|
|
<size key="maxSize" width="600" height="10000000"/>
|
|
<color key="insertionPointColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
|
<size key="minSize" width="598" height="452"/>
|
|
<size key="maxSize" width="600" height="10000000"/>
|
|
</textView>
|
|
</subviews>
|
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
</clipView>
|
|
<scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" doubleValue="1" horizontal="YES" id="ka5-0W-yly">
|
|
<rect key="frame" x="-100" y="-100" width="87" height="18"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
</scroller>
|
|
<scroller key="verticalScroller" verticalHuggingPriority="750" horizontal="NO" id="eYm-AO-IMj">
|
|
<rect key="frame" x="583" y="1" width="16" height="452"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
</scroller>
|
|
</scrollView>
|
|
<button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="EK5-G8-tEf">
|
|
<rect key="frame" x="505" y="9" width="81" height="32"/>
|
|
<buttonCell key="cell" type="push" title="close" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="JmH-TA-USm">
|
|
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
|
<font key="font" size="13" name="Menlo-Regular"/>
|
|
</buttonCell>
|
|
<connections>
|
|
<action selector="closeButtonHandler:" target="-2" id="cr4-kS-x7z"/>
|
|
</connections>
|
|
</button>
|
|
<progressIndicator wantsLayer="YES" horizontalHuggingPriority="750" verticalHuggingPriority="750" fixedFrame="YES" maxValue="100" bezeled="NO" style="spinning" translatesAutoresizingMaskIntoConstraints="NO" id="Lhl-hX-5E7">
|
|
<rect key="frame" x="8" y="13" width="32" height="32"/>
|
|
</progressIndicator>
|
|
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="zT8-vR-gKe">
|
|
<rect key="frame" x="51" y="16" width="140" height="25"/>
|
|
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="status..." id="ugd-hK-vG6">
|
|
<font key="font" size="13" name="Menlo-Regular"/>
|
|
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
|
|
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
|
</textFieldCell>
|
|
</textField>
|
|
</subviews>
|
|
<point key="canvasLocation" x="404" y="241"/>
|
|
</customView>
|
|
</objects>
|
|
</document>
|