mirror of
https://github.com/arsenetar/dupeguru-cocoa.git
synced 2024-11-14 11:49:02 +00:00
74 lines
4.9 KiB
XML
74 lines
4.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="11762" systemVersion="16D32" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
|
|
<dependencies>
|
|
<deployment identifier="macosx"/>
|
|
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="11762"/>
|
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
|
</dependencies>
|
|
<objects>
|
|
<customObject id="-2" userLabel="File's Owner" customClass="ProgressController">
|
|
<connections>
|
|
<outlet property="cancelButton" destination="10" id="25"/>
|
|
<outlet property="descText" destination="7" id="30"/>
|
|
<outlet property="progressBar" destination="8" id="21"/>
|
|
<outlet property="statusText" destination="9" id="20"/>
|
|
<outlet property="window" destination="5" id="22"/>
|
|
</connections>
|
|
</customObject>
|
|
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
|
|
<customObject id="-3" userLabel="Application"/>
|
|
<window title="Work in progress..." allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="5" userLabel="Panel" customClass="NSPanel">
|
|
<windowStyleMask key="styleMask" titled="YES"/>
|
|
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
|
|
<rect key="contentRect" x="440" y="520" width="323" height="143"/>
|
|
<rect key="screenRect" x="0.0" y="0.0" width="1440" height="878"/>
|
|
<value key="minSize" type="size" width="213" height="107"/>
|
|
<view key="contentView" id="6">
|
|
<rect key="frame" x="0.0" y="0.0" width="323" height="143"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
<subviews>
|
|
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="NO" id="7">
|
|
<rect key="frame" x="17" y="106" width="289" height="17"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Work in progress, please wait." id="32">
|
|
<font key="font" metaFont="system"/>
|
|
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
|
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
|
</textFieldCell>
|
|
</textField>
|
|
<progressIndicator verticalHuggingPriority="750" maxValue="100" bezeled="NO" indeterminate="YES" style="bar" id="8">
|
|
<rect key="frame" x="18" y="78" width="287" height="20"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
</progressIndicator>
|
|
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="NO" id="9">
|
|
<rect key="frame" x="17" y="60" width="289" height="14"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Status: Working..." id="33">
|
|
<font key="font" metaFont="smallSystem"/>
|
|
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
|
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
|
</textFieldCell>
|
|
</textField>
|
|
<button verticalHuggingPriority="750" imageHugsTitle="YES" id="10">
|
|
<rect key="frame" x="227" y="12" width="82" height="32"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
<buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" enabled="NO" refusesFirstResponder="YES" state="on" borderStyle="border" inset="2" id="34">
|
|
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
|
<font key="font" metaFont="system"/>
|
|
<string key="keyEquivalent" base64-UTF8="YES">
|
|
Gw
|
|
</string>
|
|
</buttonCell>
|
|
<connections>
|
|
<action selector="cancel:" target="-2" id="23"/>
|
|
</connections>
|
|
</button>
|
|
</subviews>
|
|
</view>
|
|
<connections>
|
|
<outlet property="delegate" destination="-2" id="24"/>
|
|
</connections>
|
|
</window>
|
|
</objects>
|
|
</document>
|