source: trunk/ICeCoffEE/ICeCoffEE/Installer components/ICeCoffEE Installer.app/Contents/Resources/English.lproj/MainMenu.nib/classes.nib@ 481

Last change on this file since 481 was 481, checked in by Nicholas Riley, 16 years ago

Update to Unsanity Installer 3.7.1.

File size: 3.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5 <key>IBClasses</key>
6 <array>
7 <dict>
8 <key>CLASS</key>
9 <string>FirstResponder</string>
10 <key>LANGUAGE</key>
11 <string>ObjC</string>
12 <key>SUPERCLASS</key>
13 <string>NSObject</string>
14 </dict>
15 <dict>
16 <key>CLASS</key>
17 <string>URLTextView</string>
18 <key>LANGUAGE</key>
19 <string>ObjC</string>
20 <key>SUPERCLASS</key>
21 <string>NSTextView</string>
22 </dict>
23 <dict>
24 <key>CLASS</key>
25 <string>UIBigTextField</string>
26 <key>LANGUAGE</key>
27 <string>ObjC</string>
28 <key>SUPERCLASS</key>
29 <string>NSTextField</string>
30 </dict>
31 <dict>
32 <key>ACTIONS</key>
33 <dict>
34 <key>doAPEHomePage</key>
35 <string>id</string>
36 <key>doBackButton</key>
37 <string>id</string>
38 <key>doContinueButton</key>
39 <string>id</string>
40 <key>doLicenseAgree</key>
41 <string>id</string>
42 <key>doLicenseDisagree</key>
43 <string>id</string>
44 <key>doShowInstallFiles</key>
45 <string>id</string>
46 <key>doUninstallCancel</key>
47 <string>id</string>
48 <key>doUninstallConfirm</key>
49 <string>id</string>
50 </dict>
51 <key>CLASS</key>
52 <string>UIController</string>
53 <key>LANGUAGE</key>
54 <string>ObjC</string>
55 <key>OUTLETS</key>
56 <dict>
57 <key>apeCurrentVersionText</key>
58 <string>id</string>
59 <key>apeInstallVersionText</key>
60 <string>id</string>
61 <key>cautionIconWell</key>
62 <string>NSImageView</string>
63 <key>currentStepName</key>
64 <string>NSTextField</string>
65 <key>donLogOutText</key>
66 <string>NSBox</string>
67 <key>dotView</key>
68 <string>UIProgressDotView</string>
69 <key>filFilesTable</key>
70 <string>id</string>
71 <key>filWindow</key>
72 <string>id</string>
73 <key>genBackButton</key>
74 <string>id</string>
75 <key>genContinueButton</key>
76 <string>id</string>
77 <key>insProgress</key>
78 <string>NSProgressIndicator</string>
79 <key>insProgressText</key>
80 <string>NSTextField</string>
81 <key>installerBackground</key>
82 <string>NSImageView</string>
83 <key>licAgreePanel</key>
84 <string>id</string>
85 <key>licTextView</key>
86 <string>id</string>
87 <key>mUIPlugin</key>
88 <string>id</string>
89 <key>optCreateLog</key>
90 <string>id</string>
91 <key>optGlobalInstallMatrix</key>
92 <string>id</string>
93 <key>optGlobalInstallMatrixLabel</key>
94 <string>id</string>
95 <key>optOpenUponCompletion</key>
96 <string>id</string>
97 <key>redExplanationText</key>
98 <string>id</string>
99 <key>remTextView</key>
100 <string>id</string>
101 <key>tabView</key>
102 <string>id</string>
103 <key>uiVersionField</key>
104 <string>NSTextField</string>
105 <key>uipPlaceholderView</key>
106 <string>NSView</string>
107 <key>uniAuthRequiredText</key>
108 <string>id</string>
109 <key>uniExplanationText</key>
110 <string>id</string>
111 <key>uniFilesTable</key>
112 <string>id</string>
113 <key>uniPanel</key>
114 <string>id</string>
115 </dict>
116 <key>SUPERCLASS</key>
117 <string>NSWindowController</string>
118 </dict>
119 <dict>
120 <key>CLASS</key>
121 <string>UIProgressDotView</string>
122 <key>LANGUAGE</key>
123 <string>ObjC</string>
124 <key>SUPERCLASS</key>
125 <string>NSMatrix</string>
126 </dict>
127 </array>
128 <key>IBVersion</key>
129 <string>1</string>
130</dict>
131</plist>
Note: See TracBrowser for help on using the repository browser.