| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
- <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="4514" systemVersion="13A2093" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
- <dependencies>
- <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="4514"/>
- </dependencies>
- <objects>
- <customObject id="-2" userLabel="File's Owner" customClass="MyDocument">
- <connections>
- <outlet property="consoleTextView" destination="100031" id="100032"/>
- <outlet property="consoleWindow" destination="100025" id="100027"/>
- <outlet property="mainView" destination="100021" id="100024"/>
- <outlet property="substanceView" destination="100021" id="100022"/>
- <outlet property="window" destination="5" id="100023"/>
- </connections>
- </customObject>
- <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
- <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" deferred="NO" oneShot="NO" releasedWhenClosed="NO" wantsToBeColor="NO" animationBehavior="default" id="5" userLabel="Window">
- <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES"/>
- <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
- <rect key="contentRect" x="133" y="235" width="507" height="413"/>
- <rect key="screenRect" x="0.0" y="0.0" width="1680" height="1028"/>
- <value key="minSize" type="size" width="94" height="86"/>
- <view key="contentView" id="6">
- <rect key="frame" x="0.0" y="0.0" width="507" height="413"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <openGLView useAuxiliaryDepthBufferStencil="NO" allowOffline="YES" wantsBestResolutionOpenGLSurface="YES" id="100021" customClass="PolycodeView">
- <rect key="frame" x="0.0" y="0.0" width="507" height="413"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- </openGLView>
- </subviews>
- </view>
- <connections>
- <outlet property="delegate" destination="-2" id="17"/>
- </connections>
- </window>
- <customObject id="-3" userLabel="Application"/>
- <window title="Console" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="100025" customClass="NSPanel">
- <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES" utility="YES" HUD="YES"/>
- <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
- <rect key="contentRect" x="685" y="247" width="480" height="270"/>
- <rect key="screenRect" x="0.0" y="0.0" width="1680" height="1028"/>
- <view key="contentView" id="100026">
- <rect key="frame" x="7" y="11" width="480" height="270"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <scrollView borderType="none" autohidesScrollers="YES" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" id="100028">
- <rect key="frame" x="20" y="20" width="440" height="230"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <clipView key="contentView" drawsBackground="NO" copiesOnScroll="NO" id="TeC-4x-Wzk">
- <rect key="frame" x="0.0" y="0.0" width="440" height="230"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <textView editable="NO" importsGraphics="NO" findStyle="panel" continuousSpellChecking="YES" allowsUndo="YES" usesRuler="YES" usesFontPanel="YES" verticallyResizable="YES" allowsNonContiguousLayout="YES" spellingCorrection="YES" smartInsertDelete="YES" id="100031">
- <rect key="frame" x="0.0" y="0.0" width="440" height="230"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="calibratedRGB"/>
- <size key="minSize" width="440" height="230"/>
- <size key="maxSize" width="482" height="10000000"/>
- <color key="insertionPointColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
- <size key="minSize" width="440" height="230"/>
- <size key="maxSize" width="482" height="10000000"/>
- </textView>
- </subviews>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
- </clipView>
- <scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" doubleValue="1" horizontal="YES" id="100030">
- <rect key="frame" x="-100" y="-100" width="87" height="18"/>
- <autoresizingMask key="autoresizingMask"/>
- </scroller>
- <scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" doubleValue="1" horizontal="NO" id="100029">
- <rect key="frame" x="-100" y="-100" width="15" height="249"/>
- <autoresizingMask key="autoresizingMask"/>
- </scroller>
- </scrollView>
- </subviews>
- </view>
- </window>
- </objects>
- </document>
|