Updating XTBs based on .GRDs from branch master
[chromium-blink-merge.git] / chrome / app / nibs / Toolbar.xib
blob2f8da156570815ee59c0f36f3a7d7dc7992e1750
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="ToolbarController">
10 <connections>
11 <outlet property="backButton_" destination="2" id="17"/>
12 <outlet property="browserActionsContainerView_" destination="144" id="154"/>
13 <outlet property="forwardButton_" destination="7" id="18"/>
14 <outlet property="homeButton_" destination="8" id="35"/>
15 <outlet property="locationBar_" destination="4" id="31"/>
16 <outlet property="reloadButton_" destination="3" id="19"/>
17 <outlet property="view" destination="1" id="22"/>
18 <outlet property="wrenchButton_" destination="38" id="41"/>
19 </connections>
20 </customObject>
21 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
22 <customObject id="-3" userLabel="Application"/>
23 <customView id="1" customClass="ToolbarView">
24 <rect key="frame" x="0.0" y="0.0" width="604" height="35"/>
25 <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
26 <subviews>
27 <button toolTip="^IDS_APPMENU_TOOLTIP" focusRingType="none" id="38" customClass="MenuButton">
28 <rect key="frame" x="572" y="4" width="29" height="29"/>
29 <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
30 <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" imagePosition="only" alignment="center" focusRingType="none" inset="2" id="39" customClass="WrenchToolbarButtonCell">
31 <behavior key="behavior" lightByContents="YES"/>
32 <font key="font" metaFont="system"/>
33 </buttonCell>
34 </button>
35 <button toolTip="^IDS_TOOLTIP_BACK" focusRingType="none" tag="33000" id="2" customClass="MenuButton">
36 <rect key="frame" x="3" y="4" width="29" height="29"/>
37 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
38 <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" imagePosition="only" alignment="center" state="on" focusRingType="none" inset="2" id="15" customClass="ClickHoldButtonCell">
39 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
40 <font key="font" metaFont="system"/>
41 </buttonCell>
42 <connections>
43 <action selector="commandDispatchUsingKeyModifiers:" target="-1" id="138"/>
44 </connections>
45 </button>
46 <button toolTip="^IDS_TOOLTIP_FORWARD" focusRingType="none" tag="33001" id="7" customClass="MenuButton">
47 <rect key="frame" x="31" y="4" width="29" height="29"/>
48 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
49 <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" imagePosition="only" alignment="center" state="on" focusRingType="none" inset="2" id="10" customClass="ClickHoldButtonCell">
50 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
51 <font key="font" metaFont="system"/>
52 </buttonCell>
53 <connections>
54 <action selector="commandDispatchUsingKeyModifiers:" target="-1" id="139"/>
55 </connections>
56 </button>
57 <button toolTip="^IDS_TOOLTIP_RELOAD" focusRingType="none" tag="33002" id="3" customClass="ReloadButton">
58 <rect key="frame" x="59" y="4" width="29" height="29"/>
59 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
60 <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" imagePosition="only" alignment="center" focusRingType="none" inset="2" id="14" customClass="ClickHoldButtonCell">
61 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
62 <font key="font" metaFont="system"/>
63 </buttonCell>
64 <connections>
65 <action selector="commandDispatchUsingKeyModifiers:" target="-1" id="26"/>
66 </connections>
67 </button>
68 <button toolTip="^IDS_TOOLTIP_HOME" focusRingType="none" tag="33003" id="8" customClass="ToolbarButton">
69 <rect key="frame" x="87" y="4" width="29" height="29"/>
70 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
71 <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" imagePosition="only" alignment="center" focusRingType="none" inset="2" id="9" customClass="ClickHoldButtonCell">
72 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
73 <font key="font" metaFont="system"/>
74 </buttonCell>
75 <connections>
76 <action selector="commandDispatchUsingKeyModifiers:" target="-1" id="155"/>
77 </connections>
78 </button>
79 <textField focusRingType="exterior" verticalHuggingPriority="750" tag="33004" id="4" customClass="AutocompleteTextField">
80 <rect key="frame" x="119" y="4" width="454" height="29"/>
81 <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
82 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" state="on" borderStyle="bezel" focusRingType="exterior" alignment="left" drawsBackground="YES" id="13" customClass="AutocompleteTextFieldCell">
83 <font key="font" metaFont="system"/>
84 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
85 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
86 </textFieldCell>
87 <connections>
88 <action selector="commandDispatch:" target="-1" id="24"/>
89 </connections>
90 </textField>
91 <customView hidden="YES" id="144" userLabel="Browser Actions Container" customClass="BrowserActionsContainerView">
92 <rect key="frame" x="572" y="4" width="0.0" height="29"/>
93 <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
94 </customView>
95 </subviews>
96 </customView>
97 <customObject id="122" customClass="ChromeUILocalizer">
98 <connections>
99 <outlet property="owner_" destination="-2" id="123"/>
100 </connections>
101 </customObject>
102 <userDefaultsController representsSharedInstance="YES" id="130"/>
103 </objects>
104 </document>