Merge pull request #61 in ITERATE/cyberduck from feature/osx/updateRuntimeDependency...
[cyberduck.git] / fr.lproj / Command.xib
blob179b369532c86b53fb5cbda33e51dfbc0c26d26b
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="7706" systemVersion="15A204h" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
3 <dependencies>
4 <deployment version="1050" identifier="macosx"/>
5 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="7706"/>
6 </dependencies>
7 <objects>
8 <customObject id="-2" userLabel="File's Owner" customClass="CDCommandController">
9 <connections>
10 <outlet property="image" destination="7" id="23"/>
11 <outlet property="inputField" destination="5" id="24"/>
12 <outlet property="progress" destination="22" id="25"/>
13 <outlet property="responseField" destination="19" id="26"/>
14 <outlet property="window" destination="3" id="27"/>
15 </connections>
16 </customObject>
17 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
18 <customObject id="-3" userLabel="Application"/>
19 <customObject id="2" customClass="NSApplication"/>
20 <window title="Envoyer la commande" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" visibleAtLaunch="NO" frameAutosaveName="Command" animationBehavior="default" id="3" customClass="NSPanel">
21 <windowStyleMask key="styleMask" titled="YES" closable="YES" resizable="YES"/>
22 <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
23 <rect key="contentRect" x="81" y="371" width="488" height="294"/>
24 <rect key="screenRect" x="0.0" y="0.0" width="1720" height="1287"/>
25 <view key="contentView" autoresizesSubviews="NO" id="4">
26 <rect key="frame" x="1" y="1" width="488" height="294"/>
27 <autoresizingMask key="autoresizingMask"/>
28 <subviews>
29 <textField verticalHuggingPriority="750" id="5">
30 <rect key="frame" x="92" y="205" width="290" height="22"/>
31 <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
32 <animations/>
33 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="left" drawsBackground="YES" id="6">
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 </textField>
39 <imageView id="7">
40 <rect key="frame" x="20" y="210" width="64" height="64"/>
41 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
42 <animations/>
43 <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="command" id="8"/>
44 </imageView>
45 <textField verticalHuggingPriority="750" id="9">
46 <rect key="frame" x="90" y="257" width="305" height="17"/>
47 <autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
48 <animations/>
49 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Envoyer la commande" id="10">
50 <font key="font" metaFont="systemBold"/>
51 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
52 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
53 </textFieldCell>
54 </textField>
55 <button verticalHuggingPriority="750" id="11">
56 <rect key="frame" x="389" y="12" width="85" height="32"/>
57 <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
58 <animations/>
59 <buttonCell key="cell" type="push" title="Fermer" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="12">
60 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
61 <font key="font" metaFont="system"/>
62 <string key="keyEquivalent" base64-UTF8="YES">
64 </string>
65 </buttonCell>
66 <connections>
67 <action selector="closeSheet:" target="-2" id="28"/>
68 </connections>
69 </button>
70 <textField verticalHuggingPriority="750" id="13">
71 <rect key="frame" x="90" y="235" width="306" height="14"/>
72 <autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
73 <animations/>
74 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Entrer la commande à envoyer au serveur:" id="14">
75 <font key="font" metaFont="smallSystem"/>
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 <button verticalHuggingPriority="750" tag="1" id="15">
81 <rect key="frame" x="384" y="197" width="90" height="32"/>
82 <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
83 <animations/>
84 <buttonCell key="cell" type="push" title="Envoyer" bezelStyle="rounded" alignment="center" borderStyle="border" tag="1" inset="2" id="16">
85 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
86 <font key="font" metaFont="system"/>
87 <string key="keyEquivalent" base64-UTF8="YES">
89 </string>
90 </buttonCell>
91 <connections>
92 <action selector="sendButtonClicked:" target="-2" id="29"/>
93 </connections>
94 </button>
95 <scrollView autohidesScrollers="YES" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" id="17">
96 <rect key="frame" x="92" y="60" width="376" height="125"/>
97 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
98 <clipView key="contentView" id="R0o-OK-PBU">
99 <rect key="frame" x="1" y="1" width="374" height="123"/>
100 <autoresizingMask key="autoresizingMask"/>
101 <subviews>
102 <textView importsGraphics="NO" findStyle="panel" continuousSpellChecking="YES" usesRuler="YES" usesFontPanel="YES" verticallyResizable="YES" quoteSubstitution="YES" dashSubstitution="YES" textReplacement="YES" spellingCorrection="YES" smartInsertDelete="YES" id="19">
103 <rect key="frame" x="0.0" y="0.0" width="374" height="123"/>
104 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
105 <animations/>
106 <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
107 <size key="minSize" width="374" height="123"/>
108 <size key="maxSize" width="384" height="10000000"/>
109 <color key="insertionPointColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
110 <size key="minSize" width="374" height="123"/>
111 <size key="maxSize" width="384" height="10000000"/>
112 </textView>
113 </subviews>
114 <animations/>
115 <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
116 </clipView>
117 <animations/>
118 <scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" doubleValue="1" controlSize="small" horizontal="YES" id="20">
119 <rect key="frame" x="-100" y="-100" width="87" height="18"/>
120 <autoresizingMask key="autoresizingMask"/>
121 <animations/>
122 </scroller>
123 <scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" doubleValue="1" controlSize="small" horizontal="NO" id="21">
124 <rect key="frame" x="-22" y="1" width="11" height="63"/>
125 <autoresizingMask key="autoresizingMask"/>
126 <animations/>
127 </scroller>
128 </scrollView>
129 <progressIndicator horizontalHuggingPriority="750" verticalHuggingPriority="750" maxValue="100" bezeled="NO" indeterminate="YES" controlSize="small" style="spinning" id="22">
130 <rect key="frame" x="92" y="22" width="16" height="16"/>
131 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
132 <animations/>
133 </progressIndicator>
134 </subviews>
135 <animations/>
136 </view>
137 </window>
138 </objects>
139 <resources>
140 <image name="command" width="128" height="128"/>
141 </resources>
142 </document>