Roll src/third_party/WebKit b41a10f:afd8afd (svn 202201:202202)
[chromium-blink-merge.git] / remoting / host / disconnect_window.xib
blob9791a5fe0aa521255f018f42a32714d812957fd1
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="5056" systemVersion="13F1077" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
3 <dependencies>
4 <deployment version="1060" identifier="macosx"/>
5 <development version="5100" identifier="xcode"/>
6 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="5056"/>
7 </dependencies>
8 <objects>
9 <customObject id="-2" userLabel="File's Owner" customClass="DisconnectWindowController">
10 <connections>
11 <outlet property="connectedToField_" destination="23" id="25"/>
12 <outlet property="disconnectButton_" destination="13" id="26"/>
13 <outlet property="window" destination="3" id="17"/>
14 </connections>
15 </customObject>
16 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
17 <customObject id="-3" userLabel="Application"/>
18 <window title="Remoting" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" visibleAtLaunch="NO" animationBehavior="default" id="3" customClass="DisconnectWindow">
19 <windowStyleMask key="styleMask" titled="YES" utility="YES"/>
20 <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
21 <rect key="contentRect" x="247" y="517" width="466" height="40"/>
22 <rect key="screenRect" x="0.0" y="0.0" width="2560" height="1578"/>
23 <view key="contentView" id="4" customClass="DisconnectView">
24 <rect key="frame" x="0.0" y="0.0" width="466" height="40"/>
25 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
26 <subviews>
27 <button id="13">
28 <rect key="frame" x="271" y="9" width="182" height="22"/>
29 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
30 <buttonCell key="cell" type="square" title="&lt;disconnect>" bezelStyle="shadowlessSquare" alignment="center" controlSize="small" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="14">
31 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
32 <font key="font" metaFont="smallSystem"/>
33 </buttonCell>
34 <connections>
35 <action selector="stopSharing:" target="-2" id="18"/>
36 </connections>
37 </button>
38 <textField verticalHuggingPriority="750" id="23">
39 <rect key="frame" x="26" y="13" width="240" height="14"/>
40 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
41 <textFieldCell key="cell" controlSize="small" truncatesLastVisibleLine="YES" enabled="NO" sendsActionOnEndEditing="YES" title="&lt;connected-to>" id="24">
42 <font key="font" metaFont="smallSystem"/>
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 </subviews>
48 </view>
49 <connections>
50 <outlet property="delegate" destination="-2" id="22"/>
51 </connections>
52 </window>
53 </objects>
54 </document>