Ignore:
Timestamp:
07/25/06 16:36:34 (18 years ago)
Author:
Nicholas Riley
Message:

First pass at alarm snooze/reschedule; still pretty ugly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hiptop/pester/locale/en_US/Pester.rsrc

    r283 r287  
    209209endDialog
    210210
    211 alert ID_ALARM_ALERT
     211textInputAlert ID_ALARM_ALERT
    212212        systemDialog
    213213        title = "Alarm"
     
    216216        text = "Alarm!"
    217217        button
     218                id = ID_SNOOZE_BUTTON
    218219                event = EVENT_SNOOZE_ALARM
    219220                title = "Snooze"
    220                 position = buttonTop1
     221                position = buttonBottom2
    221222                shortcut = cancelButton
    222223        button
    223224                event = EVENT_SET_ALARM
    224225                title = "Reschedule..."
    225                 position = buttonBottom2
     226                position = buttonBottom3
    226227        button
    227228                event = EVENT_DISMISS_ALARM
     
    229230                position = buttonBottom1
    230231                shortcut = doneButton
    231 endAlert
     232        textField
     233                id = ID_SNOOZE_MINUTES
     234                title = "Snooze for minutes:"
     235                dontAcceptKeyRepeats
     236                initiallySelectAll
     237                numericOnly
     238                justifyRight
     239                maxLength = 2
     240                position = top
     241endTextInputAlert
    232242
    233243alert ID_DISCARD_ALERT
Note: See TracChangeset for help on using the changeset viewer.