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

Last change on this file since 180 was 180, checked in by Nicholas Riley, 19 years ago

VERSION: Starting with 1.4.2d1.

Info-APE Module.plist: Require APE 1.5, update version to 1.4.2d1.

English.lproj/APEInfo.rtfd: Significant (overdue) revisions.

Installer components/ICeCoffEE Installer.app: Unsanity Installer 3.5
plus nib tweaks; APE 1.5.

Info-APEManagerPrefPane.plist: Version (used? need bundle ID too?)

File size: 1.9 KB
Line 
1{
2 IBClasses = (
3 {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
4 {CLASS = UIBigTextField; LANGUAGE = ObjC; SUPERCLASS = NSTextField; },
5 {
6 ACTIONS = {
7 doAPEHomePage = id;
8 doBackButton = id;
9 doContinueButton = id;
10 doLicenseAgree = id;
11 doLicenseDisagree = id;
12 doShowInstallFiles = id;
13 doUninstallCancel = id;
14 doUninstallConfirm = id;
15 };
16 CLASS = UIController;
17 LANGUAGE = ObjC;
18 OUTLETS = {
19 apeCurrentVersionText = id;
20 apeInstallVersionText = id;
21 cautionIconWell = NSImageView;
22 currentStepName = id;
23 donLogOutText = NSBox;
24 dotView = UIProgressDotView;
25 filFilesTable = id;
26 filWindow = id;
27 genBackButton = id;
28 genContinueButton = id;
29 insProgress = NSProgressIndicator;
30 insProgressText = NSTextField;
31 installerBackground = NSImageView;
32 licAgreePanel = id;
33 licTextView = id;
34 optCreateLog = id;
35 optGlobalInstallMatrix = id;
36 optOpenUponCompletion = id;
37 redExplanationText = id;
38 remTextView = id;
39 tabView = id;
40 uiVersionField = id;
41 uipPlaceholderView = id;
42 uniAuthRequiredText = id;
43 uniExplanationText = id;
44 uniFilesTable = id;
45 uniPanel = id;
46 };
47 SUPERCLASS = NSWindowController;
48 },
49 {CLASS = UIProgressDotView; LANGUAGE = ObjC; SUPERCLASS = NSMatrix; },
50 {CLASS = URLTextView; LANGUAGE = ObjC; SUPERCLASS = NSTextView; }
51 );
52 IBVersion = 1;
53}
Note: See TracBrowser for help on using the repository browser.