; Buttons actions ; ; RETURN_MAP - return to map ; ~xxx- goto frame xxx ; EXIT - exit application [General] ; Number of frames NumFrames=4 ; The number of toolbar buttons NumToolbarButtons=3 ; the toolbar height ToolbarHeight = 40 ; how many pixels between title and frame area TopTitleSpacing = 0 ; Text color for menu buttons MenuToolbarTextColor = 20,46,101 MenuToolbarDisabledTextColor = 200,200,200 ; Text color for toolbar buttons MenuButtonTextColor = 20,46,101 MenuButtonDisabledTextColor = 80,110,160 MenuButtonIconPosition = TOP [Frame0] ButtonExtraTopIconSpace= 10 ; Number of buttons per row ButtonsPerRow = 4 ; Number of buttons in the frame NumButtons = 12 ; How many pixels to shrink the button on the sides (number of pixels for each side) ButtonShrinkX = -1 ; How many pixels to shrink the button on top and bottom (number of pixels for each side) ButtonShrinkY = -1 ; How many pixels to shrink the frame between the toolbar and the title FrameShrinkX = 0 FrameShrinkY = -2 ; The title name Title = IDS_MENU_DESTINATE [Frame0.TBButton0] ButtonText = IDS_MENU_BUTTON_MAP ButtonAction = RETURN_MAP ButtonBitmap = MENU_MAP [Frame0.TBButton1] ButtonText = MENU_TB_SETTINGS ButtonAction = ~1 ButtonBitmap = TOOLBAR_BUTTON_SETTINGS [Frame0.TBButton2] ButtonText = IDS_MENU_BUTTON_EXIT_DESTINATOR ButtonAction = EXIT ButtonBitmap = MENU_EXIT_DEST [Frame0.Button0] ButtonText = IDS_MENU_DESTINATE_ADDRESS ButtonAction = ADDRESS ButtonBitmap = MENU_BUTTON_ADDRESS [Frame0.Button1] ButtonText = IDS_MENU_DESTINATE_HISTORY ButtonAction = HISTORY ButtonBitmap = MENU_BUTTON_HISTORY [Frame0.Button2] ButtonText = IDS_MENU_DESTINATE_FAVORITES ButtonAction = FAVORITES ButtonBitmap = MENU_BUTTON_FAVORITES [Frame0.Button3] ButtonText = IDS_MENU_DESTINATE_POI ButtonAction = POI ButtonBitmap = MENU_BUTTON_POI [Frame0.Button4] ButtonText = IDS_MENU_DESTINATE_CONTACTS ButtonAction = CONTACTS ButtonBitmap = MENU_BUTTON_CONTACTS [Frame0.Button5] ButtonText = MENU_BUTTON_CANCELROUTE ButtonAction = CANCEL_ROUTE ButtonBitmap = MENU_BUTTON_CANCELROUTE [Frame0.Button6] ButtonAction = DAY_NIGHT [Frame0.Button7] ButtonAction = VIEW_MODE [Frame0.Button8] ButtonText = IDS_TMC ButtonAction = TMC ButtonBitmap = MENU_BUTTON_TMC_MAIN [Frame0.Button9] ButtonText = IDS_MENU_MAPMANAGER ButtonAction = ~2 ButtonBitmap = MENU_BUTTON_MAP [Frame0.Button10] ButtonText = IDS_MENU_ROUTEMANAGER ButtonAction = ~3 ButtonBitmap = MENU_BUTTON_ROUTE [Frame0.Button11] ButtonText = IDS_MENU_DESTINATE_MPR ButtonAction = TRIP_PLANNER ButtonBitmap = MENU_BUTTON_MPR [Frame1] ButtonExtraTopIconSpace = 10 ButtonsPerRow = 3 NumButtons = 6 ButtonShrinkX = 0 ButtonShrinkY = 0 FrameShrinkX = 0 FrameShrinkY = 0 Title = IDS_MENU_SETTINGS [Frame1.TBButton0] ButtonText = TOOLBAR_BUTTON_BACK ButtonAction = ~0 ButtonBitmap = MENU_BACK [Frame1.TBButton1] ButtonText = IDS_ABOUT ButtonAction = ABOUT ButtonBitmap = MENU_BUTTON_ABOUT [Frame1.TBButton2] ButtonText = IDS_MENU_BUTTON_MAP ButtonAction = RETURN_MAP ButtonBitmap = MENU_MAP [Frame1.Button0] ButtonText = IDS_MENU_SETTINGS_ALERTS ButtonAction = ALERT_SETTINGS ButtonBitmap = MENU_BUTTON_ALERTS [Frame1.Button1] ButtonText = IDS_LANGUAGE_SETTINGS ButtonAction = LANGUAGE_SETTINGS ButtonBitmap = MENU_BUTTON_VISUALNOTIF [Frame1.Button2] ButtonText = IDS_MENU_SETTINGS_LOOKANDFEEL ButtonAction = LOOKFEEL_SETTINGS ButtonBitmap = MENU_BUTTON_LOOKANDFEEL [Frame1.Button3] ButtonText = MENU_BUTTON_SATELLITES ButtonAction = GPS_SETTINGS ButtonBitmap = MENU_BUTTON_SATELLITES [Frame1.Button4] ButtonText = IDS_PI_SETTINGS ButtonAction = QUICKNAV_SETTINGS ButtonBitmap = MENU_BUTTON_PI [Frame1.Button5] ButtonText = MENU_BUTTON_HELP ButtonAction = HELP ButtonBitmap = MENU_BUTTON_HELP [Frame2] ButtonExtraTopIconSpace = 10 ButtonsPerRow = 3 NumButtons = 6 ButtonShrinkX = 0 ButtonShrinkY = 0 FrameShrinkX = 0 FrameShrinkY = 0 Title = IDS_MENU_MAPMANAGER_TITLE [Frame2.TBButton0] ButtonText = TOOLBAR_BUTTON_BACK ButtonAction = ~0 ButtonBitmap = MENU_BACK [Frame2.TBButton2] ButtonText = IDS_MENU_BUTTON_MAP ButtonAction = RETURN_MAP ButtonBitmap = MENU_MAP [Frame2.Button0] ButtonText = MENU_BUTTON_SWITCH ButtonAction = SWITCH_MAPS ButtonBitmap = MENU_BUTTON_SWITCH [Frame2.Button1] ButtonAction = VEHICLEWALKER [Frame2.Button2] ButtonAction = PLANNER [Frame2.Button3] ButtonText = IDS_MENU_SETTINGS_GENERAL ButtonAction = GENERAL_SETTINGS ButtonBitmap = MENU_BUTTON_GENERAL [Frame2.Button4] ButtonText = IDS_MENU_SETTINGS_MAP ButtonAction = MAP_SETTINGS ButtonBitmap = MENU_BUTTON_MAP [Frame3] ButtonExtraTopIconSpace = 10 ButtonsPerRow = 3 NumButtons = 6 ButtonShrinkX = 0 ButtonShrinkY = 0 FrameShrinkX = 0 FrameShrinkY = 0 Title = IDS_MENU_ROUTEMANAGER_TITLE [Frame3.TBButton0] ButtonText = TOOLBAR_BUTTON_BACK ButtonAction = ~0 ButtonBitmap = MENU_BACK [Frame3.TBButton2] ButtonText = IDS_MENU_BUTTON_MAP ButtonAction = RETURN_MAP ButtonBitmap = MENU_MAP [Frame3.Button0] ButtonText = MENU_BUTTON_MANEUVER_LIST ButtonAction = DIRECTIONS ButtonBitmap = MENU_BUTTON_MANEUVERS [Frame3.Button1] ButtonText = MENU_BUTTON_SHOWROUTE ButtonAction = SHOW_ROUTE ButtonBitmap = MENU_BUTTON_SHOWROUTE [Frame3.Button2] ButtonText = IDS_MENU_SETTINGS_ROUTE_M ButtonAction = AVOIDROADS ButtonBitmap = MENU_BUTTON_ROUTE_MANAGEMENT [Frame3.Button3] ButtonText = MENU_BUTTON_PLAY ButtonAction = PLAY_RECORD ButtonBitmap = MENU_BUTTON_PLAY