OSDN Git Service

staticプロパティをインスタンスプロパティに変更
[kcd/KCD.git] / KCD / HistoryWindowTouchBar.xib
1 <?xml version="1.0" encoding="UTF-8"?>
2 <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="13529" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
3     <dependencies>
4         <deployment version="101202" identifier="macosx"/>
5         <plugIn identifier="com.apple.InterfaceBuilder.CocoaDFRPlugin" version="13506"/>
6         <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="13529"/>
7         <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
8         <capability name="the Touch Bar" message="Use a version of macOS with Touch Bar support." minToolsVersion="8.1" minSystemVersion="10.12.2" requiredIntegratedClassName="NSTouchBar"/>
9     </dependencies>
10     <objects>
11         <customObject id="-2" userLabel="File's Owner" customClass="HistoryWindowController" customModule="KCD">
12             <connections>
13                 <outlet property="myTouchBar" destination="6zi-UH-Fiy" id="0fR-6K-oG1"/>
14                 <outlet property="searchButton" destination="zwm-UM-SpA" id="ips-An-Ehr"/>
15             </connections>
16         </customObject>
17         <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
18         <customObject id="-3" userLabel="Application" customClass="NSObject"/>
19         <touchBar id="6zi-UH-Fiy">
20             <touchBarItems>
21                 <touchBarItem id="j7q-km-9xd">
22                     <viewController key="viewController" id="Kuk-0j-Ob6">
23                         <segmentedControl key="view" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="n7V-dp-sAJ">
24                             <rect key="frame" x="0.0" y="0.0" width="271" height="30"/>
25                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
26                             <segmentedCell key="cell" borderStyle="border" alignment="left" style="rounded" trackingMode="selectOne" id="uPP-QN-23U">
27                                 <font key="font" metaFont="system"/>
28                                 <segments>
29                                     <segment label="開発履歴" width="87"/>
30                                     <segment label="建造履歴" width="87" selected="YES" tag="1"/>
31                                     <segment label="ドロップ履歴" width="87"/>
32                                 </segments>
33                             </segmentedCell>
34                             <connections>
35                                 <binding destination="-2" name="selectedIndex" keyPath="selectedTabIndex" id="0ve-VN-WmF"/>
36                             </connections>
37                         </segmentedControl>
38                     </viewController>
39                     <size key="designTimeSize" width="271" height="30"/>
40                 </touchBarItem>
41                 <touchBarItem id="X83-Wd-05k">
42                     <viewController key="viewController" id="Lek-zg-1B1">
43                         <button key="view" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="zwm-UM-SpA">
44                             <rect key="frame" x="0.0" y="0.0" width="72" height="30"/>
45                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
46                             <buttonCell key="cell" type="push" bezelStyle="rounded" image="NSTouchBarSearchTemplate" imagePosition="only" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="uOd-QH-aXS">
47                                 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
48                                 <font key="font" usesAppearanceFont="YES"/>
49                             </buttonCell>
50                             <connections>
51                                 <action selector="selectSearchField:" target="-2" id="92A-dN-pkO"/>
52                             </connections>
53                         </button>
54                     </viewController>
55                 </touchBarItem>
56             </touchBarItems>
57             <point key="canvasLocation" x="104" y="262"/>
58         </touchBar>
59     </objects>
60     <resources>
61         <image name="NSTouchBarSearchTemplate" width="19" height="30"/>
62     </resources>
63 </document>