# -*- 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 menu ID_PERIOD_UNITS_MENU menuItem id = ID_PERIOD_SECONDS title = "second(s)" event = EVENT_PERIOD_UNIT eventData = 1 menuItem id = ID_PERIOD_MINUTES title = "minute(s)" event = EVENT_PERIOD_UNIT eventData = 60 menuItem id = ID_PERIOD_HOURS title = "hour(s)" event = EVENT_PERIOD_UNIT 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 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 dontWrap minValue = 1 maxValue = 99 alignBaseline = ID_IN_BUTTON positionToRight = ID_IN_BUTTON : 1 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 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 = "OK" position = buttonBottom1 shortcut = doneButton endAlert