-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathColorMriSettings.xib
43 lines (43 loc) · 3.19 KB
/
ColorMriSettings.xib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="13771" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
<dependencies>
<deployment version="1070" identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="13771"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner" customClass="ColorMriSettings">
<connections>
<outlet property="browser" destination="yYQ-wf-Jf8" id="boo-oX-aDg"/>
<outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/>
</connections>
</customObject>
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
<window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" releasedWhenClosed="NO" animationBehavior="default" id="F0z-JX-Cv5">
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
<rect key="contentRect" x="196" y="240" width="480" height="617"/>
<rect key="screenRect" x="0.0" y="0.0" width="1920" height="1057"/>
<view key="contentView" wantsLayer="YES" id="se5-gp-TjO">
<rect key="frame" x="0.0" y="0.0" width="480" height="617"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<browser verticalHuggingPriority="750" allowsExpansionToolTips="YES" enabled="YES" hasHorizontalScroller="YES" allowsEmptySelection="YES" defaultColumnWidth="100" minColumnWidth="100" titled="YES" separatesColumns="YES" allowsTypeSelect="YES" columnResizingType="auto" translatesAutoresizingMaskIntoConstraints="NO" id="yYQ-wf-Jf8">
<rect key="frame" x="20" y="20" width="440" height="599"/>
</browser>
</subviews>
<constraints>
<constraint firstAttribute="trailing" secondItem="yYQ-wf-Jf8" secondAttribute="trailing" constant="20" id="Bma-1x-Toj"/>
<constraint firstItem="yYQ-wf-Jf8" firstAttribute="leading" secondItem="se5-gp-TjO" secondAttribute="leading" constant="20" id="Fbj-pB-Lds"/>
<constraint firstItem="yYQ-wf-Jf8" firstAttribute="top" secondItem="se5-gp-TjO" secondAttribute="top" constant="20" id="Z5A-qK-Y6U"/>
<constraint firstAttribute="bottom" secondItem="yYQ-wf-Jf8" secondAttribute="bottom" constant="20" id="q2H-eQ-RGQ"/>
</constraints>
</view>
<connections>
<outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
</connections>
<point key="canvasLocation" x="139" y="334.5"/>
</window>
</objects>
</document>