| OLD | NEW |
| (Empty) |
| 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
| 2 <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersio
n="5056" systemVersion="13F1077" targetRuntime="MacOSX.Cocoa" propertyAccessCont
rol="none"> | |
| 3 <dependencies> | |
| 4 <deployment version="1090" identifier="macosx"/> | |
| 5 <development version="5100" identifier="xcode"/> | |
| 6 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="505
6"/> | |
| 7 </dependencies> | |
| 8 <objects> | |
| 9 <customObject id="-2" userLabel="File's Owner" customClass="AvatarMenuIt
emController"> | |
| 10 <connections> | |
| 11 <outlet property="activeView" destination="8" id="11"/> | |
| 12 <outlet property="editButton" destination="25" id="39"/> | |
| 13 <outlet property="emailField" destination="23" id="40"/> | |
| 14 <outlet property="iconView" destination="2" id="15"/> | |
| 15 <outlet property="nameField" destination="4" id="13"/> | |
| 16 <outlet property="view" destination="1" id="10"/> | |
| 17 </connections> | |
| 18 </customObject> | |
| 19 <customObject id="-1" userLabel="First Responder" customClass="FirstResp
onder"/> | |
| 20 <customObject id="-3" userLabel="Application"/> | |
| 21 <customView id="1" customClass="AvatarMenuItemView"> | |
| 22 <rect key="frame" x="0.0" y="0.0" width="175" height="48"/> | |
| 23 <autoresizingMask key="autoresizingMask" widthSizable="YES" flexible
MaxY="YES"/> | |
| 24 <subviews> | |
| 25 <imageView id="2"> | |
| 26 <rect key="frame" x="6" y="5" width="38" height="38"/> | |
| 27 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES"
flexibleMinY="YES"/> | |
| 28 <imageCell key="cell" refusesFirstResponder="YES" alignment=
"left" imageScaling="proportionallyDown" image="NSUser" id="3" customClass="Acce
ssibilityIgnoredImageCell"/> | |
| 29 </imageView> | |
| 30 <textField verticalHuggingPriority="750" id="4"> | |
| 31 <rect key="frame" x="49" y="25" width="120" height="17"/> | |
| 32 <autoresizingMask key="autoresizingMask" widthSizable="YES"
flexibleMinY="YES"/> | |
| 33 <textFieldCell key="cell" lineBreakMode="truncatingTail" sen
dsActionOnEndEditing="YES" title="Username" id="5"> | |
| 34 <font key="font" metaFont="system"/> | |
| 35 <color key="textColor" white="0.12" alpha="1" colorSpace
="calibratedWhite"/> | |
| 36 <color key="backgroundColor" name="controlColor" catalog
="System" colorSpace="catalog"/> | |
| 37 </textFieldCell> | |
| 38 </textField> | |
| 39 <imageView id="8"> | |
| 40 <rect key="frame" x="28" y="5" width="16" height="16"/> | |
| 41 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES"
flexibleMinY="YES"/> | |
| 42 <imageCell key="cell" refusesFirstResponder="YES" alignment=
"left" imageScaling="proportionallyDown" image="NSLockLockedTemplate" id="9" cus
tomClass="AccessibilityIgnoredImageCell"/> | |
| 43 </imageView> | |
| 44 <textField verticalHuggingPriority="750" id="23"> | |
| 45 <rect key="frame" x="49" y="8" width="120" height="16"/> | |
| 46 <autoresizingMask key="autoresizingMask" widthSizable="YES"
flexibleMinY="YES"/> | |
| 47 <textFieldCell key="cell" lineBreakMode="truncatingTail" sen
dsActionOnEndEditing="YES" title="email@example.com" id="24" customClass="Access
ibilityIgnoredTextFieldCell"> | |
| 48 <font key="font" metaFont="cellTitle"/> | |
| 49 <color key="textColor" white="0.5" alpha="1" colorSpace=
"calibratedWhite"/> | |
| 50 <color key="backgroundColor" name="controlColor" catalog
="System" colorSpace="catalog"/> | |
| 51 </textFieldCell> | |
| 52 </textField> | |
| 53 <button id="25"> | |
| 54 <rect key="frame" x="49" y="8" width="120" height="16"/> | |
| 55 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES"
flexibleMinY="YES"/> | |
| 56 <buttonCell key="cell" type="square" title="^IDS_PROFILES_ED
IT_PROFILE_LINK" bezelStyle="shadowlessSquare" alignment="left" imageScaling="pr
oportionallyDown" inset="2" id="26" customClass="HyperlinkButtonCell"> | |
| 57 <behavior key="behavior" pushIn="YES" lightByBackground=
"YES" lightByGray="YES"/> | |
| 58 <font key="font" metaFont="cellTitle"/> | |
| 59 </buttonCell> | |
| 60 <connections> | |
| 61 <action selector="editProfile:" target="-2" id="41"/> | |
| 62 </connections> | |
| 63 </button> | |
| 64 </subviews> | |
| 65 <connections> | |
| 66 <outlet property="viewController" destination="-2" id="22"/> | |
| 67 </connections> | |
| 68 </customView> | |
| 69 <customObject id="42" customClass="ChromeUILocalizer"> | |
| 70 <connections> | |
| 71 <outlet property="owner_" destination="-2" id="48"/> | |
| 72 </connections> | |
| 73 </customObject> | |
| 74 </objects> | |
| 75 <resources> | |
| 76 <image name="NSLockLockedTemplate" width="9" height="12"/> | |
| 77 <image name="NSUser" width="32" height="32"/> | |
| 78 </resources> | |
| 79 </document> | |
| OLD | NEW |