Bump version.
[cyberduck.git] / resources / Progress.xib
blobc7bca233fff5483b4ffc87c1e219887442f35844
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 <development version="6300" identifier="xcode"/>
6 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="8121.17"/>
7 </dependencies>
8 <objects>
9 <customObject id="-2" userLabel="File's Owner" customClass="ch.cyberduck.ui.cocoa.CDProgressController">
10 <connections>
11 <outlet property="filesPopup" destination="10" id="20"/>
12 <outlet property="iconImageView" destination="4" id="21"/>
13 <outlet property="messageField" destination="14" id="22"/>
14 <outlet property="progressBar" destination="9" id="23"/>
15 <outlet property="progressField" destination="7" id="24"/>
16 <outlet property="progressView" destination="3" id="25"/>
17 <outlet property="statusField" destination="18" id="26"/>
18 <outlet property="statusIconView" destination="16" id="27"/>
19 </connections>
20 </customObject>
21 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
22 <customObject id="-3" userLabel="Application" customClass="NSObject"/>
23 <customObject id="2" customClass="NSApplication"/>
24 <customView id="3">
25 <rect key="frame" x="0.0" y="0.0" width="333" height="82"/>
26 <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
27 <subviews>
28 <imageView id="4">
29 <rect key="frame" x="0.0" y="44" width="38" height="38"/>
30 <autoresizingMask key="autoresizingMask"/>
31 <animations/>
32 <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="NSApplicationIcon" id="5"/>
33 </imageView>
34 <box title="Title" boxType="oldStyle" borderType="none" titlePosition="noTitle" id="6">
35 <rect key="frame" x="40" y="0.0" width="293" height="82"/>
36 <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
37 <view key="contentView">
38 <rect key="frame" x="0.0" y="0.0" width="293" height="82"/>
39 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
40 <subviews>
41 <textField verticalHuggingPriority="750" id="7">
42 <rect key="frame" x="28" y="22" width="259" height="14"/>
43 <autoresizingMask key="autoresizingMask" widthSizable="YES"/>
44 <animations/>
45 <textFieldCell key="cell" sendsActionOnEndEditing="YES" id="8">
46 <font key="font" metaFont="smallSystem"/>
47 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
48 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
49 </textFieldCell>
50 </textField>
51 <progressIndicator wantsLayer="YES" verticalHuggingPriority="750" maxValue="100" bezeled="NO" indeterminate="YES" controlSize="small" style="bar" id="9">
52 <rect key="frame" x="8" y="42" width="277" height="12"/>
53 <autoresizingMask key="autoresizingMask" widthSizable="YES"/>
54 <animations/>
55 </progressIndicator>
56 <popUpButton id="10">
57 <rect key="frame" x="-3" y="56" width="290" height="22"/>
58 <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
59 <animations/>
60 <popUpButtonCell key="cell" type="bevel" title=" " bezelStyle="rounded" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="bezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="13" id="11">
61 <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
62 <font key="font" metaFont="smallSystem"/>
63 <menu key="menu" title="OtherViews" id="12">
64 <items>
65 <menuItem title=" " state="on" id="13"/>
66 </items>
67 </menu>
68 </popUpButtonCell>
69 </popUpButton>
70 <textField verticalHuggingPriority="750" id="14">
71 <rect key="frame" x="28" y="5" width="259" height="14"/>
72 <autoresizingMask key="autoresizingMask" widthSizable="YES"/>
73 <animations/>
74 <textFieldCell key="cell" sendsActionOnEndEditing="YES" id="15">
75 <font key="font" metaFont="smallSystemBold"/>
76 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
77 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
78 </textFieldCell>
79 </textField>
80 <imageView id="16">
81 <rect key="frame" x="7" y="21" width="16" height="16"/>
82 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
83 <animations/>
84 <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageAlignment="topRight" imageScaling="proportionallyDown" image="statusGreen" id="17"/>
85 </imageView>
86 <textField verticalHuggingPriority="750" id="18">
87 <rect key="frame" x="6" y="42" width="281" height="14"/>
88 <autoresizingMask key="autoresizingMask" widthSizable="YES"/>
89 <animations/>
90 <textFieldCell key="cell" sendsActionOnEndEditing="YES" id="19">
91 <font key="font" metaFont="smallSystemBold"/>
92 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
93 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
94 </textFieldCell>
95 </textField>
96 </subviews>
97 <animations/>
98 </view>
99 <animations/>
100 <color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
101 <color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
102 </box>
103 </subviews>
104 <animations/>
105 </customView>
106 </objects>
107 <resources>
108 <image name="NSApplicationIcon" width="128" height="128"/>
109 <image name="statusGreen" width="32" height="32"/>
110 </resources>
111 </document>