root/Trunk/Adium.framework/Versions/A/Resources/AccountSetup.nib/classes.nib @ 2

Revision 2, 1.7 KB (checked in by jon, 16 years ago)

Initial commit of skeletal project.

Line 
1{
2    IBClasses = (
3        {
4            ACTIONS = {changedPreference = id; };
5            CLASS = AIAccountViewController;
6            LANGUAGE = ObjC;
7            OUTLETS = {
8                "checkBox_checkMail" = NSButton;
9                "checkBox_sendTyping" = NSButton;
10                "label_alias" = NSTextField;
11                "label_encryption" = NSTextField;
12                "label_password" = NSTextField;
13                "label_typing" = NSTextField;
14                "popUp_encryption" = NSPopUpButton;
15                "textField_accountUID" = NSTextField;
16                "textField_accountUIDLabel" = NSTextField;
17                "textField_alias" = NSTextField;
18                "textField_connectHost" = NSTextField;
19                "textField_connectPort" = NSTextField;
20                "textField_password" = NSTextField;
21                "view_auxiliaryTabView" = NSTabView;
22                "view_options" = NSView;
23                "view_privacy" = NSView;
24                "view_profile" = NSView;
25                "view_setup" = NSView;
26            };
27            SUPERCLASS = AIObject;
28        },
29        {
30            CLASS = AILocalizationTextField;
31            LANGUAGE = ObjC;
32            OUTLETS = {
33                "view_anchorToLeftSide" = NSView;
34                "view_anchorToRightSide" = NSView;
35                "window_anchorOnLeftSide" = NSWindow;
36                "window_anchorOnRightSide" = NSWindow;
37            };
38            SUPERCLASS = NSTextField;
39        },
40        {CLASS = AIObject; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
41        {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
42        {CLASS = NSTextField; LANGUAGE = ObjC; SUPERCLASS = NSControl; }
43    );
44    IBVersion = 1;
45}
Note: See TracBrowser for help on using the browser.