LogViewController.xib 5.9 KB

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