Updating XTBs based on .GRDs from branch master
[chromium-blink-merge.git] / chrome / app / nibs / FindBar.xib
blob8f4a891a1eea4d016a68d89a9a5b213947ea0c25
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="FindBarCocoaController">
10 <connections>
11 <outlet property="closeButton_" destination="7" id="32"/>
12 <outlet property="findBarView_" destination="2" id="30"/>
13 <outlet property="findText_" destination="5" id="14"/>
14 <outlet property="nextButton_" destination="3" id="20"/>
15 <outlet property="previousButton_" destination="4" id="21"/>
16 <outlet property="view" destination="29" id="31"/>
17 </connections>
18 </customObject>
19 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
20 <customObject id="-3" userLabel="Application"/>
21 <customView id="29">
22 <rect key="frame" x="0.0" y="0.0" width="310" height="33"/>
23 <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
24 <subviews>
25 <customView id="2" customClass="FindBarView">
26 <rect key="frame" x="0.0" y="0.0" width="310" height="33"/>
27 <autoresizingMask key="autoresizingMask" widthSizable="YES"/>
28 <subviews>
29 <button id="7">
30 <rect key="frame" x="280" y="9" width="16" height="16"/>
31 <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
32 <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" imagePosition="overlaps" alignment="center" inset="2" id="8" customClass="ImageButtonCell">
33 <behavior key="behavior" lightByContents="YES"/>
34 <font key="font" metaFont="system"/>
35 <string key="keyEquivalent" base64-UTF8="YES">
37 </string>
38 </buttonCell>
39 <connections>
40 <action selector="close:" target="-2" id="15"/>
41 </connections>
42 </button>
43 <button id="3">
44 <rect key="frame" x="251" y="5" width="26" height="24"/>
45 <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
46 <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="find_next_Template" imagePosition="overlaps" alignment="center" borderStyle="border" tag="1" imageScaling="proportionallyDown" inset="2" id="12" customClass="GradientButtonCell">
47 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
48 <font key="font" metaFont="system"/>
49 </buttonCell>
50 <connections>
51 <action selector="nextResult:" target="-2" id="17"/>
52 </connections>
53 </button>
54 <button id="4">
55 <rect key="frame" x="228" y="5" width="24" height="24"/>
56 <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
57 <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="find_prev_Template" imagePosition="only" alignment="center" borderStyle="border" tag="2" imageScaling="proportionallyDown" inset="2" id="11" customClass="GradientButtonCell">
58 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
59 <font key="font" metaFont="system"/>
60 </buttonCell>
61 <connections>
62 <action selector="previousResult:" target="-2" id="16"/>
63 </connections>
64 </button>
65 <textField verticalHuggingPriority="750" id="5" customClass="FindBarTextField">
66 <rect key="frame" x="13" y="5" width="216" height="24"/>
67 <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
68 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="10" customClass="FindBarTextFieldCell">
69 <font key="font" metaFont="system"/>
70 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
71 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
72 </textFieldCell>
73 <connections>
74 <outlet property="delegate" destination="-2" id="18"/>
75 </connections>
76 </textField>
77 </subviews>
78 </customView>
79 </subviews>
80 </customView>
81 </objects>
82 <resources>
83 <image name="find_next_Template" width="128" height="128"/>
84 <image name="find_prev_Template" width="128" height="128"/>
85 </resources>
86 </document>