MyDocument.xib 6.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="4514" systemVersion="13A2093" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
  3. <dependencies>
  4. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="4514"/>
  5. </dependencies>
  6. <objects>
  7. <customObject id="-2" userLabel="File's Owner" customClass="MyDocument">
  8. <connections>
  9. <outlet property="consoleTextView" destination="100031" id="100032"/>
  10. <outlet property="consoleWindow" destination="100025" id="100027"/>
  11. <outlet property="mainView" destination="100021" id="100024"/>
  12. <outlet property="substanceView" destination="100021" id="100022"/>
  13. <outlet property="window" destination="5" id="100023"/>
  14. </connections>
  15. </customObject>
  16. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  17. <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" deferred="NO" oneShot="NO" releasedWhenClosed="NO" wantsToBeColor="NO" animationBehavior="default" id="5" userLabel="Window">
  18. <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES"/>
  19. <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
  20. <rect key="contentRect" x="133" y="235" width="507" height="413"/>
  21. <rect key="screenRect" x="0.0" y="0.0" width="1680" height="1028"/>
  22. <value key="minSize" type="size" width="94" height="86"/>
  23. <view key="contentView" id="6">
  24. <rect key="frame" x="0.0" y="0.0" width="507" height="413"/>
  25. <autoresizingMask key="autoresizingMask"/>
  26. <subviews>
  27. <openGLView useAuxiliaryDepthBufferStencil="NO" allowOffline="YES" wantsBestResolutionOpenGLSurface="YES" id="100021" customClass="PolycodeView">
  28. <rect key="frame" x="0.0" y="0.0" width="507" height="413"/>
  29. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  30. </openGLView>
  31. </subviews>
  32. </view>
  33. <connections>
  34. <outlet property="delegate" destination="-2" id="17"/>
  35. </connections>
  36. </window>
  37. <customObject id="-3" userLabel="Application"/>
  38. <window title="Console" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="100025" customClass="NSPanel">
  39. <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES" utility="YES" HUD="YES"/>
  40. <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
  41. <rect key="contentRect" x="685" y="247" width="480" height="270"/>
  42. <rect key="screenRect" x="0.0" y="0.0" width="1680" height="1028"/>
  43. <view key="contentView" id="100026">
  44. <rect key="frame" x="7" y="11" width="480" height="270"/>
  45. <autoresizingMask key="autoresizingMask"/>
  46. <subviews>
  47. <scrollView borderType="none" autohidesScrollers="YES" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" id="100028">
  48. <rect key="frame" x="20" y="20" width="440" height="230"/>
  49. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  50. <clipView key="contentView" drawsBackground="NO" copiesOnScroll="NO" id="TeC-4x-Wzk">
  51. <rect key="frame" x="0.0" y="0.0" width="440" height="230"/>
  52. <autoresizingMask key="autoresizingMask"/>
  53. <subviews>
  54. <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">
  55. <rect key="frame" x="0.0" y="0.0" width="440" height="230"/>
  56. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  57. <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="calibratedRGB"/>
  58. <size key="minSize" width="440" height="230"/>
  59. <size key="maxSize" width="482" height="10000000"/>
  60. <color key="insertionPointColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
  61. <size key="minSize" width="440" height="230"/>
  62. <size key="maxSize" width="482" height="10000000"/>
  63. </textView>
  64. </subviews>
  65. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  66. </clipView>
  67. <scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" doubleValue="1" horizontal="YES" id="100030">
  68. <rect key="frame" x="-100" y="-100" width="87" height="18"/>
  69. <autoresizingMask key="autoresizingMask"/>
  70. </scroller>
  71. <scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" doubleValue="1" horizontal="NO" id="100029">
  72. <rect key="frame" x="-100" y="-100" width="15" height="249"/>
  73. <autoresizingMask key="autoresizingMask"/>
  74. </scroller>
  75. </scrollView>
  76. </subviews>
  77. </view>
  78. </window>
  79. </objects>
  80. </document>