|
Revision 33, 0.8 KB
(checked in by vasi, 4 years ago)
|
|
new module
|
| Line | |
|---|
| 1 | { |
|---|
| 2 | IBClasses = ( |
|---|
| 3 | {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, |
|---|
| 4 | { |
|---|
| 5 | ACTIONS = {cancel = id; }; |
|---|
| 6 | CLASS = ScriptExecController; |
|---|
| 7 | LANGUAGE = ObjC; |
|---|
| 8 | OUTLETS = { |
|---|
| 9 | aboutMenuItem = id; |
|---|
| 10 | applicationMenu = id; |
|---|
| 11 | cancelButton = id; |
|---|
| 12 | hideMenuItem = id; |
|---|
| 13 | messageTextField = id; |
|---|
| 14 | progressBar = id; |
|---|
| 15 | progressWindow = id; |
|---|
| 16 | quitMenuItem = id; |
|---|
| 17 | textOutputCancelButton = id; |
|---|
| 18 | textOutputProgressIndicator = id; |
|---|
| 19 | textOutputTextField = id; |
|---|
| 20 | textOutputWindow = id; |
|---|
| 21 | }; |
|---|
| 22 | SUPERCLASS = NSObject; |
|---|
| 23 | } |
|---|
| 24 | ); |
|---|
| 25 | IBVersion = 1; |
|---|
| 26 | } |
|---|