Bump project version to 212.1.
[macgdbp.git] / en.lproj / Eval.xib
1 <?xml version="1.0" encoding="UTF-8"?>
2 <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
3 <dependencies>
4 <deployment identifier="macosx"/>
5 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="14490.70"/>
6 <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
7 </dependencies>
8 <objects>
9 <customObject id="-2" userLabel="File's Owner" customClass="EvalController">
10 <connections>
11 <outlet property="dataField" destination="Vbq-T6-nq6" id="18y-9a-sBw"/>
12 <outlet property="resultField" destination="QKP-GR-0Lw" id="Yd8-3d-oNa"/>
13 <outlet property="view" destination="pgF-sO-Ir5" id="ZEj-UG-amG"/>
14 </connections>
15 </customObject>
16 <view id="pgF-sO-Ir5">
17 <rect key="frame" x="0.0" y="0.0" width="480" height="270"/>
18 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
19 <subviews>
20 <textField verticalHuggingPriority="750" id="Vbq-T6-nq6">
21 <rect key="frame" x="20" y="178" width="440" height="65"/>
22 <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
23 <textFieldCell key="cell" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="QIx-p6-u8e">
24 <font key="font" size="13" name="Menlo-Regular"/>
25 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
26 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
27 </textFieldCell>
28 </textField>
29 <textField verticalHuggingPriority="750" id="ZKL-CJ-8ib">
30 <rect key="frame" x="19" y="246" width="100" height="14"/>
31 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
32 <textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Script to Evaluate:" id="nX4-if-rtS">
33 <font key="font" metaFont="smallSystem"/>
34 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
35 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
36 </textFieldCell>
37 </textField>
38 <textField verticalHuggingPriority="750" id="rDx-6t-Uff">
39 <rect key="frame" x="17" y="146" width="100" height="14"/>
40 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
41 <textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Result:" id="jie-L1-VJh">
42 <font key="font" metaFont="smallSystem"/>
43 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
44 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
45 </textFieldCell>
46 </textField>
47 <textField verticalHuggingPriority="750" id="QKP-GR-0Lw">
48 <rect key="frame" x="20" y="43" width="440" height="95"/>
49 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
50 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="Xyb-tl-MWX">
51 <font key="font" size="13" name="Menlo-Regular"/>
52 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
53 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
54 </textFieldCell>
55 </textField>
56 <button verticalHuggingPriority="750" id="Ctw-Nn-pLv">
57 <rect key="frame" x="370" y="7" width="96" height="32"/>
58 <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
59 <buttonCell key="cell" type="push" title="Evaluate" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="HmR-fA-L6m">
60 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
61 <font key="font" metaFont="system"/>
62 <string key="keyEquivalent" base64-UTF8="YES">
63 DQ
64 </string>
65 </buttonCell>
66 <connections>
67 <action selector="evaluateScript:" target="-2" id="ylX-wS-HCd"/>
68 </connections>
69 </button>
70 </subviews>
71 </view>
72 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
73 <customObject id="-3" userLabel="Application" customClass="NSObject"/>
74 </objects>
75 </document>