You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
1.7 KiB
27 lines
1.7 KiB
9 years ago
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||
|
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="6250" systemVersion="14A389" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
|
||
|
<dependencies>
|
||
|
<deployment identifier="macosx"/>
|
||
|
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="6250"/>
|
||
|
</dependencies>
|
||
|
<objects>
|
||
|
<customObject id="-2" userLabel="File's Owner" customClass="IKCodeAutoLayoutWindowController">
|
||
|
<connections>
|
||
|
<outlet property="window" destination="3" id="26"/>
|
||
|
</connections>
|
||
|
</customObject>
|
||
|
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
|
||
|
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
|
||
|
<window title="Code Auto Layout Demo" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" hidesOnDeactivate="YES" oneShot="NO" showsToolbarButton="NO" frameAutosaveName="Code Auto Layout Demo" animationBehavior="default" id="3" customClass="NSPanel">
|
||
|
<windowStyleMask key="styleMask" titled="YES" closable="YES" resizable="YES" utility="YES"/>
|
||
|
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
|
||
|
<rect key="contentRect" x="196" y="112" width="327" height="98"/>
|
||
|
<rect key="screenRect" x="0.0" y="0.0" width="1366" height="745"/>
|
||
|
<view key="contentView" id="4">
|
||
|
<rect key="frame" x="0.0" y="0.0" width="327" height="98"/>
|
||
|
<autoresizingMask key="autoresizingMask"/>
|
||
|
</view>
|
||
|
</window>
|
||
|
</objects>
|
||
|
</document>
|