|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="12121" systemVersion="16G29" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct"> |
| 2 | +<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="13196" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct"> |
3 | 3 | <dependencies> |
4 | 4 | <deployment identifier="macosx"/> |
5 | | - <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="12121"/> |
| 5 | + <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="13196"/> |
6 | 6 | <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
7 | 7 | </dependencies> |
8 | 8 | <objects> |
|
21 | 21 | <outlet property="tcpCrButton" destination="Gzt-Qt-jT8" id="vFQ-Ca-pH1"/> |
22 | 22 | <outlet property="tcpHeaderTypeButton" destination="6Hk-Q4-cbb" id="6aw-lM-kYs"/> |
23 | 23 | <outlet property="tlsAiButton" destination="l3Z-uk-KBr" id="FUU-TQ-bqK"/> |
| 24 | + <outlet property="tlsSnField" destination="nw2-5m-34B" id="8nF-Yj-QgG"/> |
24 | 25 | <outlet property="tlsUseButton" destination="n0X-Fy-rS1" id="8sl-p5-7bG"/> |
25 | 26 | <outlet property="transportWindow" destination="QvC-M9-y7g" id="EGp-nT-Eil"/> |
26 | 27 | <outlet property="wsCrButton" destination="fln-bY-kje" id="h5k-Fz-q6g"/> |
|
44 | 45 | <font key="font" metaFont="system"/> |
45 | 46 | <tabViewItems> |
46 | 47 | <tabViewItem label="KCP" identifier="1" id="jR2-p0-bjc"> |
47 | | - <view key="view" ambiguous="YES" id="GiR-b0-lvV"> |
| 48 | + <view key="view" id="GiR-b0-lvV"> |
48 | 49 | <rect key="frame" x="10" y="33" width="419" height="135"/> |
49 | 50 | <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
50 | 51 | <subviews> |
|
283 | 284 | </view> |
284 | 285 | </tabViewItem> |
285 | 286 | <tabViewItem label="TLS" identifier="" id="sCQ-Dt-YCG"> |
286 | | - <view key="view" id="yce-Q2-W28"> |
| 287 | + <view key="view" ambiguous="YES" id="yce-Q2-W28"> |
287 | 288 | <rect key="frame" x="10" y="33" width="419" height="135"/> |
288 | 289 | <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
289 | 290 | <subviews> |
290 | 291 | <button fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="l3Z-uk-KBr"> |
291 | | - <rect key="frame" x="15" y="45" width="110" height="18"/> |
| 292 | + <rect key="frame" x="15" y="63" width="110" height="18"/> |
292 | 293 | <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> |
293 | 294 | <buttonCell key="cell" type="check" title="Allow insecure" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="Rxl-Fh-p8u"> |
294 | 295 | <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> |
295 | 296 | <font key="font" metaFont="system"/> |
296 | 297 | </buttonCell> |
297 | 298 | </button> |
298 | 299 | <button fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="n0X-Fy-rS1"> |
299 | | - <rect key="frame" x="15" y="80" width="73" height="18"/> |
| 300 | + <rect key="frame" x="15" y="98" width="73" height="18"/> |
300 | 301 | <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> |
301 | 302 | <buttonCell key="cell" type="check" title="Use TLS" bezelStyle="regularSquare" imagePosition="left" alignment="left" state="on" inset="2" id="cY9-cQ-T9f"> |
302 | 303 | <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> |
|
306 | 307 | <action selector="useTLS:" target="-2" id="bwQ-Hn-WsG"/> |
307 | 308 | </connections> |
308 | 309 | </button> |
| 310 | + <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Nhc-Gl-Mct"> |
| 311 | + <rect key="frame" x="15" y="27" width="87" height="17"/> |
| 312 | + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> |
| 313 | + <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Server Name:" id="eb7-WI-WKe"> |
| 314 | + <font key="font" metaFont="system"/> |
| 315 | + <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/> |
| 316 | + <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> |
| 317 | + </textFieldCell> |
| 318 | + </textField> |
| 319 | + <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="nw2-5m-34B"> |
| 320 | + <rect key="frame" x="108" y="25" width="213" height="22"/> |
| 321 | + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> |
| 322 | + <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="573-7w-T3E"> |
| 323 | + <font key="font" metaFont="system"/> |
| 324 | + <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/> |
| 325 | + <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> |
| 326 | + </textFieldCell> |
| 327 | + </textField> |
309 | 328 | </subviews> |
310 | 329 | </view> |
311 | 330 | </tabViewItem> |
|
322 | 341 | <font key="font" metaFont="system"/> |
323 | 342 | </buttonCell> |
324 | 343 | </button> |
325 | | - <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" allowsCharacterPickerTouchBarItem="NO" translatesAutoresizingMaskIntoConstraints="NO" id="0xa-QH-JSG"> |
| 344 | + <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="0xa-QH-JSG"> |
326 | 345 | <rect key="frame" x="28" y="51" width="84" height="17"/> |
327 | 346 | <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> |
328 | 347 | <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="concurrency:" id="V4v-kP-BDQ"> |
|
331 | 350 | <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> |
332 | 351 | </textFieldCell> |
333 | 352 | </textField> |
334 | | - <textField verticalHuggingPriority="750" fixedFrame="YES" allowsCharacterPickerTouchBarItem="NO" translatesAutoresizingMaskIntoConstraints="NO" id="L11-Bf-Eib"> |
| 353 | + <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="L11-Bf-Eib"> |
335 | 354 | <rect key="frame" x="118" y="48" width="96" height="22"/> |
336 | 355 | <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> |
337 | 356 | <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="UVv-qh-s3w"> |
|
0 commit comments