Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/English.lproj/RubyConsoleWindow.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: 4442 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="RubyConsoleWindowController">
10 <connections>
11 <outlet property="consoleView" destination="38" id="39"/>
12 <outlet property="window" destination="1" id="32"/>
13 </connections>
14 </customObject>
15 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
16 <customObject id="-3" userLabel="Application" customClass="NSObject"/>
17 <window title="Ruby Console" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" visibleAtLaunch="NO" animationBehavior="default" id="1" userLabel="Window (Ruby Console)">
18 <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
19 <windowPositionMask key="initialPositionMask" leftStrut="YES" bottomStrut="YES"/>
20 <rect key="contentRect" x="244" y="439" width="385" height="285"/>
21 <rect key="screenRect" x="0.0" y="0.0" width="1024" height="746"/>
22 <view key="contentView" id="2">
23 <rect key="frame" x="0.0" y="0.0" width="385" height="285"/>
24 <autoresizingMask key="autoresizingMask"/>
25 <subviews>
26 <scrollView horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" id="37">
27 <rect key="frame" x="0.0" y="0.0" width="385" height="285"/>
28 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
29 <clipView key="contentView" id="9GN-eh-i1P">
30 <rect key="frame" x="1" y="1" width="368" height="283"/>
31 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
32 <subviews>
33 <textView importsGraphics="NO" usesFontPanel="YES" findStyle="panel" usesRuler="YES" id="38">
34 <rect key="frame" x="0.0" y="0.0" width="368" height="283"/>
35 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
36 <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
37 <size key="minSize" width="368" height="283"/>
38 <size key="maxSize" width="385" height="10000000"/>
39 <color key="insertionPointColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
40 <connections>
41 <outlet property="delegate" destination="-2" id="40"/>
42 </connections>
43 </textView>
44 </subviews>
45 <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
46 </clipView>
47 <scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" doubleValue="1" horizontal="YES" id="43">
48 <rect key="frame" x="-100" y="-100" width="87" height="18"/>
49 <autoresizingMask key="autoresizingMask"/>
50 </scroller>
51 <scroller key="verticalScroller" verticalHuggingPriority="750" doubleValue="1" horizontal="NO" id="42">
52 <rect key="frame" x="369" y="1" width="15" height="283"/>
53 <autoresizingMask key="autoresizingMask"/>
54 </scroller>
55 </scrollView>
56 </subviews>
57 </view>
58 </window>
59 </objects>
60 </document>

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