mirror of
https://github.com/zakk4223/CocoaSplit.git
synced 2026-05-15 14:15:50 -06:00
149 lines
12 KiB
XML
149 lines
12 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="5056" systemVersion="13D65" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
|
|
<dependencies>
|
|
<deployment defaultVersion="1080" identifier="macosx"/>
|
|
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="5056"/>
|
|
</dependencies>
|
|
<objects>
|
|
<customObject id="-2" userLabel="File's Owner" customClass="CaptureController">
|
|
<connections>
|
|
<outlet property="createSheet" destination="1" id="13"/>
|
|
<outlet property="outputPanelController" destination="tvi-C9-v26" id="ekg-2r-bfE"/>
|
|
</connections>
|
|
</customObject>
|
|
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
|
|
<customObject id="-3" userLabel="Application"/>
|
|
<window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" 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="333" height="186"/>
|
|
<rect key="screenRect" x="0.0" y="0.0" width="1920" height="1058"/>
|
|
<view key="contentView" id="2">
|
|
<rect key="frame" x="0.0" y="0.0" width="333" height="186"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
<subviews>
|
|
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="3">
|
|
<rect key="frame" x="14" y="13" width="66" height="32"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<buttonCell key="cell" type="push" title="Add" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="4">
|
|
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
|
<font key="font" metaFont="system"/>
|
|
</buttonCell>
|
|
<connections>
|
|
<action selector="addStreamingService:" target="-2" id="46"/>
|
|
</connections>
|
|
</button>
|
|
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="7">
|
|
<rect key="frame" x="80" y="13" width="82" height="32"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="8">
|
|
<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="closeCreateSheet:" target="-2" id="14"/>
|
|
</connections>
|
|
</button>
|
|
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="15">
|
|
<rect key="frame" x="18" y="149" width="43" height="17"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Server" id="16">
|
|
<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" translatesAutoresizingMaskIntoConstraints="NO" id="19">
|
|
<rect key="frame" x="18" y="111" width="27" height="17"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Key" id="20">
|
|
<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" translatesAutoresizingMaskIntoConstraints="NO" id="33">
|
|
<rect key="frame" x="75" y="108" width="183" height="22"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<constraints>
|
|
<constraint firstAttribute="width" constant="183" id="70"/>
|
|
</constraints>
|
|
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="34">
|
|
<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>
|
|
<binding destination="tvi-C9-v26" name="value" keyPath="selection.streamingServiceKey" id="Xd2-w9-H5k"/>
|
|
</connections>
|
|
</textField>
|
|
<popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="71">
|
|
<rect key="frame" x="73" y="142" width="188" height="26"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<popUpButtonCell key="cell" type="push" title="Item 1" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="74" id="72">
|
|
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
|
<font key="font" metaFont="menu"/>
|
|
<menu key="menu" title="OtherViews" id="73">
|
|
<items>
|
|
<menuItem title="Item 1" state="on" id="74"/>
|
|
<menuItem title="Item 2" id="75"/>
|
|
<menuItem title="Item 3" id="76"/>
|
|
</items>
|
|
</menu>
|
|
</popUpButtonCell>
|
|
<connections>
|
|
<binding destination="83" name="content" keyPath="arrangedObjects" id="88"/>
|
|
<binding destination="83" name="contentObjects" keyPath="arrangedObjects.destination" previousBinding="88" id="110"/>
|
|
<binding destination="83" name="contentValues" keyPath="arrangedObjects.name" previousBinding="110" id="111"/>
|
|
<binding destination="tvi-C9-v26" name="selectedObject" keyPath="selection.streamingDestination" previousBinding="111" id="0tZ-h4-nIP"/>
|
|
</connections>
|
|
</popUpButton>
|
|
</subviews>
|
|
<constraints>
|
|
<constraint firstAttribute="bottom" secondItem="3" secondAttribute="bottom" constant="20" symbolic="YES" id="5"/>
|
|
<constraint firstItem="3" firstAttribute="leading" secondItem="2" secondAttribute="leading" constant="20" symbolic="YES" id="6"/>
|
|
<constraint firstAttribute="bottom" secondItem="7" secondAttribute="bottom" constant="20" symbolic="YES" id="9"/>
|
|
<constraint firstItem="7" firstAttribute="leading" secondItem="3" secondAttribute="trailing" constant="12" symbolic="YES" id="12"/>
|
|
<constraint firstItem="15" firstAttribute="top" secondItem="2" secondAttribute="top" constant="20" symbolic="YES" id="17"/>
|
|
<constraint firstItem="19" firstAttribute="leading" secondItem="2" secondAttribute="leading" constant="20" symbolic="YES" id="24"/>
|
|
<constraint firstItem="15" firstAttribute="leading" secondItem="2" secondAttribute="leading" constant="20" symbolic="YES" id="25"/>
|
|
<constraint firstItem="33" firstAttribute="top" secondItem="2" secondAttribute="top" constant="56" id="62"/>
|
|
<constraint firstItem="33" firstAttribute="centerY" secondItem="19" secondAttribute="centerY" id="63"/>
|
|
<constraint firstItem="71" firstAttribute="top" secondItem="2" secondAttribute="top" constant="20" symbolic="YES" id="79"/>
|
|
<constraint firstItem="71" firstAttribute="trailing" secondItem="33" secondAttribute="trailing" id="80"/>
|
|
<constraint firstItem="33" firstAttribute="centerX" secondItem="71" secondAttribute="centerX" id="81"/>
|
|
<constraint firstItem="71" firstAttribute="centerX" secondItem="2" secondAttribute="centerX" id="82"/>
|
|
</constraints>
|
|
</view>
|
|
</window>
|
|
<popUpButton verticalHuggingPriority="750" id="64">
|
|
<rect key="frame" x="0.0" y="0.0" width="100" height="26"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<popUpButtonCell key="cell" type="push" title="Item 1" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="67" id="65">
|
|
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
|
<font key="font" metaFont="menu"/>
|
|
<menu key="menu" title="OtherViews" id="66">
|
|
<items>
|
|
<menuItem title="Item 1" state="on" id="67"/>
|
|
<menuItem title="Item 2" id="68"/>
|
|
<menuItem title="Item 3" id="69"/>
|
|
</items>
|
|
</menu>
|
|
</popUpButtonCell>
|
|
</popUpButton>
|
|
<arrayController id="83" userLabel="SteamDestinationsArrayController">
|
|
<connections>
|
|
<binding destination="-2" name="contentArray" keyPath="self.streamPanelDestinations" id="87"/>
|
|
</connections>
|
|
</arrayController>
|
|
<objectController id="tvi-C9-v26" userLabel="outputPanelController">
|
|
<connections>
|
|
<binding destination="-2" name="contentObject" keyPath="self" id="R4s-J1-dp2"/>
|
|
</connections>
|
|
</objectController>
|
|
<userDefaultsController representsSharedInstance="YES" id="84"/>
|
|
</objects>
|
|
</document>
|