mirror of
https://github.com/ksherlock/TwoTerm.git
synced 2024-12-22 07:30:40 +00:00
ae61aaa524
git-svn-id: svn://qnap.local/TwoTerm/trunk@3111 5590a31f-7b70-45f8-8c82-aa3a8e5f4507
49 lines
3.1 KiB
XML
49 lines
3.1 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="10117" systemVersion="15F34" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
|
|
<dependencies>
|
|
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="10117"/>
|
|
</dependencies>
|
|
<objects>
|
|
<customObject id="-2" userLabel="File's Owner" customClass="TermWindowController">
|
|
<connections>
|
|
<outlet property="colorView" destination="2" id="3TK-Yg-hmS"/>
|
|
<outlet property="emulatorView" destination="5" id="14"/>
|
|
<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="Two Term [VT52]" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" visibleAtLaunch="NO" animationBehavior="default" id="1" customClass="EmulatorWindow">
|
|
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES" texturedBackground="YES" fullSizeContentView="YES"/>
|
|
<windowCollectionBehavior key="collectionBehavior" fullScreenPrimary="YES"/>
|
|
<windowPositionMask key="initialPositionMask" leftStrut="YES" topStrut="YES"/>
|
|
<rect key="contentRect" x="158" y="575" width="600" height="424"/>
|
|
<rect key="screenRect" x="0.0" y="0.0" width="1920" height="1178"/>
|
|
<value key="minSize" type="size" width="600" height="424"/>
|
|
<view key="contentView" id="2" customClass="ColorView">
|
|
<rect key="frame" x="0.0" y="0.0" width="600" height="424"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
<subviews>
|
|
<customView id="5" userLabel="Emulator View" customClass="EmulatorView">
|
|
<rect key="frame" x="10" y="10" width="580" height="394"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
</customView>
|
|
<customView id="jhD-Y5-62e" customClass="TextLabel">
|
|
<rect key="frame" x="10" y="404" width="580" height="16"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
|
</customView>
|
|
</subviews>
|
|
</view>
|
|
<connections>
|
|
<binding destination="-2" name="displayPatternTitle1" keyPath="emulator.name" id="12">
|
|
<dictionary key="options">
|
|
<string key="NSDisplayPattern">Two Term [%{title1}@]</string>
|
|
</dictionary>
|
|
</binding>
|
|
<outlet property="delegate" destination="-2" id="4"/>
|
|
<outlet property="textLabel" destination="jhD-Y5-62e" id="Zzx-CJ-wV8"/>
|
|
</connections>
|
|
</window>
|
|
</objects>
|
|
</document>
|