blob: eee6d1f072f8aae3136bd670afe818fb0605ebb4 [file] [log] [blame]
Alexandre Lisionf5fc4792015-03-17 09:15:43 -04001<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="6254" systemVersion="13F34" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
3 <dependencies>
4 <deployment identifier="macosx"/>
5 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="6254"/>
6 </dependencies>
7 <objects>
8 <customObject id="-2" userLabel="File's Owner" customClass="AccAdvancedVC">
9 <connections>
10 <outlet property="STUNserverURLField" destination="UzM-52-IoD" id="c9s-CY-ddq"/>
11 <outlet property="isUsingSTUN" destination="Ikz-bh-3CP" id="jVW-qt-Hli"/>
12 <outlet property="localPortField" destination="TgP-vt-AeS" id="tUL-iH-syM"/>
13 <outlet property="localPortStepper" destination="e6E-9n-08s" id="gYC-T3-tWa"/>
14 <outlet property="maxAudioPortStepper" destination="FI1-5p-EcC" id="Ccr-2G-j76"/>
15 <outlet property="maxAudioRTPRange" destination="GOf-0V-pyS" id="Mah-xo-lFA"/>
16 <outlet property="maxVideoPortStepper" destination="uac-nZ-Hcw" id="78s-Ku-9u2"/>
17 <outlet property="maxVideoRTPRange" destination="IJS-5x-riX" id="Qu6-kT-XHO"/>
18 <outlet property="minAudioPortStepper" destination="Bnh-Mc-8kR" id="fwD-ce-ucD"/>
19 <outlet property="minAudioRTPRange" destination="b3n-gl-1th" id="g0l-Xh-drV"/>
20 <outlet property="minVideoPortStepper" destination="caC-em-Z8T" id="6qu-g1-jMF"/>
21 <outlet property="minVideoRTPRange" destination="khU-Ue-Hen" id="zbv-aS-keU"/>
22 <outlet property="publishAddrAndPortRadioGroup" destination="2yz-X7-dVm" id="nYj-hx-kGP"/>
23 <outlet property="publishedAddrField" destination="ryd-ae-UlI" id="LEs-wA-9ZR"/>
24 <outlet property="publishedPortField" destination="dv9-ge-r39" id="8BV-0K-vYH"/>
25 <outlet property="registrationField" destination="Vy9-CY-MrG" id="VIZ-Xh-xgL"/>
26 <outlet property="registrationStepper" destination="A98-ed-6iq" id="9xz-YE-0Oj"/>
27 <outlet property="view" destination="AbB-UE-K5b" id="4kT-yF-ZLy"/>
28 </connections>
29 </customObject>
30 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
31 <customObject id="-3" userLabel="Application" customClass="NSObject"/>
32 <customView id="AbB-UE-K5b">
33 <rect key="frame" x="0.0" y="0.0" width="403" height="448"/>
34 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
35 <subviews>
36 <customView fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="34d-K8-hiB">
37 <rect key="frame" x="0.0" y="-36" width="403" height="484"/>
38 <subviews>
39 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="PKT-m2-pyb">
40 <rect key="frame" x="18" y="467" width="87" height="17"/>
41 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Registration" id="yB5-ET-gBL">
42 <font key="font" metaFont="systemBold"/>
43 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
44 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
45 </textFieldCell>
46 </textField>
47 <stepper horizontalHuggingPriority="750" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="A98-ed-6iq">
48 <rect key="frame" x="266" y="434" width="19" height="27"/>
49 <stepperCell key="cell" continuous="YES" alignment="left" maxValue="200" id="3kR-uk-WAl"/>
50 <connections>
51 <action selector="valueDidChange:" target="-2" id="eL2-tT-Wdd"/>
52 </connections>
53 </stepper>
54 <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Vy9-CY-MrG">
55 <rect key="frame" x="165" y="437" width="96" height="22"/>
56 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="rtX-dk-eMQ">
57 <font key="font" metaFont="system"/>
58 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
59 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
60 </textFieldCell>
61 <connections>
62 <outlet property="delegate" destination="-2" id="4VF-mH-9oL"/>
63 </connections>
64 </textField>
65 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="5MD-Oa-odZ">
66 <rect key="frame" x="32" y="440" width="127" height="17"/>
67 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Registration expire:" id="fCd-4d-sP0">
68 <font key="font" metaFont="system"/>
69 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
70 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
71 </textFieldCell>
72 </textField>
73 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="hjM-Bv-taZ">
74 <rect key="frame" x="18" y="398" width="125" height="17"/>
75 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Network Interface" id="K9I-vh-jeu">
76 <font key="font" metaFont="systemBold"/>
77 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
78 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
79 </textFieldCell>
80 </textField>
81 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="9Ql-Mh-xsG">
82 <rect key="frame" x="18" y="332" width="127" height="17"/>
83 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Published Address" id="Qf3-E3-5U6">
84 <font key="font" metaFont="systemBold"/>
85 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
86 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
87 </textFieldCell>
88 </textField>
89 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="fG9-DY-4e7">
90 <rect key="frame" x="92" y="371" width="71" height="17"/>
91 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Local port:" id="shs-Xm-qnY">
92 <font key="font" metaFont="system"/>
93 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
94 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
95 </textFieldCell>
96 </textField>
97 <button fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Ikz-bh-3CP">
98 <rect key="frame" x="64" y="303" width="104" height="18"/>
99 <buttonCell key="cell" type="check" title="Using STUN" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="gVd-Dw-1B4">
100 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
101 <font key="font" metaFont="system"/>
102 </buttonCell>
103 <connections>
104 <action selector="toggleSTUN:" target="-2" id="bEq-xa-RSk"/>
105 </connections>
106 </button>
107 <stepper horizontalHuggingPriority="750" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="e6E-9n-08s">
108 <rect key="frame" x="266" y="365" width="19" height="27"/>
109 <stepperCell key="cell" continuous="YES" alignment="left" maxValue="99999" id="sr0-PX-dXX"/>
110 <connections>
111 <action selector="valueDidChange:" target="-2" id="5GF-aO-SNO"/>
112 </connections>
113 </stepper>
114 <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="TgP-vt-AeS">
115 <rect key="frame" x="165" y="368" width="96" height="22"/>
116 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="x39-hY-AAQ">
117 <font key="font" metaFont="system"/>
118 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
119 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
120 </textFieldCell>
121 <connections>
122 <outlet property="delegate" destination="-2" id="Nw1-aw-EYL"/>
123 </connections>
124 </textField>
125 <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="UzM-52-IoD">
126 <rect key="frame" x="165" y="301" width="216" height="22"/>
127 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" placeholderString="Server url..." drawsBackground="YES" id="0eY-9x-bAr">
128 <font key="font" metaFont="system"/>
129 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
130 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
131 </textFieldCell>
132 <connections>
133 <outlet property="delegate" destination="-2" id="oVM-Gy-EtW"/>
134 </connections>
135 </textField>
136 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="8By-AB-PoT">
137 <rect key="frame" x="17" y="184" width="152" height="17"/>
138 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Audio RTP port Range" id="Jho-hi-Mvg">
139 <font key="font" metaFont="systemBold"/>
140 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
141 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
142 </textFieldCell>
143 </textField>
144 <stepper horizontalHuggingPriority="750" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Bnh-Mc-8kR">
145 <rect key="frame" x="198" y="153" width="19" height="27"/>
146 <stepperCell key="cell" continuous="YES" alignment="left" maxValue="99999" id="IDZ-ip-UEs"/>
147 <connections>
148 <action selector="valueDidChange:" target="-2" id="Daw-BV-Edf"/>
149 </connections>
150 </stepper>
151 <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="b3n-gl-1th">
152 <rect key="frame" x="97" y="156" width="96" height="22"/>
153 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="fsG-bB-ubb">
154 <font key="font" metaFont="system"/>
155 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
156 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
157 </textFieldCell>
158 <connections>
159 <outlet property="delegate" destination="-2" id="mJQ-Rw-fAz"/>
160 </connections>
161 </textField>
162 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="cXv-gK-UME">
163 <rect key="frame" x="63" y="159" width="28" height="17"/>
164 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Min" id="FQ4-fp-Pxj">
165 <font key="font" metaFont="system"/>
166 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
167 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
168 </textFieldCell>
169 </textField>
170 <stepper horizontalHuggingPriority="750" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="FI1-5p-EcC">
171 <rect key="frame" x="364" y="153" width="19" height="27"/>
172 <stepperCell key="cell" continuous="YES" alignment="left" maxValue="99999" id="6DL-JU-9vo"/>
173 <connections>
174 <action selector="valueDidChange:" target="-2" id="qZ3-R2-m60"/>
175 </connections>
176 </stepper>
177 <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="GOf-0V-pyS">
178 <rect key="frame" x="263" y="156" width="96" height="22"/>
179 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="rcL-uY-sov">
180 <font key="font" metaFont="system"/>
181 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
182 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
183 </textFieldCell>
184 <connections>
185 <outlet property="delegate" destination="-2" id="CfD-13-buD"/>
186 </connections>
187 </textField>
188 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="x2Z-q3-aIi">
189 <rect key="frame" x="229" y="159" width="30" height="17"/>
190 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Max" id="oa2-Pe-6Uw">
191 <font key="font" metaFont="system"/>
192 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
193 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
194 </textFieldCell>
195 </textField>
196 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="ZUS-3h-z8V">
197 <rect key="frame" x="16" y="123" width="150" height="17"/>
198 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Video RTP port Range" id="XA8-Sy-CYG">
199 <font key="font" metaFont="systemBold"/>
200 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
201 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
202 </textFieldCell>
203 </textField>
204 <stepper horizontalHuggingPriority="750" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="caC-em-Z8T">
205 <rect key="frame" x="197" y="92" width="19" height="27"/>
206 <stepperCell key="cell" continuous="YES" alignment="left" maxValue="99999" id="uSL-4H-pJJ"/>
207 <connections>
208 <action selector="valueDidChange:" target="-2" id="gab-7r-VfC"/>
209 </connections>
210 </stepper>
211 <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="khU-Ue-Hen">
212 <rect key="frame" x="96" y="95" width="96" height="22"/>
213 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="J1A-gZ-lMv">
214 <font key="font" metaFont="system"/>
215 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
216 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
217 </textFieldCell>
218 <connections>
219 <outlet property="delegate" destination="-2" id="aPt-Wo-7Lr"/>
220 </connections>
221 </textField>
222 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="KPh-9i-Qrw">
223 <rect key="frame" x="62" y="98" width="28" height="17"/>
224 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Min" id="a6W-wm-OmC">
225 <font key="font" metaFont="system"/>
226 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
227 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
228 </textFieldCell>
229 </textField>
230 <stepper horizontalHuggingPriority="750" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="uac-nZ-Hcw">
231 <rect key="frame" x="363" y="92" width="19" height="27"/>
232 <stepperCell key="cell" continuous="YES" alignment="left" maxValue="99999" id="heA-0J-Vqe"/>
233 <connections>
234 <action selector="valueDidChange:" target="-2" id="uJU-9R-UJR"/>
235 </connections>
236 </stepper>
237 <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="IJS-5x-riX">
238 <rect key="frame" x="262" y="95" width="96" height="22"/>
239 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="L2A-qa-yTI">
240 <font key="font" metaFont="system"/>
241 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
242 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
243 </textFieldCell>
244 <connections>
245 <outlet property="delegate" destination="-2" id="flV-30-UWF"/>
246 </connections>
247 </textField>
248 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="bcF-7Z-p3q">
249 <rect key="frame" x="228" y="98" width="30" height="17"/>
250 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Max" id="dbq-qU-93x">
251 <font key="font" metaFont="system"/>
252 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
253 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
254 </textFieldCell>
255 </textField>
256 <matrix verticalHuggingPriority="750" fixedFrame="YES" allowsEmptySelection="NO" autorecalculatesCellSize="YES" translatesAutoresizingMaskIntoConstraints="NO" id="2yz-X7-dVm">
257 <rect key="frame" x="64" y="255" width="320" height="38"/>
258 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
259 <size key="cellSize" width="217" height="18"/>
260 <size key="intercellSpacing" width="4" height="2"/>
261 <buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="fB0-X8-GXk">
262 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
263 <font key="font" metaFont="system"/>
264 </buttonCell>
265 <cells>
266 <column>
267 <buttonCell type="radio" title="Same as local parameters" imagePosition="left" alignment="left" state="on" tag="1" inset="2" id="Atv-t7-5YJ">
268 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
269 <font key="font" metaFont="system"/>
270 </buttonCell>
271 <buttonCell type="radio" title="Set published address and port" imagePosition="left" alignment="left" inset="2" id="OL5-DI-aCq">
272 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
273 <font key="font" metaFont="system"/>
274 </buttonCell>
275 </column>
276 </cells>
277 <connections>
278 <action selector="didSwitchPublishedAddress:" target="-2" id="Vvb-5M-Kjg"/>
279 </connections>
280 </matrix>
281 <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="ryd-ae-UlI">
282 <rect key="frame" x="87" y="225" width="187" height="22"/>
283 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="qPj-kN-HbQ">
284 <font key="font" metaFont="system"/>
285 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
286 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
287 </textFieldCell>
288 </textField>
289 <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="dv9-ge-r39">
290 <rect key="frame" x="316" y="225" width="63" height="22"/>
291 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="O4C-1Q-phD">
292 <font key="font" metaFont="system"/>
293 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
294 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
295 </textFieldCell>
296 </textField>
297 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="bMB-dd-hy0">
298 <rect key="frame" x="280" y="228" width="30" height="17"/>
299 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Port" id="wl8-YK-M76">
300 <font key="font" metaFont="system"/>
301 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
302 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
303 </textFieldCell>
304 </textField>
305 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="vXQ-hF-wyV">
306 <rect key="frame" x="30" y="228" width="55" height="17"/>
307 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Address" id="sTk-1C-1KO">
308 <font key="font" metaFont="system"/>
309 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
310 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
311 </textFieldCell>
312 </textField>
313 </subviews>
314 </customView>
315 </subviews>
316 <point key="canvasLocation" x="127.5" y="478"/>
317 </customView>
318 </objects>
319</document>