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