Added image property to contacts. It's read only, and allows a scripter to get at...
[adiumx.git] / Resources / zh_CN.lproj / PasswordPrompt.nib / classes.nib
blobe2940fffb6bd23fdf7669ba597de0b729d06419a
2     IBClasses = (
3         {
4             ACTIONS = {cancel = id; closeWindow = id; okay = id; togglePasswordSaved = id; }; 
5             CLASS = AIPasswordPromptController; 
6             LANGUAGE = ObjC; 
7             OUTLETS = {
8                 "button_OK" = NSButton; 
9                 "checkBox_savePassword" = NSButton; 
10                 target = id; 
11                 "textField_password" = NSTextField; 
12             }; 
13             SUPERCLASS = AIWindowController; 
14         }, 
15         {
16             CLASS = AIWindowController; 
17             LANGUAGE = ObjC; 
18             SUPERCLASS = NSWindowController; 
19         }, 
20         {
21             CLASS = ESAccountPasswordPromptController; 
22             LANGUAGE = ObjC; 
23             OUTLETS = {"imageView_service" = NSImageView; "textField_account" = NSTextField; }; 
24             SUPERCLASS = AIPasswordPromptController; 
25         }, 
26         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
27     ); 
28     IBVersion = 1;