1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
{
IBClasses = (
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{
ACTIONS = {
changeIMAutoStart = id;
newAccountClose = id;
setIMPassword = id;
setServerPassword = id;
showHelp = id;
toggleCreateAccount = id;
toggleIM = id;
toggleServer = id;
};
CLASS = MySQLStartupPref;
LANGUAGE = ObjC;
OUTLETS = {
imButton = NSButton;
imCheck = NSButton;
imLoginWindow = NSWindow;
imNewAccountWindow = NSWindow;
imPasswordButton = NSButton;
imPasswordText = NSTextField;
imStateImage = NSImageView;
imStateText = NSTextField;
imWarningText = NSTextField;
imlessButton = NSButton;
imlessCheck = NSButton;
imlessEnableButton = NSButton;
imlessNotFoundText = NSTextField;
imlessStateText = NSTextField;
imlessWarningText = NSTextField;
instanceList = NSTableView;
serverBasePathText = NSTextField;
serverButton = NSButton;
serverDataPathText = NSTextField;
serverVersionText = NSTextField;
singleAddInstanceButton = NSButton;
singleBasePathText = NSTextField;
singleButton = NSButton;
singleDataPathText = NSTextField;
singlePortText = NSTextField;
singleSocketPathText = NSTextField;
singleStatusText = NSTextField;
singleVersionText = NSTextField;
singleWarningText = NSTextField;
tabview = NSTabView;
};
SUPERCLASS = NSPreferencePane;
},
{
CLASS = NSPreferencePane;
LANGUAGE = ObjC;
OUTLETS = {
"_firstKeyView" = NSView;
"_initialKeyView" = NSView;
"_lastKeyView" = NSView;
"_window" = NSWindow;
};
SUPERCLASS = NSObject;
}
);
IBVersion = 1;
}
|