Updating XTBs based on .GRDs from branch master
[chromium-blink-merge.git] / chrome / app / nibs / OneClickSigninDialog.xib
blobcca51b96152f9405d1ed29e56215628a9ede504b
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="OneClickSigninViewController">
10 <connections>
11 <outlet property="advancedLink_" destination="46" id="129"/>
12 <outlet property="closeButton_" destination="137" id="140"/>
13 <outlet property="informativePlaceholderTextField_" destination="133" id="141"/>
14 <outlet property="messageTextField_" destination="45" id="135"/>
15 <outlet property="view" destination="1" id="127"/>
16 </connections>
17 </customObject>
18 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
19 <customObject id="-3" userLabel="Application"/>
20 <customView id="1">
21 <rect key="frame" x="0.0" y="0.0" width="417" height="136"/>
22 <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxX="YES" flexibleMinY="YES" heightSizable="YES"/>
23 <subviews>
24 <customView id="44" customClass="GTMWidthBasedTweaker">
25 <rect key="frame" x="251" y="20" width="146" height="34"/>
26 <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
27 <subviews>
28 <button id="49" customClass="ConstrainedWindowButton">
29 <rect key="frame" x="0.0" y="0.0" width="72" height="28"/>
30 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
31 <buttonCell key="cell" type="square" title="^IDS_ONE_CLICK_SIGNIN_DIALOG_UNDO_BUTTON" bezelStyle="shadowlessSquare" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="52" customClass="ConstrainedWindowButtonCell">
32 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
33 <font key="font" metaFont="system"/>
34 </buttonCell>
35 <connections>
36 <action selector="onClickUndo:" target="-2" id="131"/>
37 <outlet property="nextKeyView" destination="50" id="55"/>
38 </connections>
39 </button>
40 <button id="50" customClass="ConstrainedWindowButton">
41 <rect key="frame" x="82" y="0.0" width="64" height="28"/>
42 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
43 <buttonCell key="cell" type="square" title="^IDS_ONE_CLICK_SIGNIN_DIALOG_OK_BUTTON" bezelStyle="shadowlessSquare" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="51" customClass="ConstrainedWindowButtonCell">
44 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
45 <font key="font" metaFont="system"/>
46 <string key="keyEquivalent" base64-UTF8="YES">
48 </string>
49 </buttonCell>
50 <connections>
51 <action selector="ok:" target="-2" id="130"/>
52 <outlet property="nextKeyView" destination="46" id="53"/>
53 </connections>
54 </button>
55 </subviews>
56 </customView>
57 <textField verticalHuggingPriority="750" id="45">
58 <rect key="frame" x="19" y="103" width="371" height="19"/>
59 <autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
60 <textFieldCell key="cell" sendsActionOnEndEditing="YES" id="48">
61 <font key="font" metaFont="system" size="15"/>
62 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
63 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
64 </textFieldCell>
65 </textField>
66 <textField verticalHuggingPriority="750" id="133">
67 <rect key="frame" x="19" y="64" width="377" height="20"/>
68 <autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
69 <textFieldCell key="cell" sendsActionOnEndEditing="YES" id="134">
70 <font key="font" metaFont="system"/>
71 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
72 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
73 </textFieldCell>
74 </textField>
75 <button id="46">
76 <rect key="frame" x="20" y="27" width="53" height="16"/>
77 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
78 <buttonCell key="cell" type="square" title="^IDS_ONE_CLICK_SIGNIN_DIALOG_ADVANCED" bezelStyle="shadowlessSquare" imagePosition="overlaps" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="47" customClass="HyperlinkButtonCell">
79 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
80 <font key="font" metaFont="system"/>
81 </buttonCell>
82 <connections>
83 <action selector="onClickAdvancedLink:" target="-2" id="132"/>
84 <outlet property="nextKeyView" destination="49" id="54"/>
85 </connections>
86 </button>
87 <button id="137" customClass="WebUIHoverCloseButton">
88 <rect key="frame" x="396" y="114" width="15" height="15"/>
89 <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
90 <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="138">
91 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
92 <font key="font" metaFont="system"/>
93 </buttonCell>
94 <connections>
95 <action selector="onClickClose:" target="-2" id="143"/>
96 </connections>
97 </button>
98 </subviews>
99 </customView>
100 <customObject id="122" customClass="ChromeUILocalizer"/>
101 <customObject id="123" customClass="GTMUILocalizerAndLayoutTweaker">
102 <connections>
103 <outlet property="localizerOwner_" destination="-2" id="125"/>
104 <outlet property="localizer_" destination="122" id="124"/>
105 <outlet property="uiObject_" destination="1" id="126"/>
106 </connections>
107 </customObject>
108 </objects>
109 </document>