Ignore:
Timestamp:
07/27/06 03:40:19 (18 years ago)
Author:
Nicholas Riley
Message:

About box.

File:
1 edited

Legend:

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

    r290 r293  
    5050                shortcut = deleteKey
    5151                event = EVENT_DISCARD_ALARM
     52
     53        divider
     54
     55        menuItem
     56                id = ID_ABOUT_ITEM
     57                title = "About"
     58                event = EVENT_ABOUT
    5259endMenu
    5360screen ID_ALARM_LIST_SCREEN
     
    9198                event = EVENT_VALIDATE
    9299                eventData = 3600
     100        menuItem
     101                title = "day(s)"
     102                event = EVENT_VALIDATE
     103                eventData = 86400
    93104endMenu
    94105
     
    282293        "Wake up"
    283294endStringArray
     295
     296data compress ID_ABOUT_TEXT 257 "about.txt"
     297string ID_SUPPORT_EMAIL "pester@sabi.net"
     298
     299dialog ID_ABOUT_DIALOG
     300        title = "About Pester"
     301        doneEvent = EVENT_ABOUT_DONE
     302        doneIsDefault
     303        widthPct = 100
     304        heightPct = 100
     305       
     306        staticTextBox
     307                id = ID_ABOUT_TEXT_BOX
     308                className = "danger.ui.LinkTextBox"
     309                alignWithParentTop = 0
     310                alignWithParentLeft = 3
     311                fillToRight = 3
     312                fillToBottom = 0
     313                initialFocus
     314                doesNotHaveBorder
     315
     316        scrollBar
     317                id = ID_ABOUT_TEXT_SCROLLBAR
     318                alignWithParentTop = 0
     319                alignWithParentRight = 0
     320                fillToBottom = 0
     321                floating
     322endDialog
Note: See TracChangeset for help on using the changeset viewer.