OSDN Git Service

HMScreenshotList.storyboardを削除
[kcd/KCD.git] / KCD / HMScreenshotListViewController.xib
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="11201" systemVersion="15G1004" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
3     <dependencies>
4         <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="11201"/>
5     </dependencies>
6     <objects>
7         <customObject id="-2" userLabel="File's Owner" customClass="HMScreenshotListViewController">
8             <connections>
9                 <outlet property="collectionView" destination="qg6-X7-FWD" id="Ojq-hC-5x0"/>
10                 <outlet property="screenshotsController" destination="iuk-Lx-Dxz" id="ydd-tm-UeM"/>
11                 <outlet property="view" destination="c22-O7-iKe" id="EjK-Hp-A4z"/>
12             </connections>
13         </customObject>
14         <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
15         <customObject id="-3" userLabel="Application" customClass="NSObject"/>
16         <arrayController id="iuk-Lx-Dxz">
17             <connections>
18                 <binding destination="-2" name="filterPredicate" keyPath="representedObject.filterPredicate" id="fn0-ws-5GV"/>
19                 <binding destination="-2" name="contentArray" keyPath="representedObject.screenshots" id="O3C-i5-4jJ"/>
20                 <binding destination="-2" name="selectionIndexes" keyPath="representedObject.selectedIndexes" previousBinding="fn0-ws-5GV" id="bnU-Aj-PDq"/>
21                 <binding destination="-2" name="sortDescriptors" keyPath="representedObject.sortDescriptors" previousBinding="bnU-Aj-PDq" id="NIu-Rc-Grr"/>
22             </connections>
23         </arrayController>
24         <customView id="c22-O7-iKe">
25             <rect key="frame" x="0.0" y="0.0" width="480" height="594"/>
26             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
27             <subviews>
28                 <scrollView autohidesScrollers="YES" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="7U1-Yk-pgg">
29                     <rect key="frame" x="0.0" y="33" width="480" height="561"/>
30                     <clipView key="contentView" id="Zbz-bV-Frt">
31                         <rect key="frame" x="1" y="1" width="478" height="559"/>
32                         <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
33                         <subviews>
34                             <collectionView selectable="YES" allowsEmptySelection="NO" allowsMultipleSelection="YES" id="qg6-X7-FWD" customClass="HMCollectionView">
35                                 <rect key="frame" x="0.0" y="0.0" width="478" height="559"/>
36                                 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
37                                 <collectionViewFlowLayout key="collectionViewLayout" minimumInteritemSpacing="10" minimumLineSpacing="10" id="trf-hX-M9X">
38                                     <size key="itemSize" width="50" height="50"/>
39                                     <edgeInsets key="sectionInset" left="8" right="8" top="8" bottom="8"/>
40                                 </collectionViewFlowLayout>
41                                 <color key="primaryBackgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
42                                 <connections>
43                                     <binding destination="iuk-Lx-Dxz" name="content" keyPath="arrangedObjects" id="V8Q-op-clC"/>
44                                     <outlet property="delegate" destination="-2" id="duc-gn-uxz"/>
45                                     <outlet property="menu" destination="YP2-M6-2WJ" id="uUA-fj-mSm"/>
46                                 </connections>
47                             </collectionView>
48                         </subviews>
49                         <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
50                     </clipView>
51                     <scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="EkW-lH-Xqi">
52                         <rect key="frame" x="1" y="144" width="233" height="15"/>
53                         <autoresizingMask key="autoresizingMask"/>
54                     </scroller>
55                     <scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" doubleValue="1" horizontal="NO" id="zfy-z5-JwX">
56                         <rect key="frame" x="234" y="1" width="15" height="143"/>
57                         <autoresizingMask key="autoresizingMask"/>
58                     </scroller>
59                 </scrollView>
60                 <slider verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="yAb-DI-6ut">
61                     <rect key="frame" x="207" y="6" width="267" height="21"/>
62                     <constraints>
63                         <constraint firstAttribute="height" constant="17" id="hwt-Fn-wJs"/>
64                     </constraints>
65                     <sliderCell key="cell" continuous="YES" refusesFirstResponder="YES" state="on" alignment="left" minValue="0.20000000000000001" maxValue="0.90000000000000002" doubleValue="0.90000000000000002" tickMarkPosition="above" sliderType="linear" id="hO7-4z-A2O"/>
66                     <connections>
67                         <binding destination="-2" name="maxValue" keyPath="maxZoom" id="vam-gz-oQq"/>
68                         <binding destination="-2" name="value" keyPath="zoom" previousBinding="vam-gz-oQq" id="2mY-1p-K3E"/>
69                     </connections>
70                 </slider>
71                 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="vkb-uY-8tN">
72                     <rect key="frame" x="6" y="8" width="197" height="17"/>
73                     <constraints>
74                         <constraint firstAttribute="width" constant="193" id="Dzl-ia-8qS"/>
75                         <constraint firstAttribute="height" constant="17" id="guK-c8-dLQ"/>
76                     </constraints>
77                     <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Label" id="rWY-Vt-N4T">
78                         <font key="font" metaFont="system"/>
79                         <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
80                         <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
81                     </textFieldCell>
82                     <connections>
83                         <binding destination="iuk-Lx-Dxz" name="displayPatternValue1" keyPath="arrangedObjects.@count" id="An8-PN-bAR">
84                             <dictionary key="options">
85                                 <string key="NSDisplayPattern">%{value1}@のスクリーンショット</string>
86                             </dictionary>
87                         </binding>
88                     </connections>
89                 </textField>
90             </subviews>
91             <constraints>
92                 <constraint firstAttribute="bottom" secondItem="vkb-uY-8tN" secondAttribute="bottom" constant="8" id="PfF-7V-b9m"/>
93                 <constraint firstItem="vkb-uY-8tN" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" constant="8" id="U2X-gh-3E4"/>
94                 <constraint firstAttribute="trailing" secondItem="7U1-Yk-pgg" secondAttribute="trailing" id="Wx3-wj-ptE"/>
95                 <constraint firstItem="7U1-Yk-pgg" firstAttribute="top" secondItem="c22-O7-iKe" secondAttribute="top" id="Yix-uG-z25"/>
96                 <constraint firstItem="7U1-Yk-pgg" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" id="Zdh-8d-J9U"/>
97                 <constraint firstAttribute="trailing" secondItem="yAb-DI-6ut" secondAttribute="trailing" constant="8" id="aGW-zm-Jyq"/>
98                 <constraint firstAttribute="bottom" secondItem="7U1-Yk-pgg" secondAttribute="bottom" constant="33" id="jlB-Hy-hgZ"/>
99                 <constraint firstItem="yAb-DI-6ut" firstAttribute="leading" secondItem="vkb-uY-8tN" secondAttribute="trailing" constant="8" id="qnm-O9-zdZ"/>
100                 <constraint firstAttribute="bottom" secondItem="yAb-DI-6ut" secondAttribute="bottom" constant="8" id="wQw-rB-Vex"/>
101             </constraints>
102             <point key="canvasLocation" x="72" y="135"/>
103         </customView>
104         <menu id="YP2-M6-2WJ">
105             <items>
106                 <menuItem title="Finderに表示" id="eyO-ph-Z9i">
107                     <modifierMask key="keyEquivalentModifierMask"/>
108                     <connections>
109                         <action selector="revealInFinder:" target="-2" id="Tq2-Kn-f2S"/>
110                     </connections>
111                 </menuItem>
112                 <menuItem title="削除" id="grB-62-VUF">
113                     <modifierMask key="keyEquivalentModifierMask"/>
114                     <connections>
115                         <action selector="delete:" target="-2" id="XSU-hZ-PG3"/>
116                     </connections>
117                 </menuItem>
118             </items>
119             <point key="canvasLocation" x="-287" y="128.5"/>
120         </menu>
121     </objects>
122 </document>