mirror of
https://github.com/nickshanks/ResKnife.git
synced 2024-11-18 19:07:16 +00:00
33 lines
1.1 KiB
Plaintext
33 lines
1.1 KiB
Plaintext
{
|
|
IBClasses = (
|
|
{
|
|
ACTIONS = {
|
|
findNext = id;
|
|
findPrevious = id;
|
|
findWithSelection = id;
|
|
hideFindSheet = id;
|
|
replaceAll = id;
|
|
replaceFindNext = id;
|
|
showFindSheet = id;
|
|
};
|
|
CLASS = FindSheetController;
|
|
LANGUAGE = ObjC;
|
|
OUTLETS = {
|
|
cancelButton = NSButton;
|
|
caseSensitiveBox = NSButton;
|
|
findNextButton = NSButton;
|
|
findReplaceForm = NSForm;
|
|
matchEntireWordsBox = NSButton;
|
|
replaceAllButton = NSButton;
|
|
searchASCIIOrHexRadios = NSMatrix;
|
|
searchBackwardsBox = NSButton;
|
|
searchSelectionOnlyBox = NSButton;
|
|
startAtTopBox = NSButton;
|
|
wrapAroundBox = NSButton;
|
|
};
|
|
SUPERCLASS = NSWindowController;
|
|
},
|
|
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
|
|
);
|
|
IBVersion = 1;
|
|
} |