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

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

Initial commit of skeletal project.

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