OSDN Git Service

AppDelegateからウインドウに関する部分を分離した
[kcd/KCD.git] / KCD / Base.lproj / BookmarkEditorViewController.xib
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="10117" systemVersion="15G31" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
3     <dependencies>
4         <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="10117"/>
5     </dependencies>
6     <objects>
7         <customObject id="-2" userLabel="File's Owner" customClass="BookmarkEditorViewController">
8             <connections>
9                 <outlet property="view" destination="pcv-Hv-bXe" id="mJN-BV-ldx"/>
10             </connections>
11         </customObject>
12         <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
13         <customObject id="-3" userLabel="Application" customClass="NSObject"/>
14         <customView id="pcv-Hv-bXe">
15             <rect key="frame" x="0.0" y="0.0" width="318" height="74"/>
16             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
17             <subviews>
18                 <button fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="IRo-IB-n0X">
19                     <rect key="frame" x="9" y="18" width="82" height="20"/>
20                     <buttonCell key="cell" type="check" title="Scroll Lock" bezelStyle="regularSquare" imagePosition="left" controlSize="small" state="on" inset="2" id="okS-ci-exe">
21                         <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
22                         <font key="font" metaFont="smallSystem"/>
23                     </buttonCell>
24                     <connections>
25                         <binding destination="I4C-W6-dUG" name="value" keyPath="selection.canScroll" id="4Wc-n6-vfR">
26                             <dictionary key="options">
27                                 <string key="NSValueTransformerName">NSNegateBoolean</string>
28                             </dictionary>
29                         </binding>
30                     </connections>
31                 </button>
32                 <button fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="p5V-yH-J1x">
33                     <rect key="frame" x="94" y="18" width="86" height="20"/>
34                     <buttonCell key="cell" type="check" title="Resize Lock" bezelStyle="regularSquare" imagePosition="left" controlSize="small" state="on" inset="2" id="kjp-el-vjI">
35                         <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
36                         <font key="font" metaFont="smallSystem"/>
37                     </buttonCell>
38                     <connections>
39                         <binding destination="I4C-W6-dUG" name="value" keyPath="selection.canResize" id="a4z-Rf-d6z">
40                             <dictionary key="options">
41                                 <string key="NSValueTransformerName">NSNegateBoolean</string>
42                             </dictionary>
43                         </binding>
44                     </connections>
45                 </button>
46                 <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="6Vh-AS-ZaB">
47                     <rect key="frame" x="12" y="43" width="294" height="19"/>
48                     <textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="tH0-kx-rHf">
49                         <font key="font" metaFont="smallSystem"/>
50                         <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
51                         <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
52                     </textFieldCell>
53                     <connections>
54                         <binding destination="I4C-W6-dUG" name="value" keyPath="selection.name" id="8Mv-a1-VCI"/>
55                     </connections>
56                 </textField>
57                 <slider verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="o8R-zQ-BDE">
58                     <rect key="frame" x="214" y="19" width="92" height="17"/>
59                     <sliderCell key="cell" controlSize="small" state="on" alignment="left" maxValue="3" doubleValue="3" tickMarkPosition="above" sliderType="linear" id="G0v-GD-pZ6"/>
60                     <connections>
61                         <binding destination="I4C-W6-dUG" name="value" keyPath="selection.scrollDelayValue" id="XTc-ic-kne"/>
62                     </connections>
63                 </slider>
64             </subviews>
65             <point key="canvasLocation" x="323" y="369"/>
66         </customView>
67         <objectController objectClassName="BookmarkItem" id="I4C-W6-dUG">
68             <connections>
69                 <binding destination="-2" name="contentObject" keyPath="representedObject" id="WSR-7y-dcX"/>
70             </connections>
71         </objectController>
72     </objects>
73 </document>