Line | |
---|
1 | {
|
---|
2 | IBClasses = (
|
---|
3 | {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
---|
4 | {
|
---|
5 | ACTIONS = {
|
---|
6 | doAPEHomePage = id;
|
---|
7 | doBackButton = id;
|
---|
8 | doContinueButton = id;
|
---|
9 | doLicenseAgree = id;
|
---|
10 | doLicenseDisagree = id;
|
---|
11 | doShowInstallFiles = id;
|
---|
12 | doUninstallCancel = id;
|
---|
13 | doUninstallConfirm = id;
|
---|
14 | };
|
---|
15 | CLASS = UIController;
|
---|
16 | LANGUAGE = ObjC;
|
---|
17 | OUTLETS = {
|
---|
18 | apeCurrentVersionText = id;
|
---|
19 | apeInstallVersionText = id;
|
---|
20 | donLogOutText = id;
|
---|
21 | donQuitText = id;
|
---|
22 | filFilesTable = id;
|
---|
23 | filWindow = id;
|
---|
24 | genBackButton = id;
|
---|
25 | genContinueButton = id;
|
---|
26 | genStepText = id;
|
---|
27 | insFilesTable = id;
|
---|
28 | licAgreePanel = id;
|
---|
29 | licTextView = id;
|
---|
30 | optCreateLog = id;
|
---|
31 | optGlobalInstallMatrix = id;
|
---|
32 | optOpenUponCompletion = id;
|
---|
33 | redExplanationText = id;
|
---|
34 | remTextView = id;
|
---|
35 | tabView = id;
|
---|
36 | uniAuthRequiredText = id;
|
---|
37 | uniExplanationText = id;
|
---|
38 | uniFilesTable = id;
|
---|
39 | uniPanel = id;
|
---|
40 | };
|
---|
41 | SUPERCLASS = NSWindowController;
|
---|
42 | },
|
---|
43 | {CLASS = URLTextView; LANGUAGE = ObjC; SUPERCLASS = NSTextView; }
|
---|
44 | );
|
---|
45 | IBVersion = 1;
|
---|
46 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.