1<?xml version="1.0" encoding="UTF-8"?>
2<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="11762" systemVersion="16D32" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
3    <dependencies>
4        <deployment identifier="macosx"/>
5        <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="11762"/>
6        <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
7    </dependencies>
8    <objects>
9        <customObject id="-2" userLabel="File's Owner" customClass="URLSheetWindowController">
10            <connections>
11                <outlet property="fCancelButton" destination="6" id="22"/>
12                <outlet property="fLabelField" destination="5" id="16"/>
13                <outlet property="fOpenButton" destination="7" id="15"/>
14                <outlet property="fTextField" destination="8" id="17"/>
15                <outlet property="window" destination="3" id="13"/>
16            </connections>
17        </customObject>
18        <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
19        <customObject id="-3" userLabel="Application" customClass="NSObject"/>
20        <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" restorable="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" frameAutosaveName="URLSheetWindow" animationBehavior="default" tabbingMode="disallowed" id="3" userLabel="URLSheetWindow">
21            <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
22            <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
23            <rect key="contentRect" x="168" y="356" width="400" height="177"/>
24            <rect key="screenRect" x="0.0" y="0.0" width="1680" height="1028"/>
25            <value key="minSize" type="size" width="400" height="177"/>
26            <view key="contentView" id="4">
27                <rect key="frame" x="0.0" y="0.0" width="400" height="177"/>
28                <autoresizingMask key="autoresizingMask"/>
29                <subviews>
30                    <textField verticalHuggingPriority="750" id="8">
31                        <rect key="frame" x="20" y="50" width="360" height="80"/>
32                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
33                        <textFieldCell key="cell" lineBreakMode="charWrapping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="9">
34                            <font key="font" metaFont="system"/>
35                            <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
36                            <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
37                        </textFieldCell>
38                        <connections>
39                            <outlet property="delegate" destination="-2" id="21"/>
40                        </connections>
41                    </textField>
42                    <button verticalHuggingPriority="750" id="7">
43                        <rect key="frame" x="304" y="12" width="82" height="32"/>
44                        <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
45                        <buttonCell key="cell" type="push" title="Open" bezelStyle="rounded" alignment="center" enabled="NO" borderStyle="border" inset="2" id="10">
46                            <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
47                            <font key="font" metaFont="system"/>
48                            <string key="keyEquivalent" base64-UTF8="YES">
49DQ
50</string>
51                        </buttonCell>
52                        <connections>
53                            <action selector="openURLEndSheet:" target="-2" id="18"/>
54                        </connections>
55                    </button>
56                    <button verticalHuggingPriority="750" id="6">
57                        <rect key="frame" x="222" y="12" width="82" height="32"/>
58                        <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
59                        <buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="11">
60                            <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
61                            <font key="font" metaFont="system"/>
62                            <string key="keyEquivalent" base64-UTF8="YES">
63Gw
64</string>
65                        </buttonCell>
66                        <connections>
67                            <action selector="openURLCancelEndSheet:" target="-2" id="19"/>
68                        </connections>
69                    </button>
70                    <textField verticalHuggingPriority="750" id="5">
71                        <rect key="frame" x="17" y="140" width="366" height="17"/>
72                        <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
73                        <textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="label" id="12">
74                            <font key="font" metaFont="system"/>
75                            <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
76                            <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
77                        </textFieldCell>
78                    </textField>
79                </subviews>
80            </view>
81        </window>
82    </objects>
83</document>
84