JoinNetworkViewController.xib 5.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="10116" systemVersion="15G31" 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="allowDefaultCheckBox" destination="rz3-0a-oNA" id="mYu-Wq-MHW"/>
  10. <outlet property="allowGlobalCheckBox" destination="BH2-2O-Qeu" id="alx-Je-q9I"/>
  11. <outlet property="allowManagedCheckBox" destination="OQS-QZ-zcY" id="7pz-vO-3IC"/>
  12. <outlet property="joinButton" destination="BGy-vd-NQX" id="LGE-2G-7ND"/>
  13. <outlet property="network" destination="BQy-d9-BNg" id="Yf7-BG-c84"/>
  14. <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
  15. </connections>
  16. </customObject>
  17. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  18. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  19. <customView id="Hz6-mo-xeY">
  20. <rect key="frame" x="0.0" y="0.0" width="397" height="123"/>
  21. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  22. <subviews>
  23. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="puT-Yk-CWC">
  24. <rect key="frame" x="18" y="83" width="107" height="17"/>
  25. <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Enter Network ID" id="oYH-gS-BX5">
  26. <font key="font" metaFont="system"/>
  27. <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
  28. <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
  29. </textFieldCell>
  30. </textField>
  31. <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="BGy-vd-NQX">
  32. <rect key="frame" x="302" y="13" width="81" height="32"/>
  33. <buttonCell key="cell" type="push" title="Join" bezelStyle="rounded" alignment="center" enabled="NO" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="6Rp-TA-XLl">
  34. <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
  35. <font key="font" metaFont="system"/>
  36. </buttonCell>
  37. <connections>
  38. <action selector="onJoinClicked:" target="-2" id="kzC-GT-JKb"/>
  39. </connections>
  40. </button>
  41. <comboBox verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="BQy-d9-BNg">
  42. <rect key="frame" x="131" y="79" width="249" height="26"/>
  43. <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">
  44. <font key="font" metaFont="system"/>
  45. <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
  46. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  47. </comboBoxCell>
  48. </comboBox>
  49. <button fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="OQS-QZ-zcY">
  50. <rect key="frame" x="18" y="59" width="115" height="18"/>
  51. <buttonCell key="cell" type="check" title="Allow Managed" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="QEN-MJ-xaj">
  52. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  53. <font key="font" metaFont="system"/>
  54. </buttonCell>
  55. </button>
  56. <button fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="BH2-2O-Qeu">
  57. <rect key="frame" x="137" y="59" width="97" height="18"/>
  58. <buttonCell key="cell" type="check" title="Allow Global" bezelStyle="regularSquare" imagePosition="left" inset="2" id="epO-Uh-aHN">
  59. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  60. <font key="font" metaFont="system"/>
  61. </buttonCell>
  62. </button>
  63. <button fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="rz3-0a-oNA">
  64. <rect key="frame" x="238" y="59" width="141" height="18"/>
  65. <buttonCell key="cell" type="check" title="Allow Default Route" bezelStyle="regularSquare" imagePosition="left" inset="2" id="Lkd-XI-Kcu">
  66. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  67. <font key="font" metaFont="system"/>
  68. </buttonCell>
  69. </button>
  70. </subviews>
  71. <point key="canvasLocation" x="263.5" y="372.5"/>
  72. </customView>
  73. </objects>
  74. </document>