2004-05-20 02:34:03 +00:00
|
|
|
{
|
2004-11-20 18:27:16 +00:00
|
|
|
"## Comment" = "Do NOT change this file, Gorm maintains it";
|
2004-05-20 02:34:03 +00:00
|
|
|
FirstResponder = {
|
|
|
|
Actions = (
|
2004-07-12 04:16:09 +00:00
|
|
|
"selectArchiveType:"
|
2004-05-20 02:34:03 +00:00
|
|
|
);
|
|
|
|
Super = NSObject;
|
|
|
|
};
|
|
|
|
GSNibContainer = {
|
|
|
|
Actions = (
|
|
|
|
);
|
|
|
|
Outlets = (
|
|
|
|
);
|
|
|
|
Super = NSObject;
|
|
|
|
};
|
|
|
|
GormDocument = {
|
|
|
|
Actions = (
|
|
|
|
);
|
|
|
|
Outlets = (
|
|
|
|
selectionBox,
|
2004-07-12 04:16:09 +00:00
|
|
|
filePrefsView,
|
2004-07-21 02:03:59 +00:00
|
|
|
filePrefsManager,
|
|
|
|
filePrefsWindow
|
2004-05-20 02:34:03 +00:00
|
|
|
);
|
2006-06-05 02:12:00 +00:00
|
|
|
Super = NSDocument;
|
2004-05-20 02:34:03 +00:00
|
|
|
};
|
2004-07-12 04:16:09 +00:00
|
|
|
GormFilePrefsManager = {
|
|
|
|
Actions = (
|
|
|
|
"showIncompatibilities:",
|
|
|
|
"selectTargetVersion:",
|
|
|
|
"selectArchiveType:"
|
|
|
|
);
|
|
|
|
Outlets = (
|
|
|
|
showIncompatibilities,
|
|
|
|
targetVersion,
|
|
|
|
gormAppVersion,
|
|
|
|
archiveType,
|
|
|
|
iwindow,
|
|
|
|
itable
|
|
|
|
);
|
|
|
|
Super = NSObject;
|
|
|
|
};
|
2004-05-20 02:34:03 +00:00
|
|
|
}
|