ShowNetworksViewController.xib 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="10116" systemVersion="15F34" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="10116"/>
  5. </dependencies>
  6. <objects>
  7. <customObject id="-2" userLabel="File's Owner" customClass="ShowNetworksViewController" customModule="ZeroTier_One" customModuleProvider="target">
  8. <connections>
  9. <outlet property="tableView" destination="w5O-vn-cYB" id="Ud6-Bs-UFB"/>
  10. <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
  11. </connections>
  12. </customObject>
  13. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  14. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  15. <customView id="Hz6-mo-xeY">
  16. <rect key="frame" x="0.0" y="0.0" width="570" height="521"/>
  17. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  18. <subviews>
  19. <scrollView borderType="none" autohidesScrollers="YES" horizontalLineScroll="287" horizontalPageScroll="10" verticalLineScroll="287" verticalPageScroll="10" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="miH-DQ-i4L">
  20. <rect key="frame" x="20" y="20" width="530" height="481"/>
  21. <clipView key="contentView" id="KXW-dX-mx6">
  22. <rect key="frame" x="0.0" y="0.0" width="530" height="481"/>
  23. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  24. <subviews>
  25. <tableView focusRingType="none" verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" selectionHighlightStyle="none" columnReordering="NO" multipleSelection="NO" autosaveColumns="NO" rowHeight="285" rowSizeStyle="automatic" viewBased="YES" id="w5O-vn-cYB">
  26. <rect key="frame" x="0.0" y="0.0" width="530" height="0.0"/>
  27. <autoresizingMask key="autoresizingMask"/>
  28. <size key="intercellSpacing" width="3" height="2"/>
  29. <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
  30. <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
  31. <tableColumns>
  32. <tableColumn width="527" minWidth="40" maxWidth="1000" id="ztK-JB-A6Q">
  33. <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border">
  34. <font key="font" metaFont="smallSystem"/>
  35. <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
  36. <color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
  37. </tableHeaderCell>
  38. <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" title="Text Cell" id="WAX-7a-M9n">
  39. <font key="font" metaFont="system"/>
  40. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  41. <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
  42. </textFieldCell>
  43. <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
  44. <prototypeCellViews>
  45. <tableCellView identifier="NetworkInfoCell" id="rmb-il-W5I" customClass="NetworkInfoCell" customModule="ZeroTier_One" customModuleProvider="target">
  46. <rect key="frame" x="1" y="1" width="527" height="285"/>
  47. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  48. <subviews>
  49. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="lO9-Jg-9f8">
  50. <rect key="frame" x="1" y="265" width="37" height="17"/>
  51. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Label" id="p7O-rs-RvR">
  52. <font key="font" metaFont="system"/>
  53. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  54. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  55. </textFieldCell>
  56. </textField>
  57. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="EUT-1A-lgY">
  58. <rect key="frame" x="487" y="265" width="37" height="17"/>
  59. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Label" id="bf8-gi-tpp">
  60. <font key="font" metaFont="system"/>
  61. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  62. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  63. </textFieldCell>
  64. </textField>
  65. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="UAC-7B-K8Y">
  66. <rect key="frame" x="40" y="240" width="43" height="17"/>
  67. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Status" id="KgQ-AO-0Us">
  68. <font key="font" metaFont="system"/>
  69. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  70. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  71. </textFieldCell>
  72. </textField>
  73. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="FeX-UV-AFG">
  74. <rect key="frame" x="49" y="215" width="34" height="17"/>
  75. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Type" id="8OM-iG-575">
  76. <font key="font" metaFont="system"/>
  77. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  78. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  79. </textFieldCell>
  80. </textField>
  81. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="LIA-GW-caM">
  82. <rect key="frame" x="50" y="190" width="33" height="17"/>
  83. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="MAC" id="UK0-f8-L0U">
  84. <font key="font" metaFont="system"/>
  85. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  86. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  87. </textFieldCell>
  88. </textField>
  89. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="EWq-81-Y6j">
  90. <rect key="frame" x="49" y="165" width="34" height="17"/>
  91. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="MTU" id="5Wi-02-yNW">
  92. <font key="font" metaFont="system"/>
  93. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  94. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  95. </textFieldCell>
  96. </textField>
  97. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Mi3-aV-yWg">
  98. <rect key="frame" x="17" y="140" width="66" height="17"/>
  99. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Broadcast" id="b7V-FV-HH7">
  100. <font key="font" metaFont="system"/>
  101. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  102. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  103. </textFieldCell>
  104. </textField>
  105. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="EKG-la-snQ">
  106. <rect key="frame" x="28" y="115" width="55" height="17"/>
  107. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Bridging" id="bkm-pp-3tu">
  108. <font key="font" metaFont="system"/>
  109. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  110. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  111. </textFieldCell>
  112. </textField>
  113. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="syI-eg-Zka">
  114. <rect key="frame" x="37" y="90" width="46" height="17"/>
  115. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Device" id="3tY-hy-qbu">
  116. <font key="font" metaFont="system"/>
  117. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  118. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  119. </textFieldCell>
  120. </textField>
  121. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="6Af-7O-CaP">
  122. <rect key="frame" x="1" y="65" width="82" height="17"/>
  123. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Managed IPs" id="wHt-u2-7XG">
  124. <font key="font" metaFont="system"/>
  125. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  126. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  127. </textFieldCell>
  128. </textField>
  129. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="wl2-R8-KQO">
  130. <rect key="frame" x="487" y="240" width="37" height="17"/>
  131. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Label" id="fkd-z8-2sv">
  132. <font key="font" metaFont="system"/>
  133. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  134. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  135. </textFieldCell>
  136. </textField>
  137. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="dou-E5-8PF">
  138. <rect key="frame" x="487" y="215" width="37" height="17"/>
  139. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Label" id="3Dq-d7-Gt3">
  140. <font key="font" metaFont="system"/>
  141. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  142. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  143. </textFieldCell>
  144. </textField>
  145. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="oD0-Qh-7L4">
  146. <rect key="frame" x="487" y="190" width="37" height="17"/>
  147. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Label" id="35o-HJ-KYh">
  148. <font key="font" metaFont="system"/>
  149. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  150. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  151. </textFieldCell>
  152. </textField>
  153. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="98C-J0-Y03">
  154. <rect key="frame" x="487" y="165" width="37" height="17"/>
  155. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Label" id="63c-hy-MHZ">
  156. <font key="font" metaFont="system"/>
  157. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  158. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  159. </textFieldCell>
  160. </textField>
  161. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="la4-uE-ffj">
  162. <rect key="frame" x="487" y="140" width="37" height="17"/>
  163. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Label" id="rtd-6E-MsN">
  164. <font key="font" metaFont="system"/>
  165. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  166. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  167. </textFieldCell>
  168. </textField>
  169. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="qHh-oP-Tdb">
  170. <rect key="frame" x="487" y="115" width="37" height="17"/>
  171. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Label" id="Hex-iJ-2by">
  172. <font key="font" metaFont="system"/>
  173. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  174. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  175. </textFieldCell>
  176. </textField>
  177. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="C0q-lJ-5dX">
  178. <rect key="frame" x="487" y="90" width="37" height="17"/>
  179. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Label" id="5Ms-FS-k0W">
  180. <font key="font" metaFont="system"/>
  181. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  182. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  183. </textFieldCell>
  184. </textField>
  185. <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="GEJ-6D-gWU">
  186. <rect key="frame" x="87" y="25" width="437" height="57"/>
  187. <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Multiline Label" id="A3M-ZZ-6h7">
  188. <font key="font" metaFont="system"/>
  189. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  190. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  191. </textFieldCell>
  192. </textField>
  193. <button translatesAutoresizingMaskIntoConstraints="NO" id="KRe-B1-51k">
  194. <rect key="frame" x="435" y="5" width="89" height="18"/>
  195. <buttonCell key="cell" type="check" title="Connected" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="DWJ-ZT-UIa">
  196. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  197. <font key="font" metaFont="system"/>
  198. </buttonCell>
  199. <connections>
  200. <action selector="onConnectCheckStateChanged:" target="rmb-il-W5I" id="Ov2-bq-67i"/>
  201. </connections>
  202. </button>
  203. <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="AiO-ZR-9A3">
  204. <rect key="frame" x="-1" y="-4" width="134" height="32"/>
  205. <buttonCell key="cell" type="push" title="Delete Network" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="7Dg-VG-hjC">
  206. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  207. <font key="font" metaFont="system"/>
  208. </buttonCell>
  209. <connections>
  210. <action selector="deleteNetwork:" target="rmb-il-W5I" id="gBI-fk-OoF"/>
  211. </connections>
  212. </button>
  213. </subviews>
  214. <constraints>
  215. <constraint firstItem="dou-E5-8PF" firstAttribute="top" secondItem="wl2-R8-KQO" secondAttribute="bottom" constant="8" id="1Qq-Mc-7ho"/>
  216. <constraint firstItem="EWq-81-Y6j" firstAttribute="top" secondItem="LIA-GW-caM" secondAttribute="bottom" constant="8" id="2qW-ak-nBb"/>
  217. <constraint firstItem="LIA-GW-caM" firstAttribute="trailing" secondItem="6Af-7O-CaP" secondAttribute="trailing" id="70c-tb-VCc"/>
  218. <constraint firstItem="qHh-oP-Tdb" firstAttribute="centerY" secondItem="EKG-la-snQ" secondAttribute="centerY" id="7Mn-Lb-FVn"/>
  219. <constraint firstAttribute="trailing" secondItem="EUT-1A-lgY" secondAttribute="trailing" constant="3" id="B2T-OT-rWZ"/>
  220. <constraint firstItem="EUT-1A-lgY" firstAttribute="top" secondItem="rmb-il-W5I" secondAttribute="top" constant="3" id="BIQ-mM-GHm"/>
  221. <constraint firstItem="C0q-lJ-5dX" firstAttribute="leading" secondItem="GEJ-6D-gWU" secondAttribute="trailing" constant="-33" id="CX5-Ox-OTB"/>
  222. <constraint firstItem="la4-uE-ffj" firstAttribute="centerY" secondItem="Mi3-aV-yWg" secondAttribute="centerY" id="DZ6-C8-3UR"/>
  223. <constraint firstItem="FeX-UV-AFG" firstAttribute="top" secondItem="UAC-7B-K8Y" secondAttribute="bottom" constant="8" id="HvN-ak-vKh"/>
  224. <constraint firstItem="98C-J0-Y03" firstAttribute="centerY" secondItem="EWq-81-Y6j" secondAttribute="centerY" id="HxU-fj-iue"/>
  225. <constraint firstItem="C0q-lJ-5dX" firstAttribute="top" secondItem="qHh-oP-Tdb" secondAttribute="bottom" constant="8" id="JH5-sp-aKt"/>
  226. <constraint firstItem="GEJ-6D-gWU" firstAttribute="top" secondItem="C0q-lJ-5dX" secondAttribute="bottom" constant="8" id="JcY-z2-TTO"/>
  227. <constraint firstItem="syI-eg-Zka" firstAttribute="top" secondItem="EKG-la-snQ" secondAttribute="bottom" constant="8" id="K44-LA-3bQ"/>
  228. <constraint firstItem="FeX-UV-AFG" firstAttribute="trailing" secondItem="6Af-7O-CaP" secondAttribute="trailing" id="KQc-gi-6Uw"/>
  229. <constraint firstItem="6Af-7O-CaP" firstAttribute="top" secondItem="syI-eg-Zka" secondAttribute="bottom" constant="8" id="Khr-S2-RoD"/>
  230. <constraint firstAttribute="trailing" secondItem="dou-E5-8PF" secondAttribute="trailing" constant="3" id="LbQ-eo-AFQ"/>
  231. <constraint firstItem="qHh-oP-Tdb" firstAttribute="top" secondItem="la4-uE-ffj" secondAttribute="bottom" constant="8" id="Lcr-Tb-Iz0"/>
  232. <constraint firstAttribute="trailing" secondItem="KRe-B1-51k" secondAttribute="trailing" constant="5" id="MTa-ZD-h6Y"/>
  233. <constraint firstItem="UAC-7B-K8Y" firstAttribute="top" secondItem="lO9-Jg-9f8" secondAttribute="bottom" constant="8" id="MfV-H3-8DX"/>
  234. <constraint firstItem="lO9-Jg-9f8" firstAttribute="leading" secondItem="rmb-il-W5I" secondAttribute="leading" constant="3" id="Mj5-hm-XwJ"/>
  235. <constraint firstItem="EWq-81-Y6j" firstAttribute="trailing" secondItem="6Af-7O-CaP" secondAttribute="trailing" id="P9m-zS-qge"/>
  236. <constraint firstItem="Mi3-aV-yWg" firstAttribute="top" secondItem="EWq-81-Y6j" secondAttribute="bottom" constant="8" id="Q05-Yb-byi"/>
  237. <constraint firstAttribute="trailing" secondItem="oD0-Qh-7L4" secondAttribute="trailing" constant="3" id="QNS-sA-DoQ"/>
  238. <constraint firstItem="C0q-lJ-5dX" firstAttribute="centerY" secondItem="syI-eg-Zka" secondAttribute="centerY" id="Qfk-qI-WEH"/>
  239. <constraint firstItem="UAC-7B-K8Y" firstAttribute="trailing" secondItem="6Af-7O-CaP" secondAttribute="trailing" id="RKX-KP-kB5"/>
  240. <constraint firstItem="98C-J0-Y03" firstAttribute="top" secondItem="oD0-Qh-7L4" secondAttribute="bottom" constant="8" id="RMP-Je-dP8"/>
  241. <constraint firstItem="EKG-la-snQ" firstAttribute="top" secondItem="Mi3-aV-yWg" secondAttribute="bottom" constant="8" id="UXp-5h-Abd"/>
  242. <constraint firstAttribute="trailing" secondItem="98C-J0-Y03" secondAttribute="trailing" constant="3" id="WmX-LX-ogD"/>
  243. <constraint firstItem="oD0-Qh-7L4" firstAttribute="top" secondItem="dou-E5-8PF" secondAttribute="bottom" constant="8" id="Xlb-Jc-lhz"/>
  244. <constraint firstItem="la4-uE-ffj" firstAttribute="top" secondItem="98C-J0-Y03" secondAttribute="bottom" constant="8" id="b1O-Gb-PQZ"/>
  245. <constraint firstItem="AiO-ZR-9A3" firstAttribute="leading" secondItem="rmb-il-W5I" secondAttribute="leading" constant="5" id="bbO-ME-xbs"/>
  246. <constraint firstItem="syI-eg-Zka" firstAttribute="trailing" secondItem="6Af-7O-CaP" secondAttribute="trailing" id="btw-cS-QbK"/>
  247. <constraint firstItem="6Af-7O-CaP" firstAttribute="leading" secondItem="rmb-il-W5I" secondAttribute="leading" constant="3" id="c8S-QX-t15"/>
  248. <constraint firstItem="EKG-la-snQ" firstAttribute="trailing" secondItem="6Af-7O-CaP" secondAttribute="trailing" id="ebl-e3-QHT"/>
  249. <constraint firstItem="dou-E5-8PF" firstAttribute="centerY" secondItem="FeX-UV-AFG" secondAttribute="centerY" id="er7-Lq-vEf"/>
  250. <constraint firstAttribute="trailing" secondItem="C0q-lJ-5dX" secondAttribute="trailing" constant="3" id="fsu-d0-cY6"/>
  251. <constraint firstItem="KRe-B1-51k" firstAttribute="baseline" secondItem="AiO-ZR-9A3" secondAttribute="baseline" id="g7s-z2-4vH"/>
  252. <constraint firstItem="LIA-GW-caM" firstAttribute="top" secondItem="FeX-UV-AFG" secondAttribute="bottom" constant="8" id="gMJ-yg-whQ"/>
  253. <constraint firstItem="AiO-ZR-9A3" firstAttribute="top" secondItem="6Af-7O-CaP" secondAttribute="bottom" constant="41" id="hOG-yd-mhS"/>
  254. <constraint firstAttribute="trailing" secondItem="qHh-oP-Tdb" secondAttribute="trailing" constant="3" id="hWv-uk-t19"/>
  255. <constraint firstItem="wl2-R8-KQO" firstAttribute="top" secondItem="EUT-1A-lgY" secondAttribute="bottom" constant="8" id="hh7-72-2fE"/>
  256. <constraint firstAttribute="bottom" secondItem="6Af-7O-CaP" secondAttribute="bottom" constant="65" id="lYW-0a-ucX"/>
  257. <constraint firstItem="Mi3-aV-yWg" firstAttribute="trailing" secondItem="6Af-7O-CaP" secondAttribute="trailing" id="mcT-2H-eAC"/>
  258. <constraint firstItem="lO9-Jg-9f8" firstAttribute="top" secondItem="rmb-il-W5I" secondAttribute="top" constant="3" id="sXk-Dk-gPd"/>
  259. <constraint firstAttribute="trailing" secondItem="GEJ-6D-gWU" secondAttribute="trailing" constant="3" id="tdf-v2-GUC"/>
  260. <constraint firstItem="oD0-Qh-7L4" firstAttribute="centerY" secondItem="LIA-GW-caM" secondAttribute="centerY" id="uRc-rQ-duR"/>
  261. <constraint firstAttribute="trailing" secondItem="la4-uE-ffj" secondAttribute="trailing" constant="3" id="vQw-VP-Dts"/>
  262. <constraint firstItem="wl2-R8-KQO" firstAttribute="centerY" secondItem="UAC-7B-K8Y" secondAttribute="centerY" id="w4s-DX-Dw6"/>
  263. <constraint firstAttribute="trailing" secondItem="wl2-R8-KQO" secondAttribute="trailing" constant="3" id="yjZ-1n-Dr8"/>
  264. </constraints>
  265. <connections>
  266. <outlet property="addressesField" destination="GEJ-6D-gWU" id="MDn-cx-TNx"/>
  267. <outlet property="bridgingField" destination="qHh-oP-Tdb" id="eSw-Dw-QoN"/>
  268. <outlet property="broadcastField" destination="la4-uE-ffj" id="A89-yC-MhR"/>
  269. <outlet property="connectedCheckbox" destination="KRe-B1-51k" id="Sz5-Fq-jWL"/>
  270. <outlet property="deleteButton" destination="AiO-ZR-9A3" id="rYp-Vt-gHl"/>
  271. <outlet property="deviceField" destination="C0q-lJ-5dX" id="bc1-Fh-zT8"/>
  272. <outlet property="macField" destination="oD0-Qh-7L4" id="4TS-1J-vRK"/>
  273. <outlet property="mtuField" destination="98C-J0-Y03" id="KTM-C4-bEQ"/>
  274. <outlet property="networkIdField" destination="lO9-Jg-9f8" id="UlQ-yf-ZYk"/>
  275. <outlet property="networkNameField" destination="EUT-1A-lgY" id="Kwa-OJ-LTB"/>
  276. <outlet property="statusField" destination="wl2-R8-KQO" id="fH2-Wl-DtW"/>
  277. <outlet property="typeField" destination="dou-E5-8PF" id="v6U-sw-kzs"/>
  278. </connections>
  279. </tableCellView>
  280. </prototypeCellViews>
  281. </tableColumn>
  282. </tableColumns>
  283. </tableView>
  284. </subviews>
  285. <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
  286. </clipView>
  287. <scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="ySn-XX-fde">
  288. <rect key="frame" x="1" y="256" width="478" height="15"/>
  289. <autoresizingMask key="autoresizingMask"/>
  290. </scroller>
  291. <scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="NO" id="be6-Ft-7fo">
  292. <rect key="frame" x="224" y="17" width="15" height="102"/>
  293. <autoresizingMask key="autoresizingMask"/>
  294. </scroller>
  295. </scrollView>
  296. </subviews>
  297. <constraints>
  298. <constraint firstAttribute="trailing" secondItem="miH-DQ-i4L" secondAttribute="trailing" constant="20" id="453-vf-nVL"/>
  299. <constraint firstItem="miH-DQ-i4L" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="20" id="IS6-3U-KHq"/>
  300. <constraint firstAttribute="bottom" secondItem="miH-DQ-i4L" secondAttribute="bottom" constant="20" id="YIB-OP-keG"/>
  301. <constraint firstItem="miH-DQ-i4L" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" constant="20" id="ceZ-7I-uoc"/>
  302. </constraints>
  303. <point key="canvasLocation" x="220" y="323.5"/>
  304. </customView>
  305. </objects>
  306. </document>