1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21507" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
- <dependencies>
- <deployment identifier="macosx"/>
- <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21507"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <customObject id="-2" userLabel="File's Owner" customClass="LogViewController" customModule="KdanAuto" customModuleProvider="target"/>
- <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
- <customObject id="-3" userLabel="Application" customClass="NSObject"/>
- <viewController id="bpH-3n-nxs" customClass="LogViewController" customModule="KdanAuto" customModuleProvider="target">
- <connections>
- <outlet property="m_clearBtn" destination="df6-ui-GHF" id="NMO-cc-5a2"/>
- <outlet property="m_logTV" destination="t3K-it-7JF" id="xWd-Z9-LGl"/>
- <outlet property="m_scrollView" destination="s4e-nC-Bng" id="L2l-vx-x7c"/>
- <outlet property="m_window" destination="dzW-8b-FME" id="hQ8-By-E44"/>
- <outlet property="view" destination="tD2-w5-DQi" id="qCa-Ca-78Z"/>
- </connections>
- </viewController>
- <window title="日志" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" frameAutosaveName="" animationBehavior="default" id="dzW-8b-FME">
- <windowStyleMask key="styleMask" titled="YES" closable="YES"/>
- <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
- <rect key="contentRect" x="196" y="239" width="220" height="600"/>
- <rect key="screenRect" x="0.0" y="0.0" width="1920" height="1175"/>
- <view key="contentView" id="tD2-w5-DQi">
- <rect key="frame" x="0.0" y="0.0" width="220" height="600"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <scrollView borderType="none" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" id="s4e-nC-Bng">
- <rect key="frame" x="0.0" y="0.0" width="220" height="600"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <clipView key="contentView" drawsBackground="NO" id="D83-b4-vyh">
- <rect key="frame" x="0.0" y="0.0" width="220" height="600"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <textView wantsLayer="YES" editable="NO" importsGraphics="NO" richText="NO" verticallyResizable="YES" spellingCorrection="YES" smartInsertDelete="YES" id="t3K-it-7JF">
- <rect key="frame" x="0.0" y="0.0" width="220" height="600"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <color key="backgroundColor" red="0.12549019607843137" green="0.12549019607843137" blue="0.14509803921568626" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <size key="minSize" width="220" height="600"/>
- <size key="maxSize" width="240" height="10000000"/>
- <color key="insertionPointColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </textView>
- </subviews>
- </clipView>
- <scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="YES" id="0XZ-vM-JdN">
- <rect key="frame" x="-100" y="-100" width="240" height="16"/>
- <autoresizingMask key="autoresizingMask"/>
- </scroller>
- <scroller key="verticalScroller" wantsLayer="YES" verticalHuggingPriority="750" horizontal="NO" id="rb7-E8-c89">
- <rect key="frame" x="204" y="0.0" width="16" height="600"/>
- <autoresizingMask key="autoresizingMask"/>
- </scroller>
- </scrollView>
- <button verticalHuggingPriority="750" id="df6-ui-GHF">
- <rect key="frame" x="179" y="2" width="39" height="23"/>
- <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
- <buttonCell key="cell" type="smallSquare" title="清除" bezelStyle="smallSquare" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="8mW-ak-arj">
- <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
- <font key="font" metaFont="system"/>
- </buttonCell>
- <color key="bezelColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <connections>
- <action selector="clearLog:" target="bpH-3n-nxs" id="EP3-HU-hdp"/>
- </connections>
- </button>
- </subviews>
- </view>
- <point key="canvasLocation" x="-34" y="263"/>
- </window>
- </objects>
- </document>
|