Fix naming, add missing module.
[cyberduck.git] / resources / Error.xib
blob459c0d73784d59de12e19977eb58e991ae957843
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="8121.17" systemVersion="15A204h" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
3 <dependencies>
4 <deployment version="1060" identifier="macosx"/>
5 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="8121.17"/>
6 </dependencies>
7 <objects>
8 <customObject id="-2" userLabel="File's Owner" customClass="ch.cyberduck.ui.cocoa.CDErrorController">
9 <connections>
10 <outlet property="descriptionField" destination="6" id="10"/>
11 <outlet property="errorField" destination="8" id="11"/>
12 <outlet property="hostField" destination="4" id="12"/>
13 <outlet property="view" destination="3" id="13"/>
14 </connections>
15 </customObject>
16 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
17 <customObject id="-3" userLabel="Application" customClass="NSObject"/>
18 <customObject id="2" customClass="NSApplication"/>
19 <customView id="3">
20 <rect key="frame" x="0.0" y="0.0" width="400" height="77"/>
21 <autoresizingMask key="autoresizingMask" widthSizable="YES"/>
22 <subviews>
23 <textField verticalHuggingPriority="750" id="4">
24 <rect key="frame" x="3" y="41" width="394" height="14"/>
25 <autoresizingMask key="autoresizingMask" widthSizable="YES"/>
26 <animations/>
27 <textFieldCell key="cell" sendsActionOnEndEditing="YES" id="5">
28 <font key="font" metaFont="smallSystem"/>
29 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
30 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
31 </textFieldCell>
32 </textField>
33 <textField verticalHuggingPriority="750" id="6">
34 <rect key="frame" x="3" y="5" width="394" height="28"/>
35 <autoresizingMask key="autoresizingMask" widthSizable="YES"/>
36 <animations/>
37 <textFieldCell key="cell" sendsActionOnEndEditing="YES" id="7">
38 <font key="font" metaFont="smallSystem"/>
39 <color key="textColor" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
40 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
41 </textFieldCell>
42 </textField>
43 <textField verticalHuggingPriority="750" id="8">
44 <rect key="frame" x="3" y="57" width="394" height="14"/>
45 <autoresizingMask key="autoresizingMask" widthSizable="YES"/>
46 <animations/>
47 <textFieldCell key="cell" sendsActionOnEndEditing="YES" id="9">
48 <font key="font" metaFont="smallSystemBold"/>
49 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
50 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
51 </textFieldCell>
52 </textField>
53 </subviews>
54 <animations/>
55 </customView>
56 </objects>
57 </document>