package "net.frotz.rpn" interface "{source}net/frotz/rpn/Resources.java" events "{source}net/frotz/rpn/ResourceEvents.java" string ID_APP_NAME "RPN Calculator" string ID_APP_CLASS "net.frotz.rpn.RPN" string ID_LOCALE "en_US" bitmap ID_LARGE_ICON "{base}ID_LargeIcon.png" bitmap ID_SMALL_ICON "{base}ID_SmallIcon.png" # bitmap ID_SPLASH_SCREEN "{base}ID_SplashScreen.png" splashScreen ID_SPLASH_SCREEN_RESOURCE # image # bitmap = ID_SPLASH_SCREEN # alignWithParentLeft = 2 # alignWithParentTop = 0 staticTextBox text = ID_APP_NAME alignWithParentLeft = 0 alignWithParentTop = 0 fillToRight = 2 transparent doesNotHaveBorder endSplashScreen menu MENU_MAIN menuItem title="Toggle Quick Reference" event=DO_TOGGLE_HELP menuItem title="Toggle Scientific" event=DO_TOGGLE_SCI menuItem title="About..." event=DO_ABOUT_BOX endMenu dialog DIALOG_ABOUT centerVertically centerHorizontally title = "RPN Calculator v0.33333" staticText alignWithParentTop = 2 text="Copyright 2003, Brian Swetland" left=3 fillToRight=3 id=TEXTA justifyCenter staticText positionBelow=TEXTA:6 text="floating point math library" left=3 fillToRight=3 id=TEXTB justifyCenter staticText positionBelow=TEXTB:2 text="Copyright 2003, Dan Sachs" left=3 fillToRight=3 id=TEXTC justifyCenter staticText positionBelow=TEXTC:6 text="Share and Enjoy!" left=3 fillToRight=3 id=TEXTD justifyCenter button title=okButton position=buttonBottom1 initialFocus endDialog