home *** CD-ROM | disk | FTP | other *** search
- "NIPanelLoader" = {OUTLETS = (panel); SUPERCLASS = NSObject; };
- "NILoginPanel" = {
- ACTIONS = ("cancel:", "ok:");
- OUTLETS = (
- authButton,
- authPanel,
- cancelButton,
- iconButton,
- instructionText,
- passwordText,
- userNameText
- );
- SUPERCLASS = NSPanel;
- };
- "NIResourceManager" = {OUTLETS = (panel); SUPERCLASS = NSObject; };
- "NIAuthenticationPanel" = {
- OUTLETS = (
- authButton,
- cancelButton,
- iconButton,
- instructionText,
- passwordText,
- userNameText
- );
- SUPERCLASS = NSPanel;
- };
- "FirstResponder" = {CATEGORY = LocalActions; };
-