| <?xml version="1.0" encoding="UTF-8"?> |
| <document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="13156.6" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" initialViewController="B8D-0N-5wS"> |
| <dependencies> |
| <deployment identifier="macosx"/> |
| <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="13156.6"/> |
| <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
| </dependencies> |
| <scenes> |
| <!--Application--> |
| <scene sceneID="JPo-4y-FX3"> |
| <objects> |
| <application id="hnw-xV-0zn" sceneMemberID="viewController"> |
| <menu key="mainMenu" title="Main Menu" systemMenu="main" id="AYu-sK-qS6"> |
| <items> |
| <menuItem title="Buttons" id="1Xt-HY-uBw"> |
| <modifierMask key="keyEquivalentModifierMask"/> |
| <menu key="submenu" title="Buttons" systemMenu="apple" id="uQy-DD-JDr"> |
| <items> |
| <menuItem title="About ButtonsMac" id="5kV-Vb-QxS"> |
| <modifierMask key="keyEquivalentModifierMask"/> |
| <connections> |
| <action selector="orderFrontStandardAboutPanel:" target="Ady-hI-5gd" id="Exp-CZ-Vem"/> |
| </connections> |
| </menuItem> |
| <menuItem isSeparatorItem="YES" id="VOq-y0-SEH"/> |
| <menuItem title="Quit ButtonsMac" keyEquivalent="q" id="4sb-4s-VLi"> |
| <connections> |
| <action selector="terminate:" target="Ady-hI-5gd" id="Te7-pn-YzF"/> |
| </connections> |
| </menuItem> |
| </items> |
| </menu> |
| </menuItem> |
| </items> |
| </menu> |
| <connections> |
| <outlet property="delegate" destination="Voe-Tx-rLC" id="PrD-fu-P6m"/> |
| </connections> |
| </application> |
| <customObject id="Voe-Tx-rLC" customClass="AppDelegate" customModule="ButtonsMac" customModuleProvider="target"/> |
| <customObject id="YLy-65-1bz" customClass="NSFontManager"/> |
| <customObject id="Ady-hI-5gd" userLabel="First Responder" customClass="NSResponder" sceneMemberID="firstResponder"/> |
| </objects> |
| <point key="canvasLocation" x="75" y="0.0"/> |
| </scene> |
| <!--Window Controller--> |
| <scene sceneID="R2V-B0-nI4"> |
| <objects> |
| <windowController showSeguePresentationStyle="single" id="B8D-0N-5wS" sceneMemberID="viewController"> |
| <window key="window" title="Buttons" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" releasedWhenClosed="NO" showsToolbarButton="NO" visibleAtLaunch="NO" animationBehavior="default" id="IQv-IB-iLA"> |
| <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/> |
| <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/> |
| <rect key="contentRect" x="196" y="240" width="480" height="270"/> |
| <rect key="screenRect" x="0.0" y="0.0" width="1680" height="1027"/> |
| <connections> |
| <outlet property="delegate" destination="B8D-0N-5wS" id="98r-iN-zZc"/> |
| </connections> |
| </window> |
| <connections> |
| <segue destination="XfG-lQ-9wD" kind="relationship" relationship="window.shadowedContentViewController" id="cq2-FE-JQM"/> |
| </connections> |
| </windowController> |
| <customObject id="Oky-zY-oP4" userLabel="First Responder" customClass="NSResponder" sceneMemberID="firstResponder"/> |
| </objects> |
| <point key="canvasLocation" x="75" y="250"/> |
| </scene> |
| <!--View Controller--> |
| <scene sceneID="hIz-AP-VOD"> |
| <objects> |
| <viewController showSeguePresentationStyle="single" id="XfG-lQ-9wD" customClass="ViewController" customModule="ButtonsMac" customModuleProvider="target" sceneMemberID="viewController"> |
| <view key="view" wantsLayer="YES" id="m2S-Jp-Qdl"> |
| <rect key="frame" x="0.0" y="0.0" width="480" height="270"/> |
| <autoresizingMask key="autoresizingMask"/> |
| <subviews> |
| <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="dyv-di-59B"> |
| <rect key="frame" x="232" y="168" width="17" height="17"/> |
| <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="center" title="0" id="5z3-Zj-Cb6"> |
| <font key="font" metaFont="system"/> |
| <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/> |
| <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> |
| </textFieldCell> |
| <accessibility identifier="clickCount"/> |
| </textField> |
| <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="dbt-6S-3mR"> |
| <rect key="frame" x="203" y="80" width="74" height="32"/> |
| <buttonCell key="cell" type="push" title="Click!" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="MGH-RU-mBi"> |
| <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> |
| <font key="font" metaFont="system"/> |
| </buttonCell> |
| <accessibility identifier="clickButton"/> |
| <connections> |
| <action selector="didClickWithSender:" target="XfG-lQ-9wD" id="G8n-IP-jl9"/> |
| </connections> |
| </button> |
| </subviews> |
| <constraints> |
| <constraint firstItem="dyv-di-59B" firstAttribute="centerX" secondItem="m2S-Jp-Qdl" secondAttribute="centerX" id="E6u-nk-lgN"/> |
| <constraint firstItem="dyv-di-59B" firstAttribute="top" secondItem="m2S-Jp-Qdl" secondAttribute="top" constant="85" id="GtY-1L-ew4"/> |
| <constraint firstItem="dbt-6S-3mR" firstAttribute="top" secondItem="dyv-di-59B" secondAttribute="bottom" constant="60" id="PvP-NB-xd2"/> |
| <constraint firstItem="dbt-6S-3mR" firstAttribute="centerX" secondItem="m2S-Jp-Qdl" secondAttribute="centerX" id="USS-N3-y3P"/> |
| </constraints> |
| </view> |
| <connections> |
| <outlet property="countLabel" destination="dyv-di-59B" id="nJF-RI-8hv"/> |
| </connections> |
| </viewController> |
| <customObject id="rPt-NT-nkU" userLabel="First Responder" customClass="NSResponder" sceneMemberID="firstResponder"/> |
| </objects> |
| <point key="canvasLocation" x="75" y="655"/> |
| </scene> |
| </scenes> |
| </document> |