MongoView/MongoView/View Controllers/ServerConnectViewController...

213 lines
17 KiB
Plaintext
Raw Normal View History

2020-01-11 19:42:28 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="15702" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="15702"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner" customClass="ServerConnectViewController" customModule="MongoView" customModuleProvider="target">
<connections>
<outlet property="connectButton" destination="uoF-7g-BAZ" id="OOI-cw-xBS"/>
<outlet property="hostTextField" destination="G3I-UT-srG" id="2UP-jx-iXY"/>
<outlet property="passwordTextField" destination="LED-xf-hz2" id="33t-eQ-j4s"/>
<outlet property="portTextField" destination="4ux-PB-rQU" id="GiJ-JU-7zH"/>
<outlet property="usernameTextField" destination="XCN-Nf-4ug" id="ZWL-TP-HMA"/>
<outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
</connections>
</customObject>
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
<customView id="Hz6-mo-xeY">
<rect key="frame" x="0.0" y="0.0" width="382" height="227"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<subviews>
<stackView distribution="equalSpacing" orientation="vertical" alignment="centerX" horizontalStackHuggingPriority="249.99998474121094" verticalStackHuggingPriority="249.99998474121094" translatesAutoresizingMaskIntoConstraints="NO" id="nVQ-9f-6mw">
<rect key="frame" x="20" y="20" width="342" height="187"/>
<subviews>
<stackView distribution="fill" orientation="horizontal" alignment="centerY" horizontalStackHuggingPriority="249.99998474121094" verticalStackHuggingPriority="249.99998474121094" detachesHiddenViews="YES" translatesAutoresizingMaskIntoConstraints="NO" id="UK9-tl-Z3M">
<rect key="frame" x="61" y="166" width="220" height="21"/>
<subviews>
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="m7P-8K-nqh">
<rect key="frame" x="-2" y="3" width="66" height="16"/>
<textFieldCell key="cell" lineBreakMode="clipping" alignment="right" title="Host" id="sog-MD-QDE">
<font key="font" usesAppearanceFont="YES"/>
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" textCompletion="NO" translatesAutoresizingMaskIntoConstraints="NO" id="G3I-UT-srG">
<rect key="frame" x="70" y="0.0" width="150" height="21"/>
<constraints>
<constraint firstAttribute="width" constant="150" id="aTL-rJ-8jf"/>
</constraints>
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" borderStyle="bezel" title="localhost" drawsBackground="YES" id="gcm-8E-xTa">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
<connections>
<action selector="connect:" target="-2" id="aQG-Tp-D3w"/>
</connections>
</textField>
</subviews>
<visibilityPriorities>
<integer value="1000"/>
<integer value="1000"/>
</visibilityPriorities>
<customSpacing>
<real value="3.4028234663852886e+38"/>
<real value="3.4028234663852886e+38"/>
</customSpacing>
</stackView>
<stackView distribution="fill" orientation="horizontal" alignment="centerY" horizontalStackHuggingPriority="249.99998474121094" verticalStackHuggingPriority="249.99998474121094" detachesHiddenViews="YES" translatesAutoresizingMaskIntoConstraints="NO" id="np6-tt-tmU">
<rect key="frame" x="61" y="125" width="220" height="21"/>
<subviews>
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Nlb-fr-bKz">
<rect key="frame" x="-2" y="2" width="66" height="16"/>
<textFieldCell key="cell" lineBreakMode="clipping" alignment="right" title="Port" id="OyW-Ac-JCc">
<font key="font" usesAppearanceFont="YES"/>
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="4ux-PB-rQU">
<rect key="frame" x="70" y="0.0" width="150" height="21"/>
<constraints>
<constraint firstAttribute="width" constant="150" id="Q0X-c7-gat"/>
</constraints>
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" state="on" borderStyle="bezel" title="27017" drawsBackground="YES" id="TLc-N3-pMY">
<numberFormatter key="formatter" formatterBehavior="default10_4" usesGroupingSeparator="NO" formatWidth="-1" groupingSize="0" minimumIntegerDigits="1" maximumIntegerDigits="42" id="Pqq-af-3og"/>
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
<connections>
<action selector="connect:" target="-2" id="bas-o8-xOJ"/>
</connections>
</textField>
</subviews>
<visibilityPriorities>
<integer value="1000"/>
<integer value="1000"/>
</visibilityPriorities>
<customSpacing>
<real value="3.4028234663852886e+38"/>
<real value="3.4028234663852886e+38"/>
</customSpacing>
</stackView>
<stackView distribution="fill" orientation="horizontal" alignment="centerY" horizontalStackHuggingPriority="249.99998474121094" verticalStackHuggingPriority="249.99998474121094" detachesHiddenViews="YES" translatesAutoresizingMaskIntoConstraints="NO" id="jXy-MI-UpD">
<rect key="frame" x="61" y="83" width="220" height="21"/>
<subviews>
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Yai-sN-G1m">
<rect key="frame" x="-2" y="3" width="66" height="16"/>
<textFieldCell key="cell" lineBreakMode="clipping" alignment="right" title="Username" id="fXU-6C-WPE">
<font key="font" usesAppearanceFont="YES"/>
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="XCN-Nf-4ug">
<rect key="frame" x="70" y="0.0" width="150" height="21"/>
<constraints>
<constraint firstAttribute="width" constant="150" id="6rq-5E-pXI"/>
</constraints>
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" borderStyle="bezel" placeholderString="No username" drawsBackground="YES" id="W6P-MV-flu">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
<connections>
<action selector="connect:" target="-2" id="KVE-gZ-6ij"/>
</connections>
</textField>
</subviews>
<visibilityPriorities>
<integer value="1000"/>
<integer value="1000"/>
</visibilityPriorities>
<customSpacing>
<real value="3.4028234663852886e+38"/>
<real value="3.4028234663852886e+38"/>
</customSpacing>
</stackView>
<stackView distribution="fill" orientation="horizontal" alignment="centerY" horizontalStackHuggingPriority="249.99998474121094" verticalStackHuggingPriority="249.99998474121094" detachesHiddenViews="YES" translatesAutoresizingMaskIntoConstraints="NO" id="UGU-FU-PLg">
<rect key="frame" x="61" y="42" width="220" height="21"/>
<subviews>
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="IcB-Ib-a2d">
<rect key="frame" x="-2" y="2" width="66" height="16"/>
<textFieldCell key="cell" lineBreakMode="clipping" alignment="right" title="Password" id="Ov5-fg-Brc">
<font key="font" usesAppearanceFont="YES"/>
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<secureTextField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="LED-xf-hz2">
<rect key="frame" x="70" y="0.0" width="150" height="21"/>
<constraints>
<constraint firstAttribute="width" constant="150" id="God-kM-PZb"/>
</constraints>
<secureTextFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" borderStyle="bezel" placeholderString="No password" drawsBackground="YES" usesSingleLineMode="YES" id="frH-9O-yiH">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
<allowedInputSourceLocales>
<string>NSAllRomanInputSourcesLocaleIdentifier</string>
</allowedInputSourceLocales>
</secureTextFieldCell>
<connections>
<action selector="connect:" target="-2" id="p1U-Wv-7Fe"/>
</connections>
</secureTextField>
</subviews>
<visibilityPriorities>
<integer value="1000"/>
<integer value="1000"/>
</visibilityPriorities>
<customSpacing>
<real value="3.4028234663852886e+38"/>
<real value="3.4028234663852886e+38"/>
</customSpacing>
</stackView>
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="uoF-7g-BAZ">
<rect key="frame" x="125" y="-7" width="92" height="32"/>
<buttonCell key="cell" type="push" title="Connect" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="zZ6-BB-6oE">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<connections>
<action selector="connect:" target="-2" id="cnG-a5-drV"/>
</connections>
</button>
</subviews>
<constraints>
<constraint firstItem="XCN-Nf-4ug" firstAttribute="leading" secondItem="LED-xf-hz2" secondAttribute="leading" id="Nqy-TW-v1t"/>
<constraint firstItem="4ux-PB-rQU" firstAttribute="leading" secondItem="G3I-UT-srG" secondAttribute="leading" id="SJh-Dt-zo1"/>
<constraint firstItem="4ux-PB-rQU" firstAttribute="leading" secondItem="XCN-Nf-4ug" secondAttribute="leading" id="UwP-F3-GCN"/>
</constraints>
<visibilityPriorities>
<integer value="1000"/>
<integer value="1000"/>
<integer value="1000"/>
<integer value="1000"/>
<integer value="1000"/>
</visibilityPriorities>
<customSpacing>
<real value="3.4028234663852886e+38"/>
<real value="3.4028234663852886e+38"/>
<real value="3.4028234663852886e+38"/>
<real value="3.4028234663852886e+38"/>
<real value="3.4028234663852886e+38"/>
</customSpacing>
</stackView>
</subviews>
<constraints>
<constraint firstAttribute="trailing" secondItem="nVQ-9f-6mw" secondAttribute="trailing" constant="20" symbolic="YES" id="4Fg-qK-q2q"/>
<constraint firstItem="nVQ-9f-6mw" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" constant="20" symbolic="YES" id="L5h-ct-euM"/>
<constraint firstAttribute="bottom" secondItem="nVQ-9f-6mw" secondAttribute="bottom" constant="20" symbolic="YES" id="LWP-vb-E9k"/>
<constraint firstItem="nVQ-9f-6mw" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="20" symbolic="YES" id="jfM-in-Oqg"/>
</constraints>
<point key="canvasLocation" x="91" y="131.5"/>
</customView>
</objects>
</document>