Temporarily disable durable storage browser test
[chromium-blink-merge.git] / chrome / app / nibs / InfoBar.xib
blob64521f3214509eb276a8aa8b7fec6bd35ee87839
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="5056" systemVersion="13F1077" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
3 <dependencies>
4 <deployment version="1060" identifier="macosx"/>
5 <development version="5100" identifier="xcode"/>
6 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="5056"/>
7 </dependencies>
8 <objects>
9 <customObject id="-2" userLabel="File's Owner" customClass="InfoBarController">
10 <connections>
11 <outlet property="cancelButton_" destination="20" id="26"/>
12 <outlet property="closeButton_" destination="15" id="34"/>
13 <outlet property="image_" destination="4" id="10"/>
14 <outlet property="infoBarView_" destination="1" id="32"/>
15 <outlet property="labelPlaceholder_" destination="2" id="35"/>
16 <outlet property="okButton_" destination="22" id="27"/>
17 <outlet property="view" destination="30" id="31"/>
18 </connections>
19 </customObject>
20 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
21 <customObject id="-3" userLabel="Application"/>
22 <customView id="30" customClass="AnimatableView">
23 <rect key="frame" x="0.0" y="0.0" width="480" height="48"/>
24 <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
25 <subviews>
26 <customView id="1" customClass="InfoBarGradientView">
27 <rect key="frame" x="0.0" y="0.0" width="480" height="48"/>
28 <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
29 <subviews>
30 <button verticalHuggingPriority="750" id="22">
31 <rect key="frame" x="350" y="5" width="96" height="25"/>
32 <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
33 <buttonCell key="cell" type="roundTextured" title="OKBtn" bezelStyle="texturedRounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="23">
34 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
35 <font key="font" metaFont="system"/>
36 </buttonCell>
37 <connections>
38 <action selector="ok:" target="-2" id="28"/>
39 </connections>
40 </button>
41 <button verticalHuggingPriority="750" id="20">
42 <rect key="frame" x="246" y="5" width="96" height="25"/>
43 <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
44 <buttonCell key="cell" type="roundTextured" title="CancelBtn" bezelStyle="texturedRounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="21">
45 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
46 <font key="font" metaFont="system"/>
47 </buttonCell>
48 <connections>
49 <action selector="cancel:" target="-2" id="29"/>
50 </connections>
51 </button>
52 <button id="15">
53 <rect key="frame" x="454" y="10" width="16" height="16"/>
54 <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
55 <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" imagePosition="overlaps" alignment="center" inset="2" id="16" customClass="ImageButtonCell">
56 <behavior key="behavior" lightByContents="YES"/>
57 <font key="font" metaFont="system"/>
58 </buttonCell>
59 <connections>
60 <action selector="dismiss:" target="-2" id="36"/>
61 </connections>
62 </button>
63 <imageView id="4">
64 <rect key="frame" x="5" y="2" width="32" height="32"/>
65 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
66 <imageCell key="cell" refusesFirstResponder="YES" alignment="left" id="5"/>
67 </imageView>
68 <textField verticalHuggingPriority="750" id="2">
69 <rect key="frame" x="38" y="10" width="208" height="17"/>
70 <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
71 <textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="InfoBar text" id="3">
72 <font key="font" metaFont="system"/>
73 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
74 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
75 </textFieldCell>
76 <connections>
77 <outlet property="delegate" destination="-2" id="19"/>
78 </connections>
79 </textField>
80 </subviews>
81 </customView>
82 </subviews>
83 <connections>
84 <outlet property="delegate_" destination="-2" id="33"/>
85 </connections>
86 </customView>
87 </objects>
88 </document>