OSDN Git Service

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