Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/English.lproj/LoadingPanel.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: 3781 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="LoadingPanelController">
10 <connections>
11 <outlet property="indicator" destination="7" id="15"/>
12 <outlet property="textField" destination="8" id="16"/>
13 <outlet property="window" destination="5" id="17"/>
14 </connections>
15 </customObject>
16 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
17 <customObject id="-3" userLabel="Application"/>
18 <window title="Alchemusica: Loading..." allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="5" userLabel="Panel" customClass="NSPanel">
19 <windowStyleMask key="styleMask" titled="YES"/>
20 <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
21 <rect key="contentRect" x="503" y="602" width="331" height="121"/>
22 <rect key="screenRect" x="0.0" y="0.0" width="1024" height="746"/>
23 <value key="minSize" type="size" width="213" height="107"/>
24 <view key="contentView" id="6">
25 <rect key="frame" x="0.0" y="0.0" width="331" height="121"/>
26 <autoresizingMask key="autoresizingMask"/>
27 <subviews>
28 <progressIndicator verticalHuggingPriority="750" maxValue="100" bezeled="NO" style="bar" id="7">
29 <rect key="frame" x="31" y="45" width="266" height="20"/>
30 <autoresizingMask key="autoresizingMask"/>
31 </progressIndicator>
32 <textField verticalHuggingPriority="750" id="8">
33 <rect key="frame" x="28" y="73" width="272" height="36"/>
34 <autoresizingMask key="autoresizingMask"/>
35 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Loading %@..." id="19">
36 <font key="font" metaFont="system"/>
37 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
38 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
39 </textFieldCell>
40 </textField>
41 <button verticalHuggingPriority="750" id="9">
42 <rect key="frame" x="219" y="7" width="84" height="32"/>
43 <autoresizingMask key="autoresizingMask"/>
44 <buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="20">
45 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
46 <font key="font" metaFont="system"/>
47 </buttonCell>
48 <connections>
49 <action selector="cancelAction:" target="-2" id="14"/>
50 </connections>
51 </button>
52 </subviews>
53 </view>
54 </window>
55 </objects>
56 </document>

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