-
Notifications
You must be signed in to change notification settings - Fork 1
/
mainCocoa.xib
35 lines (35 loc) · 2.13 KB
/
mainCocoa.xib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="11134" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="11134"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner" customClass="___PACKAGENAMEASIDENTIFIER___">
<connections>
<outlet property="view" destination="47Y-Ci-255" id="jdu-ND-x6j"/>
</connections>
</customObject>
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
<customView id="47Y-Ci-255" userLabel="View">
<rect key="frame" x="0.0" y="0.0" width="400" height="85"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" setsMaxLayoutWidthAtFirstLayout="YES" id="0xV-Dg-8dr">
<rect key="frame" x="130" y="36" width="140" height="14"/>
<autoresizingMask key="autoresizingMask"/>
<textFieldCell key="cell" controlSize="small" sendsActionOnEndEditing="YES" alignment="left" title="(* UI elements go here. *)" id="fhm-4k-jLL">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
</subviews>
</customView>
<objectController id="aFj-Nx-tzi" userLabel="Parameters">
<connections>
<binding destination="-2" name="contentObject" keyPath="parameters" id="3tH-Nj-Jac"/>
</connections>
</objectController>
</objects>
</document>