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.
55 lines
3.5 KiB
55 lines
3.5 KiB
9 years ago
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||
|
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9531" systemVersion="15C50" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
|
||
|
<dependencies>
|
||
|
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="9531"/>
|
||
|
</dependencies>
|
||
|
<objects>
|
||
|
<customObject id="-2" userLabel="File's Owner" customClass="CLOneWindowController">
|
||
|
<connections>
|
||
|
<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"/>
|
||
|
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
|
||
|
<rect key="contentRect" x="196" y="240" width="480" height="275"/>
|
||
|
<rect key="screenRect" x="0.0" y="0.0" width="1280" height="777"/>
|
||
|
<view key="contentView" id="se5-gp-TjO">
|
||
|
<rect key="frame" x="0.0" y="0.0" width="480" height="275"/>
|
||
|
<autoresizingMask key="autoresizingMask"/>
|
||
|
</view>
|
||
|
<toolbar key="toolbar" implicitIdentifier="15DCF3D0-4463-497F-B0C3-14E5359E9266" autosavesConfiguration="NO" displayMode="iconAndLabel" sizeMode="small" id="eut-Zr-nON">
|
||
|
<allowedToolbarItems>
|
||
|
<toolbarItem implicitItemIdentifier="716E502A-B9AE-4776-9A41-E42176C403F7" label="General" paletteLabel="General" tag="-1" image="NSHomeTemplate" id="Khj-zc-D5t">
|
||
|
<connections>
|
||
|
<action selector="openPreferences:" target="-2" id="rJI-gB-Gcb"/>
|
||
|
</connections>
|
||
|
</toolbarItem>
|
||
|
<toolbarItem implicitItemIdentifier="3BF08920-522C-482A-93B1-0425F8C1FBA3" label="Appearance" paletteLabel="Appearance" tag="-1" image="NSComputer" autovalidates="NO" id="hOs-51-YmZ"/>
|
||
|
<toolbarItem implicitItemIdentifier="B5E58161-D319-4490-AD3C-CED0C67FD50E" label="Appearance" paletteLabel="About Us" tag="-1" image="NSInfo" autovalidates="NO" id="ti4-MJ-8Xu">
|
||
|
<connections>
|
||
|
<action selector="openAboutUsView:" target="-2" id="Aec-lN-CqR"/>
|
||
|
</connections>
|
||
|
</toolbarItem>
|
||
|
</allowedToolbarItems>
|
||
|
<defaultToolbarItems>
|
||
|
<toolbarItem reference="Khj-zc-D5t"/>
|
||
|
<toolbarItem reference="hOs-51-YmZ"/>
|
||
|
<toolbarItem reference="ti4-MJ-8Xu"/>
|
||
|
</defaultToolbarItems>
|
||
|
</toolbar>
|
||
|
<connections>
|
||
|
<outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
|
||
|
</connections>
|
||
|
<point key="canvasLocation" x="347" y="305.5"/>
|
||
|
</window>
|
||
|
</objects>
|
||
|
<resources>
|
||
|
<image name="NSComputer" width="32" height="32"/>
|
||
|
<image name="NSHomeTemplate" width="14" height="14"/>
|
||
|
<image name="NSInfo" width="32" height="32"/>
|
||
|
</resources>
|
||
|
</document>
|