apps-projectcenter/English.lproj/FindPanel.gorm/data.classes

34 lines
641 B
Text
Raw Normal View History

{
"## Comment" = "Do NOT change this file, Gorm maintains it";
FirstResponder = {
Actions = (
"findNext:",
"findNextAndOrderFindPanelOut:",
"findPrevious:",
"ignoreCase:",
"replace:",
"replaceAll:",
"replaceAndFind:"
);
Super = NSObject;
};
TextFinder = {
Actions = (
"findNext:",
"findNextAndOrderFindPanelOut:",
"findPrevious:",
"replace:",
"replaceAll:",
"replaceAndFind:"
);
Outlets = (
findNextButton,
findTextField,
ignoreCaseButton,
replaceAllScopeMatrix,
replaceTextField,
statusField
);
Super = NSObject;
};
}