|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES"> |
| 2 | +<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="15702" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES"> |
3 | 3 | <dependencies> |
4 | | - <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="14490.70"/> |
5 | | - <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
| 4 | + <deployment identifier="macosx"/> |
| 5 | + <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="15702"/> |
6 | 6 | </dependencies> |
7 | 7 | <scenes> |
8 | 8 | <!--Application--> |
|
54 | 54 | </objects> |
55 | 55 | <point key="canvasLocation" x="-343" y="-16"/> |
56 | 56 | </scene> |
57 | | - <!--Log View Controller--> |
58 | | - <scene sceneID="hIz-AP-VOD"> |
59 | | - <objects> |
60 | | - <viewController storyboardIdentifier="logWindow" id="XfG-lQ-9wD" customClass="LogViewController" customModule="PHP_Monitor" customModuleProvider="target" sceneMemberID="viewController"> |
61 | | - <view key="view" identifier="main" id="m2S-Jp-Qdl"> |
62 | | - <rect key="frame" x="0.0" y="0.0" width="662" height="475"/> |
63 | | - <autoresizingMask key="autoresizingMask"/> |
64 | | - <subviews> |
65 | | - <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="ICa-gx-jgq"> |
66 | | - <rect key="frame" x="578" y="8" width="75" height="32"/> |
67 | | - <buttonCell key="cell" type="push" title="Close" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="3md-FI-EWa"> |
68 | | - <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> |
69 | | - <font key="font" metaFont="system"/> |
70 | | - </buttonCell> |
71 | | - <connections> |
72 | | - <action selector="pressed:" target="XfG-lQ-9wD" id="fIC-Bz-vTK"/> |
73 | | - </connections> |
74 | | - </button> |
75 | | - <scrollView borderType="line" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" translatesAutoresizingMaskIntoConstraints="NO" id="vZy-5S-021"> |
76 | | - <rect key="frame" x="15" y="46" width="632" height="414"/> |
77 | | - <clipView key="contentView" drawsBackground="NO" copiesOnScroll="NO" id="s5L-AU-0fw"> |
78 | | - <rect key="frame" x="1" y="1" width="630" height="412"/> |
79 | | - <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
80 | | - <subviews> |
81 | | - <textView importsGraphics="NO" richText="NO" verticallyResizable="YES" smartInsertDelete="YES" id="tN6-Y9-1pA"> |
82 | | - <rect key="frame" x="0.0" y="0.0" width="630" height="412"/> |
83 | | - <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
84 | | - <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/> |
85 | | - <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> |
86 | | - <size key="minSize" width="630" height="412"/> |
87 | | - <size key="maxSize" width="640" height="10000000"/> |
88 | | - <color key="insertionPointColor" name="textColor" catalog="System" colorSpace="catalog"/> |
89 | | - </textView> |
90 | | - </subviews> |
91 | | - <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
92 | | - </clipView> |
93 | | - <scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="YES" id="Kho-JF-NZJ"> |
94 | | - <rect key="frame" x="-100" y="-100" width="240" height="16"/> |
95 | | - <autoresizingMask key="autoresizingMask"/> |
96 | | - </scroller> |
97 | | - <scroller key="verticalScroller" wantsLayer="YES" verticalHuggingPriority="750" horizontal="NO" id="qp7-7R-gTO"> |
98 | | - <rect key="frame" x="615" y="1" width="16" height="412"/> |
99 | | - <autoresizingMask key="autoresizingMask"/> |
100 | | - </scroller> |
101 | | - </scrollView> |
102 | | - </subviews> |
103 | | - <constraints> |
104 | | - <constraint firstItem="vZy-5S-021" firstAttribute="leading" secondItem="m2S-Jp-Qdl" secondAttribute="leading" constant="15" id="K0k-oE-r37"/> |
105 | | - <constraint firstAttribute="trailing" secondItem="ICa-gx-jgq" secondAttribute="trailing" constant="15" id="LFS-0E-Ibw"/> |
106 | | - <constraint firstItem="vZy-5S-021" firstAttribute="top" secondItem="m2S-Jp-Qdl" secondAttribute="top" constant="15" id="Nec-oI-CjE"/> |
107 | | - <constraint firstAttribute="trailing" secondItem="vZy-5S-021" secondAttribute="trailing" constant="15" id="kBJ-O5-eYI"/> |
108 | | - <constraint firstAttribute="bottom" secondItem="ICa-gx-jgq" secondAttribute="bottom" constant="15" id="kYB-Fn-DSA"/> |
109 | | - <constraint firstItem="ICa-gx-jgq" firstAttribute="top" secondItem="vZy-5S-021" secondAttribute="bottom" constant="10" id="xdn-yU-LVb"/> |
110 | | - </constraints> |
111 | | - </view> |
112 | | - <connections> |
113 | | - <outlet property="textView" destination="tN6-Y9-1pA" id="z77-me-Od6"/> |
114 | | - </connections> |
115 | | - </viewController> |
116 | | - <customObject id="rPt-NT-nkU" userLabel="First Responder" customClass="NSResponder" sceneMemberID="firstResponder"/> |
117 | | - </objects> |
118 | | - <point key="canvasLocation" x="-105" y="377.5"/> |
119 | | - </scene> |
120 | 57 | </scenes> |
121 | 58 | </document> |
0 commit comments