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.
168 lines
12 KiB
168 lines
12 KiB
<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
|
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="4510" systemVersion="12F37" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES"> |
|
<dependencies> |
|
<deployment defaultVersion="1080" identifier="macosx"/> |
|
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="4510"/> |
|
</dependencies> |
|
<objects> |
|
<customObject id="-2" userLabel="File's Owner" customClass="NSApplication"> |
|
<connections> |
|
<outlet property="delegate" destination="494" id="495"/> |
|
</connections> |
|
</customObject> |
|
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> |
|
<customObject id="-3" userLabel="Application"/> |
|
<menu title="AMainMenu" systemMenu="main" id="29"> |
|
<items> |
|
<menuItem title="ShortcutRecorderDemo" id="56"> |
|
<menu key="submenu" title="ShortcutRecorderDemo" systemMenu="apple" id="57"> |
|
<items> |
|
<menuItem title="Ping" id="627"> |
|
<modifierMask key="keyEquivalentModifierMask"/> |
|
<connections> |
|
<action selector="ping:" target="494" id="630"/> |
|
</connections> |
|
</menuItem> |
|
<menuItem isSeparatorItem="YES" id="628"/> |
|
<menuItem title="Hide ShortcutRecorderDemo" keyEquivalent="h" id="134"> |
|
<connections> |
|
<action selector="hide:" target="-1" id="367"/> |
|
</connections> |
|
</menuItem> |
|
<menuItem title="Hide Others" keyEquivalent="h" id="145"> |
|
<modifierMask key="keyEquivalentModifierMask" option="YES" command="YES"/> |
|
<connections> |
|
<action selector="hideOtherApplications:" target="-1" id="368"/> |
|
</connections> |
|
</menuItem> |
|
<menuItem title="Show All" id="150"> |
|
<connections> |
|
<action selector="unhideAllApplications:" target="-1" id="370"/> |
|
</connections> |
|
</menuItem> |
|
<menuItem isSeparatorItem="YES" id="149"> |
|
<modifierMask key="keyEquivalentModifierMask" command="YES"/> |
|
</menuItem> |
|
<menuItem title="Quit ShortcutRecorderDemo" keyEquivalent="q" id="136"> |
|
<connections> |
|
<action selector="terminate:" target="-3" id="449"/> |
|
</connections> |
|
</menuItem> |
|
</items> |
|
</menu> |
|
</menuItem> |
|
<menuItem title="File" id="83"/> |
|
<menuItem title="Edit" id="217"/> |
|
<menuItem title="Format" id="375"> |
|
<modifierMask key="keyEquivalentModifierMask"/> |
|
</menuItem> |
|
<menuItem title="Window" id="19"/> |
|
<menuItem title="Help" id="490"> |
|
<modifierMask key="keyEquivalentModifierMask"/> |
|
</menuItem> |
|
</items> |
|
</menu> |
|
<window title="Demo" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" animationBehavior="default" id="371"> |
|
<windowStyleMask key="styleMask" titled="YES" closable="YES"/> |
|
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/> |
|
<rect key="contentRect" x="335" y="390" width="387" height="211"/> |
|
<rect key="screenRect" x="0.0" y="0.0" width="1366" height="746"/> |
|
<view key="contentView" id="372"> |
|
<rect key="frame" x="0.0" y="0.0" width="387" height="211"/> |
|
<autoresizingMask key="autoresizingMask"/> |
|
<subviews> |
|
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="565"> |
|
<rect key="frame" x="14" y="163" width="359" height="32"/> |
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> |
|
<buttonCell key="cell" type="push" title="Show "Interface Builder Auto Layout" Demo" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="566"> |
|
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> |
|
<font key="font" metaFont="system"/> |
|
</buttonCell> |
|
<connections> |
|
<action selector="showIBAutoLayout:" target="494" id="598"/> |
|
</connections> |
|
</button> |
|
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="570"> |
|
<rect key="frame" x="14" y="97" width="359" height="32"/> |
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> |
|
<buttonCell key="cell" type="push" title="Show "Interface Builder Autoresizing Masks" Demo" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="571"> |
|
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> |
|
<font key="font" metaFont="system"/> |
|
</buttonCell> |
|
<connections> |
|
<action selector="showAutoresizingMasks:" target="494" id="626"/> |
|
</connections> |
|
</button> |
|
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="578"> |
|
<rect key="frame" x="14" y="130" width="359" height="32"/> |
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> |
|
<buttonCell key="cell" type="push" title="Show "Code Auto Layout" Demo" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="579"> |
|
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> |
|
<font key="font" metaFont="system"/> |
|
</buttonCell> |
|
<connections> |
|
<action selector="showCodeAutoLayout:" target="494" id="599"/> |
|
</connections> |
|
</button> |
|
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="603"> |
|
<rect key="frame" x="160" y="13" width="67" height="32"/> |
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> |
|
<buttonCell key="cell" type="push" title="Ping" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="604"> |
|
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> |
|
<font key="font" metaFont="system"/> |
|
</buttonCell> |
|
<connections> |
|
<action selector="ping:" target="494" id="624"/> |
|
</connections> |
|
</button> |
|
<box autoresizesSubviews="NO" verticalHuggingPriority="750" title="Box" boxType="separator" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="609"> |
|
<rect key="frame" x="12" y="59" width="363" height="5"/> |
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> |
|
<color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/> |
|
<color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/> |
|
<font key="titleFont" metaFont="system"/> |
|
</box> |
|
<button ambiguous="YES" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="OcL-7V-pmg"> |
|
<rect key="frame" x="18" y="68" width="281" height="18"/> |
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> |
|
<buttonCell key="cell" type="check" title="Enable the "Ping Button" recorder control" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="k7N-bO-eJf"> |
|
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> |
|
<font key="font" metaFont="system"/> |
|
</buttonCell> |
|
<connections> |
|
<binding destination="zMM-8O-7w9" name="value" keyPath="values.isPingItemEnabled" id="i4u-VA-wXP"> |
|
<dictionary key="options"> |
|
<integer key="NSNullPlaceholder" value="0"/> |
|
</dictionary> |
|
</binding> |
|
</connections> |
|
</button> |
|
</subviews> |
|
<constraints> |
|
<constraint firstItem="565" firstAttribute="top" secondItem="372" secondAttribute="top" constant="20" symbolic="YES" id="567"/> |
|
<constraint firstItem="565" firstAttribute="leading" secondItem="372" secondAttribute="leading" constant="20" symbolic="YES" id="568"/> |
|
<constraint firstItem="570" firstAttribute="leading" secondItem="372" secondAttribute="leading" constant="20" symbolic="YES" id="573"/> |
|
<constraint firstItem="578" firstAttribute="top" secondItem="565" secondAttribute="bottom" constant="12" symbolic="YES" id="584"/> |
|
<constraint firstItem="578" firstAttribute="leading" secondItem="372" secondAttribute="leading" constant="20" symbolic="YES" id="592"/> |
|
<constraint firstAttribute="trailing" secondItem="578" secondAttribute="trailing" constant="20" symbolic="YES" id="593"/> |
|
<constraint firstItem="570" firstAttribute="top" secondItem="578" secondAttribute="bottom" constant="12" id="596"/> |
|
<constraint firstAttribute="trailing" secondItem="565" secondAttribute="trailing" constant="20" id="597"/> |
|
<constraint firstItem="609" firstAttribute="leading" secondItem="372" secondAttribute="leading" constant="12" symbolic="YES" id="617"/> |
|
<constraint firstAttribute="trailing" secondItem="609" secondAttribute="trailing" constant="12" symbolic="YES" id="618"/> |
|
<constraint firstItem="609" firstAttribute="centerX" secondItem="603" secondAttribute="centerX" id="619"/> |
|
<constraint firstAttribute="bottom" secondItem="603" secondAttribute="bottom" constant="20" symbolic="YES" id="623"/> |
|
<constraint firstAttribute="bottom" secondItem="609" secondAttribute="bottom" constant="61" id="TT4-tb-fdZ"/> |
|
<constraint firstItem="609" firstAttribute="top" secondItem="OcL-7V-pmg" secondAttribute="bottom" constant="8" id="h06-vZ-ACJ"/> |
|
</constraints> |
|
</view> |
|
</window> |
|
<customObject id="494" customClass="IKAppDelegate"> |
|
<connections> |
|
<outlet property="pingButton" destination="603" id="625"/> |
|
<outlet property="pingItem" destination="627" id="629"/> |
|
<outlet property="window" destination="371" id="532"/> |
|
</connections> |
|
</customObject> |
|
<userDefaultsController representsSharedInstance="YES" id="zMM-8O-7w9"/> |
|
</objects> |
|
</document> |