# -*- coding: utf-8 -*- package "net.sabi.pester" interface "{source}net/sabi/pester/Resources.java" events "{source}net/sabi/pester/Commands.java" string ID_APP_NAME "Pester" string ID_APP_CLASS "net.sabi.pester.Pester" string ID_APP_FLAGS "" string ID_LOCALE "en_US" bitmap ID_LARGE_ICON "{base}LargeIcon.png" bitmap ID_SMALL_ICON "{base}SmallIcon.png" bitmap ID_SPLASH_SCREEN_NO_TITLE "{base}SplashScreenTransparent.png" string ID_VERSION "V@APP_VERSION_MAJOR@.@APP_VERSION_MINOR@" splashScreen ID_SPLASH_SCREEN_RESOURCE image bitmap = ID_SPLASH_SCREEN_NO_TITLE alignWithParentTop = 0 alignWithParentLeft = 0 staticTextBox text = ID_APP_NAME alignWithParentLeft = 2 alignWithParentTop = 0 fillToRight = 2 transparent doesNotHaveBorder endSplashScreen menu ID_ALARM_LIST_MENU menuItem title = "New Alarm" shortcut = 'N' icon = soundIcon event = EVENT_NEW_ALARM divider menuItem id = ID_DISCARD_ITEM title = "Discard" shortcut = deleteKey event = EVENT_DISCARD_ALARM endMenu screen ID_ALARM_LIST_SCREEN title = "Pester" actionMenu = ID_ALARM_LIST_MENU className = "net.sabi.pester.AlarmListWindow" icon = ID_SMALL_ICON activeListView fillToBottom = 0 id = ID_ALARM_LIST_VIEW alignWithParentLeft = 0 alignWithParentTop = 0 initialFocus widthPct = 100 itemHeight = 12 className = "net.sabi.pester.AlarmListView" endScreen dialog ID_ALARM_SET_DIALOG title = "Set Alarm" showCancel # className = "net.sabi.pester.AlarmSetDialog" widthPct = 100 staticText text = "Message" id = ID_MESSAGE_LABEL alignWithParentTop = 3 alignWithParentLeft = 5 justifyRight font = boldSysFont typeAheadTextField fillToRight = 0 id = ID_MESSAGE_FIELD alignBaseline = ID_MESSAGE_LABEL positionToRight = ID_MESSAGE_LABEL : 3 autoCap initiallySelectAll initialFocus button position = buttonBottom1 title = "Set" shortcut = doneButton event = EVENT_SET_ALARM endDialog