OSDN Git Service

windowのオートセーブを設定
[kcd/KCD.git] / KCD / Base.lproj / HMQuestListViewController.xib
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9532" systemVersion="15D21" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
3     <dependencies>
4         <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="9532"/>
5     </dependencies>
6     <objects>
7         <customObject id="-2" userLabel="File's Owner" customClass="HMQuestListViewController">
8             <connections>
9                 <outlet property="view" destination="Kl6-lo-Q4i" id="KmT-Sb-Wds"/>
10             </connections>
11         </customObject>
12         <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
13         <customObject id="-3" userLabel="Application" customClass="NSObject"/>
14         <arrayController mode="entity" entityName="Quest" fetchPredicateFormat="state != 1" editable="NO" automaticallyPreparesContent="YES" automaticallyRearrangesObjects="YES" id="F22-nO-j6e">
15             <connections>
16                 <binding destination="-2" name="managedObjectContext" keyPath="managedObjectContext" id="db1-Gy-siX"/>
17                 <binding destination="-2" name="sortDescriptors" keyPath="sortDesciptors" id="39T-nq-LD0"/>
18             </connections>
19         </arrayController>
20         <scrollView focusRingType="none" autohidesScrollers="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" usesPredominantAxisScrolling="NO" id="Kl6-lo-Q4i">
21             <rect key="frame" x="0.0" y="0.0" width="274" height="425"/>
22             <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
23             <clipView key="contentView" drawsBackground="NO" id="wWB-1O-7s9">
24                 <rect key="frame" x="1" y="17" width="272" height="407"/>
25                 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
26                 <subviews>
27                     <tableView focusRingType="none" verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="none" alternatingRowBackgroundColors="YES" multipleSelection="NO" autosaveColumns="NO" headerView="Rqz-dR-haG" id="HY7-kd-226">
28                         <rect key="frame" x="0.0" y="0.0" width="272" height="407"/>
29                         <autoresizingMask key="autoresizingMask"/>
30                         <size key="intercellSpacing" width="3" height="2"/>
31                         <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
32                         <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
33                         <tableColumns>
34                             <tableColumn width="225" minWidth="225" maxWidth="225" id="ZLy-Yv-ZcC">
35                                 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="作戦名">
36                                     <font key="font" metaFont="smallSystem"/>
37                                     <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
38                                     <color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
39                                 </tableHeaderCell>
40                                 <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="DZM-uI-E9q">
41                                     <font key="font" metaFont="system"/>
42                                     <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
43                                     <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
44                                 </textFieldCell>
45                                 <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
46                                 <connections>
47                                     <binding destination="F22-nO-j6e" name="value" keyPath="arrangedObjects.title" id="PU5-di-U50">
48                                         <dictionary key="options">
49                                             <bool key="NSCreatesSortDescriptor" value="NO"/>
50                                         </dictionary>
51                                     </binding>
52                                 </connections>
53                             </tableColumn>
54                             <tableColumn width="41" minWidth="10" maxWidth="41" id="3hh-X0-4MT">
55                                 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="center" title="進捗">
56                                     <font key="font" metaFont="smallSystem"/>
57                                     <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
58                                     <color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
59                                 </tableHeaderCell>
60                                 <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="right" title="Text Cell" id="tGB-ju-3YR">
61                                     <font key="font" metaFont="system"/>
62                                     <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
63                                     <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
64                                     <connections>
65                                         <binding destination="-3" name="font" keyPath="delegate.monospaceSystemFont13" id="voc-e7-Wvv"/>
66                                     </connections>
67                                 </textFieldCell>
68                                 <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
69                                 <connections>
70                                     <binding destination="F22-nO-j6e" name="value" keyPath="arrangedObjects.compositStatus" id="ntL-5l-UMh">
71                                         <dictionary key="options">
72                                             <bool key="NSCreatesSortDescriptor" value="NO"/>
73                                             <string key="NSValueTransformerName">HMQuestProgressTransformer</string>
74                                         </dictionary>
75                                     </binding>
76                                 </connections>
77                             </tableColumn>
78                         </tableColumns>
79                     </tableView>
80                 </subviews>
81                 <nil key="backgroundColor"/>
82             </clipView>
83             <scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="egE-Yp-zYw">
84                 <rect key="frame" x="1" y="119" width="223" height="15"/>
85                 <autoresizingMask key="autoresizingMask"/>
86             </scroller>
87             <scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="NO" id="Ote-xp-8xc">
88                 <rect key="frame" x="224" y="17" width="15" height="102"/>
89                 <autoresizingMask key="autoresizingMask"/>
90             </scroller>
91             <tableHeaderView key="headerView" id="Rqz-dR-haG">
92                 <rect key="frame" x="0.0" y="0.0" width="272" height="17"/>
93                 <autoresizingMask key="autoresizingMask"/>
94             </tableHeaderView>
95             <point key="canvasLocation" x="292" y="367.5"/>
96         </scrollView>
97     </objects>
98 </document>