88 lines
5.9 KiB
XML
88 lines
5.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="FileRenameSheetController">
|
|
<connections>
|
|
<outlet property="cancelButton" destination="9" id="15"/>
|
|
<outlet property="inputField" destination="13" id="21"/>
|
|
<outlet property="labelField" destination="11" id="17"/>
|
|
<outlet property="renameButton" destination="5" id="16"/>
|
|
<outlet property="window" destination="1" id="3"/>
|
|
</connections>
|
|
</customObject>
|
|
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
|
|
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
|
|
<window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" restorable="NO" oneShot="NO" visibleAtLaunch="NO" frameAutosaveName="RenameFileWindow" animationBehavior="default" tabbingMode="disallowed" id="1">
|
|
<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="196" y="240" width="400" height="120"/>
|
|
<rect key="screenRect" x="0.0" y="0.0" width="2560" height="1418"/>
|
|
<value key="minSize" type="size" width="300" height="120"/>
|
|
<value key="maxSize" type="size" width="9999" height="120"/>
|
|
<view key="contentView" id="2">
|
|
<rect key="frame" x="0.0" y="0.0" width="400" height="120"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
<subviews>
|
|
<button verticalHuggingPriority="750" id="5">
|
|
<rect key="frame" x="296" y="13" width="90" height="32"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
|
|
<buttonCell key="cell" type="push" title="Rename" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="6">
|
|
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
|
<font key="font" metaFont="system"/>
|
|
<string key="keyEquivalent" base64-UTF8="YES">
|
|
DQ
|
|
</string>
|
|
</buttonCell>
|
|
<connections>
|
|
<action selector="rename:" target="-2" id="20"/>
|
|
</connections>
|
|
</button>
|
|
<button verticalHuggingPriority="750" id="9">
|
|
<rect key="frame" x="206" y="13" width="90" height="32"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
|
|
<buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="10">
|
|
<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="cancelRename:" target="-2" id="19"/>
|
|
</connections>
|
|
</button>
|
|
<textField verticalHuggingPriority="750" id="11">
|
|
<rect key="frame" x="17" y="83" width="369" height="17"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
|
<textFieldCell key="cell" lineBreakMode="truncatingMiddle" sendsActionOnEndEditing="YES" title="Rename text" id="12">
|
|
<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>
|
|
<textField verticalHuggingPriority="750" id="13">
|
|
<rect key="frame" x="20" y="51" width="360" height="22"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
|
|
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="14">
|
|
<font key="font" metaFont="system"/>
|
|
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
|
|
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
|
</textFieldCell>
|
|
<connections>
|
|
<outlet property="delegate" destination="-2" id="22"/>
|
|
</connections>
|
|
</textField>
|
|
</subviews>
|
|
</view>
|
|
<connections>
|
|
<outlet property="delegate" destination="-2" id="4"/>
|
|
</connections>
|
|
</window>
|
|
</objects>
|
|
</document>
|