JoinNetworkViewController.xib 3.8 KB

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