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 65 66 67 68 69 70 71 72 73 74 75 76 77 78
|
{
IBClasses = (
{
ACTIONS = {"" = id; };
CLASS = FirstResponder;
LANGUAGE = ObjC;
SUPERCLASS = NSObject;
},
{
CLASS = MAPanel;
LANGUAGE = ObjC;
OUTLETS = {topBox = NSView; };
SUPERCLASS = NSObject;
},
{
ACTIONS = {
addHost = id;
addHostAdd = id;
addHostCancel = id;
addUser = id;
chooseIcon = id;
discardChanges = id;
filterSchemaList = id;
filterTableList = id;
filterUserList = id;
globalAddPrivilege = id;
globalRemovePrivilege = id;
refreshUserList = id;
removeHost = id;
removeUser = id;
saveChanges = id;
schemaAddPrivilege = id;
schemaRemovePrivilege = id;
tableAddPrivilege = id;
tableRemovePrivilege = id;
};
CLASS = MAUserAdministration;
LANGUAGE = ObjC;
OUTLETS = {
addHostMatrix = NSMatrix;
addHostPanel = NSPanel;
addHostText = NSTextField;
confirmText = NSTextField;
contactText = NSTextView;
descriptionText = NSTextField;
emailText = NSTextField;
fullNameText = NSTextField;
globalAssignedTable = NSTableView;
globalAvailableTable = NSTableView;
iconView = NSImageView;
maxConnectionsText = NSTextField;
maxQuestionText = NSTextField;
maxUpdatesText = NSTextField;
passwordText = NSTextField;
schemaAssignedTable = NSTableView;
schemaAvailableTable = NSTableView;
schemaOutline = NSOutlineView;
schemaSearch = NSTextField;
tabView = NSTabView;
tableAssignedTable = NSTableView;
tableAvailableTable = NSTableView;
tableOutline = NSOutlineView;
tableSearch = NSTextField;
userLabel1 = NSTextField;
userLabel2 = NSTextField;
userLabel3 = NSTextField;
userLabel4 = NSTextField;
userOutline = MOutlineView;
userSearch = NSSearchField;
usernameText = NSTextField;
};
SUPERCLASS = MAPanel;
},
{CLASS = MOutlineView; LANGUAGE = ObjC; SUPERCLASS = NSOutlineView; },
{CLASS = MTextImageCell; LANGUAGE = ObjC; SUPERCLASS = NSTextFieldCell; }
);
IBVersion = 1;
}
|