-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEditViewController.xib
More file actions
executable file
·83 lines (83 loc) · 7.41 KB
/
Copy pathEditViewController.xib
File metadata and controls
executable file
·83 lines (83 loc) · 7.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="9531" systemVersion="14F2109" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
<dependencies>
<deployment version="1536" identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9529"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="EditViewController">
<connections>
<outlet property="IPTextField" destination="hUu-7b-SRK" id="6Vv-SN-Lao"/>
<outlet property="PortTextField" destination="mnX-4U-gAz" id="3OG-Bb-a6w"/>
<outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
</connections>
</placeholder>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="IcM-wY-whJ">
<rect key="frame" x="170" y="169" width="261" height="261"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" text="IP地址:" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="AgZ-Pr-kpx">
<rect key="frame" x="40" y="89" width="67" height="21"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="端口号:" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="hJ5-NU-eML">
<rect key="frame" x="39" y="128" width="68" height="21"/>
<constraints>
<constraint firstAttribute="height" constant="21" id="XbF-ZR-XZu"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="hUu-7b-SRK">
<rect key="frame" x="106" y="89" width="122" height="30"/>
<constraints>
<constraint firstAttribute="width" constant="122" id="E0R-Wo-7Qu"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<textInputTraits key="textInputTraits" returnKeyType="done" enablesReturnKeyAutomatically="YES"/>
<connections>
<action selector="textFieldDoneEditing:" destination="-1" eventType="editingDidEndOnExit" id="POb-94-gSI"/>
</connections>
</textField>
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="mnX-4U-gAz">
<rect key="frame" x="106" y="128" width="122" height="30"/>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<textInputTraits key="textInputTraits" keyboardType="numberPad" returnKeyType="done" enablesReturnKeyAutomatically="YES"/>
<connections>
<action selector="textFieldDoneEditing:" destination="-1" eventType="editingDidEndOnExit" id="vs3-4c-80E"/>
</connections>
</textField>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<constraints>
<constraint firstAttribute="height" constant="261" id="5gf-Jx-PRa"/>
<constraint firstItem="AgZ-Pr-kpx" firstAttribute="top" secondItem="IcM-wY-whJ" secondAttribute="top" constant="89" id="OdG-Kw-7dw"/>
<constraint firstItem="hJ5-NU-eML" firstAttribute="top" secondItem="AgZ-Pr-kpx" secondAttribute="bottom" constant="18" id="Uy1-xQ-4wt"/>
<constraint firstItem="hJ5-NU-eML" firstAttribute="leading" secondItem="IcM-wY-whJ" secondAttribute="leading" constant="39" id="XKk-Dr-BVd"/>
<constraint firstAttribute="width" constant="261" id="c2t-lE-27w"/>
<constraint firstItem="hJ5-NU-eML" firstAttribute="top" secondItem="mnX-4U-gAz" secondAttribute="top" id="hWa-Gb-sBd"/>
<constraint firstItem="mnX-4U-gAz" firstAttribute="leading" secondItem="hUu-7b-SRK" secondAttribute="leading" id="ngA-pX-ZTG"/>
<constraint firstItem="mnX-4U-gAz" firstAttribute="trailing" secondItem="hUu-7b-SRK" secondAttribute="trailing" id="pzz-zB-czQ"/>
<constraint firstItem="AgZ-Pr-kpx" firstAttribute="trailing" secondItem="hJ5-NU-eML" secondAttribute="trailing" id="qdR-4O-rEi"/>
<constraint firstItem="mnX-4U-gAz" firstAttribute="top" secondItem="hUu-7b-SRK" secondAttribute="bottom" constant="9" id="vJL-gW-ZTf"/>
<constraint firstItem="hUu-7b-SRK" firstAttribute="top" secondItem="AgZ-Pr-kpx" secondAttribute="top" id="w1m-S1-Dln"/>
<constraint firstAttribute="trailing" secondItem="hUu-7b-SRK" secondAttribute="trailing" constant="33" id="yyA-Wb-RQl"/>
</constraints>
</view>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
<constraints>
<constraint firstAttribute="centerY" secondItem="IcM-wY-whJ" secondAttribute="centerY" id="4zl-08-Vbl"/>
<constraint firstAttribute="centerX" secondItem="IcM-wY-whJ" secondAttribute="centerX" id="Ae1-5t-his"/>
</constraints>
<point key="canvasLocation" x="269" y="249"/>
</view>
</objects>
</document>