JoinNetworkViewController.xib 3.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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="JoinNetworkViewController" customModule="ZeroTier_One" customModuleProvider="target">
  8. <connections>
  9. <outlet property="joinButton" destination="BGy-vd-NQX" id="LGE-2G-7ND"/>
  10. <outlet property="network" destination="BQy-d9-BNg" id="Yf7-BG-c84"/>
  11. <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
  12. </connections>
  13. </customObject>
  14. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  15. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  16. <customView id="Hz6-mo-xeY">
  17. <rect key="frame" x="0.0" y="0.0" width="369" height="101"/>
  18. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  19. <subviews>
  20. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="puT-Yk-CWC">
  21. <rect key="frame" x="18" y="61" width="107" height="17"/>
  22. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Enter Network ID" id="oYH-gS-BX5">
  23. <font key="font" metaFont="system"/>
  24. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  25. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  26. </textFieldCell>
  27. </textField>
  28. <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="BGy-vd-NQX">
  29. <rect key="frame" x="274" y="13" width="81" height="32"/>
  30. <buttonCell key="cell" type="push" title="Join" bezelStyle="rounded" alignment="center" enabled="NO" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="6Rp-TA-XLl">
  31. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  32. <font key="font" metaFont="system"/>
  33. </buttonCell>
  34. <connections>
  35. <action selector="onJoinClicked:" target="-2" id="kzC-GT-JKb"/>
  36. </connections>
  37. </button>
  38. <comboBox verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="BQy-d9-BNg">
  39. <rect key="frame" x="131" y="57" width="221" height="26"/>
  40. <comboBoxCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" drawsBackground="YES" usesDataSource="YES" numberOfVisibleItems="5" id="n71-4S-AaI">
  41. <font key="font" metaFont="system"/>
  42. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  43. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  44. </comboBoxCell>
  45. </comboBox>
  46. </subviews>
  47. <point key="canvasLocation" x="249.5" y="361.5"/>
  48. </customView>
  49. </objects>
  50. </document>