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

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

Initial commit of skeletal project.

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