| <?xml version="1.0" encoding="UTF-8"?> |
| <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="14460.15" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"> |
| <dependencies> |
| <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="14460.15"/> |
| <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
| </dependencies> |
| <objects> |
| <customObject id="-2" userLabel="File's Owner" customClass="WebJavaScriptTextInputPanel"> |
| <connections> |
| <outlet property="prompt" destination="44" id="51"/> |
| <outlet property="textInput" destination="47" id="50"/> |
| <outlet property="window" destination="10" id="52"/> |
| </connections> |
| </customObject> |
| <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> |
| <customObject id="-3" userLabel="Application" customClass="NSObject"/> |
| <window title="JavaScript" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="10" userLabel="Panel1" customClass="WebNonBlockingPanel"> |
| <windowStyleMask key="styleMask" titled="YES"/> |
| <windowPositionMask key="initialPositionMask" leftStrut="YES" topStrut="YES"/> |
| <rect key="contentRect" x="531" y="773" width="426" height="161"/> |
| <rect key="screenRect" x="0.0" y="0.0" width="2560" height="1418"/> |
| <value key="minSize" type="size" width="94" height="7"/> |
| <view key="contentView" id="7"> |
| <rect key="frame" x="0.0" y="0.0" width="426" height="161"/> |
| <autoresizingMask key="autoresizingMask"/> |
| <subviews> |
| <button verticalHuggingPriority="750" imageHugsTitle="YES" id="2"> |
| <rect key="frame" x="232" y="11" width="90" height="34"/> |
| <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/> |
| <buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="100002"> |
| <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> |
| <font key="font" metaFont="system"/> |
| <string key="keyEquivalent" base64-UTF8="YES"> |
| Gw |
| </string> |
| </buttonCell> |
| <connections> |
| <action selector="pressedCancel:" target="-2" id="53"/> |
| <outlet property="nextKeyView" destination="12" id="42"/> |
| </connections> |
| </button> |
| <button verticalHuggingPriority="750" imageHugsTitle="YES" id="12"> |
| <rect key="frame" x="322" y="11" width="90" height="34"/> |
| <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/> |
| <buttonCell key="cell" type="push" title="OK" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="100012"> |
| <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> |
| <font key="font" metaFont="system"/> |
| <string key="keyEquivalent" base64-UTF8="YES"> |
| DQ |
| </string> |
| </buttonCell> |
| <connections> |
| <action selector="pressedOK:" target="-2" id="54"/> |
| </connections> |
| </button> |
| <textField verticalHuggingPriority="750" id="44"> |
| <rect key="frame" x="17" y="107" width="392" height="34"/> |
| <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/> |
| <textFieldCell key="cell" selectable="YES" alignment="left" id="100044"> |
| <font key="font" metaFont="system"/> |
| <string key="title">A message from JavaScript will be here. |
| It can be any number of lines long.</string> |
| <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> |
| <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> |
| </textFieldCell> |
| </textField> |
| <textField verticalHuggingPriority="750" id="47"> |
| <rect key="frame" x="20" y="60" width="386" height="39"/> |
| <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/> |
| <textFieldCell key="cell" selectable="YES" editable="YES" borderStyle="bezel" alignment="left" drawsBackground="YES" id="100047"> |
| <font key="font" metaFont="system"/> |
| <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/> |
| <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/> |
| </textFieldCell> |
| <connections> |
| <outlet property="nextKeyView" destination="2" id="49"/> |
| </connections> |
| </textField> |
| </subviews> |
| </view> |
| <connections> |
| <outlet property="delegate" destination="-2" id="23"/> |
| <outlet property="initialFirstResponder" destination="47" id="48"/> |
| </connections> |
| </window> |
| </objects> |
| </document> |