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