2004-06-11 13:43:02 +00:00
|
|
|
{
|
2005-01-03 01:25:10 +00:00
|
|
|
"## Comment" = "Do NOT change this file, Gorm maintains it";
|
2004-06-11 13:43:02 +00:00
|
|
|
FirstResponder = {
|
|
|
|
Actions = (
|
|
|
|
"closeNewFilePanel:",
|
|
|
|
"createFile:",
|
|
|
|
"newFilePopupChanged:"
|
|
|
|
);
|
|
|
|
Super = NSObject;
|
|
|
|
};
|
2008-02-04 23:51:28 +00:00
|
|
|
PCFileCreator = {
|
2004-06-11 13:43:02 +00:00
|
|
|
Actions = (
|
|
|
|
"closeNewFilePanel:",
|
|
|
|
"createFile:",
|
|
|
|
"newFilePopupChanged:"
|
|
|
|
);
|
|
|
|
Outlets = (
|
|
|
|
newFilePanel,
|
|
|
|
nfImage,
|
|
|
|
nfTypePB,
|
|
|
|
nfDescriptionTV,
|
|
|
|
nfNameField,
|
|
|
|
nfCancelButton,
|
2009-02-10 00:31:55 +00:00
|
|
|
nfCreateButton,
|
|
|
|
nfAddHeaderButton
|
2004-06-11 13:43:02 +00:00
|
|
|
);
|
|
|
|
Super = NSObject;
|
|
|
|
};
|
|
|
|
}
|