root/Trunk/Adium.framework/Versions/A/Resources/cs.lproj/EditStateSheet.nib/classes.nib @ 2

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

Initial commit of skeletal project.

Line 
1{
2    IBClasses = (
3        {CLASS = AIAutoScrollView; LANGUAGE = ObjC; SUPERCLASS = NSScrollView; },
4        {
5            ACTIONS = {cancel = id; okay = id; statusControlChanged = id; };
6            CLASS = AIEditStateWindowController;
7            LANGUAGE = ObjC;
8            OUTLETS = {
9                "box_idle" = NSBox;
10                "box_separatorLine" = NSBox;
11                "box_state" = NSBox;
12                "box_statusMessage" = NSBox;
13                "box_title" = NSBox;
14                "checkBox_cancel" = NSButton;
15                "checkBox_muteSounds" = NSButton;
16                "checkBox_okay" = NSButton;
17                "checkBox_save" = NSButton;
18                "checkbox_autoReply" = NSButton;
19                "checkbox_customAutoReply" = NSButton;
20                "checkbox_idle" = NSButton;
21                "label_state" = NSTextField;
22                "label_statusMessage" = NSTextField;
23                "label_title" = NSTextField;
24                "popUp_state" = NSPopUpButton;
25                "scrollView_autoReply" = AIAutoScrollView;
26                "scrollView_statusMessage" = AIAutoScrollView;
27                "stepper_idleHours" = NSStepper;
28                "stepper_idleMinutes" = NSStepper;
29                target = id;
30                "textField_idleHours" = NSTextField;
31                "textField_idleMinutes" = NSTextField;
32                "textField_title" = NSTextField;
33                "textView_autoReply" = AISendingTextView;
34                "textView_statusMessage" = AISendingTextView;
35            };
36            SUPERCLASS = AIWindowController;
37        },
38        {
39            CLASS = AILocalizationTextField;
40            LANGUAGE = ObjC;
41            OUTLETS = {
42                "view_anchorToLeftSide" = NSView;
43                "view_anchorToRightSide" = NSView;
44                "window_anchorOnLeftSide" = NSWindow;
45                "window_anchorOnRightSide" = NSWindow;
46            };
47            SUPERCLASS = NSTextField;
48        },
49        {
50            ACTIONS = {pasteAsRichText = id; scrollPageDown = id; scrollPageUp = id; };
51            CLASS = AIMessageEntryTextView;
52            LANGUAGE = ObjC;
53            SUPERCLASS = AISendingTextView;
54        },
55        {
56            ACTIONS = {sendContent = id; };
57            CLASS = AISendingTextView;
58            LANGUAGE = ObjC;
59            OUTLETS = {target = id; };
60            SUPERCLASS = NSTextView;
61        },
62        {CLASS = AISmartStepper; LANGUAGE = ObjC; SUPERCLASS = NSStepper; },
63        {
64            ACTIONS = {closeWindow = id; };
65            CLASS = AIWindowController;
66            LANGUAGE = ObjC;
67            SUPERCLASS = NSWindowController;
68        },
69        {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
70        {CLASS = NSObject; LANGUAGE = ObjC; }
71    );
72    IBVersion = 1;
73}
Note: See TracBrowser for help on using the browser.