|
|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
|
|
|
|
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="10116" systemVersion="15E65" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct"> |
|
|
|
|
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="10116" systemVersion="15F34" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct"> |
|
|
|
|
<dependencies> |
|
|
|
|
<deployment identifier="macosx"/> |
|
|
|
|
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="10116"/> |
|
|
|
|
@ -7,6 +7,7 @@
|
|
|
|
|
<objects> |
|
|
|
|
<customObject id="-2" userLabel="File's Owner" customClass="ShowNetworksViewController" customModule="ZeroTier_One" customModuleProvider="target"> |
|
|
|
|
<connections> |
|
|
|
|
<outlet property="tableView" destination="w5O-vn-cYB" id="Ud6-Bs-UFB"/> |
|
|
|
|
<outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/> |
|
|
|
|
</connections> |
|
|
|
|
</customObject> |
|
|
|
|
@ -15,6 +16,103 @@
|
|
|
|
|
<customView id="Hz6-mo-xeY"> |
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="480" height="272"/> |
|
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> |
|
|
|
|
<subviews> |
|
|
|
|
<scrollView fixedFrame="YES" autohidesScrollers="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="miH-DQ-i4L"> |
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="480" height="272"/> |
|
|
|
|
<clipView key="contentView" ambiguous="YES" id="KXW-dX-mx6"> |
|
|
|
|
<rect key="frame" x="1" y="23" width="478" height="248"/> |
|
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
|
|
|
|
<subviews> |
|
|
|
|
<tableView focusRingType="none" verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" columnSelection="YES" multipleSelection="NO" autosaveColumns="NO" rowSizeStyle="automatic" headerView="Vk4-NS-T5F" viewBased="YES" id="w5O-vn-cYB"> |
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="478" height="248"/> |
|
|
|
|
<autoresizingMask key="autoresizingMask"/> |
|
|
|
|
<size key="intercellSpacing" width="3" height="2"/> |
|
|
|
|
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/> |
|
|
|
|
<color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/> |
|
|
|
|
<tableColumns> |
|
|
|
|
<tableColumn width="116" minWidth="40" maxWidth="1000" id="ztK-JB-A6Q"> |
|
|
|
|
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border"> |
|
|
|
|
<font key="font" metaFont="smallSystem"/> |
|
|
|
|
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/> |
|
|
|
|
<color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/> |
|
|
|
|
</tableHeaderCell> |
|
|
|
|
<textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" title="Text Cell" id="WAX-7a-M9n"> |
|
|
|
|
<font key="font" metaFont="system"/> |
|
|
|
|
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> |
|
|
|
|
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/> |
|
|
|
|
</textFieldCell> |
|
|
|
|
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/> |
|
|
|
|
<prototypeCellViews> |
|
|
|
|
<tableCellView id="j2t-oK-WVh"> |
|
|
|
|
<rect key="frame" x="1" y="1" width="116" height="17"/> |
|
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
|
|
|
|
<subviews> |
|
|
|
|
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="rgC-R0-GUv"> |
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="100" height="17"/> |
|
|
|
|
<textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="Table View Cell" id="n5c-Ea-LSB"> |
|
|
|
|
<font key="font" metaFont="system"/> |
|
|
|
|
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> |
|
|
|
|
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> |
|
|
|
|
</textFieldCell> |
|
|
|
|
</textField> |
|
|
|
|
</subviews> |
|
|
|
|
<connections> |
|
|
|
|
<outlet property="textField" destination="rgC-R0-GUv" id="qeS-iB-RFh"/> |
|
|
|
|
</connections> |
|
|
|
|
</tableCellView> |
|
|
|
|
</prototypeCellViews> |
|
|
|
|
</tableColumn> |
|
|
|
|
<tableColumn width="356" minWidth="40" maxWidth="1000" id="gp2-yI-hbi"> |
|
|
|
|
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border"> |
|
|
|
|
<font key="font" metaFont="smallSystem"/> |
|
|
|
|
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/> |
|
|
|
|
<color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/> |
|
|
|
|
</tableHeaderCell> |
|
|
|
|
<textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" title="Text Cell" id="0Oh-Cz-89i"> |
|
|
|
|
<font key="font" metaFont="system"/> |
|
|
|
|
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> |
|
|
|
|
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/> |
|
|
|
|
</textFieldCell> |
|
|
|
|
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/> |
|
|
|
|
<prototypeCellViews> |
|
|
|
|
<tableCellView id="NLE-q5-NvF"> |
|
|
|
|
<rect key="frame" x="120" y="1" width="356" height="17"/> |
|
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
|
|
|
|
<subviews> |
|
|
|
|
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="pqD-85-mZt"> |
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="100" height="17"/> |
|
|
|
|
<textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="Table View Cell" id="5Vv-q1-uNw"> |
|
|
|
|
<font key="font" metaFont="system"/> |
|
|
|
|
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> |
|
|
|
|
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> |
|
|
|
|
</textFieldCell> |
|
|
|
|
</textField> |
|
|
|
|
</subviews> |
|
|
|
|
<connections> |
|
|
|
|
<outlet property="textField" destination="pqD-85-mZt" id="0rP-8V-ny1"/> |
|
|
|
|
</connections> |
|
|
|
|
</tableCellView> |
|
|
|
|
</prototypeCellViews> |
|
|
|
|
</tableColumn> |
|
|
|
|
</tableColumns> |
|
|
|
|
</tableView> |
|
|
|
|
</subviews> |
|
|
|
|
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/> |
|
|
|
|
</clipView> |
|
|
|
|
<scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" doubleValue="0.5" horizontal="YES" id="ySn-XX-fde"> |
|
|
|
|
<rect key="frame" x="1" y="256" width="478" height="15"/> |
|
|
|
|
<autoresizingMask key="autoresizingMask"/> |
|
|
|
|
</scroller> |
|
|
|
|
<scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="NO" id="be6-Ft-7fo"> |
|
|
|
|
<rect key="frame" x="224" y="17" width="15" height="102"/> |
|
|
|
|
<autoresizingMask key="autoresizingMask"/> |
|
|
|
|
</scroller> |
|
|
|
|
<tableHeaderView key="headerView" id="Vk4-NS-T5F"> |
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="478" height="23"/> |
|
|
|
|
<autoresizingMask key="autoresizingMask"/> |
|
|
|
|
</tableHeaderView> |
|
|
|
|
</scrollView> |
|
|
|
|
</subviews> |
|
|
|
|
</customView> |
|
|
|
|
</objects> |
|
|
|
|
</document> |
|
|
|
|
|