OSDN Git Service

shared instanceを持つようにした
[kcd/KCD.git] / KCD / BroswerTouchBar.xib
1 <?xml version="1.0" encoding="UTF-8"?>
2 <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="13771" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
3     <dependencies>
4         <deployment identifier="macosx"/>
5         <plugIn identifier="com.apple.InterfaceBuilder.CocoaDFRPlugin" version="13752"/>
6         <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="13771"/>
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="BroserWindowController">
12             <connections>
13                 <outlet property="mainTouchBar" destination="KO5-NQ-mYI" id="pZh-IT-1V9"/>
14                 <outlet property="shipTypeButton" destination="VCN-k6-mCb" id="gST-RT-3t0"/>
15                 <outlet property="shipTypeSegment" destination="7HW-CC-4Ea" id="7R0-xy-vJB"/>
16             </connections>
17         </customObject>
18         <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
19         <customObject id="-3" userLabel="Application" customClass="NSObject"/>
20         <touchBar id="KO5-NQ-mYI">
21             <touchBarItems>
22                 <touchBarItem id="pKr-9W-iXa">
23                     <viewController key="viewController" id="hTJ-9d-zGZ">
24                         <segmentedControl key="view" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="bbl-dd-WqK">
25                             <rect key="frame" x="0.0" y="0.0" width="368" height="30"/>
26                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
27                             <segmentedCell key="cell" borderStyle="border" alignment="left" style="rounded" trackingMode="selectOne" id="csj-UU-Nt7">
28                                 <font key="font" metaFont="system"/>
29                                 <segments>
30                                     <segment label="状況" width="63" selected="YES"/>
31                                     <segment label="編成支援" width="81" tag="1"/>
32                                     <segment label="近代化" width="63"/>
33                                     <segment label="改修工廠"/>
34                                     <segment label="修復" width="63"/>
35                                 </segments>
36                             </segmentedCell>
37                             <connections>
38                                 <action selector="changeMainTab:" target="-2" id="Rk4-So-gqY"/>
39                                 <binding destination="-2" name="selectedIndex" keyPath="informantionViewController.selectionIndex" id="8tv-lN-wYI"/>
40                             </connections>
41                         </segmentedControl>
42                     </viewController>
43                     <size key="designTimeSize" width="368" height="30"/>
44                 </touchBarItem>
45                 <touchBarPopoverItem collapsedRepresentationLabel="艦種" id="VCN-k6-mCb">
46                     <touchBar key="popoverTouchBar" id="APL-uq-yMM">
47                         <touchBarItems>
48                             <touchBarItem id="vZX-un-FLk">
49                                 <viewController key="viewController" id="aGC-uc-EzH">
50                                     <segmentedControl key="view" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="7HW-CC-4Ea">
51                                         <rect key="frame" x="0.0" y="0.0" width="545" height="30"/>
52                                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
53                                         <segmentedCell key="cell" borderStyle="border" alignment="left" style="rounded" trackingMode="selectOne" id="yxg-T9-ze0">
54                                             <font key="font" metaFont="system"/>
55                                             <segments>
56                                                 <segment label="All"/>
57                                                 <segment label="駆逐艦" selected="YES" tag="1"/>
58                                                 <segment label="軽巡洋艦"/>
59                                                 <segment label="重巡洋艦"/>
60                                                 <segment label="航空母艦"/>
61                                                 <segment label="戦艦"/>
62                                                 <segment label="潜水艦"/>
63                                                 <segment label="その他"/>
64                                             </segments>
65                                         </segmentedCell>
66                                     </segmentedControl>
67                                 </viewController>
68                                 <size key="designTimeSize" width="545" height="30"/>
69                             </touchBarItem>
70                         </touchBarItems>
71                     </touchBar>
72                 </touchBarPopoverItem>
73                 <touchBarSpacerItem identifier="NSTouchBarItemIdentifierFlexibleSpace" id="svg-Pb-xQP"/>
74                 <touchBarItem id="7eW-tl-nGX">
75                     <viewController key="viewController" id="vRj-hI-LkZ">
76                         <button key="view" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="cIH-Bh-vW5">
77                             <rect key="frame" x="0.0" y="0.0" width="70" height="30"/>
78                             <constraints>
79                                 <constraint firstAttribute="width" constant="70" id="rQ7-jW-TxG"/>
80                             </constraints>
81                             <buttonCell key="cell" type="push" bezelStyle="rounded" image="CameraDisabled" imagePosition="overlaps" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="fCm-1G-N0B">
82                                 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
83                                 <font key="font" usesAppearanceFont="YES"/>
84                             </buttonCell>
85                             <connections>
86                                 <action selector="screenShot:" target="-2" id="ANI-9D-fKN"/>
87                             </connections>
88                         </button>
89                     </viewController>
90                     <size key="designTimeSize" width="70" height="30"/>
91                 </touchBarItem>
92             </touchBarItems>
93             <point key="canvasLocation" x="-230" y="22"/>
94         </touchBar>
95     </objects>
96     <resources>
97         <image name="CameraDisabled" width="128" height="128"/>
98     </resources>
99 </document>