Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/English.lproj/RubyDialog.xib

Parent Directory Parent Directory | Revision Log Revision Log


Revision 90 - (show annotations) (download)
Thu Sep 7 15:17:14 2017 UTC (6 years, 8 months ago) by toshinagata1964
File size: 3712 byte(s)
Some of the many warnings are removed.
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="11762" systemVersion="15G1510" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
3 <dependencies>
4 <deployment identifier="macosx"/>
5 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="11762"/>
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="MDRubyDialogController">
10 <connections>
11 <outlet property="window" destination="5" id="9"/>
12 </connections>
13 </customObject>
14 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
15 <customObject id="-3" userLabel="Application"/>
16 <window title="MDRuby Script Dialog" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="5" userLabel="Window">
17 <windowStyleMask key="styleMask" titled="YES" closable="YES" resizable="YES"/>
18 <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
19 <rect key="contentRect" x="390" y="382" width="220" height="55"/>
20 <rect key="screenRect" x="0.0" y="0.0" width="1024" height="746"/>
21 <value key="minSize" type="size" width="220" height="55"/>
22 <view key="contentView" id="6">
23 <rect key="frame" x="0.0" y="0.0" width="220" height="55"/>
24 <autoresizingMask key="autoresizingMask"/>
25 <subviews>
26 <button verticalHuggingPriority="750" tag="1" id="7">
27 <rect key="frame" x="15" y="13" width="80" height="28"/>
28 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
29 <buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" tag="1" inset="2" id="38">
30 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
31 <font key="font" metaFont="smallSystem"/>
32 <string key="keyEquivalent" base64-UTF8="YES">
33 Gw
34 </string>
35 </buttonCell>
36 <connections>
37 <action selector="dialogItemAction:" target="-2" id="11"/>
38 </connections>
39 </button>
40 <button verticalHuggingPriority="750" id="8">
41 <rect key="frame" x="125" y="13" width="80" height="28"/>
42 <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
43 <buttonCell key="cell" type="push" title="OK" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="39">
44 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
45 <font key="font" metaFont="smallSystem"/>
46 <string key="keyEquivalent" base64-UTF8="YES">
47 DQ
48 </string>
49 </buttonCell>
50 <connections>
51 <action selector="dialogItemAction:" target="-2" id="10"/>
52 </connections>
53 </button>
54 </subviews>
55 </view>
56 </window>
57 </objects>
58 </document>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26