Temporarily disable durable storage browser test
[chromium-blink-merge.git] / chrome / app / nibs / TaskManager.xib
blob80f718000c1e9664b80e8a2f46fa81b85ee08c7b
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="TaskManagerWindowController">
10 <connections>
11 <outlet property="endProcessButton_" destination="12" id="31"/>
12 <outlet property="tableView_" destination="6" id="22"/>
13 <outlet property="window" destination="1" id="16"/>
14 </connections>
15 </customObject>
16 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
17 <customObject id="-3" userLabel="Application"/>
18 <window title="^IDS_TASK_MANAGER_TITLE" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" visibleAtLaunch="NO" animationBehavior="default" id="1">
19 <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
20 <windowPositionMask key="initialPositionMask" leftStrut="YES" bottomStrut="YES"/>
21 <rect key="contentRect" x="196" y="240" width="480" height="270"/>
22 <rect key="screenRect" x="0.0" y="0.0" width="1680" height="1028"/>
23 <value key="minSize" type="size" width="300" height="200"/>
24 <view key="contentView" id="2">
25 <rect key="frame" x="0.0" y="0.0" width="480" height="270"/>
26 <autoresizingMask key="autoresizingMask"/>
27 <subviews>
28 <scrollView focusRingType="none" horizontalLineScroll="18" horizontalPageScroll="10" verticalLineScroll="18" verticalPageScroll="10" usesPredominantAxisScrolling="NO" id="3">
29 <rect key="frame" x="20" y="60" width="440" height="190"/>
30 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
31 <clipView key="contentView" id="1k3-HS-xr3">
32 <rect key="frame" x="1" y="17" width="427" height="161"/>
33 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
34 <subviews>
35 <tableView focusRingType="none" verticalHuggingPriority="750" allowsExpansionToolTips="YES" alternatingRowBackgroundColors="YES" columnReordering="NO" autosaveColumns="NO" rowHeight="16" headerView="7" id="6">
36 <rect key="frame" x="0.0" y="0.0" width="427" height="161"/>
37 <autoresizingMask key="autoresizingMask"/>
38 <size key="intercellSpacing" width="3" height="2"/>
39 <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
40 <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
41 <tableColumns>
42 <tableColumn width="424" minWidth="40" maxWidth="1000" id="8">
43 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left">
44 <font key="font" metaFont="smallSystem"/>
45 <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
46 <color key="backgroundColor" white="0.33333299" alpha="1" colorSpace="calibratedWhite"/>
47 </tableHeaderCell>
48 <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="11">
49 <font key="font" metaFont="system"/>
50 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
51 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
52 </textFieldCell>
53 <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
54 </tableColumn>
55 </tableColumns>
56 <connections>
57 <outlet property="dataSource" destination="-2" id="23"/>
58 <outlet property="delegate" destination="-2" id="33"/>
59 </connections>
60 </tableView>
61 </subviews>
62 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
63 </clipView>
64 <scroller key="horizontalScroller" verticalHuggingPriority="750" controlSize="small" horizontal="YES" id="5">
65 <rect key="frame" x="1" y="178" width="427" height="11"/>
66 <autoresizingMask key="autoresizingMask"/>
67 </scroller>
68 <scroller key="verticalScroller" verticalHuggingPriority="750" doubleValue="37" controlSize="small" horizontal="NO" id="4">
69 <rect key="frame" x="428" y="17" width="11" height="161"/>
70 <autoresizingMask key="autoresizingMask"/>
71 </scroller>
72 <tableHeaderView key="headerView" id="7">
73 <rect key="frame" x="0.0" y="0.0" width="427" height="17"/>
74 <autoresizingMask key="autoresizingMask"/>
75 </tableHeaderView>
76 </scrollView>
77 <customView id="18" customClass="GTMWidthBasedTweaker">
78 <rect key="frame" x="356" y="0.0" width="124" height="60"/>
79 <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
80 <subviews>
81 <button verticalHuggingPriority="750" id="12">
82 <rect key="frame" x="14" y="12" width="96" height="32"/>
83 <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
84 <buttonCell key="cell" type="push" title="^IDS_TASK_MANAGER_KILL" bezelStyle="rounded" alignment="center" enabled="NO" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="13">
85 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
86 <font key="font" metaFont="system"/>
87 </buttonCell>
88 <connections>
89 <action selector="killSelectedProcesses:" target="-2" id="32"/>
90 </connections>
91 </button>
92 </subviews>
93 </customView>
94 <customView id="27" customClass="GTMWidthBasedTweaker">
95 <rect key="frame" x="0.0" y="0.0" width="124" height="60"/>
96 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
97 <subviews>
98 <button id="28">
99 <rect key="frame" x="14" y="22" width="96" height="14"/>
100 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
101 <buttonCell key="cell" type="square" title="^IDS_TASK_MANAGER_ABOUT_MEMORY_LINK" bezelStyle="shadowlessSquare" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="29" customClass="HyperlinkButtonCell">
102 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
103 <font key="font" metaFont="system"/>
104 </buttonCell>
105 <connections>
106 <action selector="statsLinkClicked:" target="-2" id="30"/>
107 </connections>
108 </button>
109 </subviews>
110 </customView>
111 </subviews>
112 </view>
113 <connections>
114 <outlet property="delegate" destination="-2" id="34"/>
115 </connections>
116 </window>
117 <customObject id="17" customClass="ChromeUILocalizer"/>
118 <customObject id="19" customClass="GTMUILocalizerAndLayoutTweaker">
119 <connections>
120 <outlet property="localizer_" destination="17" id="20"/>
121 <outlet property="uiObject_" destination="1" id="21"/>
122 </connections>
123 </customObject>
124 </objects>
125 </document>