[21] | 1 | {
|
---|
| 2 | IBClasses = (
|
---|
| 3 | {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
---|
| 4 | {CLASS = NJRDateFormatter; LANGUAGE = ObjC; SUPERCLASS = NSDateFormatter; },
|
---|
[26] | 5 | {
|
---|
[31] | 6 | ACTIONS = {select = id; };
|
---|
| 7 | CLASS = NJRFSObjectSelector;
|
---|
| 8 | LANGUAGE = ObjC;
|
---|
| 9 | SUPERCLASS = NSButton;
|
---|
| 10 | },
|
---|
| 11 | {
|
---|
[26] | 12 | ACTIONS = {clearAllEntries = id; removeEntry = id; };
|
---|
| 13 | CLASS = NJRHistoryTrackingComboBox;
|
---|
| 14 | LANGUAGE = ObjC;
|
---|
| 15 | SUPERCLASS = NSComboBox;
|
---|
| 16 | },
|
---|
[21] | 17 | {CLASS = NJRIntegerFilter; LANGUAGE = ObjC; SUPERCLASS = NSNumberFormatter; },
|
---|
| 18 | {
|
---|
[53] | 19 | CLASS = NJRIntervalField;
|
---|
| 20 | LANGUAGE = ObjC;
|
---|
| 21 | OUTLETS = {intervalUnits = NSPopUpButton; };
|
---|
| 22 | SUPERCLASS = NSTextField;
|
---|
| 23 | },
|
---|
| 24 | {
|
---|
[39] | 25 | ACTIONS = {stopSoundPreview = id; };
|
---|
| 26 | CLASS = NJRQTMediaPopUpButton;
|
---|
[31] | 27 | LANGUAGE = ObjC;
|
---|
| 28 | OUTLETS = {preview = NSMovieView; };
|
---|
| 29 | SUPERCLASS = NSPopUpButton;
|
---|
| 30 | },
|
---|
[53] | 31 | {CLASS = NJRUnfocusableMovieView; LANGUAGE = ObjC; SUPERCLASS = NSMovieView; },
|
---|
[31] | 32 | {
|
---|
| 33 | ACTIONS = {stopVoicePreview = id; };
|
---|
| 34 | CLASS = NJRVoicePopUpButton;
|
---|
| 35 | LANGUAGE = ObjC;
|
---|
| 36 | SUPERCLASS = NSPopUpButton;
|
---|
| 37 | },
|
---|
[53] | 38 | {CLASS = NSDisclosureButtonCell; LANGUAGE = ObjC; SUPERCLASS = NSButtonCell; },
|
---|
[31] | 39 | {CLASS = NSObject; LANGUAGE = ObjC; },
|
---|
| 40 | {
|
---|
| 41 | ACTIONS = {
|
---|
| 42 | dateCompleted = id;
|
---|
| 43 | doScriptChanged = id;
|
---|
| 44 | doSpeakChanged = id;
|
---|
[53] | 45 | editAlertChanged = id;
|
---|
[31] | 46 | inAtChanged = id;
|
---|
| 47 | playSoundChanged = id;
|
---|
| 48 | setAlarm = id;
|
---|
[41] | 49 | setSoundRepetitionCount = id;
|
---|
[102] | 50 | showCalendar = id;
|
---|
[31] | 51 | silence = id;
|
---|
[102] | 52 | toggleAlertEditor = id;
|
---|
[31] | 53 | update = id;
|
---|
| 54 | };
|
---|
[21] | 55 | CLASS = PSAlarmSetController;
|
---|
| 56 | LANGUAGE = ObjC;
|
---|
| 57 | OUTLETS = {
|
---|
[53] | 58 | alertTabs = NSTabView;
|
---|
| 59 | alertView = NSTextField;
|
---|
[31] | 60 | bounceDockIcon = NSButton;
|
---|
[53] | 61 | cancelButton = NSButton;
|
---|
[31] | 62 | displayMessage = NSButtonCell;
|
---|
| 63 | doScript = NSButtonCell;
|
---|
| 64 | doSpeak = NSButtonCell;
|
---|
[53] | 65 | editAlert = NSButtonCell;
|
---|
[21] | 66 | inAtMatrix = NSMatrix;
|
---|
| 67 | messageField = NSTextField;
|
---|
[31] | 68 | playSound = NSButtonCell;
|
---|
| 69 | script = NJRFSObjectSelector;
|
---|
| 70 | scriptSelectButton = NSButton;
|
---|
[21] | 71 | setButton = NSButton;
|
---|
[41] | 72 | sound = NJRQTMediaPopUpButton;
|
---|
[31] | 73 | soundRepetitionStepper = NSStepper;
|
---|
| 74 | soundRepetitions = NSTextField;
|
---|
| 75 | soundRepetitionsLabel = NSTextField;
|
---|
[102] | 76 | timeCalendarButton = NSButton;
|
---|
[21] | 77 | timeDate = NSTextField;
|
---|
| 78 | timeDateCompletions = NSPopUpButton;
|
---|
[102] | 79 | timeInterval = NJRIntervalField;
|
---|
[31] | 80 | timeIntervalRepeats = NSButton;
|
---|
[21] | 81 | timeIntervalUnits = NSPopUpButton;
|
---|
| 82 | timeOfDay = NSTextField;
|
---|
| 83 | timeSummary = NSTextField;
|
---|
[31] | 84 | voice = NJRVoicePopUpButton;
|
---|
[53] | 85 | wakeUp = NSButtonCell;
|
---|
[21] | 86 | };
|
---|
| 87 | SUPERCLASS = NSWindowController;
|
---|
[26] | 88 | },
|
---|
| 89 | {
|
---|
| 90 | CLASS = PSAlarmsController;
|
---|
| 91 | LANGUAGE = ObjC;
|
---|
| 92 | OUTLETS = {tableView = NSTableView; };
|
---|
| 93 | SUPERCLASS = NSWindowController;
|
---|
| 94 | },
|
---|
| 95 | {
|
---|
[31] | 96 | ACTIONS = {orderFrontAlarmsPanel = id; orderFrontSetAlarmPanel = id; stopAlerts = id; };
|
---|
[26] | 97 | CLASS = PSApplication;
|
---|
| 98 | LANGUAGE = ObjC;
|
---|
[28] | 99 | OUTLETS = {alarmSetController = PSAlarmSetController; };
|
---|
[26] | 100 | SUPERCLASS = NSApplication;
|
---|
[21] | 101 | }
|
---|
| 102 | );
|
---|
| 103 | IBVersion = 1;
|
---|
| 104 | } |
---|