Ignore:
Timestamp:
07/09/06 00:47:17 (18 years ago)
Author:
Nicholas Riley
Message:

Basic functionality works.

File:
1 edited

Legend:

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

    r241 r242  
    9898
    9999        typeAheadTextField
    100                 fillToRight = 0
    101100                id = ID_MESSAGE_FIELD
    102                 alignBaseline = ID_MESSAGE_LABEL
    103                 positionToRight = ID_MESSAGE_LABEL : 3 
    104101                autoCap
    105102                initiallySelectAll
    106103                initialFocus
     104                alignBaseline = ID_MESSAGE_LABEL
     105                positionToRight = ID_MESSAGE_LABEL : 3 
     106                fillToRight = 0
    107107
    108108        groupBox
     
    175175        button
    176176                id = ID_DISCARD_ALARM_BUTTON
     177                event = EVENT_DISCARD_ALARM
    177178                position = buttonTop2
    178179                title = "Discard"
    179                 event = EVENT_DISCARD_ALARM
    180180
    181181        button
    182182                id = ID_SET_ALARM_BUTTON
     183                event = EVENT_SET_ALARM
    183184                position = buttonBottom1
    184185                title = "Set"
    185186                shortcut = doneButton
    186                 event = EVENT_SET_ALARM
    187187endDialog
     188
     189alert ID_ALARM_ALERT
     190        systemDialog
     191        title = "Alarm"
     192        icon = ID_LARGE_ICON
     193        font = "BortBold12"
     194        text = "Alarm!"
     195        button
     196                event = EVENT_DISMISS_ALARM
     197                title = "OK"
     198                position = buttonBottom1
     199                shortcut = doneButton
     200endAlert
Note: See TracChangeset for help on using the changeset viewer.