mirror of
https://github.com/nickshanks/ResKnife.git
synced 2024-12-22 17:30:15 +00:00
40 lines
1.3 KiB
Plaintext
40 lines
1.3 KiB
Plaintext
{
|
|
IBClasses = (
|
|
{
|
|
ACTIONS = {
|
|
editEnd = id;
|
|
editEndField = id;
|
|
editStart = id;
|
|
editStartField = id;
|
|
stepEnd = id;
|
|
stepStart = id;
|
|
};
|
|
CLASS = CronWindowController;
|
|
LANGUAGE = ObjC;
|
|
OUTLETS = {
|
|
activationForm = NSForm;
|
|
endDayField = NSTextField;
|
|
endDayStepper = NSStepper;
|
|
endMonthField = NSTextField;
|
|
endMonthStepper = NSStepper;
|
|
endYearField = NSTextField;
|
|
endYearStepper = NSStepper;
|
|
startDayField = NSTextField;
|
|
startDayStepper = NSStepper;
|
|
startMonthField = NSTextField;
|
|
startMonthStepper = NSStepper;
|
|
startYearField = NSTextField;
|
|
startYearStepper = NSStepper;
|
|
};
|
|
SUPERCLASS = NovaWindowController;
|
|
},
|
|
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
|
{
|
|
ACTIONS = {toggleResID = id; };
|
|
CLASS = NovaWindowController;
|
|
LANGUAGE = ObjC;
|
|
SUPERCLASS = NSWindowController;
|
|
}
|
|
);
|
|
IBVersion = 1;
|
|
} |