20 #import <Cocoa/Cocoa.h>
25 NSTextField *usernameText;
26 NSTextField *passwordText;
27 NSTextField *messageLabel;
28 NSString *serverHostname;
34 @property(retain) IBOutlet NSTextField *usernameText;
35 @property(retain) IBOutlet NSTextField *passwordText;
36 @property(retain) IBOutlet NSTextField *messageLabel;
38 - (IBAction)onOK:(NSObject *)sender;
39 - (IBAction)onCancel:(NSObject *)sender;
41 @property(retain) NSString *serverHostname;
42 @property(retain) NSString *username;
43 @property(retain) NSString *password;
44 @property(retain) NSString *domain;
45 @property(readonly) BOOL modalCode;
47 - (BOOL)runModal:(NSWindow *)mainWindow;