PreferencesViewController.xib 2.1 KB

123456789101112131415161718192021222324252627282930313233
  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="PreferencesViewController" customModule="ZeroTier_One" customModuleProvider="target">
  8. <connections>
  9. <outlet property="startupCheckBox" destination="XSk-jN-ner" id="nvL-b1-gza"/>
  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="284" height="54"/>
  17. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  18. <subviews>
  19. <button fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="XSk-jN-ner">
  20. <rect key="frame" x="18" y="18" width="248" height="18"/>
  21. <buttonCell key="cell" type="check" title="Start ZeroTier One on system startup" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="VkJ-h4-tHf">
  22. <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
  23. <font key="font" metaFont="system"/>
  24. </buttonCell>
  25. <connections>
  26. <action selector="onStartupCheckBoxChanged:" target="-2" id="zAQ-DJ-c3w"/>
  27. </connections>
  28. </button>
  29. </subviews>
  30. <point key="canvasLocation" x="365" y="208"/>
  31. </customView>
  32. </objects>
  33. </document>