Antidote/local_pod_repo/objcTox/OSXDemo/OCTBootStrap.xib

68 lines
5.0 KiB
Plaintext
Raw Normal View History

2024-02-22 20:43:11 +01:00
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9531" systemVersion="15C50" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
<dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="9531"/>
<capability name="Aspect ratio constraints" minToolsVersion="5.1"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner" customClass="OCTBootStrapViewController">
<connections>
<outlet property="ipv6Button" destination="pHg-S5-Bvi" id="P1y-y9-VKE"/>
<outlet property="udpButton" destination="tgf-jZ-bSu" id="oui-8A-BSH"/>
<outlet property="view" destination="c22-O7-iKe" id="oX2-SS-sBF"/>
</connections>
</customObject>
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
<customView id="c22-O7-iKe">
<rect key="frame" x="0.0" y="0.0" width="589" height="380"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<subviews>
<button translatesAutoresizingMaskIntoConstraints="NO" id="tgf-jZ-bSu">
<rect key="frame" x="531" y="163" width="50" height="55"/>
<buttonCell key="cell" type="check" title="UDP" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="Y8J-fJ-dk3">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
</button>
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Scd-Yz-VvX">
<rect key="frame" x="245" y="43" width="100" height="32"/>
<constraints>
<constraint firstAttribute="width" secondItem="Scd-Yz-VvX" secondAttribute="height" multiplier="88:21" id="zNf-Kh-zgj"/>
</constraints>
<buttonCell key="cell" type="push" title="Bootstrap" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="88c-Ls-aPZ">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<connections>
<action selector="bootstrapButtonTapped:" target="-2" id="M84-Km-pKN"/>
</connections>
</button>
<button translatesAutoresizingMaskIntoConstraints="NO" id="pHg-S5-Bvi">
<rect key="frame" x="8" y="163" width="50" height="55"/>
<constraints>
<constraint firstAttribute="height" constant="51" id="kSA-WV-zDT"/>
</constraints>
<buttonCell key="cell" type="check" title="IPv6" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="WAk-kg-dbj">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
</button>
</subviews>
<constraints>
<constraint firstAttribute="trailing" secondItem="tgf-jZ-bSu" secondAttribute="trailing" constant="10" id="1KC-mq-a66"/>
<constraint firstItem="tgf-jZ-bSu" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="pHg-S5-Bvi" secondAttribute="trailing" constant="10" id="7x3-qU-zce"/>
<constraint firstItem="tgf-jZ-bSu" firstAttribute="centerY" secondItem="pHg-S5-Bvi" secondAttribute="centerY" id="IZ0-KA-OD8"/>
<constraint firstItem="tgf-jZ-bSu" firstAttribute="height" secondItem="pHg-S5-Bvi" secondAttribute="height" id="NHM-x7-RVG"/>
<constraint firstItem="pHg-S5-Bvi" firstAttribute="centerY" secondItem="c22-O7-iKe" secondAttribute="centerY" id="aNF-4H-lCN"/>
<constraint firstAttribute="bottom" secondItem="Scd-Yz-VvX" secondAttribute="bottom" constant="50" id="d8e-bP-bK9"/>
<constraint firstItem="pHg-S5-Bvi" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" constant="10" id="e9Z-ez-yZu"/>
<constraint firstItem="tgf-jZ-bSu" firstAttribute="width" secondItem="pHg-S5-Bvi" secondAttribute="width" id="pbR-gn-uyZ"/>
<constraint firstItem="Scd-Yz-VvX" firstAttribute="centerX" secondItem="c22-O7-iKe" secondAttribute="centerX" id="yHM-IS-uNV"/>
</constraints>
<point key="canvasLocation" x="236.5" y="400"/>
</customView>
</objects>
</document>