mirror of
https://github.com/ksherlock/TwoTerm.git
synced 2025-01-05 05:29:36 +00:00
41c311fb8a
commit b9723cf13690c3a6ecefeee81b1d95a23bde0422 Author: Kelvin Sherlock <ksherlock@gmail.com> Date: Fri Feb 9 22:41:59 2018 -0500 remove most gui config stuff from new window. commit c690c5ebd99d6268f605094f429114a39ab3c180 Author: Kelvin Sherlock <ksherlock@gmail.com> Date: Thu Feb 8 11:48:29 2018 -0500 crosshatch cursor, push/pop cursor state when no longer key window. commit ebaa0e535ee52a85a514efbaa872f891f7e817f1 Author: Kelvin Sherlock <ksherlock@gmail.com> Date: Thu Feb 8 11:47:20 2018 -0500 child monitor - removeAll commit e591630339f3cd22ca461f2006f4c360fa43d026 Author: Kelvin Sherlock <ksherlock@gmail.com> Date: Thu Feb 8 11:46:19 2018 -0500 add config popup for the term window.
164 lines
13 KiB
XML
164 lines
13 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="13771" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
|
|
<dependencies>
|
|
<deployment identifier="macosx"/>
|
|
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="13771"/>
|
|
<capability name="box content view" minToolsVersion="7.0"/>
|
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
|
</dependencies>
|
|
<objects>
|
|
<customObject id="-2" userLabel="File's Owner" customClass="NewTerminalWindowController">
|
|
<connections>
|
|
<outlet property="backgroundColorControl" destination="53" id="65"/>
|
|
<outlet property="colorSchemeButton" destination="68" id="92"/>
|
|
<outlet property="foregroundColorControl" destination="49" id="64"/>
|
|
<outlet property="terminalTypeButton" destination="55" id="67"/>
|
|
<outlet property="window" destination="1" id="38"/>
|
|
</connections>
|
|
</customObject>
|
|
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
|
|
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
|
|
<window title="New Terminal" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" showsToolbarButton="NO" visibleAtLaunch="NO" animationBehavior="default" id="1">
|
|
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" texturedBackground="YES"/>
|
|
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
|
|
<rect key="contentRect" x="196" y="232" width="400" height="218"/>
|
|
<rect key="screenRect" x="0.0" y="0.0" width="1920" height="1178"/>
|
|
<view key="contentView" wantsLayer="YES" misplaced="YES" id="2">
|
|
<rect key="frame" x="0.0" y="0.0" width="400" height="218"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
<subviews>
|
|
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" id="9">
|
|
<rect key="frame" x="17" y="178" width="99" height="17"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Terminal Type:" id="10">
|
|
<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>
|
|
<button verticalHuggingPriority="750" misplaced="YES" id="17">
|
|
<rect key="frame" x="262" y="18" width="118" height="25"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
|
|
<buttonCell key="cell" type="roundTextured" title="Connect" bezelStyle="texturedRounded" alignment="center" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="18">
|
|
<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="connectButton:" target="-2" id="41"/>
|
|
</connections>
|
|
</button>
|
|
<popUpButton verticalHuggingPriority="750" id="55">
|
|
<rect key="frame" x="121" y="173" width="259" height="25"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<popUpButtonCell key="cell" type="roundTextured" title="Item 1" bezelStyle="texturedRounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" selectedItem="58" id="56">
|
|
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
|
<font key="font" metaFont="menu"/>
|
|
<menu key="menu" title="OtherViews" id="57">
|
|
<items>
|
|
<menuItem title="Item 1" state="on" id="58"/>
|
|
<menuItem title="Item 2" id="59"/>
|
|
<menuItem title="Item 3" id="60"/>
|
|
</items>
|
|
</menu>
|
|
</popUpButtonCell>
|
|
</popUpButton>
|
|
<box autoresizesSubviews="NO" borderType="line" title="Colors" id="76">
|
|
<rect key="frame" x="17" y="46" width="366" height="124"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<view key="contentView" id="xsD-uS-uc3">
|
|
<rect key="frame" x="1" y="1" width="364" height="108"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
<subviews>
|
|
<textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" id="50">
|
|
<rect key="frame" x="15" y="48" width="83" height="17"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Foreground:" id="51">
|
|
<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" allowsCharacterPickerTouchBarItem="YES" id="90">
|
|
<rect key="frame" x="15" y="79" width="83" height="17"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Scheme:" id="91">
|
|
<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" allowsCharacterPickerTouchBarItem="YES" id="52">
|
|
<rect key="frame" x="15" y="17" width="83" height="17"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Background:" id="54">
|
|
<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>
|
|
<colorWell id="49">
|
|
<rect key="frame" x="103" y="45" width="44" height="23"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<color key="color" red="0.0" green="1" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
|
|
<connections>
|
|
<action selector="colorChanged:" target="-2" id="3vl-pH-esq"/>
|
|
</connections>
|
|
</colorWell>
|
|
<colorWell id="53">
|
|
<rect key="frame" x="103" y="14" width="44" height="23"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<color key="color" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
|
|
<connections>
|
|
<action selector="colorChanged:" target="-2" id="ljb-zv-K8U"/>
|
|
</connections>
|
|
</colorWell>
|
|
<popUpButton verticalHuggingPriority="750" id="68">
|
|
<rect key="frame" x="103" y="74" width="243" height="25"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
|
<popUpButtonCell key="cell" type="roundTextured" title="Item 1" bezelStyle="texturedRounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" selectedItem="71" id="69">
|
|
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
|
<font key="font" metaFont="menu"/>
|
|
<menu key="menu" title="OtherViews" id="70">
|
|
<items>
|
|
<menuItem title="Item 1" state="on" id="71"/>
|
|
<menuItem title="Item 2" id="72"/>
|
|
<menuItem title="Item 3" id="73"/>
|
|
</items>
|
|
</menu>
|
|
</popUpButtonCell>
|
|
<connections>
|
|
<action selector="setColorScheme:" target="-2" id="122"/>
|
|
</connections>
|
|
</popUpButton>
|
|
</subviews>
|
|
</view>
|
|
</box>
|
|
<button verticalHuggingPriority="750" misplaced="YES" id="19">
|
|
<rect key="frame" x="20" y="18" width="118" height="25"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<buttonCell key="cell" type="roundTextured" title="Cancel" bezelStyle="texturedRounded" alignment="center" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="20">
|
|
<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="cancelButton:" target="-2" id="40"/>
|
|
</connections>
|
|
</button>
|
|
</subviews>
|
|
</view>
|
|
<contentBorderThickness minY="0.0" maxY="0.0"/>
|
|
<connections>
|
|
<outlet property="delegate" destination="-2" id="39"/>
|
|
</connections>
|
|
<point key="canvasLocation" x="116" y="23"/>
|
|
</window>
|
|
<userDefaultsController representsSharedInstance="YES" id="102"/>
|
|
</objects>
|
|
</document>
|