Add ICU message format support
[chromium-blink-merge.git] / chrome / app / nibs / HttpAuthLoginSheet.xib
blob2cd9e8156bebd02bc1350d018ed12470857addde
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="LoginHandlerSheet">
10 <connections>
11 <outlet property="cancelButton_" destination="13" id="47"/>
12 <outlet property="explanationField_" destination="41" id="45"/>
13 <outlet property="loginButton_" destination="11" id="46"/>
14 <outlet property="nameField_" destination="7" id="21"/>
15 <outlet property="passwordField_" destination="9" id="22"/>
16 <outlet property="window" destination="1" id="23"/>
17 </connections>
18 </customObject>
19 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
20 <customObject id="-3" userLabel="Application"/>
21 <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" releasedWhenClosed="NO" showsToolbarButton="NO" visibleAtLaunch="NO" animationBehavior="default" id="1" customClass="ConstrainedWindowCustomWindow">
22 <windowPositionMask key="initialPositionMask" leftStrut="YES" bottomStrut="YES"/>
23 <rect key="contentRect" x="196" y="388" width="400" height="200"/>
24 <rect key="screenRect" x="0.0" y="0.0" width="1440" height="878"/>
25 <view key="contentView" id="2" customClass="ConstrainedWindowCustomWindowContentView">
26 <rect key="frame" x="0.0" y="0.0" width="400" height="200"/>
27 <autoresizingMask key="autoresizingMask"/>
28 <subviews>
29 <box autoresizesSubviews="NO" transparent="YES" borderType="none" titlePosition="noTitle" id="24">
30 <rect key="frame" x="105" y="58" width="283" height="74"/>
31 <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
32 <view key="contentView">
33 <rect key="frame" x="0.0" y="0.0" width="283" height="74"/>
34 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
35 <subviews>
36 <secureTextField verticalHuggingPriority="750" id="9">
37 <rect key="frame" x="6" y="10" width="269" height="22"/>
38 <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
39 <secureTextFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" drawsBackground="YES" id="10">
40 <font key="font" metaFont="system"/>
41 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
42 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
43 <allowedInputSourceLocales>
44 <string>NSAllRomanInputSourcesLocaleIdentifier</string>
45 </allowedInputSourceLocales>
46 </secureTextFieldCell>
47 </secureTextField>
48 <textField verticalHuggingPriority="750" id="7">
49 <rect key="frame" x="6" y="42" width="269" height="22"/>
50 <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
51 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="8">
52 <font key="font" metaFont="system"/>
53 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
54 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
55 </textFieldCell>
56 </textField>
57 </subviews>
58 </view>
59 <color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
60 <color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
61 </box>
62 <customView id="33" customClass="GTMWidthBasedTweaker">
63 <rect key="frame" x="168" y="8" width="231" height="52"/>
64 <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
65 <subviews>
66 <button verticalHuggingPriority="750" id="13" customClass="ConstrainedWindowButton">
67 <rect key="frame" x="10" y="12" width="96" height="32"/>
68 <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
69 <buttonCell key="cell" type="push" title="^IDS_CANCEL" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="14" customClass="ConstrainedWindowButtonCell">
70 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
71 <font key="font" metaFont="system"/>
72 <string key="keyEquivalent" base64-UTF8="YES">
74 </string>
75 </buttonCell>
76 <connections>
77 <action selector="cancelPressed:" target="-2" id="20"/>
78 </connections>
79 </button>
80 <button verticalHuggingPriority="750" id="11" customClass="ConstrainedWindowButton">
81 <rect key="frame" x="116" y="12" width="96" height="32"/>
82 <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
83 <buttonCell key="cell" type="push" title="^IDS_LOGIN_DIALOG_OK_BUTTON_LABEL" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="12" customClass="ConstrainedWindowButtonCell">
84 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
85 <font key="font" metaFont="system"/>
86 <string key="keyEquivalent" base64-UTF8="YES">
88 </string>
89 </buttonCell>
90 <connections>
91 <action selector="loginPressed:" target="-2" id="19"/>
92 </connections>
93 </button>
94 </subviews>
95 </customView>
96 <customView id="34" customClass="GTMWidthBasedTweaker">
97 <rect key="frame" x="20" y="62" width="89" height="68"/>
98 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
99 <subviews>
100 <textField verticalHuggingPriority="750" id="5">
101 <rect key="frame" x="-3" y="8" width="86" height="17"/>
102 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
103 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="^IDS_LOGIN_DIALOG_PASSWORD_FIELD" id="6">
104 <font key="font" metaFont="cellTitle"/>
105 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
106 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
107 </textFieldCell>
108 </textField>
109 <textField verticalHuggingPriority="750" id="3">
110 <rect key="frame" x="-3" y="40" width="86" height="17"/>
111 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
112 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="^IDS_LOGIN_DIALOG_USERNAME_FIELD" id="4">
113 <font key="font" metaFont="cellTitle"/>
114 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
115 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
116 </textFieldCell>
117 </textField>
118 </subviews>
119 <connections>
120 <outlet property="viewToResize_" destination="1" id="39"/>
121 <outlet property="viewToSlideAndResize_" destination="24" id="40"/>
122 </connections>
123 </customView>
124 <textField verticalHuggingPriority="750" id="41">
125 <rect key="frame" x="18" y="139" width="365" height="17"/>
126 <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
127 <textFieldCell key="cell" sendsActionOnEndEditing="YES" title="explanation" id="42">
128 <font key="font" metaFont="cellTitle"/>
129 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
130 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
131 </textFieldCell>
132 </textField>
133 <textField verticalHuggingPriority="750" id="50">
134 <rect key="frame" x="17" y="167" width="353" height="19"/>
135 <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
136 <textFieldCell key="cell" sendsActionOnEndEditing="YES" title="^IDS_LOGIN_DIALOG_TITLE" id="51">
137 <font key="font" metaFont="system" size="15"/>
138 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
139 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
140 </textFieldCell>
141 </textField>
142 <button id="52" customClass="WebUIHoverCloseButton">
143 <rect key="frame" x="379" y="178" width="15" height="15"/>
144 <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
145 <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="53">
146 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
147 <font key="font" metaFont="system"/>
148 </buttonCell>
149 <connections>
150 <action selector="cancelPressed:" target="-2" id="55"/>
151 </connections>
152 </button>
153 </subviews>
154 </view>
155 <connections>
156 <outlet property="initialFirstResponder" destination="7" id="56"/>
157 </connections>
158 </window>
159 <customObject id="35" customClass="GTMUILocalizerAndLayoutTweaker">
160 <connections>
161 <outlet property="localizer_" destination="36" id="48"/>
162 <outlet property="uiObject_" destination="1" id="49"/>
163 </connections>
164 </customObject>
165 <customObject id="36" customClass="ChromeUILocalizer"/>
166 </objects>
167 </document>