|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="15705" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES"> |
3 | 3 | <dependencies> |
4 | | - <deployment version="1070" identifier="macosx"/> |
| 4 | + <deployment identifier="macosx"/> |
5 | 5 | <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="15705"/> |
6 | 6 | <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
7 | 7 | </dependencies> |
|
89 | 89 | <rect key="frame" x="1" y="1" width="135" height="291"/> |
90 | 90 | <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
91 | 91 | <subviews> |
92 | | - <outlineView focusRingType="none" verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" columnReordering="NO" multipleSelection="NO" autosaveColumns="NO" rowHeight="20" indentationPerLevel="16" autoresizesOutlineColumn="YES" outlineTableColumn="215" id="213"> |
| 92 | + <outlineView focusRingType="none" verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" columnReordering="NO" multipleSelection="NO" autosaveColumns="NO" rowHeight="20" rowSizeStyle="automatic" viewBased="YES" indentationPerLevel="16" autoresizesOutlineColumn="YES" outlineTableColumn="215" id="213"> |
93 | 93 | <rect key="frame" x="0.0" y="0.0" width="135" height="291"/> |
94 | | - <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
| 94 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
95 | 95 | <size key="intercellSpacing" width="2" height="3"/> |
96 | 96 | <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/> |
97 | 97 | <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/> |
98 | 98 | <tableColumns> |
99 | | - <tableColumn width="133" minWidth="16" maxWidth="1000" id="215"> |
| 99 | + <tableColumn width="123" minWidth="16" maxWidth="1000" id="215"> |
100 | 100 | <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left"> |
101 | | - <font key="font" metaFont="smallSystem"/> |
102 | 101 | <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/> |
103 | 102 | <color key="backgroundColor" white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/> |
104 | 103 | </tableHeaderCell> |
|
108 | 107 | <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/> |
109 | 108 | </textFieldCell> |
110 | 109 | <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/> |
| 110 | + <prototypeCellViews> |
| 111 | + <tableCellView identifier="HeaderCell" id="3nA-cB-ITN" userLabel="Header"> |
| 112 | + <rect key="frame" x="1" y="1" width="123" height="14"/> |
| 113 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
| 114 | + <subviews> |
| 115 | + <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="DLa-Cg-1ui"> |
| 116 | + <rect key="frame" x="0.0" y="-3" width="123" height="14"/> |
| 117 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/> |
| 118 | + <textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="Header" id="j2W-Ma-Tg4"> |
| 119 | + <font key="font" metaFont="smallSystem"/> |
| 120 | + <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> |
| 121 | + <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> |
| 122 | + </textFieldCell> |
| 123 | + </textField> |
| 124 | + </subviews> |
| 125 | + <connections> |
| 126 | + <outlet property="textField" destination="DLa-Cg-1ui" id="nrr-aE-fTg"/> |
| 127 | + </connections> |
| 128 | + </tableCellView> |
| 129 | + <tableCellView identifier="CategoryCell" id="Hjg-4W-uKA" userLabel="Data Cell"> |
| 130 | + <rect key="frame" x="1" y="18" width="123" height="14"/> |
| 131 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
| 132 | + <subviews> |
| 133 | + <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="Upk-z4-o3Y"> |
| 134 | + <rect key="frame" x="0.0" y="0.0" width="123" height="14"/> |
| 135 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES" flexibleMaxY="YES"/> |
| 136 | + <textFieldCell key="cell" controlSize="small" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="Table View Cell" id="6EK-YD-6EQ"> |
| 137 | + <font key="font" metaFont="smallSystem"/> |
| 138 | + <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> |
| 139 | + <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> |
| 140 | + </textFieldCell> |
| 141 | + </textField> |
| 142 | + </subviews> |
| 143 | + <connections> |
| 144 | + <outlet property="textField" destination="Upk-z4-o3Y" id="31j-8S-KDW"/> |
| 145 | + </connections> |
| 146 | + </tableCellView> |
| 147 | + </prototypeCellViews> |
111 | 148 | </tableColumn> |
112 | 149 | </tableColumns> |
113 | 150 | <connections> |
|
135 | 172 | <subviews> |
136 | 173 | <tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" alternatingRowBackgroundColors="YES" columnReordering="NO" multipleSelection="NO" emptySelection="NO" autosaveName="PartBrowserPanelTable" rowHeight="14" headerView="204" id="115" customClass="PartBrowserTableView"> |
137 | 174 | <rect key="frame" x="0.0" y="0.0" width="267" height="269"/> |
138 | | - <autoresizingMask key="autoresizingMask"/> |
| 175 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
139 | 176 | <size key="intercellSpacing" width="3" height="2"/> |
140 | 177 | <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/> |
141 | 178 | <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/> |
|
154 | 191 | <sortDescriptor key="sortDescriptorPrototype" selector="numericCompare:" sortKey="Part Number"/> |
155 | 192 | <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/> |
156 | 193 | </tableColumn> |
157 | | - <tableColumn identifier="Part Name" editable="NO" width="191.08999633789062" minWidth="8" maxWidth="1000" id="116"> |
| 194 | + <tableColumn identifier="Part Name" editable="NO" width="182.08999633789062" minWidth="8" maxWidth="1000" id="116"> |
158 | 195 | <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Description"> |
159 | 196 | <font key="font" metaFont="smallSystem"/> |
160 | 197 | <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/> |
|
184 | 221 | <rect key="frame" x="268" y="23" width="11" height="269"/> |
185 | 222 | <autoresizingMask key="autoresizingMask"/> |
186 | 223 | </scroller> |
187 | | - <tableHeaderView key="headerView" id="204"> |
| 224 | + <tableHeaderView key="headerView" wantsLayer="YES" id="204"> |
188 | 225 | <rect key="frame" x="0.0" y="0.0" width="267" height="23"/> |
189 | 226 | <autoresizingMask key="autoresizingMask"/> |
190 | 227 | </tableHeaderView> |
|
0 commit comments