mirror of
https://github.com/zakk4223/CocoaSplit.git
synced 2026-05-15 14:15:50 -06:00
53 lines
3.4 KiB
XML
53 lines
3.4 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="6250" systemVersion="14D136" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
|
|
<dependencies>
|
|
<deployment identifier="macosx"/>
|
|
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="6250"/>
|
|
</dependencies>
|
|
<objects>
|
|
<customObject id="-2" userLabel="File's Owner" customClass="ImageCaptureViewController">
|
|
<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="353" height="22"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<subviews>
|
|
<button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="AlM-ch-36b">
|
|
<rect key="frame" x="-5" y="-2" width="72" height="28"/>
|
|
<buttonCell key="cell" type="push" title="Open" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="T2w-hv-FwG">
|
|
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
|
<font key="font" metaFont="smallSystem"/>
|
|
</buttonCell>
|
|
<connections>
|
|
<binding destination="u4s-KT-8iy" name="target" keyPath="selection" id="N85-Zk-PeY">
|
|
<dictionary key="options">
|
|
<string key="NSSelectorName">chooseDirectory</string>
|
|
</dictionary>
|
|
</binding>
|
|
</connections>
|
|
</button>
|
|
<textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="68f-IL-w5z">
|
|
<rect key="frame" x="70" y="3" width="283" height="19"/>
|
|
<textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="AFi-kv-ByJ">
|
|
<font key="font" metaFont="smallSystem"/>
|
|
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
|
|
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
|
</textFieldCell>
|
|
<connections>
|
|
<binding destination="u4s-KT-8iy" name="value" keyPath="selection.imagePath" id="HuB-FJ-Eel"/>
|
|
</connections>
|
|
</textField>
|
|
</subviews>
|
|
<point key="canvasLocation" x="445.5" y="268"/>
|
|
</customView>
|
|
<objectController id="u4s-KT-8iy" userLabel="ImageCaptureController">
|
|
<connections>
|
|
<binding destination="-2" name="contentObject" keyPath="self.captureObj" id="8AD-Wb-ffM"/>
|
|
</connections>
|
|
</objectController>
|
|
</objects>
|
|
</document>
|