source: trunk/Cocoa/Pester/Source/English.lproj/MainMenu.nib/classes.nib@ 31

Last change on this file since 31 was 31, checked in by Nicholas Riley, 21 years ago

Added alert section: checkboxes for 'display message and time',
'bounce dock icon', play sound/movie, number of times to play,
AppleScript, speech.

File size: 3.0 KB
RevLine 
[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 {
[31]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 };
[21]42 CLASS = PSAlarmSetController;
43 LANGUAGE = ObjC;
44 OUTLETS = {
[31]45 bounceDockIcon = NSButton;
46 displayMessage = NSButtonCell;
47 doScript = NSButtonCell;
48 doSpeak = NSButtonCell;
[21]49 inAtMatrix = NSMatrix;
50 messageField = NSTextField;
[31]51 playSound = NSButtonCell;
52 script = NJRFSObjectSelector;
53 scriptSelectButton = NSButton;
[21]54 setButton = NSButton;
[31]55 sound = NJRSoundPopUpButton;
56 soundRepetitionStepper = NSStepper;
57 soundRepetitions = NSTextField;
58 soundRepetitionsLabel = NSTextField;
[21]59 timeDate = NSTextField;
60 timeDateCompletions = NSPopUpButton;
61 timeInterval = NSTextField;
[31]62 timeIntervalRepeats = NSButton;
[21]63 timeIntervalUnits = NSPopUpButton;
64 timeOfDay = NSTextField;
65 timeSummary = NSTextField;
[31]66 voice = NJRVoicePopUpButton;
[21]67 };
68 SUPERCLASS = NSWindowController;
[26]69 },
70 {
71 CLASS = PSAlarmsController;
72 LANGUAGE = ObjC;
73 OUTLETS = {tableView = NSTableView; };
74 SUPERCLASS = NSWindowController;
75 },
76 {
[31]77 ACTIONS = {orderFrontAlarmsPanel = id; orderFrontSetAlarmPanel = id; stopAlerts = id; };
[26]78 CLASS = PSApplication;
79 LANGUAGE = ObjC;
[28]80 OUTLETS = {alarmSetController = PSAlarmSetController; };
[26]81 SUPERCLASS = NSApplication;
[21]82 }
83 );
84 IBVersion = 1;
85}
Note: See TracBrowser for help on using the repository browser.