mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-27 05:57:04 +00:00
259 lines
20 KiB
XML
259 lines
20 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="11198.2" systemVersion="15G31" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
|
|
<dependencies>
|
|
<deployment version="1050" identifier="macosx"/>
|
|
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="11198.2"/>
|
|
</dependencies>
|
|
<objects>
|
|
<customObject id="-2" userLabel="File's Owner" customClass="NSApplication">
|
|
<connections>
|
|
<outlet property="delegate" destination="450" id="451"/>
|
|
</connections>
|
|
</customObject>
|
|
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
|
|
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
|
|
<window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" animationBehavior="default" id="371">
|
|
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
|
|
<windowPositionMask key="initialPositionMask" leftStrut="YES" topStrut="YES"/>
|
|
<rect key="contentRect" x="487" y="354" width="745" height="482"/>
|
|
<rect key="screenRect" x="0.0" y="0.0" width="1680" height="1027"/>
|
|
<view key="contentView" id="372">
|
|
<rect key="frame" x="0.0" y="0.0" width="745" height="482"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
<subviews>
|
|
<segmentedControl verticalHuggingPriority="750" id="460">
|
|
<rect key="frame" x="136" y="341" width="94" height="20"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<segmentedCell key="cell" controlSize="small" borderStyle="border" alignment="left" style="rounded" trackingMode="selectOne" id="461">
|
|
<font key="font" metaFont="smallSystem"/>
|
|
<segments>
|
|
<segment label="hello"/>
|
|
<segment label="world" selected="YES" tag="1"/>
|
|
</segments>
|
|
</segmentedCell>
|
|
</segmentedControl>
|
|
<segmentedControl verticalHuggingPriority="750" id="469">
|
|
<rect key="frame" x="136" y="389" width="208" height="24"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<segmentedCell key="cell" borderStyle="border" alignment="left" style="rounded" trackingMode="selectOne" id="470">
|
|
<font key="font" metaFont="system"/>
|
|
<segments>
|
|
<segment label="hello" width="100"/>
|
|
<segment label="world" width="100" selected="YES" tag="1"/>
|
|
</segments>
|
|
</segmentedCell>
|
|
</segmentedControl>
|
|
<button verticalHuggingPriority="750" id="462">
|
|
<rect key="frame" x="125" y="258" width="237" height="32"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<buttonCell key="cell" type="push" title="Add segment with flexible width" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="463">
|
|
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
|
<font key="font" metaFont="system"/>
|
|
</buttonCell>
|
|
<connections>
|
|
<action selector="addSegment:" target="450" id="467"/>
|
|
</connections>
|
|
</button>
|
|
<button verticalHuggingPriority="750" id="473">
|
|
<rect key="frame" x="125" y="225" width="230" height="32"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<buttonCell key="cell" type="push" title="Add segment with fixed width" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="474">
|
|
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
|
<font key="font" metaFont="system"/>
|
|
</buttonCell>
|
|
<connections>
|
|
<action selector="addSegmentWithFixedSize:" target="450" id="476"/>
|
|
</connections>
|
|
</button>
|
|
<button verticalHuggingPriority="750" id="464">
|
|
<rect key="frame" x="125" y="192" width="230" height="32"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<buttonCell key="cell" type="push" title="SetSegmentCount:" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="465">
|
|
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
|
<font key="font" metaFont="system"/>
|
|
</buttonCell>
|
|
<connections>
|
|
<action selector="removeSegment:" target="450" id="480"/>
|
|
</connections>
|
|
</button>
|
|
<button verticalHuggingPriority="750" id="487">
|
|
<rect key="frame" x="125" y="152" width="230" height="32"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<buttonCell key="cell" type="push" title="Change label At Index:" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="488">
|
|
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
|
<font key="font" metaFont="system"/>
|
|
</buttonCell>
|
|
<connections>
|
|
<action selector="changeLabel:" target="450" id="493"/>
|
|
</connections>
|
|
</button>
|
|
<button verticalHuggingPriority="750" id="490">
|
|
<rect key="frame" x="125" y="119" width="230" height="32"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<buttonCell key="cell" type="push" title="Change image At Index:" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="491">
|
|
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
|
<font key="font" metaFont="system"/>
|
|
</buttonCell>
|
|
<connections>
|
|
<action selector="changeImage:" target="450" id="494"/>
|
|
</connections>
|
|
</button>
|
|
<stepper horizontalHuggingPriority="750" verticalHuggingPriority="750" id="497">
|
|
<rect key="frame" x="401" y="230" width="19" height="27"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<stepperCell key="cell" continuous="YES" alignment="left" increment="10" minValue="1" maxValue="200" doubleValue="50" id="498"/>
|
|
<connections>
|
|
<action selector="takeIntegerValueFrom:" target="499" id="512"/>
|
|
</connections>
|
|
</stepper>
|
|
<textField verticalHuggingPriority="750" tag="1" id="499">
|
|
<rect key="frame" x="357" y="232" width="39" height="22"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" title="50" drawsBackground="YES" id="500">
|
|
<font key="font" metaFont="system"/>
|
|
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
|
|
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
|
</textFieldCell>
|
|
</textField>
|
|
<stepper horizontalHuggingPriority="750" verticalHuggingPriority="750" id="502">
|
|
<rect key="frame" x="401" y="156" width="19" height="27"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<stepperCell key="cell" continuous="YES" alignment="left" maxValue="100" id="506"/>
|
|
<connections>
|
|
<action selector="takeIntegerValueFrom:" target="503" id="513"/>
|
|
</connections>
|
|
</stepper>
|
|
<textField verticalHuggingPriority="750" tag="2" id="503">
|
|
<rect key="frame" x="357" y="158" width="39" height="22"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" title="0" drawsBackground="YES" id="504">
|
|
<font key="font" metaFont="system"/>
|
|
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
|
|
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
|
</textFieldCell>
|
|
</textField>
|
|
<stepper horizontalHuggingPriority="750" verticalHuggingPriority="750" id="507">
|
|
<rect key="frame" x="401" y="124" width="19" height="27"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<stepperCell key="cell" continuous="YES" alignment="left" maxValue="100" id="511"/>
|
|
<connections>
|
|
<action selector="takeIntegerValueFrom:" target="508" id="514"/>
|
|
</connections>
|
|
</stepper>
|
|
<textField verticalHuggingPriority="750" tag="3" id="508">
|
|
<rect key="frame" x="357" y="126" width="39" height="22"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" title="0" drawsBackground="YES" id="509">
|
|
<font key="font" metaFont="system"/>
|
|
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
|
|
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
|
</textFieldCell>
|
|
</textField>
|
|
<stepper horizontalHuggingPriority="750" verticalHuggingPriority="750" id="515">
|
|
<rect key="frame" x="401" y="197" width="19" height="27"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<stepperCell key="cell" continuous="YES" alignment="left" maxValue="10" doubleValue="3" id="518"/>
|
|
<connections>
|
|
<action selector="takeIntegerValueFrom:" target="516" id="519"/>
|
|
</connections>
|
|
</stepper>
|
|
<textField verticalHuggingPriority="750" tag="4" id="516">
|
|
<rect key="frame" x="357" y="199" width="39" height="22"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" title="3" drawsBackground="YES" id="517">
|
|
<font key="font" metaFont="system"/>
|
|
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
|
|
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
|
</textFieldCell>
|
|
</textField>
|
|
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" id="520">
|
|
<rect key="frame" x="25" y="393" width="82" height="17"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Regular (cib)" id="521">
|
|
<font key="font" metaFont="system"/>
|
|
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
|
|
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
|
</textFieldCell>
|
|
</textField>
|
|
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" id="522">
|
|
<rect key="frame" x="25" y="343" width="69" height="17"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Small (cib)" id="523">
|
|
<font key="font" metaFont="system"/>
|
|
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
|
|
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
|
</textFieldCell>
|
|
</textField>
|
|
<popUpButton verticalHuggingPriority="750" id="524">
|
|
<rect key="frame" x="136" y="438" width="144" height="26"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<popUpButtonCell key="cell" type="push" title="Select One" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="527" id="525">
|
|
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
|
<font key="font" metaFont="menu"/>
|
|
<menu key="menu" id="526">
|
|
<items>
|
|
<menuItem title="Select One" state="on" id="527"/>
|
|
<menuItem title="Select Many" id="528"/>
|
|
<menuItem title="Momentary" id="529"/>
|
|
</items>
|
|
</menu>
|
|
</popUpButtonCell>
|
|
<connections>
|
|
<action selector="setTrackingMode:" target="450" id="532"/>
|
|
</connections>
|
|
</popUpButton>
|
|
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" id="530">
|
|
<rect key="frame" x="25" y="443" width="99" height="17"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Tracking Mode:" id="531">
|
|
<font key="font" metaFont="system"/>
|
|
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
|
|
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
|
</textFieldCell>
|
|
</textField>
|
|
<button verticalHuggingPriority="750" id="533">
|
|
<rect key="frame" x="125" y="79" width="288" height="32"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<buttonCell key="cell" type="push" title="Test width not affected by frame change" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="534">
|
|
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
|
<font key="font" metaFont="system"/>
|
|
</buttonCell>
|
|
<connections>
|
|
<action selector="testWidthAndFrame:" target="450" id="538"/>
|
|
</connections>
|
|
</button>
|
|
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" id="535">
|
|
<rect key="frame" x="427" y="88" width="102" height="17"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" id="536">
|
|
<font key="font" metaFont="system"/>
|
|
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
|
|
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
|
</textFieldCell>
|
|
</textField>
|
|
<button misplaced="YES" id="dTI-3j-qWs">
|
|
<rect key="frame" x="305" y="443" width="83" height="18"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<buttonCell key="cell" type="check" title="Enabled" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="aF4-1b-Rlb">
|
|
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
|
|
<font key="font" metaFont="system"/>
|
|
</buttonCell>
|
|
<connections>
|
|
<action selector="enable:" target="450" id="jhv-ey-TL3"/>
|
|
</connections>
|
|
</button>
|
|
</subviews>
|
|
</view>
|
|
<point key="canvasLocation" x="400.5" y="397"/>
|
|
</window>
|
|
<customObject id="450" customClass="AppController">
|
|
<connections>
|
|
<outlet property="passedLabel" destination="535" id="537"/>
|
|
<outlet property="segmentedControl1" destination="469" id="471"/>
|
|
<outlet property="segmentedControl2" destination="460" id="472"/>
|
|
<outlet property="theWindow" destination="371" id="482"/>
|
|
</connections>
|
|
</customObject>
|
|
</objects>
|
|
</document>
|