|
| 1 | +<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 2 | +<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="11134" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct"> |
| 3 | + <dependencies> |
| 4 | + <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="11134"/> |
| 5 | + </dependencies> |
| 6 | + <objects> |
| 7 | + <customObject id="-2" userLabel="File's Owner" customClass="Document" customModuleProvider=""> |
| 8 | + <connections> |
| 9 | + <outlet property="window" destination="xOd-HO-29H" id="JIz-fz-R2o"/> |
| 10 | + </connections> |
| 11 | + </customObject> |
| 12 | + <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> |
| 13 | + <customObject id="-3" userLabel="Application" customClass="NSApplication"/> |
| 14 | + <window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="xOd-HO-29H" userLabel="Window"> |
| 15 | + <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/> |
| 16 | + <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/> |
| 17 | + <rect key="contentRect" x="133" y="235" width="507" height="413"/> |
| 18 | + <rect key="screenRect" x="0.0" y="0.0" width="1680" height="1027"/> |
| 19 | + <value key="minSize" type="size" width="94" height="86"/> |
| 20 | + <view key="contentView" id="gIp-Ho-8D9"> |
| 21 | + <rect key="frame" x="0.0" y="0.0" width="507" height="413"/> |
| 22 | + <autoresizingMask key="autoresizingMask"/> |
| 23 | + <subviews> |
| 24 | + <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="264" translatesAutoresizingMaskIntoConstraints="NO" id="Hz6-mo-xeY"> |
| 25 | + <rect key="frame" x="129" y="195" width="248" height="22"/> |
| 26 | + <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="center" title="Your document contents here" id="JDq-Ah-v2f"> |
| 27 | + <font key="font" metaFont="system" size="18"/> |
| 28 | + <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> |
| 29 | + <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> |
| 30 | + </textFieldCell> |
| 31 | + </textField> |
| 32 | + </subviews> |
| 33 | + <constraints> |
| 34 | + <constraint firstAttribute="centerX" secondItem="Hz6-mo-xeY" secondAttribute="centerX" id="OG3-1c-Sd0"/> |
| 35 | + <constraint firstAttribute="centerY" secondItem="Hz6-mo-xeY" secondAttribute="centerY" id="s6i-b7-llN"/> |
| 36 | + </constraints> |
| 37 | + </view> |
| 38 | + <connections> |
| 39 | + <outlet property="delegate" destination="-2" id="0bl-1N-x8E"/> |
| 40 | + </connections> |
| 41 | + </window> |
| 42 | + </objects> |
| 43 | +</document> |
0 commit comments