Changeset 31 for trunk/Cocoa/Pester/Source/English.lproj
- Timestamp:
- 10/29/02 22:05:44 (22 years ago)
- Location:
- trunk/Cocoa/Pester/Source/English.lproj/MainMenu.nib
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cocoa/Pester/Source/English.lproj/MainMenu.nib/classes.nib
r28 r31 3 3 {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 4 4 {CLASS = NJRDateFormatter; LANGUAGE = ObjC; SUPERCLASS = NSDateFormatter; }, 5 { 6 ACTIONS = {select = id; }; 7 CLASS = NJRFSObjectSelector; 8 LANGUAGE = ObjC; 9 SUPERCLASS = NSButton; 10 }, 5 11 { 6 12 ACTIONS = {clearAllEntries = id; removeEntry = id; }; … … 11 17 {CLASS = NJRIntegerFilter; LANGUAGE = ObjC; SUPERCLASS = NSNumberFormatter; }, 12 18 { 13 ACTIONS = {dateCompleted = id; inAtChanged = id; setAlarm = id; update = id; }; 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 }; 14 42 CLASS = PSAlarmSetController; 15 43 LANGUAGE = ObjC; 16 44 OUTLETS = { 45 bounceDockIcon = NSButton; 46 displayMessage = NSButtonCell; 47 doScript = NSButtonCell; 48 doSpeak = NSButtonCell; 17 49 inAtMatrix = NSMatrix; 18 50 messageField = NSTextField; 51 playSound = NSButtonCell; 52 script = NJRFSObjectSelector; 53 scriptSelectButton = NSButton; 19 54 setButton = NSButton; 55 sound = NJRSoundPopUpButton; 56 soundRepetitionStepper = NSStepper; 57 soundRepetitions = NSTextField; 58 soundRepetitionsLabel = NSTextField; 20 59 timeDate = NSTextField; 21 60 timeDateCompletions = NSPopUpButton; 22 61 timeInterval = NSTextField; 62 timeIntervalRepeats = NSButton; 23 63 timeIntervalUnits = NSPopUpButton; 24 64 timeOfDay = NSTextField; 25 65 timeSummary = NSTextField; 66 voice = NJRVoicePopUpButton; 26 67 }; 27 68 SUPERCLASS = NSWindowController; … … 34 75 }, 35 76 { 36 ACTIONS = {orderFrontAlarmsPanel = id; };77 ACTIONS = {orderFrontAlarmsPanel = id; orderFrontSetAlarmPanel = id; stopAlerts = id; }; 37 78 CLASS = PSApplication; 38 79 LANGUAGE = ObjC; -
trunk/Cocoa/Pester/Source/English.lproj/MainMenu.nib/info.nib
r30 r31 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">3 <plist version=" 1.0">2 <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd"> 3 <plist version="0.9"> 4 4 <dict> 5 5 <key>IBDocumentLocation</key> 6 <string> 28 19 356 240 0 0 1600 1178</string>6 <string>54 24 356 240 0 0 1280 832 </string> 7 7 <key>IBEditorPositions</key> 8 8 <dict> 9 9 <key>29</key> 10 <string> 33 383 273 44 0 0 1600 1178</string>10 <string>25 266 273 44 0 0 1280 832 </string> 11 11 </dict> 12 12 <key>IBFramework Version</key> 13 <string>2 86.0</string>13 <string>263.2</string> 14 14 <key>IBOpenObjects</key> 15 15 <array> 16 <integer>29</integer> 16 17 <integer>21</integer> 17 <integer>29</integer>18 18 </array> 19 19 <key>IBSystem Version</key> 20 <string>6D52</string> 20 <string>5S66</string> 21 <key>IBUserGuides</key> 22 <dict> 23 <key>21</key> 24 <dict> 25 <key>guideLocations</key> 26 <array> 27 <string>Horizontal:92.000000</string> 28 <string>Horizontal:148.000000</string> 29 <string>Horizontal:116.000000</string> 30 <string>Horizontal:64.000000</string> 31 </array> 32 <key>guidesLocked</key> 33 <false/> 34 </dict> 35 </dict> 21 36 </dict> 22 37 </plist>
Note:
See TracChangeset
for help on using the changeset viewer.