mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-30 23:43:37 +00:00
996 lines
80 KiB
XML
996 lines
80 KiB
XML
<?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">
|
|
<dependencies>
|
|
<deployment version="1050" identifier="macosx"/>
|
|
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="9531"/>
|
|
</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"/>
|
|
<menu title="AMainMenu" systemMenu="main" id="29" userLabel="MainMenu">
|
|
<items>
|
|
<menuItem title="NewApplication" id="56">
|
|
<menu key="submenu" title="NewApplication" systemMenu="apple" id="57">
|
|
<items>
|
|
<menuItem title="About NewApplication" id="58">
|
|
<modifierMask key="keyEquivalentModifierMask"/>
|
|
<connections>
|
|
<action selector="orderFrontStandardAboutPanel:" target="-2" id="142"/>
|
|
</connections>
|
|
</menuItem>
|
|
<menuItem isSeparatorItem="YES" id="236">
|
|
<modifierMask key="keyEquivalentModifierMask" command="YES"/>
|
|
</menuItem>
|
|
<menuItem title="Preferences…" keyEquivalent="," id="129"/>
|
|
<menuItem isSeparatorItem="YES" id="143">
|
|
<modifierMask key="keyEquivalentModifierMask" command="YES"/>
|
|
</menuItem>
|
|
<menuItem title="Quit NewApplication" keyEquivalent="q" id="136">
|
|
<connections>
|
|
<action selector="terminate:" target="-3" id="449"/>
|
|
</connections>
|
|
</menuItem>
|
|
</items>
|
|
</menu>
|
|
</menuItem>
|
|
<menuItem title="File" id="83">
|
|
<menu key="submenu" title="File" id="81">
|
|
<items>
|
|
<menuItem title="New" keyEquivalent="n" id="82">
|
|
<connections>
|
|
<action selector="newDocument:" target="-1" id="373"/>
|
|
</connections>
|
|
</menuItem>
|
|
<menuItem title="Open…" keyEquivalent="o" id="72">
|
|
<connections>
|
|
<action selector="openDocument:" target="-1" id="374"/>
|
|
</connections>
|
|
</menuItem>
|
|
<menuItem title="Open Recent" id="124">
|
|
<menu key="submenu" title="Open Recent" systemMenu="recentDocuments" id="125">
|
|
<items>
|
|
<menuItem title="Clear Menu" id="126">
|
|
<connections>
|
|
<action selector="clearRecentDocuments:" target="-1" id="127"/>
|
|
</connections>
|
|
</menuItem>
|
|
</items>
|
|
</menu>
|
|
</menuItem>
|
|
<menuItem isSeparatorItem="YES" id="79">
|
|
<modifierMask key="keyEquivalentModifierMask" command="YES"/>
|
|
</menuItem>
|
|
<menuItem title="Close" keyEquivalent="w" id="73">
|
|
<connections>
|
|
<action selector="performClose:" target="-1" id="193"/>
|
|
</connections>
|
|
</menuItem>
|
|
<menuItem title="Save" keyEquivalent="s" id="75">
|
|
<connections>
|
|
<action selector="saveDocument:" target="-1" id="362"/>
|
|
</connections>
|
|
</menuItem>
|
|
<menuItem title="Save As…" keyEquivalent="S" id="80">
|
|
<modifierMask key="keyEquivalentModifierMask" shift="YES" command="YES"/>
|
|
<connections>
|
|
<action selector="saveDocumentAs:" target="-1" id="363"/>
|
|
</connections>
|
|
</menuItem>
|
|
<menuItem title="Revert to Saved" id="112">
|
|
<modifierMask key="keyEquivalentModifierMask"/>
|
|
<connections>
|
|
<action selector="revertDocumentToSaved:" target="-1" id="364"/>
|
|
</connections>
|
|
</menuItem>
|
|
</items>
|
|
</menu>
|
|
</menuItem>
|
|
<menuItem title="Edit" id="217">
|
|
<menu key="submenu" title="Edit" id="205">
|
|
<items>
|
|
<menuItem title="Undo" keyEquivalent="z" id="207">
|
|
<connections>
|
|
<action selector="undo:" target="-1" id="223"/>
|
|
</connections>
|
|
</menuItem>
|
|
<menuItem title="Redo" keyEquivalent="Z" id="215">
|
|
<modifierMask key="keyEquivalentModifierMask" shift="YES" command="YES"/>
|
|
<connections>
|
|
<action selector="redo:" target="-1" id="231"/>
|
|
</connections>
|
|
</menuItem>
|
|
<menuItem isSeparatorItem="YES" id="206">
|
|
<modifierMask key="keyEquivalentModifierMask" command="YES"/>
|
|
</menuItem>
|
|
<menuItem title="Cut" keyEquivalent="x" id="199">
|
|
<connections>
|
|
<action selector="cut:" target="-1" id="228"/>
|
|
</connections>
|
|
</menuItem>
|
|
<menuItem title="Copy" keyEquivalent="c" id="197">
|
|
<connections>
|
|
<action selector="copy:" target="-1" id="224"/>
|
|
</connections>
|
|
</menuItem>
|
|
<menuItem title="Paste" keyEquivalent="v" id="203">
|
|
<connections>
|
|
<action selector="paste:" target="-1" id="226"/>
|
|
</connections>
|
|
</menuItem>
|
|
<menuItem title="Delete" id="202">
|
|
<connections>
|
|
<action selector="delete:" target="-1" id="235"/>
|
|
</connections>
|
|
</menuItem>
|
|
<menuItem title="Select All" keyEquivalent="a" id="198">
|
|
<connections>
|
|
<action selector="selectAll:" target="-1" id="232"/>
|
|
</connections>
|
|
</menuItem>
|
|
<menuItem isSeparatorItem="YES" id="214">
|
|
<modifierMask key="keyEquivalentModifierMask" command="YES"/>
|
|
</menuItem>
|
|
<menuItem title="Find" id="218">
|
|
<menu key="submenu" title="Find" id="220">
|
|
<items>
|
|
<menuItem title="Find…" tag="1" keyEquivalent="f" id="209">
|
|
<connections>
|
|
<action selector="performFindPanelAction:" target="-1" id="241"/>
|
|
</connections>
|
|
</menuItem>
|
|
<menuItem title="Find Next" tag="2" keyEquivalent="g" id="208"/>
|
|
<menuItem title="Find Previous" tag="3" keyEquivalent="G" id="213">
|
|
<modifierMask key="keyEquivalentModifierMask" shift="YES" command="YES"/>
|
|
</menuItem>
|
|
<menuItem title="Use Selection for Find" tag="7" keyEquivalent="e" id="221"/>
|
|
<menuItem title="Jump to Selection" keyEquivalent="j" id="210">
|
|
<connections>
|
|
<action selector="centerSelectionInVisibleArea:" target="-1" id="245"/>
|
|
</connections>
|
|
</menuItem>
|
|
</items>
|
|
</menu>
|
|
</menuItem>
|
|
<menuItem title="Spelling and Grammar" id="216">
|
|
<menu key="submenu" title="Spelling and Grammar" id="200">
|
|
<items>
|
|
<menuItem title="Show Spelling…" keyEquivalent=":" id="204">
|
|
<connections>
|
|
<action selector="showGuessPanel:" target="-1" id="230"/>
|
|
</connections>
|
|
</menuItem>
|
|
<menuItem title="Check Spelling" keyEquivalent=";" id="201">
|
|
<connections>
|
|
<action selector="checkSpelling:" target="-1" id="225"/>
|
|
</connections>
|
|
</menuItem>
|
|
<menuItem title="Check Spelling While Typing" id="219">
|
|
<connections>
|
|
<action selector="toggleContinuousSpellChecking:" target="-1" id="222"/>
|
|
</connections>
|
|
</menuItem>
|
|
<menuItem title="Check Grammar With Spelling" id="346">
|
|
<connections>
|
|
<action selector="toggleGrammarChecking:" target="-1" id="347"/>
|
|
</connections>
|
|
</menuItem>
|
|
</items>
|
|
</menu>
|
|
</menuItem>
|
|
<menuItem title="Substitutions" id="348">
|
|
<menu key="submenu" title="Substitutions" id="349">
|
|
<items>
|
|
<menuItem title="Smart Copy/Paste" tag="1" keyEquivalent="f" id="350">
|
|
<connections>
|
|
<action selector="toggleSmartInsertDelete:" target="-1" id="355"/>
|
|
</connections>
|
|
</menuItem>
|
|
<menuItem title="Smart Quotes" tag="2" keyEquivalent="g" id="351">
|
|
<connections>
|
|
<action selector="toggleAutomaticQuoteSubstitution:" target="-1" id="356"/>
|
|
</connections>
|
|
</menuItem>
|
|
<menuItem title="Smart Links" tag="3" keyEquivalent="G" id="354">
|
|
<modifierMask key="keyEquivalentModifierMask" shift="YES" command="YES"/>
|
|
<connections>
|
|
<action selector="toggleAutomaticLinkDetection:" target="-1" id="357"/>
|
|
</connections>
|
|
</menuItem>
|
|
</items>
|
|
</menu>
|
|
</menuItem>
|
|
<menuItem title="Speech" id="211">
|
|
<menu key="submenu" title="Speech" id="212">
|
|
<items>
|
|
<menuItem title="Start Speaking" id="196">
|
|
<connections>
|
|
<action selector="startSpeaking:" target="-1" id="233"/>
|
|
</connections>
|
|
</menuItem>
|
|
<menuItem title="Stop Speaking" id="195">
|
|
<connections>
|
|
<action selector="stopSpeaking:" target="-1" id="227"/>
|
|
</connections>
|
|
</menuItem>
|
|
</items>
|
|
</menu>
|
|
</menuItem>
|
|
</items>
|
|
</menu>
|
|
</menuItem>
|
|
<menuItem title="View" id="295">
|
|
<menu key="submenu" title="View" id="296">
|
|
<items>
|
|
<menuItem title="Show Toolbar" keyEquivalent="t" id="297">
|
|
<modifierMask key="keyEquivalentModifierMask" option="YES" command="YES"/>
|
|
<connections>
|
|
<action selector="toggleToolbarShown:" target="-1" id="366"/>
|
|
</connections>
|
|
</menuItem>
|
|
<menuItem title="Customize Toolbar…" id="298">
|
|
<connections>
|
|
<action selector="runToolbarCustomizationPalette:" target="-1" id="365"/>
|
|
</connections>
|
|
</menuItem>
|
|
</items>
|
|
</menu>
|
|
</menuItem>
|
|
<menuItem title="Window" id="19">
|
|
<menu key="submenu" title="Window" systemMenu="window" id="24">
|
|
<items>
|
|
<menuItem title="Minimize" keyEquivalent="m" id="23">
|
|
<connections>
|
|
<action selector="performMiniaturize:" target="-1" id="37"/>
|
|
</connections>
|
|
</menuItem>
|
|
<menuItem title="Zoom" id="239">
|
|
<connections>
|
|
<action selector="performZoom:" target="-1" id="240"/>
|
|
</connections>
|
|
</menuItem>
|
|
<menuItem isSeparatorItem="YES" id="92">
|
|
<modifierMask key="keyEquivalentModifierMask" command="YES"/>
|
|
</menuItem>
|
|
<menuItem title="Bring All to Front" id="5">
|
|
<connections>
|
|
<action selector="arrangeInFront:" target="-1" id="39"/>
|
|
</connections>
|
|
</menuItem>
|
|
</items>
|
|
</menu>
|
|
</menuItem>
|
|
<menuItem title="Help" id="103">
|
|
<menu key="submenu" title="Help" id="106">
|
|
<items>
|
|
<menuItem title="NewApplication Help" keyEquivalent="?" id="111">
|
|
<connections>
|
|
<action selector="showHelp:" target="-1" id="360"/>
|
|
</connections>
|
|
</menuItem>
|
|
</items>
|
|
</menu>
|
|
</menuItem>
|
|
</items>
|
|
</menu>
|
|
<window title="Theme Kitchen Sink" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" animationBehavior="default" id="371">
|
|
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES"/>
|
|
<windowPositionMask key="initialPositionMask" leftStrut="YES" topStrut="YES"/>
|
|
<rect key="contentRect" x="50" y="950" width="400" height="379"/>
|
|
<rect key="screenRect" x="0.0" y="0.0" width="2560" height="1418"/>
|
|
<view key="contentView" id="372">
|
|
<rect key="frame" x="0.0" y="0.0" width="400" height="379"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
<subviews>
|
|
<button verticalHuggingPriority="750" id="m1Q-ok-PNB">
|
|
<rect key="frame" x="47" y="331" width="115" height="32"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<buttonCell key="cell" type="push" title="Push Button" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="X0r-ay-WG5">
|
|
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
|
<font key="font" metaFont="system"/>
|
|
</buttonCell>
|
|
</button>
|
|
<button verticalHuggingPriority="750" id="8w0-DY-wnU">
|
|
<rect key="frame" x="51" y="296" width="106" height="23"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<buttonCell key="cell" type="smallSquare" title="Gradient Button" bezelStyle="smallSquare" imagePosition="overlaps" alignment="center" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="Fku-oO-DFg">
|
|
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
|
<font key="font" metaFont="system"/>
|
|
</buttonCell>
|
|
</button>
|
|
<button verticalHuggingPriority="750" id="L15-kr-47K">
|
|
<rect key="frame" x="20" y="260" width="168" height="19"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<buttonCell key="cell" type="roundRect" title="Round Rect Button" bezelStyle="roundedRect" alignment="center" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="PW3-qi-AoF">
|
|
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
|
<font key="font" metaFont="cellTitle"/>
|
|
</buttonCell>
|
|
</button>
|
|
<textField verticalHuggingPriority="750" id="C6f-cn-Ejv">
|
|
<rect key="frame" x="20" y="219" width="168" 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" placeholderString="Placeholder" drawsBackground="YES" id="X49-6N-eJn">
|
|
<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 verticalHuggingPriority="750" id="BYm-D6-XPe">
|
|
<rect key="frame" x="20" y="178" width="168" 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="Text Field" placeholderString="Text Field" drawsBackground="YES" id="EbY-ET-auV">
|
|
<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>
|
|
<searchField wantsLayer="YES" verticalHuggingPriority="750" id="IRn-og-xq8">
|
|
<rect key="frame" x="20" y="138" width="168" height="22"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<searchFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" borderStyle="bezel" placeholderString="Search..." usesSingleLineMode="YES" bezelStyle="round" id="NEi-Ik-boX">
|
|
<font key="font" metaFont="system"/>
|
|
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
|
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
|
</searchFieldCell>
|
|
</searchField>
|
|
<tokenField verticalHuggingPriority="750" id="cgg-x6-ZES">
|
|
<rect key="frame" x="20" y="100" width="168" height="22"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<tokenFieldCell key="cell" selectable="YES" editable="YES" borderStyle="bezel" alignment="left" placeholderString="Token Field" drawsBackground="YES" allowsEditingTextAttributes="YES" id="8sw-AY-wa2">
|
|
<font key="font" metaFont="system"/>
|
|
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
|
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
|
</tokenFieldCell>
|
|
</tokenField>
|
|
<comboBox verticalHuggingPriority="750" id="qJv-OJ-Yc2">
|
|
<rect key="frame" x="20" y="59" width="171" height="26"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<comboBoxCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" placeholderString="Combo Placeholder" drawsBackground="YES" completes="NO" numberOfVisibleItems="5" id="Ohc-Ax-HCX">
|
|
<font key="font" metaFont="system"/>
|
|
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
|
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
|
<objectValues>
|
|
<string>Combo 1</string>
|
|
<string>Combo 2</string>
|
|
</objectValues>
|
|
</comboBoxCell>
|
|
</comboBox>
|
|
<datePicker verticalHuggingPriority="750" id="Nyf-TH-sCe">
|
|
<rect key="frame" x="212" y="337" width="164" height="27"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<datePickerCell key="cell" borderStyle="bezel" alignment="left" id="YVR-Be-Oh8">
|
|
<font key="font" metaFont="system"/>
|
|
<calendarDate key="date" timeIntervalSinceReferenceDate="-595929600" calendarFormat="%Y-%m-%d %H:%M:%S %z">
|
|
<!--1982-02-12 08:00:00 -0800-->
|
|
<timeZone key="timeZone" name="US/Pacific"/>
|
|
</calendarDate>
|
|
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
|
|
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
|
</datePickerCell>
|
|
</datePicker>
|
|
<button id="s5G-Vz-zGA">
|
|
<rect key="frame" x="210" y="298" width="50" height="18"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<buttonCell key="cell" type="check" title="On" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="oIQ-QI-Xm0">
|
|
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
|
|
<font key="font" metaFont="system"/>
|
|
</buttonCell>
|
|
</button>
|
|
<popUpButton verticalHuggingPriority="750" id="UGk-XV-ZaN">
|
|
<rect key="frame" x="210" y="255" width="166" height="26"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<popUpButtonCell key="cell" type="push" title="Item 1" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="W6B-1t-gc8" id="2nf-In-XW9">
|
|
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
|
<font key="font" metaFont="menu"/>
|
|
<menu key="menu" title="OtherViews" id="HDA-tp-FFv">
|
|
<items>
|
|
<menuItem title="Item 1" state="on" id="W6B-1t-gc8"/>
|
|
<menuItem title="Item 2" id="9Lv-UK-1lN"/>
|
|
<menuItem title="Item 3" id="Dtf-lv-NCN"/>
|
|
</items>
|
|
</menu>
|
|
</popUpButtonCell>
|
|
</popUpButton>
|
|
<segmentedControl verticalHuggingPriority="750" id="mOA-en-OrL">
|
|
<rect key="frame" x="210" y="218" width="165" height="24"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<segmentedCell key="cell" borderStyle="border" alignment="left" style="rounded" trackingMode="selectOne" id="keX-he-mMK">
|
|
<font key="font" metaFont="system"/>
|
|
<segments>
|
|
<segment label="Segment 1"/>
|
|
<segment label="s2" selected="YES" tag="1"/>
|
|
<segment label="s3"/>
|
|
</segments>
|
|
</segmentedCell>
|
|
</segmentedControl>
|
|
<matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autorecalculatesCellSize="YES" id="KQ3-nf-Ma2">
|
|
<rect key="frame" x="212" y="156" width="161" height="44"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
|
<size key="cellSize" width="161" height="21"/>
|
|
<size key="intercellSpacing" width="4" height="2"/>
|
|
<buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="5Ye-Nj-IfV">
|
|
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
|
|
<font key="font" metaFont="system"/>
|
|
</buttonCell>
|
|
<cells>
|
|
<column>
|
|
<buttonCell type="radio" title="Choice 1" imagePosition="left" alignment="left" state="on" tag="1" inset="2" id="oH3-qp-vQs">
|
|
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
|
|
<font key="font" metaFont="system"/>
|
|
</buttonCell>
|
|
<buttonCell type="radio" title="Radio 2" imagePosition="left" alignment="left" inset="2" id="rFD-z0-4Y7">
|
|
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
|
|
<font key="font" metaFont="system"/>
|
|
</buttonCell>
|
|
</column>
|
|
</cells>
|
|
</matrix>
|
|
<levelIndicator verticalHuggingPriority="750" id="jBj-xF-Lda">
|
|
<rect key="frame" x="212" y="104" width="161" height="18"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<levelIndicatorCell key="cell" alignment="left" doubleValue="2" maxValue="4" warningValue="2" criticalValue="2" id="Acb-qs-8YX"/>
|
|
</levelIndicator>
|
|
<slider verticalHuggingPriority="750" id="edU-t7-Igg">
|
|
<rect key="frame" x="210" y="63" width="140" height="21"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<sliderCell key="cell" state="on" alignment="left" maxValue="100" doubleValue="50" tickMarkPosition="above" sliderType="linear" id="UHF-Or-5s8"/>
|
|
</slider>
|
|
<slider horizontalHuggingPriority="750" id="9o7-4W-Zwn">
|
|
<rect key="frame" x="354" y="24" width="21" height="60"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<sliderCell key="cell" alignment="left" maxValue="100" doubleValue="50" tickMarkPosition="right" sliderType="linear" id="JBT-Ky-BmW"/>
|
|
</slider>
|
|
<slider horizontalHuggingPriority="750" verticalHuggingPriority="750" id="jy5-Va-tpd">
|
|
<rect key="frame" x="210" y="30" width="28" height="30"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<sliderCell key="cell" alignment="left" maxValue="100" doubleValue="50" allowsTickMarkValuesOnly="YES" sliderType="circular" id="vOu-Is-dMN"/>
|
|
</slider>
|
|
<progressIndicator maxValue="100" indeterminate="YES" style="bar" id="d3g-aQ-mA1">
|
|
<rect key="frame" x="20" y="26" width="168" height="20"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
</progressIndicator>
|
|
<button id="pHc-Hn-Vfh">
|
|
<rect key="frame" x="264" y="298" width="64" height="18"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<buttonCell key="cell" type="check" title="Off" bezelStyle="regularSquare" imagePosition="left" inset="2" id="YKd-yR-FLp">
|
|
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
|
|
<font key="font" metaFont="system"/>
|
|
</buttonCell>
|
|
</button>
|
|
<button id="jdV-tx-rHd">
|
|
<rect key="frame" x="318" y="298" width="57" height="18"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<buttonCell key="cell" type="check" title="Both" bezelStyle="regularSquare" imagePosition="left" state="mixed" allowsMixedState="YES" inset="2" id="x9w-JM-6Ja">
|
|
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
|
|
<font key="font" metaFont="system"/>
|
|
</buttonCell>
|
|
</button>
|
|
</subviews>
|
|
</view>
|
|
<toolbar key="toolbar" implicitIdentifier="31335BF5-06C2-4494-957E-17ECA44216CD" autosavesConfiguration="NO" displayMode="iconAndLabel" sizeMode="regular" id="Rut-eV-zaw">
|
|
<allowedToolbarItems>
|
|
<toolbarItem implicitItemIdentifier="NSToolbarShowColorsItem" id="XfP-dr-bVG"/>
|
|
<toolbarItem implicitItemIdentifier="NSToolbarSpaceItem" id="NtD-Zr-KP3"/>
|
|
<toolbarItem implicitItemIdentifier="NSToolbarFlexibleSpaceItem" id="gjn-oz-RUD"/>
|
|
<toolbarItem implicitItemIdentifier="244A013B-F872-4F2A-8B72-516062AA8096" label="Search" paletteLabel="Search" id="SKK-gI-mQI">
|
|
<nil key="toolTip"/>
|
|
<size key="minSize" width="96" height="22"/>
|
|
<size key="maxSize" width="96" height="22"/>
|
|
<searchField key="view" verticalHuggingPriority="750" id="2uA-Se-Sf2">
|
|
<rect key="frame" x="0.0" y="14" width="96" height="22"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<searchFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" borderStyle="bezel" usesSingleLineMode="YES" bezelStyle="round" id="2Qj-vz-cxN">
|
|
<font key="font" metaFont="system"/>
|
|
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
|
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
|
</searchFieldCell>
|
|
</searchField>
|
|
</toolbarItem>
|
|
</allowedToolbarItems>
|
|
<defaultToolbarItems>
|
|
<toolbarItem reference="XfP-dr-bVG"/>
|
|
<toolbarItem reference="gjn-oz-RUD"/>
|
|
<toolbarItem reference="SKK-gI-mQI"/>
|
|
</defaultToolbarItems>
|
|
</toolbar>
|
|
<connections>
|
|
<outlet property="initialFirstResponder" destination="C6f-cn-Ejv" id="DHk-zy-MVe"/>
|
|
</connections>
|
|
<point key="canvasLocation" x="180.5" y="283.5"/>
|
|
</window>
|
|
<window title="Disabled" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" animationBehavior="default" id="W7U-iv-ySD">
|
|
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES"/>
|
|
<windowPositionMask key="initialPositionMask" leftStrut="YES" topStrut="YES"/>
|
|
<rect key="contentRect" x="500" y="950" width="400" height="379"/>
|
|
<rect key="screenRect" x="0.0" y="0.0" width="2560" height="1418"/>
|
|
<view key="contentView" id="FDt-ae-SeF">
|
|
<rect key="frame" x="0.0" y="0.0" width="400" height="379"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
<subviews>
|
|
<button verticalHuggingPriority="750" id="kh6-h7-Kd4">
|
|
<rect key="frame" x="47" y="331" width="115" height="32"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<buttonCell key="cell" type="push" title="Push Button" bezelStyle="rounded" alignment="center" enabled="NO" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="cTY-FY-kGw">
|
|
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
|
<font key="font" metaFont="system"/>
|
|
</buttonCell>
|
|
</button>
|
|
<button verticalHuggingPriority="750" id="BF9-qc-ctw">
|
|
<rect key="frame" x="51" y="296" width="106" height="23"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<buttonCell key="cell" type="smallSquare" title="Gradient Button" bezelStyle="smallSquare" imagePosition="overlaps" alignment="center" enabled="NO" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="uCk-Re-QfN">
|
|
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
|
<font key="font" metaFont="system"/>
|
|
</buttonCell>
|
|
</button>
|
|
<button verticalHuggingPriority="750" id="a20-aP-t1B">
|
|
<rect key="frame" x="20" y="260" width="168" height="19"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<buttonCell key="cell" type="roundRect" title="Round Rect Button" bezelStyle="roundedRect" alignment="center" enabled="NO" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="QD9-t6-Po1">
|
|
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
|
<font key="font" metaFont="cellTitle"/>
|
|
</buttonCell>
|
|
</button>
|
|
<textField verticalHuggingPriority="750" id="tPQ-e1-g2c">
|
|
<rect key="frame" x="20" y="219" width="168" height="22"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" enabled="NO" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" placeholderString="Placeholder" drawsBackground="YES" id="zW6-VN-dxF">
|
|
<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 verticalHuggingPriority="750" id="U0X-Eq-pQs">
|
|
<rect key="frame" x="20" y="178" width="168" height="22"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" enabled="NO" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" title="Text Field" placeholderString="Text Field" drawsBackground="YES" id="0Ud-HG-MXF">
|
|
<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>
|
|
<searchField wantsLayer="YES" verticalHuggingPriority="750" id="4pl-5H-Ohc">
|
|
<rect key="frame" x="20" y="138" width="168" height="22"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<searchFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" enabled="NO" borderStyle="bezel" placeholderString="Search..." usesSingleLineMode="YES" bezelStyle="round" id="uvk-CA-iTo">
|
|
<font key="font" metaFont="system"/>
|
|
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
|
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
|
</searchFieldCell>
|
|
</searchField>
|
|
<tokenField verticalHuggingPriority="750" id="LWF-i7-07J">
|
|
<rect key="frame" x="20" y="100" width="168" height="22"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<tokenFieldCell key="cell" selectable="YES" editable="YES" enabled="NO" borderStyle="bezel" alignment="left" placeholderString="Token Field" drawsBackground="YES" allowsEditingTextAttributes="YES" id="J7a-aR-qY8">
|
|
<font key="font" metaFont="system"/>
|
|
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
|
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
|
</tokenFieldCell>
|
|
</tokenField>
|
|
<comboBox verticalHuggingPriority="750" id="S32-Da-1Tl">
|
|
<rect key="frame" x="20" y="59" width="171" height="26"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<comboBoxCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" enabled="NO" sendsActionOnEndEditing="YES" borderStyle="bezel" placeholderString="Combo Placeholder" drawsBackground="YES" completes="NO" numberOfVisibleItems="5" id="c7w-o3-R5g">
|
|
<font key="font" metaFont="system"/>
|
|
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
|
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
|
<objectValues>
|
|
<string>Combo 1</string>
|
|
<string>Combo 2</string>
|
|
</objectValues>
|
|
</comboBoxCell>
|
|
</comboBox>
|
|
<datePicker verticalHuggingPriority="750" id="2XV-IY-OJW">
|
|
<rect key="frame" x="212" y="337" width="164" height="27"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<datePickerCell key="cell" enabled="NO" borderStyle="bezel" alignment="left" id="HAZ-R9-IDq">
|
|
<font key="font" metaFont="system"/>
|
|
<calendarDate key="date" timeIntervalSinceReferenceDate="-595929600" calendarFormat="%Y-%m-%d %H:%M:%S %z">
|
|
<!--1982-02-12 08:00:00 -0800-->
|
|
<timeZone key="timeZone" name="US/Pacific"/>
|
|
</calendarDate>
|
|
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
|
|
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
|
</datePickerCell>
|
|
</datePicker>
|
|
<button id="XAD-7T-JNG">
|
|
<rect key="frame" x="210" y="298" width="50" height="18"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<buttonCell key="cell" type="check" title="On" bezelStyle="regularSquare" imagePosition="left" enabled="NO" state="on" inset="2" id="yeU-T7-qow">
|
|
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
|
|
<font key="font" metaFont="system"/>
|
|
</buttonCell>
|
|
</button>
|
|
<popUpButton verticalHuggingPriority="750" id="kAL-gB-u1v">
|
|
<rect key="frame" x="210" y="255" width="166" height="26"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<popUpButtonCell key="cell" type="push" title="Item 1" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" enabled="NO" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="VWK-Dg-VWi" id="dHb-VL-2qb">
|
|
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
|
<font key="font" metaFont="menu"/>
|
|
<menu key="menu" title="OtherViews" id="1RJ-hC-fQ9">
|
|
<items>
|
|
<menuItem title="Item 1" state="on" id="VWK-Dg-VWi"/>
|
|
<menuItem title="Item 2" id="qVa-Qo-AN3"/>
|
|
<menuItem title="Item 3" id="ho8-1E-oNk"/>
|
|
</items>
|
|
</menu>
|
|
</popUpButtonCell>
|
|
</popUpButton>
|
|
<segmentedControl verticalHuggingPriority="750" id="QPh-rE-dW1">
|
|
<rect key="frame" x="210" y="218" width="165" height="24"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<segmentedCell key="cell" enabled="NO" borderStyle="border" alignment="left" style="rounded" trackingMode="selectOne" id="FAz-f4-ZMZ">
|
|
<font key="font" metaFont="system"/>
|
|
<segments>
|
|
<segment label="Segment 1"/>
|
|
<segment label="s2" selected="YES" tag="1"/>
|
|
<segment label="s3"/>
|
|
</segments>
|
|
</segmentedCell>
|
|
</segmentedControl>
|
|
<matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autorecalculatesCellSize="YES" id="tSl-oy-FGM">
|
|
<rect key="frame" x="212" y="156" width="161" height="44"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
|
<size key="cellSize" width="161" height="21"/>
|
|
<size key="intercellSpacing" width="4" height="2"/>
|
|
<buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" enabled="NO" inset="2" id="HUq-GV-XJk">
|
|
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
|
|
<font key="font" metaFont="system"/>
|
|
</buttonCell>
|
|
<cells>
|
|
<column>
|
|
<buttonCell type="radio" title="Choice 1" imagePosition="left" alignment="left" enabled="NO" state="on" tag="1" inset="2" id="gu9-8g-4nJ">
|
|
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
|
|
<font key="font" metaFont="system"/>
|
|
</buttonCell>
|
|
<buttonCell type="radio" title="Radio 2" imagePosition="left" alignment="left" enabled="NO" inset="2" id="Zv3-mI-4pz">
|
|
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
|
|
<font key="font" metaFont="system"/>
|
|
</buttonCell>
|
|
</column>
|
|
</cells>
|
|
</matrix>
|
|
<levelIndicator verticalHuggingPriority="750" id="oFL-g5-60W">
|
|
<rect key="frame" x="212" y="104" width="161" height="18"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<levelIndicatorCell key="cell" enabled="NO" alignment="left" doubleValue="2" maxValue="4" warningValue="2" criticalValue="2" id="pbN-94-NBT"/>
|
|
</levelIndicator>
|
|
<slider verticalHuggingPriority="750" id="lD1-pl-5N8">
|
|
<rect key="frame" x="210" y="63" width="140" height="21"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<sliderCell key="cell" enabled="NO" state="on" alignment="left" maxValue="100" doubleValue="50" tickMarkPosition="above" sliderType="linear" id="2pd-nJ-eVg"/>
|
|
</slider>
|
|
<slider horizontalHuggingPriority="750" id="rpQ-09-pB0">
|
|
<rect key="frame" x="354" y="24" width="21" height="60"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<sliderCell key="cell" enabled="NO" alignment="left" maxValue="100" doubleValue="50" tickMarkPosition="right" sliderType="linear" id="IzM-6A-KZM"/>
|
|
</slider>
|
|
<slider horizontalHuggingPriority="750" verticalHuggingPriority="750" id="oz1-8B-wNA">
|
|
<rect key="frame" x="210" y="30" width="28" height="30"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<sliderCell key="cell" enabled="NO" alignment="left" maxValue="100" doubleValue="50" allowsTickMarkValuesOnly="YES" sliderType="circular" id="1fL-Mq-tEe"/>
|
|
</slider>
|
|
<progressIndicator maxValue="100" indeterminate="YES" style="bar" id="Mqe-5W-M6f">
|
|
<rect key="frame" x="20" y="26" width="168" height="20"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
</progressIndicator>
|
|
<button id="xNr-zU-w5g">
|
|
<rect key="frame" x="264" y="298" width="64" height="18"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<buttonCell key="cell" type="check" title="Off" bezelStyle="regularSquare" imagePosition="left" enabled="NO" inset="2" id="5vW-Zn-Wbi">
|
|
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
|
|
<font key="font" metaFont="system"/>
|
|
</buttonCell>
|
|
</button>
|
|
<button id="Hub-9L-8cC">
|
|
<rect key="frame" x="318" y="298" width="57" height="18"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<buttonCell key="cell" type="check" title="Both" bezelStyle="regularSquare" imagePosition="left" enabled="NO" state="mixed" allowsMixedState="YES" inset="2" id="XIA-V0-rid">
|
|
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
|
|
<font key="font" metaFont="system"/>
|
|
</buttonCell>
|
|
</button>
|
|
</subviews>
|
|
</view>
|
|
<toolbar key="toolbar" implicitIdentifier="31335BF5-06C2-4494-957E-17ECA44216CD" autosavesConfiguration="NO" displayMode="iconAndLabel" sizeMode="regular" id="3mf-UF-VJR">
|
|
<allowedToolbarItems>
|
|
<toolbarItem implicitItemIdentifier="NSToolbarShowColorsItem" id="EiB-mY-HZt"/>
|
|
<toolbarItem implicitItemIdentifier="NSToolbarSpaceItem" id="ein-DW-yBi"/>
|
|
<toolbarItem implicitItemIdentifier="NSToolbarFlexibleSpaceItem" id="GVw-Fj-PlK"/>
|
|
<toolbarItem implicitItemIdentifier="244A013B-F872-4F2A-8B72-516062AA8096" label="Search" paletteLabel="Search" id="aPm-pf-k81">
|
|
<nil key="toolTip"/>
|
|
<size key="minSize" width="96" height="22"/>
|
|
<size key="maxSize" width="96" height="22"/>
|
|
<searchField key="view" verticalHuggingPriority="750" id="VWt-sG-c5A">
|
|
<rect key="frame" x="0.0" y="14" width="96" height="22"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
<searchFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" borderStyle="bezel" usesSingleLineMode="YES" bezelStyle="round" id="0op-AY-z8F">
|
|
<font key="font" metaFont="system"/>
|
|
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
|
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
|
</searchFieldCell>
|
|
</searchField>
|
|
</toolbarItem>
|
|
</allowedToolbarItems>
|
|
<defaultToolbarItems>
|
|
<toolbarItem reference="EiB-mY-HZt"/>
|
|
<toolbarItem reference="GVw-Fj-PlK"/>
|
|
<toolbarItem reference="aPm-pf-k81"/>
|
|
</defaultToolbarItems>
|
|
</toolbar>
|
|
<connections>
|
|
<outlet property="initialFirstResponder" destination="tPQ-e1-g2c" id="NA7-3q-TTm"/>
|
|
</connections>
|
|
<point key="canvasLocation" x="622.5" y="283.5"/>
|
|
</window>
|
|
<customObject id="450" customClass="AppController">
|
|
<connections>
|
|
<outlet property="arrayController1" destination="rrv-nI-veC" id="wdJ-0F-l3x"/>
|
|
<outlet property="outlineView" destination="4Hh-8f-RDn" id="0Oi-Lc-T9z"/>
|
|
<outlet property="tableView" destination="shA-7P-arB" id="BXi-GL-kOB"/>
|
|
<outlet property="theWindow" destination="371" id="459"/>
|
|
<outlet property="tokenField" destination="cgg-x6-ZES" id="tC3-r1-Jbs"/>
|
|
<outlet property="window1" destination="371" id="LbR-Jd-lH2"/>
|
|
<outlet property="window2" destination="j2v-PX-iBy" id="EXs-Ut-jCZ"/>
|
|
</connections>
|
|
</customObject>
|
|
<window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" releasedWhenClosed="NO" showsToolbarButton="NO" animationBehavior="default" id="j2v-PX-iBy">
|
|
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
|
|
<windowPositionMask key="initialPositionMask" leftStrut="YES" topStrut="YES"/>
|
|
<rect key="contentRect" x="950" y="950" width="400" height="379"/>
|
|
<rect key="screenRect" x="0.0" y="0.0" width="2560" height="1418"/>
|
|
<view key="contentView" id="aR0-Ja-Olx">
|
|
<rect key="frame" x="0.0" y="0.0" width="400" height="379"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
<subviews>
|
|
<splitView id="Xjm-2q-3Dn">
|
|
<rect key="frame" x="0.0" y="0.0" width="400" height="379"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
<subviews>
|
|
<scrollView autohidesScrollers="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" usesPredominantAxisScrolling="NO" id="gV4-HB-4sG">
|
|
<rect key="frame" x="0.0" y="0.0" width="400" height="125"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
<clipView key="contentView" id="idG-Tf-0gG">
|
|
<rect key="frame" x="1" y="0.0" width="398" height="124"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
<subviews>
|
|
<tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" columnSelection="YES" multipleSelection="NO" autosaveColumns="NO" headerView="jHo-AX-3yB" id="shA-7P-arB">
|
|
<rect key="frame" x="0.0" y="0.0" width="398" height="107"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
<size key="intercellSpacing" width="3" height="2"/>
|
|
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
|
|
<color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
|
|
<tableColumns>
|
|
<tableColumn width="116" minWidth="40" maxWidth="1000" id="yGs-l3-cic">
|
|
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Animal">
|
|
<font key="font" metaFont="smallSystem"/>
|
|
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
|
|
<color key="backgroundColor" white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/>
|
|
</tableHeaderCell>
|
|
<textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="XDU-w8-xfV">
|
|
<font key="font" metaFont="system"/>
|
|
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
|
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
|
|
</textFieldCell>
|
|
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
|
|
<connections>
|
|
<binding destination="rrv-nI-veC" name="value" keyPath="arrangedObjects.animal" id="EYe-rY-eLf"/>
|
|
</connections>
|
|
</tableColumn>
|
|
<tableColumn width="276" minWidth="40" maxWidth="1000" id="GZe-CK-edV">
|
|
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Legs">
|
|
<font key="font" metaFont="smallSystem"/>
|
|
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
|
|
<color key="backgroundColor" white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/>
|
|
</tableHeaderCell>
|
|
<textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="6kS-MU-uPq">
|
|
<font key="font" metaFont="system"/>
|
|
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
|
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
|
|
</textFieldCell>
|
|
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
|
|
<connections>
|
|
<binding destination="rrv-nI-veC" name="value" keyPath="arrangedObjects.legs" id="BgT-LY-ihn"/>
|
|
</connections>
|
|
</tableColumn>
|
|
</tableColumns>
|
|
</tableView>
|
|
</subviews>
|
|
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
|
|
</clipView>
|
|
<scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="1c0-Tn-IVO">
|
|
<rect key="frame" x="1" y="119" width="223" height="15"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
</scroller>
|
|
<scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="NO" id="2rM-9L-xfE">
|
|
<rect key="frame" x="224" y="17" width="15" height="102"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
</scroller>
|
|
<tableHeaderView key="headerView" id="jHo-AX-3yB">
|
|
<rect key="frame" x="0.0" y="0.0" width="398" height="17"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
</tableHeaderView>
|
|
</scrollView>
|
|
<customView id="n75-n4-RWy">
|
|
<rect key="frame" x="0.0" y="134" width="400" height="107"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
<subviews>
|
|
<scrollView autohidesScrollers="YES" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" id="Wso-KU-HWc">
|
|
<rect key="frame" x="0.0" y="0.0" width="400" height="107"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
<clipView key="contentView" id="vkG-FN-jJU">
|
|
<rect key="frame" x="1" y="1" width="398" height="105"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
<subviews>
|
|
<predicateEditor verticalHuggingPriority="750" nestingMode="compound" canRemoveAllRows="YES" rowHeight="25" id="Ss2-OI-ZrJ">
|
|
<rect key="frame" x="0.0" y="0.0" width="398" height="73"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
|
|
<rowTemplates>
|
|
<predicateEditorRowTemplate rowType="compound" id="eb1-GK-QsD">
|
|
<popUpMenus>
|
|
<menu id="yWB-BA-D5R">
|
|
<items>
|
|
<menuItem title="Any" state="on" id="S6l-Xg-DNo">
|
|
<integer key="representedObject" value="2"/>
|
|
</menuItem>
|
|
<menuItem title="All" id="Mem-At-UKG">
|
|
<integer key="representedObject" value="1"/>
|
|
</menuItem>
|
|
</items>
|
|
</menu>
|
|
<menu id="fnV-o3-XcB">
|
|
<items>
|
|
<menuItem title="of the following are true" state="on" id="xnE-9O-HkQ"/>
|
|
</items>
|
|
</menu>
|
|
</popUpMenus>
|
|
</predicateEditorRowTemplate>
|
|
<predicateEditorRowTemplate rowType="simple" id="nfl-ps-Lbn">
|
|
<array key="leftExpressionObject">
|
|
<expression type="keyPath">
|
|
<string key="keyPath">name</string>
|
|
</expression>
|
|
<expression type="keyPath">
|
|
<string key="keyPath">address</string>
|
|
</expression>
|
|
<expression type="keyPath">
|
|
<string key="keyPath">sign</string>
|
|
</expression>
|
|
</array>
|
|
<integer key="rightExpressionObject" value="700"/>
|
|
<popUpMenus>
|
|
<menu id="ryP-Cp-C3e">
|
|
<items>
|
|
<menuItem title="name" state="on" id="Grd-Au-1GT">
|
|
<expression key="representedObject" type="keyPath">
|
|
<string key="keyPath">name</string>
|
|
</expression>
|
|
</menuItem>
|
|
<menuItem title="address" id="HPb-MG-x2O">
|
|
<expression key="representedObject" type="keyPath">
|
|
<string key="keyPath">address</string>
|
|
</expression>
|
|
</menuItem>
|
|
<menuItem title="sign" id="CG7-Pw-3jj">
|
|
<expression key="representedObject" type="keyPath">
|
|
<string key="keyPath">sign</string>
|
|
</expression>
|
|
</menuItem>
|
|
</items>
|
|
</menu>
|
|
<menu id="YEn-KF-zWs">
|
|
<items>
|
|
<menuItem title="contains" state="on" id="goO-Wu-stV">
|
|
<integer key="representedObject" value="99"/>
|
|
</menuItem>
|
|
<menuItem title="begins with" id="CH3-A6-oAB">
|
|
<integer key="representedObject" value="8"/>
|
|
</menuItem>
|
|
<menuItem title="ends with" id="kM7-ng-jKw">
|
|
<integer key="representedObject" value="9"/>
|
|
</menuItem>
|
|
<menuItem title="is" id="eva-wS-h4v">
|
|
<integer key="representedObject" value="4"/>
|
|
</menuItem>
|
|
<menuItem title="is not" id="C1G-0H-Soy">
|
|
<integer key="representedObject" value="5"/>
|
|
</menuItem>
|
|
</items>
|
|
</menu>
|
|
</popUpMenus>
|
|
</predicateEditorRowTemplate>
|
|
</rowTemplates>
|
|
</predicateEditor>
|
|
</subviews>
|
|
<color key="backgroundColor" white="0.91000002619999998" alpha="1" colorSpace="calibratedWhite"/>
|
|
</clipView>
|
|
<scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="8xV-kJ-Kj9">
|
|
<rect key="frame" x="-100" y="-100" width="360" height="15"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
</scroller>
|
|
<scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="NO" id="q8h-Hx-LXC">
|
|
<rect key="frame" x="463" y="1" width="16" height="73"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
</scroller>
|
|
</scrollView>
|
|
</subviews>
|
|
</customView>
|
|
<scrollView autohidesScrollers="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" usesPredominantAxisScrolling="NO" id="6Wn-af-dne">
|
|
<rect key="frame" x="0.0" y="250" width="400" height="129"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
<clipView key="contentView" id="Lu8-yG-0Lg">
|
|
<rect key="frame" x="1" y="0.0" width="398" height="128"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
<subviews>
|
|
<outlineView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" multipleSelection="NO" autosaveColumns="NO" headerView="PDh-qN-oBS" indentationPerLevel="16" outlineTableColumn="7mC-Ze-467" id="4Hh-8f-RDn">
|
|
<rect key="frame" x="0.0" y="0.0" width="398" height="111"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
<size key="intercellSpacing" width="3" height="2"/>
|
|
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
|
|
<color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
|
|
<tableColumns>
|
|
<tableColumn width="101" minWidth="16" maxWidth="1000" id="7mC-Ze-467">
|
|
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left">
|
|
<font key="font" metaFont="smallSystem"/>
|
|
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
|
|
<color key="backgroundColor" white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/>
|
|
</tableHeaderCell>
|
|
<textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="Q1J-Cx-Gzx">
|
|
<font key="font" metaFont="system"/>
|
|
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
|
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
|
|
</textFieldCell>
|
|
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
|
|
</tableColumn>
|
|
<tableColumn width="291" minWidth="40" maxWidth="1000" id="BBs-9V-PKs">
|
|
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left">
|
|
<font key="font" metaFont="smallSystem"/>
|
|
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
|
|
<color key="backgroundColor" white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/>
|
|
</tableHeaderCell>
|
|
<textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="9uT-Nj-ZIP">
|
|
<font key="font" metaFont="system"/>
|
|
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
|
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
|
|
</textFieldCell>
|
|
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
|
|
</tableColumn>
|
|
</tableColumns>
|
|
</outlineView>
|
|
</subviews>
|
|
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
|
|
</clipView>
|
|
<scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="ygC-y5-gzb">
|
|
<rect key="frame" x="1" y="119" width="223" height="15"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
</scroller>
|
|
<scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="NO" id="Dt6-Nh-RS6">
|
|
<rect key="frame" x="224" y="17" width="15" height="102"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
</scroller>
|
|
<tableHeaderView key="headerView" id="PDh-qN-oBS">
|
|
<rect key="frame" x="0.0" y="0.0" width="398" height="17"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
</tableHeaderView>
|
|
</scrollView>
|
|
</subviews>
|
|
<holdingPriorities>
|
|
<real value="250"/>
|
|
<real value="250"/>
|
|
<real value="250"/>
|
|
</holdingPriorities>
|
|
</splitView>
|
|
</subviews>
|
|
</view>
|
|
<point key="canvasLocation" x="1076" y="229.5"/>
|
|
</window>
|
|
<arrayController id="rrv-nI-veC"/>
|
|
</objects>
|
|
</document>
|