Develop and Download Open Source Software

Browse Subversion Repository

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 123 - (show annotations) (download)
Wed Oct 18 14:38:52 2017 UTC (6 years, 5 months ago) by toshinagata1964
File size: 10554 byte(s)
Audio effect window is now working.
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="11762" systemVersion="15G1010" 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="AboutWindowController">
10 <connections>
11 <outlet property="lastBuildText" destination="10" id="26"/>
12 <outlet property="myCopyrightText" destination="36" id="38"/>
13 <outlet property="okButton" destination="21" id="23"/>
14 <outlet property="revisionText" destination="39" id="41"/>
15 <outlet property="rubyCopyrightText" destination="12" id="24"/>
16 <outlet property="versionText" destination="8" id="27"/>
17 <outlet property="window" destination="1" id="29"/>
18 </connections>
19 </customObject>
20 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
21 <customObject id="-3" userLabel="Application" customClass="NSObject"/>
22 <window title="About Alchemusica" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" showsToolbarButton="NO" visibleAtLaunch="NO" animationBehavior="default" id="1">
23 <windowPositionMask key="initialPositionMask" leftStrut="YES" bottomStrut="YES"/>
24 <rect key="contentRect" x="196" y="204" width="409" height="306"/>
25 <rect key="screenRect" x="0.0" y="0.0" width="1680" height="1028"/>
26 <view key="contentView" id="2">
27 <rect key="frame" x="0.0" y="0.0" width="409" height="306"/>
28 <autoresizingMask key="autoresizingMask"/>
29 <subviews>
30 <imageView id="4">
31 <rect key="frame" x="20" y="190" width="96" height="96"/>
32 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
33 <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="G-clef" id="5"/>
34 </imageView>
35 <textField verticalHuggingPriority="750" id="6">
36 <rect key="frame" x="124" y="257" width="160" height="29"/>
37 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
38 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Alchemusica" id="7">
39 <font key="font" metaFont="systemBold" size="24"/>
40 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
41 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
42 </textFieldCell>
43 </textField>
44 <textField verticalHuggingPriority="750" id="8">
45 <rect key="frame" x="148" y="231" width="223" height="18"/>
46 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
47 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="left" title="Version %@" id="9">
48 <font key="font" metaFont="system" size="14"/>
49 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
50 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
51 </textFieldCell>
52 </textField>
53 <textField verticalHuggingPriority="750" id="10">
54 <rect key="frame" x="148" y="187" width="228" height="16"/>
55 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
56 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="left" title="Last build: %@" id="11">
57 <font key="font" metaFont="cellTitle"/>
58 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
59 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
60 </textFieldCell>
61 </textField>
62 <textField verticalHuggingPriority="750" id="12">
63 <rect key="frame" x="44" y="109" width="320" height="32"/>
64 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
65 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="center" id="13">
66 <font key="font" metaFont="cellTitle"/>
67 <string key="title">Including Ruby %@
68 %@</string>
69 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
70 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
71 </textFieldCell>
72 </textField>
73 <box verticalHuggingPriority="750" boxType="separator" id="14">
74 <rect key="frame" x="12" y="171" width="385" height="5"/>
75 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
76 </box>
77 <textField verticalHuggingPriority="750" id="17">
78 <rect key="frame" x="-26" y="50" width="460" height="51"/>
79 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
80 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="center" id="18">
81 <font key="font" metaFont="system"/>
82 <string key="title">This program is distributed under GPL
83 (GNU General Public Licence)
84 and without any warranty.</string>
85 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
86 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
87 </textFieldCell>
88 </textField>
89 <textField verticalHuggingPriority="750" tag="1001" id="32">
90 <rect key="frame" x="5" y="7" width="391" height="34"/>
91 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
92 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="center" id="33">
93 <font key="font" metaFont="system"/>
94 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
95 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
96 </textFieldCell>
97 </textField>
98 <button verticalHuggingPriority="750" tag="1000" id="21">
99 <rect key="frame" x="156" y="12" width="96" height="32"/>
100 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
101 <buttonCell key="cell" type="push" title="Ok" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="22">
102 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
103 <font key="font" metaFont="system"/>
104 <string key="keyEquivalent" base64-UTF8="YES">
105 DQ
106 </string>
107 </buttonCell>
108 <connections>
109 <action selector="okPressed:" target="-2" id="28"/>
110 </connections>
111 </button>
112 <textField verticalHuggingPriority="750" id="36">
113 <rect key="frame" x="9" y="148" width="391" height="16"/>
114 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
115 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="center" title="Copyright (C) %@ Toshi Nagata" id="37">
116 <font key="font" metaFont="cellTitle"/>
117 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
118 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
119 </textFieldCell>
120 </textField>
121 <textField verticalHuggingPriority="750" id="39">
122 <rect key="frame" x="148" y="207" width="228" height="16"/>
123 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
124 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="left" title="Revision: %d" id="40">
125 <font key="font" metaFont="cellTitle"/>
126 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
127 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
128 </textFieldCell>
129 </textField>
130 </subviews>
131 </view>
132 <connections>
133 <outlet property="delegate" destination="-2" id="31"/>
134 </connections>
135 <point key="canvasLocation" x="132.5" y="162"/>
136 </window>
137 </objects>
138 <resources>
139 <image name="G-clef" width="128" height="128"/>
140 </resources>
141 </document>

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