# -*- 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 "L" string ID_CHOOSER_CATEGORY "pim" 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@" int EVENT_CANCEL_ALARM 1 int EVENT_DATE_EDITOR_TOOK_FOCUS 2 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_CONFIRM_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 menu ID_PERIOD_UNITS_MENU menuItem title = "second(s)" event = EVENT_VALIDATE eventData = 1 menuItem title = "minute(s)" event = EVENT_VALIDATE eventData = 60 menuItem title = "hour(s)" event = EVENT_VALIDATE eventData = 3600 endMenu dialog ID_ALARM_SET_DIALOG title = "Set Alarm" showCancel className = "net.sabi.pester.AlarmSetDialog" widthPct = 100 centerUnderTitleBar staticText text = "Message" id = ID_MESSAGE_LABEL alignWithParentTop = 3 alignWithParentLeft = 5 justifyRight font = boldSysFont typeAheadTextField id = ID_MESSAGE_FIELD event = EVENT_VALIDATE autoCap initiallySelectAll initialFocus alignBaseline = ID_MESSAGE_LABEL positionToRight = ID_MESSAGE_LABEL : 3 fillToRight = 0 groupBox id = ID_IN_GROUP onOffControl = ID_IN_BUTTON onOffControlLeftPosition positionBelow = ID_MESSAGE_LABEL : 7 fillToRight = 0 height = 22 radioButton id = ID_IN_BUTTON title = "In" event = EVENT_IN numberEditor id = ID_PERIOD_FIELD event = EVENT_VALIDATE dontWrap minValue = 1 maxValue = 99 alignBaseline = ID_IN_BUTTON positionToRight = ID_IN_BUTTON : 1 className = "net.sabi.pester.EventfulNumberEditor" popupMenu id = ID_PERIOD_UNITS_POPUP menu = ID_PERIOD_UNITS_MENU alignBaseline = ID_PERIOD_FIELD positionToRight = ID_PERIOD_FIELD : 1 checkBox id = ID_PERIOD_REPEAT_CHECKBOX title = "Repeat" alignBaseline = ID_PERIOD_UNITS_POPUP positionToRight = ID_PERIOD_UNITS_POPUP : 3 endGroupBox groupBox id = ID_AT_GROUP onOffControl = ID_AT_BUTTON onOffControlLeftPosition positionBelow = ID_IN_GROUP : 3 fillToRight = 0 height = 22 radioButton title = "At" id = ID_AT_BUTTON event = EVENT_AT dateEditor id = ID_TIME_EDITOR longTimeFormat event = EVENT_TIME_EDITOR alignBaseline = ID_AT_BUTTON positionToRight = ID_AT_BUTTON : 1 dateEditor id = ID_DATE_EDITOR event = EVENT_DATE_EDITOR positionToRight = ID_TIME_EDITOR : 1 alignBaseline = ID_TIME_EDITOR className = "net.sabi.pester.AlarmDateEditor" datePicker id = ID_DATE_PICKER event = EVENT_DATE_PICKER positionToRight = ID_DATE_EDITOR : 1 alignTop = ID_DATE_EDITOR endGroupBox staticText text = "Alert" id = ID_ALERT_LABEL justifyRight font = boldSysFont positionBelow = ID_AT_GROUP : 5 alignRight = ID_MESSAGE_LABEL ringTonePicker id = ID_ALERT_PICKER # alignBaseline = ID_ALERT_LABEL positionBelow = ID_AT_GROUP : 3 positionToRight = ID_ALERT_LABEL : 3 fillToRight = 0 button id = ID_DISCARD_ALARM_BUTTON event = EVENT_DISCARD_ALARM position = buttonTop2 title = "Discard" button id = ID_SET_ALARM_BUTTON event = EVENT_SET_ALARM position = buttonBottom1 title = "Set" shortcut = doneButton endDialog alert ID_ALARM_ALERT systemDialog title = "Alarm" icon = ID_LARGE_ICON font = "BortBold12" text = "Alarm!" button event = EVENT_DISMISS_ALARM title = okButton position = buttonBottom1 shortcut = doneButton endAlert alert ID_DISCARD_ALERT appAlertStyle title = "Discard Alarm?" icon = stopIcon text = "Permanently discard this alarm?" button event = EVENT_DISCARD_ALARM title = discardButton position = buttonBottom2 button title = backButton position = buttonBottom1 shortcut = doneButton endAlert