Commit ddedd1ff authored by Fabio Varesano's avatar Fabio Varesano Committed by Wayne Stambaugh

Commit Fabrizio's PNG image improvement patch with minor fixes.

* Added checks for Inkscape and pngcrush when MAINTAIN_PNG mode is enabled.
* Rebuild PNGs with transparent background.
parent 1d696bf6
......@@ -49,23 +49,25 @@
# lower case is used for local variables, uppercase for global variables
#if( 0 )
if( 1 )
# If this file is used as part of the Kicad build, disable the stand alone build mode.
if( NOT DEFINED CMAKE_PROJECT_NAME )
# stand alone debugging
project(kicad_for_bitmaps)
project( kicad_for_bitmaps )
cmake_minimum_required(VERSION 2.8.0 FATAL_ERROR)
cmake_minimum_required( VERSION 2.8.0 FATAL_ERROR )
include_directories( /svn/kicad/work/include )
set( CMAKE_MODULE_PATH /svn/kicad/work/CMakeModules )
add_definitions( -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread )
endif()
endif( NOT DEFINED CMAKE_PROJECT_NAME )
option( MAINTAIN_PNGS
"Set to true if you are a PNG maintainer and have the required tools given in the bitmaps_png/CMakeLists.txt file (default OFF)."
OFF )
OFF)
......@@ -299,7 +301,7 @@ set( BMAPS_MID
module_filtered_list
module_full_list
module_options
# module_ratsnest
module_ratsnest
module
morgan1
morgan2
......@@ -508,6 +510,8 @@ set( BMAPS_BIG
icon_kicad
icon_modedit
icon_pcbnew
icon_bitmap2component
icon_pcbcalculator
libedit_icon
viewlibs_icon
)
......@@ -526,7 +530,7 @@ function( svg2png inputFile outFile pngWidth pngHeight )
add_custom_command(
OUTPUT ${outFile}
COMMAND inkscape -f ${inputFile} -e ${outFile} -w ${pngWidth} -h ${pngHeight} > ${TMP_DIR}/${bmn}.inkscape.log
COMMAND ${Inkscape_EXECUTABLE} -f ${inputFile} -e ${outFile} -w ${pngWidth} -h ${pngHeight} > ${TMP_DIR}/${bmn}.inkscape.log
DEPENDS ${inputFile}
COMMENT "Creating ${pngHeight} pixel tall ${outFile}"
)
......@@ -543,10 +547,13 @@ function( png2png inputFile bkgndFile outFile )
OUTPUT ${outFile}
# blend in the unified background into the png before converting to cpp.
COMMAND composite -compose Over ${inputFile} ${bkgndFile} -alpha set ${TMP_DIR}/scratch.png
# COMMAND ${COMPOSITE_PROG} -compose Over ${inputFile} ${bkgndFile} -alpha set ${TMP_DIR}/scratch.png
# remove any extraneous tEXt records
COMMAND pngcrush -rem alla ${TMP_DIR}/scratch.png ${outFile} > ${TMP_DIR}/${bmn}.pngcrush.log
# COMMAND ${pngcrush_EXECUTABLE} -rem alla ${TMP_DIR}/scratch.png ${outFile} > ${TMP_DIR}/${bmn}.pngcrush.log
# pngcrush all icons without background.
COMMAND pngcrush -rem alla ${inputFile} ${outFile} > ${TMP_DIR}/${bmn}.pngcrush.log
DEPENDS ${inputFile} ${bkgndFile}
......@@ -608,6 +615,50 @@ endfunction()
if( MAINTAIN_PNGS )
# Inkscape is required to convert SVG files to PNG files.
set( Inkscape_FOUND FALSE )
if( NOT Inkscape_FOUND )
find_program( Inkscape_EXECUTABLE inkscape
PATHS "[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Inkscape;InstallDir]"
DOC "Inkscape vector drawing program." )
if( NOT Inkscape_EXECUTABLE )
message( FATAL_ERROR "Could not find the Inkscape vector drawing program." )
else( NOT Inkscape_EXECUTABLE )
set( Inkscape_FOUND TRUE )
set( Inkscape_EXECUTABLE ${Inkscape_EXECUTABLE}
CACHE FILEPATH "Path and file name of the Inkscape program." )
message( STATUS "The Inkscape vector drawing program found." )
endif( NOT Inkscape_EXECUTABLE )
endif( NOT Inkscape_FOUND )
# pngcrush is required to reduce the size of the converted PNG files.
set( pngcrush_FOUND FALSE )
if( NOT pngcrush_FOUND )
find_program( pngcrush_EXECUTABLE pngcrush DOC "The PNG size reduction program." )
if( NOT pngcrush_EXECUTABLE )
message( FATAL_ERROR "Could not find the pngcrush PNG size reduction program." )
else( NOT pngcrush_EXECUTABLE )
set( pngcrush_FOUND TRUE )
set( pngcrush_EXECUTABLE ${pngcrush_EXECUTABLE}
CACHE FILEPATH "Path and file name of the pngcrush program." )
message( STATUS "The pngcrush PNG size reduction program found." )
endif( NOT pngcrush_EXECUTABLE )
endif( NOT pngcrush_FOUND )
# composite is required to convert a basic PNG to one with a composited background
# image behind it
# find_program( COMPOSITE_PROG composite DOC "The image compositing program." )
# if( NOT COMPOSITE_PROG )
# message( FATAL_ERROR "Could not find the ImagMagik composite program." )
# else( NOT COMPOSITE_PROG )
# message( STATUS "The ImageMagick composite program found." )
# endif( NOT COMPOSITE_PROG )
# these 2 cmake commands for each desired bitmap size set, repeat as needed:
bitmap_dir( 26 26 "${BMAPS_MID}" )
......
This diff is collapsed.
/* Do not modify this file, it was automatically generated by the
* PNG2cpp CMake script, using a *.png file as input.
*/
#include "bitmaps.h"
static const char png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c,
0xce, 0x00, 0x00, 0x00, 0x09, 0x76, 0x70, 0x41, 0x67, 0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00,
0x1a, 0x00, 0x07, 0xb2, 0x66, 0x2f, 0x00, 0x00, 0x02, 0x70, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7,
0xa5, 0x95, 0x4d, 0x6b, 0x13, 0x41, 0x18, 0xc7, 0x7f, 0x33, 0x9d, 0x4d, 0xb2, 0x10, 0xdb, 0x62,
0x4b, 0x8a, 0x88, 0x10, 0xf4, 0x28, 0x58, 0xcf, 0x3d, 0x5a, 0x3c, 0x14, 0xa4, 0x87, 0xa2, 0x27,
0xbf, 0x80, 0x4a, 0x3f, 0x81, 0x92, 0x9b, 0xe0, 0xa9, 0x1f, 0x41, 0xa8, 0x7e, 0x85, 0x5e, 0xcd,
0xa1, 0x82, 0xed, 0xcd, 0x83, 0xe0, 0x0b, 0xf1, 0x50, 0x2c, 0x4a, 0x0f, 0xa9, 0x97, 0x36, 0x36,
0xbb, 0x49, 0x76, 0x1e, 0x0f, 0x4d, 0xb2, 0x2f, 0xd9, 0x4d, 0x36, 0xe9, 0xdc, 0x66, 0x77, 0xe6,
0xff, 0x36, 0xcf, 0x33, 0xa3, 0x00, 0x3c, 0xcf, 0xdb, 0x04, 0x6a, 0x0a, 0x56, 0x51, 0xca, 0x21,
0x32, 0x14, 0x80, 0x52, 0xc4, 0xbe, 0x25, 0xe6, 0x19, 0x23, 0x00, 0xbe, 0x02, 0x3b, 0x8e, 0xe3,
0xbc, 0x57, 0xed, 0x76, 0xfb, 0x11, 0xb0, 0xa7, 0x42, 0x14, 0x26, 0x12, 0x4d, 0x4f, 0xfe, 0x4c,
0x5d, 0x5c, 0x5c, 0x7c, 0x02, 0xd6, 0x54, 0x7c, 0x57, 0x08, 0x98, 0x00, 0xcd, 0x14, 0x94, 0x42,
0x14, 0xf9, 0xf6, 0x5b, 0xfd, 0x6b, 0xb5, 0xce, 0x51, 0xaa, 0x3c, 0x96, 0x68, 0x06, 0xf2, 0xa4,
0x6b, 0x23, 0x22, 0xce, 0x88, 0x14, 0x91, 0x11, 0xc5, 0x57, 0x5d, 0x63, 0x44, 0x04, 0x00, 0x6b,
0x85, 0x4e, 0xa7, 0x17, 0x73, 0x90, 0x74, 0x54, 0x28, 0x18, 0xe6, 0xb4, 0x9a, 0x89, 0xfc, 0x92,
0x48, 0x84, 0x0f, 0xf5, 0x9f, 0x6c, 0x6d, 0xbd, 0x1d, 0x2b, 0x70, 0x77, 0xf7, 0x29, 0x4f, 0x1e,
0xdf, 0x67, 0x96, 0x11, 0x3a, 0x0a, 0x82, 0x89, 0x8b, 0x7b, 0xbd, 0x1e, 0xd6, 0xda, 0xf0, 0x90,
0xa7, 0x88, 0xcf, 0x88, 0x08, 0x62, 0x2d, 0xad, 0x56, 0x6b, 0x22, 0xd1, 0x69, 0xb3, 0x89, 0xef,
0xfb, 0x14, 0x8b, 0xc5, 0xa9, 0xe3, 0x33, 0x22, 0x82, 0xb5, 0x96, 0x3b, 0xb7, 0x17, 0xd8, 0xde,
0xbe, 0x8b, 0xef, 0x79, 0xc3, 0x9f, 0xfb, 0x1f, 0x9b, 0x34, 0x1a, 0x67, 0xc3, 0xb9, 0xef, 0xfb,
0x04, 0x41, 0xc0, 0x20, 0x85, 0x41, 0x75, 0x49, 0xde, 0xe8, 0x44, 0x84, 0xca, 0x4a, 0x99, 0xf5,
0xf5, 0x9b, 0xb4, 0xce, 0xcf, 0x87, 0x00, 0xdf, 0x7f, 0x9c, 0xd1, 0x68, 0xc4, 0xd5, 0x0e, 0xd6,
0x8f, 0x73, 0x30, 0x42, 0x2e, 0x12, 0x9e, 0x91, 0x5b, 0x2a, 0x71, 0x63, 0x65, 0x05, 0x6f, 0x71,
0xb1, 0x5f, 0x85, 0x96, 0x82, 0xf3, 0x2b, 0x9e, 0x0a, 0x20, 0xd6, 0xc6, 0x89, 0x72, 0xc6, 0x67,
0x44, 0x04, 0xa5, 0x14, 0xae, 0xeb, 0x52, 0xad, 0x56, 0x87, 0x4a, 0xba, 0x9d, 0x0e, 0xa5, 0xd2,
0xe7, 0xc4, 0xfe, 0x14, 0x47, 0x39, 0x8b, 0xc2, 0x20, 0x82, 0xf4, 0xaf, 0x0b, 0x63, 0xcc, 0xb0,
0x7f, 0x24, 0x63, 0x73, 0x2a, 0x51, 0x0e, 0x57, 0x26, 0x53, 0x5d, 0xbf, 0xbf, 0x52, 0x1d, 0x59,
0x1b, 0x0a, 0xca, 0xdd, 0x47, 0xfd, 0x4d, 0x69, 0xca, 0xd3, 0x85, 0x66, 0x38, 0xea, 0x0b, 0xcc,
0x22, 0x37, 0x63, 0x01, 0x33, 0x48, 0x06, 0xb7, 0x49, 0xde, 0x66, 0x55, 0x99, 0x44, 0x51, 0xb0,
0x59, 0xcf, 0x28, 0xeb, 0xae, 0x4b, 0xaa, 0x4b, 0x03, 0xab, 0xd7, 0x8f, 0x69, 0x36, 0xf7, 0x71,
0x1c, 0x93, 0x09, 0x98, 0x7c, 0x97, 0x6a, 0xb5, 0x87, 0x13, 0xa2, 0xb3, 0x76, 0x24, 0xba, 0x83,
0xc3, 0x13, 0x0e, 0x0e, 0x4f, 0xa6, 0x72, 0xf2, 0xea, 0xe5, 0x03, 0xb4, 0xd6, 0xe8, 0x68, 0xee,
0x03, 0x77, 0x61, 0x3c, 0xc2, 0x55, 0x87, 0xe7, 0x79, 0x04, 0x41, 0x10, 0x71, 0x94, 0x88, 0x4f,
0x44, 0x58, 0x98, 0x2f, 0xb1, 0xbc, 0x5c, 0x44, 0xc4, 0x46, 0xa2, 0xd1, 0xb9, 0x49, 0x94, 0x52,
0xfc, 0x3d, 0x3d, 0xa5, 0x52, 0xa9, 0x60, 0x44, 0xa4, 0x0b, 0x14, 0xd3, 0x0e, 0xfd, 0xc5, 0xf3,
0x7b, 0x6c, 0x6c, 0xcc, 0xc7, 0x2e, 0xda, 0x0c, 0xc4, 0xd4, 0x27, 0xdd, 0x75, 0x5d, 0xba, 0xdd,
0x2e, 0xd2, 0xbf, 0xeb, 0xbe, 0x00, 0x6b, 0x69, 0xae, 0xe6, 0xb4, 0xa6, 0xe0, 0x38, 0x97, 0x0d,
0x9a, 0x00, 0x4e, 0x2b, 0xec, 0x91, 0x17, 0xd9, 0x71, 0xd0, 0x5a, 0x23, 0x22, 0x7f, 0x0c, 0xf0,
0x06, 0xd8, 0x4b, 0x56, 0x9b, 0xd6, 0x9a, 0xeb, 0x4b, 0x4b, 0x94, 0x5c, 0x97, 0x20, 0xe5, 0x51,
0x54, 0x29, 0xae, 0x92, 0x44, 0xc6, 0x18, 0xae, 0x95, 0xcb, 0x00, 0xaf, 0x15, 0xc0, 0xf1, 0xd1,
0xd1, 0x26, 0x50, 0x03, 0x56, 0x01, 0x27, 0x4a, 0x6a, 0x93, 0x6e, 0xb2, 0x1c, 0x8d, 0x12, 0x05,
0xc0, 0x37, 0xad, 0xd4, 0xce, 0xad, 0x6a, 0xf5, 0xdd, 0x7f, 0xb2, 0x66, 0x78, 0xef, 0x94, 0x05,
0x4c, 0x54, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82,
};
const BITMAP_OPAQUE add_bus_xpm[1] = {{ png, sizeof( png ), "add_bus_xpm" }};
//EOF
/* Do not modify this file, it was automatically generated by the
* PNG2cpp CMake script, using a *.png file as input.
*/
#include "bitmaps.h"
static const char png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c,
0xce, 0x00, 0x00, 0x01, 0x00, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0xed, 0xd5, 0x3b, 0x4a, 0x03,
0x51, 0x14, 0x80, 0xe1, 0x2f, 0x23, 0x89, 0x2f, 0x52, 0x4b, 0x0a, 0x15, 0xb4, 0x10, 0x3b, 0x05,
0x2b, 0xeb, 0x04, 0x7c, 0xa5, 0x50, 0x50, 0x22, 0x01, 0x19, 0xc1, 0xa8, 0xb1, 0xb2, 0xb3, 0x4d,
0x69, 0xa1, 0x9d, 0xb5, 0x5b, 0xd0, 0xd6, 0x4a, 0x77, 0xe1, 0x16, 0x8c, 0x9b, 0x18, 0x0b, 0x47,
0xa2, 0x88, 0x33, 0x3a, 0x19, 0x02, 0x42, 0x8a, 0xbf, 0x3a, 0xc5, 0xc7, 0xe5, 0xc2, 0x39, 0xa2,
0x28, 0x32, 0x88, 0x0c, 0xa1, 0xff, 0x03, 0xd1, 0x09, 0x08, 0xc7, 0x92, 0xeb, 0x04, 0x39, 0x40,
0x67, 0x6b, 0xb4, 0xa3, 0xe4, 0x4e, 0x1b, 0x39, 0x40, 0x27, 0x1b, 0xe9, 0x50, 0xab, 0x89, 0x42,
0x66, 0x08, 0x01, 0xfb, 0x7b, 0xe9, 0xd0, 0xce, 0x39, 0x46, 0xfb, 0x81, 0x46, 0x58, 0x5d, 0x62,
0xfd, 0x8a, 0xda, 0x4d, 0xaf, 0xf0, 0xf9, 0x2b, 0x54, 0xbf, 0xc0, 0x44, 0x9f, 0x90, 0x29, 0x54,
0xb1, 0xdd, 0xab, 0xf1, 0x98, 0x37, 0x14, 0xa0, 0x8c, 0x45, 0x2c, 0xc7, 0xad, 0xd0, 0x7c, 0xc8,
0x15, 0xfa, 0x84, 0x15, 0x51, 0x8a, 0x2b, 0x13, 0xde, 0xe7, 0x0e, 0x7d, 0x1b, 0x30, 0x4a, 0x78,
0x37, 0x84, 0x86, 0xd0, 0x0f, 0xd0, 0xe1, 0x13, 0xc7, 0xd7, 0xb4, 0x2f, 0x7f, 0x5b, 0x46, 0x28,
0x4b, 0xef, 0xbb, 0x71, 0x10, 0xd0, 0x38, 0x82, 0x14, 0xe8, 0xe0, 0x96, 0x56, 0x97, 0xa3, 0xd7,
0x5e, 0xad, 0xee, 0x1f, 0x7a, 0xc1, 0x0c, 0x8a, 0x29, 0x90, 0x05, 0x6c, 0x61, 0x37, 0x63, 0x9b,
0x98, 0x43, 0x29, 0x09, 0x2a, 0x61, 0x1e, 0x35, 0xd4, 0x33, 0x56, 0xc5, 0x6c, 0xda, 0x8b, 0x3e,
0x16, 0x6d, 0x05, 0xd3, 0x19, 0xab, 0x60, 0x32, 0xf1, 0x8f, 0x62, 0xac, 0x10, 0x9f, 0x90, 0x7e,
0x2a, 0x44, 0x51, 0xe4, 0x0d, 0x20, 0x9c, 0x6a, 0xdb, 0x8d, 0xce, 0xbe, 0x08, 0x00, 0x00, 0x00,
0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82,
};
const BITMAP_OPAQUE add_bus_xpm[1] = {{ png, sizeof( png ), "add_bus_xpm" }};
//EOF
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
/* Do not modify this file, it was automatically generated by the
* PNG2cpp CMake script, using a *.png file as input.
*/
#include "bitmaps.h"
static const char png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c,
0xce, 0x00, 0x00, 0x00, 0x09, 0x76, 0x70, 0x41, 0x67, 0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00,
0x1a, 0x00, 0x07, 0xb2, 0x66, 0x2f, 0x00, 0x00, 0x03, 0x9e, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7,
0xa5, 0xd6, 0x4b, 0x4f, 0x5b, 0x47, 0x18, 0x87, 0xf1, 0x21, 0x42, 0xc9, 0x26, 0x91, 0xa2, 0x28,
0x52, 0xa4, 0x6c, 0x8b, 0x9a, 0x75, 0x56, 0x59, 0x65, 0xd1, 0x4a, 0x4d, 0x37, 0x51, 0xd4, 0x7e,
0x81, 0x78, 0x19, 0x76, 0x49, 0xdb, 0x45, 0xbb, 0x6e, 0xb7, 0x6d, 0xa4, 0x26, 0x4a, 0xab, 0xd4,
0x01, 0x94, 0x62, 0x0c, 0x48, 0xa9, 0x5c, 0x52, 0x2c, 0xa8, 0x15, 0xc4, 0x82, 0x38, 0x48, 0x18,
0x1c, 0x30, 0xb6, 0xc1, 0x04, 0xdf, 0xcf, 0xf1, 0xfd, 0x02, 0xf8, 0x36, 0x36, 0x91, 0xfe, 0x7d,
0x67, 0xa2, 0x73, 0x34, 0x3e, 0x60, 0x2e, 0x0d, 0xd2, 0xb3, 0xc0, 0x1e, 0xfb, 0x37, 0xef, 0x8c,
0x74, 0x64, 0xc6, 0xe8, 0x8f, 0x73, 0x7e, 0x87, 0xf2, 0xb5, 0x39, 0xef, 0xb4, 0xdb, 0x6d, 0xa8,
0x75, 0x44, 0x9d, 0x4e, 0x57, 0xfb, 0xfb, 0xfb, 0x27, 0xe9, 0x3d, 0xb5, 0x46, 0xdd, 0x15, 0x06,
0x6b, 0xb5, 0x5a, 0xb7, 0x29, 0x70, 0x23, 0xce, 0xbb, 0x6a, 0x8b, 0x3e, 0x1e, 0xbf, 0xc7, 0x9a,
0xcd, 0xa6, 0x97, 0x42, 0x4b, 0x8d, 0xc0, 0x5e, 0x78, 0xbb, 0x17, 0x6e, 0x81, 0x2d, 0x78, 0x9a,
0x35, 0xea, 0xf5, 0x5a, 0xa3, 0xd1, 0x40, 0x53, 0x8d, 0xb0, 0x8f, 0xc5, 0xad, 0x53, 0xb3, 0x7a,
0xad, 0xc6, 0xeb, 0xf5, 0x3a, 0x1a, 0xd6, 0xfe, 0x27, 0x3e, 0x9b, 0x98, 0x45, 0xb3, 0xd5, 0x3c,
0x80, 0xb3, 0xda, 0xde, 0x1e, 0xaf, 0xd5, 0x6a, 0xa8, 0x5b, 0x3b, 0x04, 0x3e, 0x0e, 0xff, 0xc9,
0xf7, 0x23, 0x98, 0x9d, 0xc1, 0x36, 0x67, 0x93, 0xff, 0xab, 0x93, 0xb3, 0xbd, 0xdd, 0x5d, 0x4e,
0x81, 0xc0, 0xee, 0x4e, 0x89, 0x3f, 0x58, 0xb8, 0x2f, 0x11, 0xa3, 0xe1, 0xa5, 0x21, 0xf9, 0xba,
0x31, 0x35, 0xdb, 0xdd, 0xd9, 0xe1, 0x14, 0x04, 0x66, 0xed, 0xa4, 0xf8, 0x5f, 0x91, 0x17, 0x26,
0xd0, 0xf7, 0x47, 0x1f, 0x6c, 0xa3, 0x36, 0x2c, 0xbe, 0x79, 0x83, 0x62, 0xa1, 0x60, 0x4e, 0xce,
0x76, 0xaa, 0x55, 0xbe, 0x5b, 0xad, 0x42, 0x60, 0x6a, 0x7b, 0xa7, 0xc0, 0xc5, 0xfa, 0xc1, 0x7f,
0x07, 0x71, 0xc6, 0x7e, 0x06, 0x83, 0x7f, 0x0e, 0xc2, 0xe5, 0x72, 0xe1, 0xf5, 0xc2, 0x82, 0x84,
0x8c, 0xc9, 0x59, 0xb5, 0x52, 0xe1, 0x3b, 0x95, 0x0a, 0x64, 0x04, 0x1a, 0x1d, 0x87, 0x67, 0xcb,
0x19, 0x8c, 0x85, 0x1d, 0x26, 0x98, 0x4c, 0x24, 0xf0, 0xdb, 0xdf, 0x4f, 0x30, 0x35, 0x35, 0x05,
0xaf, 0xd7, 0x8b, 0x5c, 0x36, 0x2b, 0xd7, 0x19, 0x53, 0xb3, 0x4a, 0xb9, 0xcc, 0xab, 0xe5, 0x32,
0x64, 0x84, 0x19, 0x1d, 0x85, 0xc7, 0x0b, 0x31, 0x5c, 0x7f, 0x71, 0x1d, 0x7d, 0xf6, 0x3e, 0x3c,
0xf2, 0xfd, 0xfa, 0xe1, 0x3d, 0x7a, 0xfd, 0xdd, 0xd6, 0x16, 0xfc, 0x2b, 0x2b, 0xc8, 0xe7, 0xf3,
0x07, 0x26, 0x67, 0xe5, 0x52, 0x89, 0x57, 0x4a, 0x25, 0x98, 0x11, 0x58, 0x31, 0xe0, 0x43, 0xf0,
0xb0, 0x1e, 0xc4, 0xb5, 0xc9, 0x4f, 0xcd, 0x3b, 0xb9, 0x34, 0x7c, 0x09, 0xe1, 0x78, 0xc8, 0xc4,
0xe8, 0xfb, 0xe4, 0x3a, 0xeb, 0x91, 0xb3, 0x52, 0xb1, 0xc8, 0xcb, 0xc5, 0x22, 0xcc, 0x68, 0x61,
0x59, 0x85, 0x2d, 0xb8, 0xcd, 0x73, 0xd7, 0x44, 0x2e, 0x3f, 0xbb, 0x8c, 0x87, 0x63, 0xbf, 0x60,
0xc5, 0xe7, 0x43, 0x36, 0x93, 0x39, 0xf2, 0xd8, 0x59, 0xa9, 0x50, 0xe0, 0x14, 0xcc, 0x54, 0xf4,
0x10, 0x5c, 0xd3, 0x53, 0xb8, 0xe1, 0xbc, 0x81, 0xab, 0x43, 0x57, 0xf1, 0xd8, 0xf1, 0x08, 0xff,
0xbc, 0x7c, 0x89, 0x55, 0xbf, 0x5f, 0x5e, 0xfc, 0x51, 0xc7, 0xce, 0x8a, 0xf9, 0x3c, 0xa7, 0xa0,
0xd6, 0x05, 0x53, 0xee, 0x88, 0x1b, 0x9e, 0xad, 0x59, 0x89, 0x16, 0x72, 0x39, 0x2c, 0xfb, 0x97,
0x30, 0x32, 0x3e, 0x0c, 0xf7, 0xf4, 0x34, 0x96, 0x69, 0x9a, 0x3c, 0x5d, 0x7c, 0xf9, 0x98, 0x63,
0x67, 0x85, 0x6c, 0x96, 0x8b, 0x0f, 0xab, 0xa9, 0xa8, 0x23, 0x30, 0x8a, 0x73, 0x43, 0xe7, 0x70,
0x61, 0xe4, 0x02, 0x5e, 0x6d, 0x7a, 0x24, 0x9c, 0xd1, 0x34, 0x84, 0x82, 0x41, 0x6c, 0x84, 0x42,
0x1f, 0x10, 0x65, 0xf2, 0xc3, 0x8e, 0x5c, 0xc4, 0xf2, 0x99, 0x0c, 0x17, 0x8b, 0xd5, 0x0c, 0xf0,
0xc9, 0xf2, 0x63, 0xf4, 0x3f, 0xeb, 0x37, 0xef, 0xe4, 0xcb, 0xc9, 0x5b, 0xd0, 0x09, 0x11, 0xef,
0x65, 0x75, 0xdd, 0xdc, 0xd4, 0x71, 0xc7, 0x2e, 0x50, 0x96, 0xd3, 0x75, 0x9e, 0xa3, 0x8b, 0x54,
0x23, 0x1c, 0x49, 0x2d, 0x8e, 0x01, 0xe7, 0x27, 0x26, 0x72, 0x73, 0xf8, 0x26, 0x26, 0x26, 0x9c,
0x58, 0x7b, 0xfb, 0x56, 0x4e, 0x64, 0x9d, 0x5c, 0x66, 0x39, 0x72, 0x15, 0x67, 0x59, 0x4d, 0xe3,
0x94, 0xdc, 0xa1, 0x51, 0x4e, 0x44, 0x98, 0x37, 0xf4, 0x1a, 0x57, 0x86, 0xae, 0xe0, 0x96, 0xfd,
0x0b, 0x8c, 0x3e, 0x7f, 0x2e, 0x2f, 0x3e, 0xb2, 0xb1, 0x71, 0x60, 0xf2, 0x5e, 0xc7, 0xae, 0xe2,
0x2c, 0x93, 0x4e, 0x73, 0x4a, 0xee, 0x52, 0xd7, 0xd2, 0xf8, 0x6e, 0xfe, 0x5b, 0xac, 0x46, 0xfd,
0x10, 0x78, 0x3c, 0x1a, 0xc5, 0xcc, 0xbc, 0x1b, 0x13, 0x4e, 0x27, 0x66, 0xdc, 0x6e, 0x84, 0xd6,
0xd7, 0xe5, 0x3a, 0x75, 0xf2, 0x5e, 0xc7, 0x6e, 0xc5, 0x99, 0x9e, 0x4a, 0x71, 0x0a, 0xc9, 0x64,
0x1c, 0x5f, 0x4f, 0x7f, 0x25, 0x8f, 0x69, 0x60, 0x6c, 0x00, 0xc1, 0xe8, 0x9a, 0xfc, 0x52, 0x31,
0xc1, 0xd2, 0xe2, 0x22, 0x22, 0xe1, 0x70, 0xd7, 0xd4, 0xea, 0xe4, 0x5d, 0x70, 0x0f, 0x9c, 0x69,
0xc9, 0x24, 0x8f, 0xc6, 0xb6, 0xf0, 0xb9, 0xeb, 0x33, 0xf3, 0x3e, 0xfa, 0xed, 0xfd, 0x78, 0x38,
0xf3, 0x33, 0xd2, 0xc9, 0x24, 0x74, 0x9a, 0x36, 0x15, 0x8f, 0x43, 0x6c, 0xc6, 0x98, 0x5c, 0x94,
0x35, 0xb2, 0xc2, 0x3d, 0x70, 0x96, 0x4e, 0x24, 0x6a, 0xf3, 0xc1, 0x57, 0x38, 0x3f, 0x72, 0x5e,
0x22, 0x67, 0xed, 0x67, 0xf1, 0x8d, 0xfd, 0x3e, 0xa6, 0xe8, 0x09, 0xbc, 0xbe, 0xba, 0x0a, 0x8d,
0x00, 0x5d, 0x8d, 0x30, 0x51, 0x46, 0xed, 0x04, 0x38, 0xa3, 0xdd, 0x7a, 0x63, 0xdb, 0xdb, 0x78,
0x3a, 0xf7, 0x3b, 0x2e, 0xda, 0x2f, 0xe2, 0x87, 0xa7, 0xdf, 0xc3, 0xe9, 0x70, 0x60, 0xce, 0xe3,
0xc1, 0x76, 0x24, 0x22, 0xa7, 0xd2, 0xac, 0x9d, 0x1e, 0x4f, 0x0b, 0xe8, 0xb6, 0x38, 0x9a, 0x50,
0x20, 0x80, 0x49, 0xd7, 0x38, 0x26, 0xc7, 0xc7, 0x25, 0xf2, 0x6e, 0x73, 0x13, 0xc9, 0x58, 0x0c,
0x29, 0x7a, 0xfc, 0xa7, 0xad, 0x9d, 0x1e, 0xbf, 0x27, 0x7f, 0xdb, 0x11, 0x74, 0x87, 0xf2, 0x05,
0x03, 0x81, 0x8e, 0x9f, 0x1e, 0x29, 0x51, 0x7a, 0xdc, 0x0b, 0xbc, 0x67, 0x27, 0xc1, 0x53, 0xa9,
0xf7, 0xd4, 0x1a, 0xa1, 0xf2, 0x07, 0xe4, 0x7f, 0x28, 0x74, 0x62, 0xd1, 0x61, 0xcd, 0x3d, 0x64,
0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82,
};
const BITMAP_OPAQUE add_dashed_line_xpm[1] = {{ png, sizeof( png ), "add_dashed_line_xpm" }};
//EOF
/* Do not modify this file, it was automatically generated by the
* PNG2cpp CMake script, using a *.png file as input.
*/
#include "bitmaps.h"
static const char png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c,
0xce, 0x00, 0x00, 0x01, 0xb9, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0xed, 0xd6, 0x3d, 0x68, 0x53,
0x51, 0x18, 0x06, 0xe0, 0x27, 0x6d, 0x8c, 0xa9, 0x55, 0x2b, 0x46, 0xd1, 0xd2, 0x0a, 0x15, 0x6a,
0x87, 0x76, 0xb0, 0xe2, 0x1f, 0x12, 0x84, 0x22, 0x5a, 0x8a, 0xd2, 0x41, 0x11, 0x74, 0x50, 0x41,
0xa5, 0xe0, 0xd6, 0x41, 0x90, 0x82, 0x0e, 0x11, 0x47, 0xa9, 0x48, 0x42, 0xc4, 0xdc, 0x13, 0x11,
0x07, 0x17, 0xc7, 0x82, 0x9b, 0xa3, 0x9b, 0xbb, 0xba, 0x0b, 0x0e, 0x8a, 0x43, 0x27, 0x85, 0x62,
0xe3, 0x72, 0x7b, 0x0d, 0x52, 0x7f, 0x92, 0x9b, 0x8a, 0x83, 0xc3, 0x99, 0x9f, 0xf3, 0x9d, 0xf7,
0x3b, 0xdf, 0x39, 0x1a, 0x8d, 0x86, 0xbf, 0xb1, 0xfc, 0x87, 0xfe, 0x19, 0x48, 0x70, 0x4c, 0x49,
0xd7, 0x9a, 0x42, 0x82, 0x39, 0x41, 0x43, 0xcd, 0x23, 0x64, 0xd6, 0x04, 0x12, 0xb9, 0x2b, 0x68,
0x24, 0xeb, 0x96, 0x0b, 0xcd, 0x58, 0xa7, 0x90, 0x53, 0x09, 0x10, 0x59, 0x36, 0xab, 0x8e, 0x7d,
0xe8, 0xed, 0x2c, 0x44, 0xb7, 0x79, 0x65, 0x91, 0xaf, 0x66, 0x94, 0x31, 0x85, 0xfd, 0xd8, 0x90,
0x1a, 0x52, 0xb5, 0x51, 0xe4, 0x74, 0x13, 0x56, 0x30, 0xe9, 0x2a, 0x4e, 0x60, 0x1c, 0x9b, 0xf8,
0xde, 0x14, 0xed, 0x21, 0x4f, 0x14, 0x04, 0xaf, 0x04, 0xcb, 0x2a, 0x66, 0xd0, 0x85, 0x0c, 0x76,
0x62, 0xa4, 0xb9, 0x92, 0xb6, 0x21, 0xc1, 0xa0, 0xe0, 0x75, 0x92, 0xc9, 0x43, 0x1f, 0x9d, 0xb7,
0x2b, 0x86, 0x20, 0xdb, 0x5c, 0x49, 0xfb, 0x50, 0x4d, 0x94, 0x20, 0x55, 0x1f, 0x14, 0x5d, 0xc3,
0x9e, 0xd5, 0xaa, 0x48, 0x07, 0x5d, 0xd2, 0xeb, 0xbe, 0x97, 0x2a, 0xde, 0xd9, 0xeb, 0x0a, 0x26,
0xb0, 0x1b, 0xd9, 0xd4, 0x90, 0xba, 0xa2, 0x9a, 0xc3, 0x49, 0x87, 0x0d, 0x1a, 0x36, 0xe0, 0x2c,
0x8e, 0x62, 0x18, 0xeb, 0x7e, 0xbc, 0xa0, 0x2d, 0x43, 0xea, 0xa6, 0x05, 0x9f, 0x05, 0x8b, 0xca,
0x0e, 0xc4, 0x39, 0xe4, 0xd0, 0x1f, 0x87, 0x9f, 0x45, 0xba, 0x59, 0xa7, 0xee, 0xa2, 0x60, 0x29,
0xc9, 0xe4, 0x9e, 0x05, 0x63, 0x72, 0x71, 0xf0, 0xd9, 0x95, 0x6e, 0x4b, 0x35, 0x54, 0x3d, 0xd3,
0x23, 0xf2, 0x36, 0x41, 0xee, 0x78, 0x61, 0xbd, 0x29, 0x0c, 0xfc, 0x2e, 0x8f, 0xd6, 0x20, 0xb8,
0x6e, 0x44, 0xd5, 0x7b, 0x37, 0x2d, 0xe8, 0x36, 0x8d, 0x22, 0xb6, 0xfe, 0xc9, 0x51, 0xfd, 0x12,
0xd2, 0x90, 0x11, 0x94, 0xd4, 0xf4, 0xc7, 0x58, 0x8f, 0x71, 0x07, 0x31, 0x89, 0x43, 0xd8, 0xbe,
0xda, 0x1d, 0x69, 0x09, 0x52, 0x92, 0x15, 0x79, 0x1a, 0x8f, 0xf9, 0x37, 0xe6, 0x6d, 0x8b, 0xb1,
0xcd, 0x18, 0xc2, 0x96, 0xd4, 0x0f, 0x9f, 0xc7, 0xf2, 0x82, 0xe7, 0x4d, 0x13, 0x78, 0xc9, 0xac,
0xcb, 0x2b, 0xbb, 0x8f, 0x83, 0xcf, 0xa4, 0x87, 0x2a, 0x46, 0x45, 0x16, 0xe3, 0x6a, 0xbe, 0x38,
0xe7, 0x36, 0x8e, 0xa0, 0xd0, 0xd1, 0xa7, 0x1c, 0x59, 0x37, 0x9c, 0xf1, 0xc0, 0x27, 0x27, 0xcd,
0xe1, 0x38, 0xc6, 0x90, 0xef, 0xf8, 0x9f, 0x01, 0x7d, 0x86, 0x4c, 0xc4, 0x23, 0x65, 0x14, 0xf9,
0xb4, 0xc7, 0xf5, 0xf3, 0xae, 0xa3, 0x0f, 0x3b, 0x90, 0xeb, 0xf4, 0xa7, 0xe5, 0x1b, 0x83, 0x34,
0x6a, 0xb2, 0x68, 0x65, 0x84, 0x84, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42,
0x60, 0x82,
};
const BITMAP_OPAQUE add_dashed_line_xpm[1] = {{ png, sizeof( png ), "add_dashed_line_xpm" }};
//EOF
/* Do not modify this file, it was automatically generated by the
* PNG2cpp CMake script, using a *.png file as input.
*/
#include "bitmaps.h"
static const char png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c,
0xce, 0x00, 0x00, 0x00, 0x09, 0x76, 0x70, 0x41, 0x67, 0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00,
0x1a, 0x00, 0x07, 0xb2, 0x66, 0x2f, 0x00, 0x00, 0x03, 0xaa, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7,
0xad, 0x95, 0xcd, 0x4f, 0x1b, 0x67, 0x10, 0xc6, 0x7f, 0xbb, 0xec, 0x02, 0x8a, 0x8d, 0xf9, 0x10,
0x01, 0x6c, 0x41, 0x53, 0x73, 0x08, 0x82, 0xb8, 0x69, 0xb8, 0xa5, 0x55, 0x7a, 0x4b, 0x4f, 0x45,
0xa4, 0x02, 0x54, 0xa7, 0x2a, 0x52, 0x5b, 0x4e, 0xbd, 0x10, 0xd4, 0xde, 0xdb, 0x53, 0x25, 0x9f,
0xfa, 0x07, 0xf4, 0x54, 0x35, 0x17, 0x92, 0xd2, 0x50, 0x35, 0xa1, 0x71, 0xd5, 0x4b, 0x23, 0xa2,
0x4a, 0x54, 0xaa, 0xa2, 0x60, 0xa8, 0x94, 0xe4, 0x14, 0x42, 0x90, 0x88, 0x88, 0x31, 0x60, 0x79,
0xd7, 0xf6, 0xca, 0x3b, 0x3d, 0xec, 0x7a, 0x59, 0x7f, 0x60, 0x48, 0xdb, 0x91, 0x46, 0xf2, 0x8e,
0xe7, 0x9d, 0x67, 0xde, 0xf9, 0x78, 0x5e, 0x05, 0x20, 0x9f, 0xcf, 0x8f, 0x03, 0x5f, 0x2a, 0xf0,
0x26, 0x8a, 0xa2, 0xe3, 0x13, 0x05, 0x40, 0x51, 0xa8, 0xb0, 0x55, 0x7d, 0x1f, 0x21, 0x25, 0xe0,
0x6f, 0xe0, 0x1b, 0x5d, 0xd7, 0xaf, 0x2b, 0xa6, 0x69, 0x8e, 0x01, 0x77, 0x94, 0xc3, 0x28, 0x54,
0x03, 0xbd, 0x4c, 0xa7, 0x31, 0x4d, 0x93, 0x81, 0x81, 0x01, 0xc7, 0x28, 0xc2, 0xb3, 0xcd, 0x4d,
0xda, 0xdb, 0xdb, 0xe9, 0xe8, 0xe8, 0x38, 0x09, 0xf8, 0x67, 0x18, 0x86, 0xf1, 0x87, 0x61, 0x18,
0x62, 0xfa, 0xd5, 0x34, 0xc5, 0x34, 0x4d, 0xc9, 0xbb, 0x3a, 0x3d, 0x3d, 0x2d, 0x80, 0xcc, 0xcc,
0xcc, 0x88, 0x69, 0x18, 0xb2, 0xbf, 0xb7, 0x27, 0x80, 0xcc, 0xcd, 0xcd, 0x49, 0x26, 0x93, 0x91,
0x42, 0xa1, 0x20, 0xc5, 0x62, 0xb1, 0x46, 0x2d, 0xcb, 0x2a, 0xeb, 0xa6, 0x2a, 0xb6, 0x7d, 0x5e,
0x44, 0x68, 0xa4, 0x00, 0xcd, 0xcd, 0xcd, 0xcc, 0xcf, 0xcf, 0x13, 0x8f, 0xc7, 0xb1, 0x2c, 0x0b,
0x80, 0x17, 0x2f, 0x5e, 0xb0, 0xb3, 0xb3, 0x03, 0x22, 0x88, 0x6d, 0x57, 0x9e, 0xa9, 0x8c, 0xd1,
0xaf, 0x8a, 0x88, 0x5e, 0x13, 0xbc, 0xce, 0xa1, 0x40, 0x20, 0x40, 0x22, 0x91, 0xe0, 0xf7, 0x7b,
0xf7, 0x98, 0x98, 0x9c, 0x74, 0x2b, 0xd8, 0x38, 0x41, 0x7f, 0x1c, 0xf5, 0x58, 0x67, 0x11, 0xc4,
0x2d, 0xf4, 0xc8, 0xc8, 0x08, 0xc9, 0xbb, 0x77, 0x49, 0xa5, 0x52, 0x5e, 0xf1, 0x1b, 0x25, 0xe8,
0x57, 0xf5, 0x38, 0x87, 0x72, 0xe9, 0xca, 0x32, 0x3a, 0x3a, 0xca, 0xaf, 0xc9, 0xe4, 0xc9, 0x6e,
0xe4, 0x53, 0xad, 0x3a, 0x90, 0x2f, 0x55, 0x6f, 0x02, 0xdf, 0xba, 0x78, 0x91, 0x7c, 0x3e, 0xef,
0x1d, 0x1a, 0x1a, 0x1a, 0x22, 0x1e, 0x8f, 0xf3, 0xfa, 0x99, 0x33, 0x75, 0x93, 0xa9, 0x17, 0x47,
0xd9, 0xcb, 0x64, 0xf2, 0x0a, 0xb4, 0xd4, 0x1b, 0x6b, 0xbf, 0x2d, 0x9d, 0x4e, 0x53, 0x2a, 0x95,
0xe8, 0xed, 0xed, 0x75, 0x96, 0xa4, 0x54, 0x62, 0x7b, 0x7b, 0x9b, 0x8e, 0xce, 0x4e, 0x82, 0x81,
0x00, 0x55, 0x8b, 0x86, 0x52, 0xf5, 0xad, 0x6e, 0x6f, 0x1b, 0x4a, 0x4f, 0xdf, 0x22, 0x89, 0xc4,
0x9f, 0x18, 0x86, 0x71, 0xe4, 0xd5, 0xbb, 0xba, 0xba, 0xe8, 0x39, 0x7d, 0xfa, 0xb0, 0xe6, 0xaa,
0x4a, 0x24, 0x12, 0x21, 0x70, 0xea, 0x54, 0x5d, 0xff, 0x4f, 0x3e, 0xbd, 0xcf, 0xb9, 0x73, 0x3f,
0xb1, 0xb5, 0xb5, 0x85, 0x65, 0x59, 0xa8, 0xa5, 0x92, 0x4d, 0xa1, 0x60, 0xf3, 0xf4, 0xe9, 0x26,
0xbb, 0xbb, 0xbb, 0xd8, 0x6e, 0xbf, 0x8a, 0xc5, 0x22, 0xbf, 0x2c, 0x2d, 0xb1, 0xbe, 0xbe, 0xde,
0xb0, 0xf6, 0xcb, 0xcb, 0xcb, 0x24, 0x93, 0x49, 0x2c, 0xcb, 0xaa, 0x98, 0x52, 0xc3, 0x28, 0x92,
0x33, 0x8a, 0x0e, 0x50, 0xb1, 0xe8, 0xef, 0x91, 0x33, 0x14, 0x0f, 0x57, 0x57, 0xb9, 0x79, 0xe3,
0x06, 0x3f, 0xde, 0xba, 0xc5, 0xfe, 0xfe, 0x3e, 0x8f, 0x1f, 0x3d, 0xaa, 0xec, 0x81, 0xaf, 0x77,
0x00, 0x9d, 0x9d, 0x9d, 0xbc, 0x37, 0x36, 0x46, 0x77, 0x77, 0x37, 0x53, 0x53, 0x53, 0x7c, 0x78,
0xf5, 0x2a, 0xa3, 0x17, 0x2e, 0xd4, 0x4c, 0xa5, 0xb2, 0x96, 0xda, 0x28, 0xbc, 0x71, 0xfe, 0xb7,
0xe6, 0xe1, 0xe1, 0x55, 0xb6, 0xb6, 0xae, 0x73, 0x70, 0x70, 0xe0, 0x39, 0x85, 0xc3, 0x61, 0xde,
0xbd, 0x7c, 0x19, 0x14, 0xc5, 0x71, 0x76, 0x0f, 0xfa, 0x83, 0x00, 0xfc, 0x7c, 0xfb, 0x36, 0xd9,
0x6c, 0xd6, 0xb3, 0x87, 0x42, 0x21, 0xfa, 0xfa, 0xbe, 0x22, 0x9d, 0x6e, 0xe7, 0x87, 0x9b, 0x51,
0x62, 0xb1, 0x18, 0x5a, 0xf9, 0xcf, 0x96, 0x96, 0x56, 0x42, 0xa1, 0x10, 0xd9, 0x6c, 0xd6, 0x0b,
0xa0, 0x69, 0x1a, 0x83, 0x83, 0x83, 0x4e, 0x73, 0xdd, 0x06, 0xfb, 0x39, 0x4d, 0x71, 0x13, 0xf0,
0x83, 0xeb, 0xba, 0x4e, 0x34, 0x1a, 0x45, 0xd7, 0xda, 0xc8, 0x64, 0x54, 0x6f, 0x0f, 0xbd, 0xd2,
0x0d, 0x9d, 0x3d, 0xcb, 0xf7, 0xdf, 0xdd, 0xc1, 0x16, 0x61, 0x71, 0x71, 0x91, 0x85, 0x85, 0x05,
0x1e, 0x3f, 0x79, 0xc2, 0xe4, 0xc4, 0x04, 0xe1, 0x48, 0x84, 0x1a, 0xca, 0x74, 0x81, 0x57, 0x56,
0x56, 0xc8, 0xe5, 0x72, 0xbc, 0x73, 0xe9, 0x12, 0x1f, 0xc4, 0xe3, 0x5c, 0x19, 0x1f, 0xa7, 0x2d,
0x18, 0xe4, 0xa3, 0xe9, 0xfb, 0x6c, 0x3c, 0x4b, 0x3b, 0xcb, 0x2e, 0x82, 0x86, 0x6d, 0xbb, 0x1d,
0x72, 0x34, 0x12, 0x0e, 0x73, 0x6d, 0x76, 0x96, 0x6b, 0xb3, 0xb3, 0xac, 0xad, 0xad, 0x91, 0xcb,
0xe5, 0x10, 0xdb, 0xae, 0x61, 0xf5, 0xb2, 0x04, 0xdb, 0xda, 0x78, 0xf8, 0xe0, 0x01, 0xfd, 0xfd,
0xfd, 0x1e, 0xb8, 0x93, 0xbc, 0xb8, 0x41, 0xab, 0x17, 0xb6, 0x0e, 0x1b, 0xc4, 0x62, 0xb1, 0x8a,
0x5e, 0xd4, 0x5b, 0xc4, 0x91, 0xe1, 0xe1, 0xba, 0x3e, 0x0e, 0xd4, 0xe1, 0x14, 0x6a, 0xd5, 0x13,
0x55, 0xa6, 0x24, 0x4e, 0xf6, 0xb8, 0x35, 0x60, 0x84, 0xca, 0xa9, 0xf3, 0x80, 0x1c, 0xe0, 0x4a,
0x12, 0x3d, 0x8a, 0x92, 0x8e, 0xa3, 0x1b, 0x3f, 0x92, 0xb8, 0x60, 0x95, 0x7b, 0xe4, 0x07, 0x7a,
0xe5, 0xc0, 0x75, 0x2f, 0x04, 0x2e, 0x01, 0x68, 0xc1, 0x60, 0x93, 0x7c, 0xf1, 0x79, 0x98, 0xd6,
0xd6, 0xcd, 0xc3, 0x07, 0xab, 0x7a, 0xc0, 0xfc, 0x07, 0x1b, 0x88, 0x37, 0x08, 0x8a, 0xc2, 0xc4,
0xfb, 0x3d, 0x0c, 0x46, 0x4d, 0x34, 0x5d, 0x77, 0x76, 0xf0, 0xf9, 0xc6, 0x46, 0x5e, 0x44, 0x5a,
0x6c, 0xdb, 0x46, 0x6d, 0x6a, 0x42, 0xf5, 0x67, 0xe8, 0xfe, 0xae, 0x26, 0xc8, 0x0a, 0x9b, 0x7f,
0xaf, 0x1a, 0xd8, 0x34, 0x11, 0xb1, 0x80, 0x16, 0x55, 0x55, 0x6b, 0xa7, 0xe7, 0x3f, 0x96, 0xcf,
0x2f, 0x9a, 0x88, 0xa4, 0x80, 0xb7, 0xff, 0xd7, 0xc0, 0xb5, 0x3e, 0xcf, 0x55, 0x20, 0x51, 0xe9,
0x23, 0xaf, 0xae, 0xc7, 0xbc, 0xd0, 0x22, 0xf2, 0xb5, 0xfa, 0x5a, 0x34, 0xba, 0x04, 0x5c, 0x01,
0xfe, 0x02, 0xac, 0x7a, 0xd9, 0xc9, 0xbf, 0xd3, 0x92, 0x88, 0xa4, 0x44, 0xe4, 0xe3, 0xc8, 0xc0,
0xc0, 0xb7, 0xff, 0x00, 0x33, 0xf4, 0xaf, 0x3d, 0xb8, 0x5a, 0x69, 0x55, 0x00, 0x00, 0x00, 0x00,
0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82,
};
const BITMAP_OPAQUE add_dimension_xpm[1] = {{ png, sizeof( png ), "add_dimension_xpm" }};
//EOF
/* Do not modify this file, it was automatically generated by the
* PNG2cpp CMake script, using a *.png file as input.
*/
#include "bitmaps.h"
static const char png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c,
0xce, 0x00, 0x00, 0x01, 0x6e, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0xed, 0xd6, 0xb1, 0x4b, 0x55,
0x61, 0x18, 0xc7, 0xf1, 0xcf, 0x55, 0x03, 0x91, 0x1b, 0x08, 0x05, 0x49, 0x8a, 0x35, 0xb5, 0x69,
0x88, 0x42, 0x8b, 0x81, 0x7f, 0x40, 0x10, 0x08, 0xd1, 0x1c, 0x34, 0x45, 0x34, 0x64, 0x61, 0x4d,
0x9a, 0x12, 0x0d, 0xe1, 0x10, 0x79, 0x29, 0xbc, 0x09, 0x06, 0x1a, 0x6d, 0xfe, 0x07, 0xb6, 0x0a,
0xd2, 0x54, 0xd0, 0x26, 0x06, 0x2d, 0x25, 0x56, 0x3a, 0x84, 0x26, 0x74, 0x5a, 0x9e, 0xe0, 0x55,
0x83, 0x73, 0xa2, 0x73, 0x6b, 0x71, 0xf8, 0x71, 0x78, 0x5e, 0xde, 0xdf, 0xfb, 0x7d, 0x79, 0xce,
0xef, 0x3c, 0x1c, 0x59, 0x96, 0xf9, 0x17, 0x2a, 0xb6, 0x89, 0xe3, 0xe8, 0x4e, 0xea, 0x0a, 0x4e,
0xa3, 0xbd, 0x6c, 0xd0, 0x1c, 0x32, 0xcc, 0xa0, 0x09, 0xad, 0x51, 0x4f, 0xa1, 0xad, 0x6c, 0xd0,
0x0e, 0xbe, 0x61, 0x11, 0xd5, 0x00, 0x2d, 0xe0, 0x54, 0xd9, 0xa0, 0x0d, 0x5c, 0xc3, 0x16, 0x5e,
0x35, 0x1a, 0x74, 0x1e, 0x03, 0xf8, 0xdc, 0x70, 0x50, 0xd4, 0x67, 0x1b, 0x05, 0xba, 0x8a, 0x97,
0x09, 0xe8, 0x08, 0xe6, 0x31, 0x59, 0x2a, 0x28, 0x89, 0xf8, 0x89, 0xa4, 0x6e, 0x46, 0x17, 0xaa,
0x05, 0xfd, 0xb5, 0x0e, 0xea, 0xdb, 0xdc, 0x1f, 0x2b, 0x1a, 0xd5, 0x62, 0x07, 0x3f, 0x79, 0xc1,
0xd3, 0x55, 0x74, 0xa2, 0x05, 0x8f, 0x4f, 0x52, 0xcf, 0xb8, 0xfe, 0x3c, 0x6e, 0x58, 0x49, 0xda,
0x73, 0x11, 0xbd, 0x39, 0x37, 0x1d, 0xc2, 0x05, 0xb4, 0xec, 0x5d, 0xaf, 0x2d, 0x52, 0xfb, 0x88,
0x73, 0xf1, 0xdd, 0x1d, 0x00, 0xf5, 0xe3, 0x11, 0xd6, 0xb1, 0x8b, 0x63, 0x39, 0xa0, 0x9e, 0x08,
0xc6, 0xa7, 0xf0, 0xf5, 0xe7, 0x80, 0x86, 0xdf, 0xe0, 0x4b, 0x98, 0x7e, 0xe9, 0x43, 0x4c, 0x83,
0x19, 0xd4, 0x43, 0xcf, 0x12, 0xcd, 0x86, 0x36, 0xf7, 0xf9, 0xbe, 0x72, 0xf7, 0x1d, 0xd3, 0xeb,
0xbf, 0x01, 0x5d, 0x5a, 0xc1, 0x7b, 0xfc, 0x48, 0x0c, 0x6b, 0xb8, 0x1d, 0xba, 0x15, 0x1a, 0x49,
0x74, 0x33, 0x9e, 0x5b, 0x89, 0xe7, 0x3b, 0x5e, 0x33, 0xb1, 0x9c, 0xd7, 0xba, 0x6e, 0xdc, 0xc1,
0xdb, 0x80, 0x76, 0xe6, 0xb4, 0x6e, 0x30, 0xf6, 0x2d, 0xe1, 0x0a, 0x8e, 0x16, 0x7d, 0x47, 0x95,
0xe4, 0x90, 0x3e, 0x9c, 0xc9, 0x01, 0xf5, 0xa6, 0x93, 0xfd, 0x4f, 0xc2, 0x50, 0x29, 0x27, 0xde,
0x87, 0xa0, 0xf2, 0x40, 0xe3, 0x55, 0x1e, 0x8c, 0x33, 0x34, 0x5a, 0x2e, 0xe8, 0xde, 0x65, 0x6e,
0x3c, 0x8c, 0x40, 0xb5, 0xa6, 0xff, 0x00, 0xcd, 0x65, 0x41, 0xfe, 0x6a, 0x7a, 0x1f, 0x82, 0xfe,
0x1b, 0xe8, 0x27, 0x67, 0xf3, 0xc9, 0x00, 0x3d, 0x37, 0x2e, 0x1b, 0x00, 0x00, 0x00, 0x00, 0x49,
0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82,
};
const BITMAP_OPAQUE add_dimension_xpm[1] = {{ png, sizeof( png ), "add_dimension_xpm" }};
//EOF
/* Do not modify this file, it was automatically generated by the
* PNG2cpp CMake script, using a *.png file as input.
*/
#include "bitmaps.h"
static const char png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c,
0xce, 0x00, 0x00, 0x00, 0x09, 0x76, 0x70, 0x41, 0x67, 0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00,
0x1a, 0x00, 0x07, 0xb2, 0x66, 0x2f, 0x00, 0x00, 0x01, 0x94, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7,
0xbd, 0x96, 0x3d, 0x4b, 0xc3, 0x60, 0x14, 0x85, 0x9f, 0x9b, 0x0f, 0xbb, 0x88, 0x3f, 0x40, 0x50,
0xe8, 0x6a, 0x41, 0x77, 0x7f, 0x83, 0xe8, 0xe4, 0x58, 0x5c, 0xfd, 0x13, 0x0e, 0x8a, 0xe0, 0x54,
0x77, 0x57, 0xff, 0x82, 0x82, 0x1f, 0xbb, 0x9b, 0x93, 0xd0, 0xd6, 0xb5, 0x20, 0x7e, 0x4d, 0x8a,
0xb5, 0x89, 0x14, 0x3d, 0x0e, 0xb5, 0xb6, 0x4d, 0xd2, 0x26, 0xb5, 0xa9, 0x17, 0x5e, 0xc8, 0xfb,
0x72, 0x73, 0xcf, 0xb9, 0x37, 0x27, 0x27, 0x31, 0x80, 0x30, 0x0c, 0xd7, 0x81, 0x1d, 0x83, 0x15,
0xcc, 0x7c, 0xfa, 0xc2, 0x00, 0xcc, 0x18, 0x38, 0x8b, 0xec, 0x87, 0xc4, 0x27, 0x50, 0x05, 0x2a,
0xbe, 0xef, 0x1f, 0x5b, 0x10, 0x04, 0x6b, 0xc0, 0x89, 0xf5, 0xaa, 0x90, 0x0a, 0x34, 0x3e, 0xf8,
0xb6, 0xb5, 0x5a, 0xad, 0x2b, 0x60, 0xd5, 0x06, 0xef, 0xea, 0x15, 0x8c, 0x14, 0x1d, 0x4a, 0x28,
0x01, 0xa8, 0xef, 0xec, 0xce, 0xde, 0x9b, 0xcd, 0x37, 0xcc, 0x66, 0x47, 0x02, 0xfd, 0x01, 0x3c,
0xda, 0xb5, 0x27, 0xc9, 0x8f, 0x51, 0x91, 0x62, 0x8c, 0x27, 0xcd, 0xf1, 0x24, 0x91, 0x5b, 0x8c,
0x00, 0xef, 0x00, 0xe5, 0xd5, 0xc1, 0x88, 0x18, 0xde, 0x51, 0xce, 0xe3, 0xf3, 0x24, 0x61, 0x40,
0x14, 0x2e, 0xe9, 0x6c, 0x12, 0xf0, 0x5e, 0x47, 0x19, 0x8a, 0x64, 0x26, 0x94, 0x34, 0xba, 0xb7,
0x76, 0x93, 0xc3, 0xdb, 0x0a, 0x71, 0x3d, 0xc7, 0xc4, 0x9b, 0x65, 0x1b, 0x93, 0xf9, 0xde, 0xf2,
0x2e, 0x48, 0x58, 0xed, 0xae, 0xfa, 0xb1, 0x74, 0x56, 0x9a, 0x61, 0x4a, 0xf1, 0xba, 0xf9, 0x82,
0x99, 0xe1, 0xe4, 0x2a, 0xef, 0x84, 0x68, 0x34, 0x1a, 0x48, 0xc2, 0x1e, 0x9f, 0xee, 0xc3, 0xfa,
0x6b, 0xbd, 0x70, 0x7e, 0x79, 0x41, 0x18, 0x84, 0x60, 0x46, 0xaa, 0x88, 0x33, 0x3c, 0xcb, 0xee,
0x45, 0xd1, 0x2d, 0x52, 0x2e, 0x97, 0xf1, 0x5c, 0x5c, 0x4a, 0x73, 0x25, 0x6a, 0xd4, 0x09, 0x08,
0x40, 0x09, 0x73, 0x8f, 0x16, 0x16, 0xd9, 0x08, 0x61, 0xb8, 0xae, 0xdb, 0xe9, 0xe8, 0xf9, 0xe1,
0x21, 0xc4, 0xac, 0x20, 0x89, 0xee, 0x18, 0x53, 0x0c, 0xf2, 0x17, 0x3c, 0x89, 0x50, 0x92, 0x3f,
0x3a, 0x8e, 0x33, 0xf8, 0xc2, 0x76, 0x8b, 0x65, 0x02, 0x1a, 0x03, 0x1c, 0x69, 0x88, 0x33, 0x4c,
0x68, 0x37, 0xd3, 0xf7, 0xba, 0x54, 0x53, 0xfd, 0x2f, 0xaf, 0xcb, 0xcb, 0x66, 0x0c, 0x3a, 0x82,
0x9a, 0xd4, 0xeb, 0xfa, 0x73, 0xc6, 0x05, 0xf7, 0x24, 0xb5, 0x81, 0xc2, 0x54, 0xc7, 0xf7, 0xd3,
0xd1, 0x0d, 0xb0, 0x3a, 0xad, 0x4f, 0x78, 0xf7, 0xe7, 0xc4, 0x01, 0x0e, 0x06, 0x73, 0x34, 0xfe,
0xfa, 0xfa, 0x4a, 0xcb, 0xd9, 0x77, 0x16, 0x8b, 0xc5, 0x53, 0x60, 0x03, 0xb8, 0x06, 0xda, 0x49,
0xec, 0xf4, 0xb7, 0xf5, 0x29, 0xe9, 0x46, 0xd2, 0xd6, 0xfc, 0xc2, 0xc2, 0xd1, 0x37, 0x5c, 0xff,
0x36, 0x45, 0xf6, 0x70, 0xd3, 0xf5, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42,
0x60, 0x82,
};
const BITMAP_OPAQUE add_entry_xpm[1] = {{ png, sizeof( png ), "add_entry_xpm" }};
//EOF
/* Do not modify this file, it was automatically generated by the
* PNG2cpp CMake script, using a *.png file as input.
*/
#include "bitmaps.h"
static const char png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c,
0xce, 0x00, 0x00, 0x00, 0x6b, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0xed, 0xd3, 0xb1, 0x0a, 0x40,
0x50, 0x1c, 0x85, 0xf1, 0xef, 0xca, 0xe8, 0x01, 0xac, 0x1e, 0xc1, 0x64, 0xf0, 0x2c, 0x06, 0x83,
0xbc, 0x85, 0x6c, 0xbc, 0x80, 0x52, 0x94, 0x47, 0xfd, 0x1b, 0x88, 0x94, 0xd1, 0xbd, 0xa5, 0xce,
0xf0, 0xcd, 0xbf, 0xe5, 0x1c, 0xcc, 0x8c, 0x10, 0x21, 0x48, 0x90, 0xa0, 0x1f, 0x41, 0x4c, 0x24,
0xac, 0x8c, 0xbe, 0xba, 0xa1, 0x8d, 0x94, 0x05, 0xf3, 0x16, 0xb8, 0x50, 0x50, 0x76, 0x40, 0x3d,
0x31, 0x33, 0x39, 0x25, 0x1d, 0x05, 0xc3, 0xe7, 0x41, 0x73, 0x8d, 0x01, 0x70, 0x40, 0x05, 0xb4,
0x1e, 0xaa, 0x1f, 0xab, 0x3b, 0xb1, 0xc8, 0x47, 0x3a, 0xac, 0x20, 0x41, 0x82, 0xde, 0xdb, 0x01,
0xe4, 0x1f, 0xb1, 0x9e, 0xf9, 0x08, 0x63, 0x44, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44,
0xae, 0x42, 0x60, 0x82,
};
const BITMAP_OPAQUE add_entry_xpm[1] = {{ png, sizeof( png ), "add_entry_xpm" }};
//EOF
This diff is collapsed.
This diff is collapsed.
/* Do not modify this file, it was automatically generated by the
* PNG2cpp CMake script, using a *.png file as input.
*/
#include "bitmaps.h"
static const char png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c,
0xce, 0x00, 0x00, 0x00, 0x09, 0x76, 0x70, 0x41, 0x67, 0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00,
0x1a, 0x00, 0x07, 0xb2, 0x66, 0x2f, 0x00, 0x00, 0x04, 0x0a, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7,
0x95, 0x95, 0x4f, 0x68, 0x5c, 0x55, 0x14, 0xc6, 0x7f, 0xf7, 0xbd, 0xfb, 0xe6, 0xbe, 0xcc, 0x64,
0xfe, 0x48, 0x93, 0x5a, 0x31, 0x0c, 0x76, 0xd1, 0x68, 0x20, 0x6d, 0x74, 0x91, 0x80, 0x95, 0x6e,
0xcc, 0xc2, 0xc5, 0xd4, 0x5a, 0x17, 0x05, 0x17, 0x05, 0x27, 0xa6, 0xa4, 0xee, 0x0a, 0x85, 0x2e,
0x43, 0x21, 0x08, 0x42, 0xa1, 0x68, 0x28, 0x5a, 0xab, 0x62, 0xa1, 0x8b, 0x52, 0x17, 0x8d, 0x98,
0x2e, 0x74, 0x23, 0x11, 0x62, 0xc4, 0xc6, 0x14, 0xa4, 0x74, 0x48, 0x17, 0x9a, 0xb4, 0xa1, 0x09,
0x15, 0x62, 0x12, 0x19, 0x92, 0x79, 0xf3, 0x5e, 0xe6, 0x5d, 0x17, 0x99, 0x79, 0xf3, 0x66, 0x32,
0x93, 0xa9, 0x17, 0x0e, 0xf3, 0xee, 0x9d, 0x73, 0xcf, 0x77, 0xee, 0xbd, 0xdf, 0xf9, 0x8e, 0x00,
0x70, 0x1c, 0xe7, 0x04, 0x30, 0x2a, 0xa0, 0x0f, 0x21, 0x2c, 0x42, 0x43, 0x00, 0x08, 0x41, 0xcd,
0x5a, 0xdd, 0xbc, 0xc9, 0x28, 0x01, 0x39, 0xe0, 0xb2, 0x65, 0x59, 0x37, 0x44, 0xa1, 0x50, 0x38,
0x0e, 0xdc, 0x11, 0xd5, 0x28, 0x34, 0x02, 0xd2, 0xa5, 0x12, 0xce, 0xec, 0x2c, 0x00, 0x56, 0x57,
0x17, 0x56, 0x3a, 0xfd, 0x7f, 0xc0, 0x3f, 0x14, 0x5b, 0x5b, 0x5b, 0x33, 0xc0, 0x51, 0x51, 0xbb,
0xab, 0x0a, 0x52, 0x9e, 0x97, 0xf2, 0x79, 0x96, 0x06, 0x07, 0x01, 0x88, 0x67, 0xb3, 0xc4, 0x87,
0x87, 0x51, 0x4a, 0x05, 0x00, 0x8d, 0x80, 0x42, 0x6b, 0x4f, 0x0c, 0xed, 0xfb, 0x47, 0xb4, 0xd6,
0xec, 0x69, 0xbe, 0x8f, 0x0e, 0x05, 0xc8, 0xe5, 0x72, 0x4c, 0x4c, 0x4c, 0xe0, 0x38, 0x0e, 0x5a,
0x6b, 0xa8, 0xf8, 0x84, 0xf6, 0x50, 0x1b, 0xa3, 0xcb, 0xd0, 0x5a, 0x5b, 0x0d, 0x03, 0xd7, 0xad,
0xa1, 0xab, 0x50, 0x7f, 0x2d, 0x2c, 0x30, 0x35, 0x35, 0x85, 0xeb, 0xba, 0xad, 0x13, 0x2c, 0x7f,
0x4b, 0xad, 0xf5, 0xb3, 0x3c, 0x2c, 0x61, 0xbf, 0x6d, 0xcf, 0xc3, 0x73, 0x5d, 0xfc, 0x72, 0xa0,
0x90, 0xd3, 0xae, 0x37, 0xae, 0x0c, 0x19, 0x64, 0xdb, 0x82, 0x49, 0xda, 0xf7, 0x6b, 0xe7, 0x0d,
0x12, 0xd8, 0x6b, 0x34, 0x3f, 0x51, 0x08, 0x5c, 0x6f, 0x6f, 0xe3, 0xcc, 0xcd, 0x05, 0x7f, 0xbd,
0xe0, 0xba, 0x24, 0x5d, 0x37, 0xb8, 0x9a, 0x16, 0x57, 0x01, 0x42, 0x20, 0x36, 0xd6, 0xd7, 0x1d,
0x01, 0xaa, 0x19, 0xad, 0xdd, 0x07, 0x0f, 0xd8, 0xb8, 0x74, 0x09, 0x6f, 0x71, 0xb1, 0xb6, 0x48,
0x84, 0x40, 0x9d, 0x3a, 0x45, 0xe7, 0xd9, 0xb3, 0x48, 0xdb, 0xae, 0xa7, 0x1b, 0xf5, 0x2c, 0x16,
0xeb, 0x6b, 0x6b, 0x3b, 0x40, 0x75, 0x35, 0x24, 0x00, 0x6f, 0x61, 0x81, 0xd5, 0x91, 0x11, 0xb4,
0xe7, 0x35, 0xaf, 0xca, 0x63, 0xc7, 0x78, 0xfe, 0xe2, 0xc5, 0x1a, 0xaa, 0x37, 0x02, 0x32, 0xf6,
0x62, 0xcd, 0xfa, 0xd8, 0x58, 0x00, 0x22, 0x5e, 0x7b, 0x03, 0x7b, 0x74, 0x9c, 0xe4, 0x37, 0xdf,
0x13, 0x7f, 0x7f, 0x04, 0x33, 0x91, 0x00, 0xc0, 0x9c, 0x9e, 0xe6, 0xf7, 0x6b, 0xd7, 0x28, 0x14,
0x0a, 0x55, 0x72, 0x34, 0x60, 0x9f, 0xf8, 0x67, 0x75, 0xd5, 0xd9, 0xba, 0x79, 0x53, 0xb9, 0xf3,
0xf3, 0xb5, 0xa9, 0x3a, 0x0e, 0xee, 0xbd, 0x7b, 0x3b, 0xd7, 0x9c, 0xea, 0xa4, 0x34, 0xfe, 0x03,
0x2a, 0x66, 0xa1, 0x14, 0xd8, 0x36, 0x78, 0xb7, 0xaf, 0x93, 0xff, 0xe2, 0x53, 0x00, 0x36, 0x2c,
0x8b, 0x48, 0x77, 0x37, 0xa9, 0x54, 0x0a, 0x11, 0x3a, 0x4d, 0xea, 0xfc, 0x79, 0xcc, 0xce, 0xce,
0x2a, 0x19, 0xdc, 0xf9, 0x79, 0xdc, 0x99, 0x99, 0xa6, 0xd7, 0xe3, 0x0c, 0xbc, 0x4d, 0x69, 0xdb,
0x42, 0x3b, 0xd5, 0xb5, 0xc8, 0x9b, 0xef, 0x40, 0x19, 0x28, 0xe5, 0x79, 0x90, 0xcb, 0xe1, 0xd6,
0xed, 0xcb, 0x9f, 0x3e, 0x4d, 0xa4, 0xbd, 0x1d, 0x5b, 0x29, 0x0c, 0xb4, 0x06, 0xa5, 0xf0, 0x6d,
0x9b, 0xa2, 0x61, 0x04, 0xe6, 0x19, 0x46, 0x95, 0x9a, 0xb9, 0x5f, 0x71, 0x1c, 0x6a, 0x6c, 0xeb,
0xee, 0x6f, 0x35, 0xea, 0xe9, 0x18, 0x06, 0x8e, 0x69, 0x52, 0x0c, 0xd9, 0x27, 0x57, 0xae, 0x30,
0x39, 0x39, 0x49, 0xb1, 0x58, 0xdc, 0x39, 0x51, 0xf4, 0xc2, 0x05, 0x16, 0x73, 0x39, 0x3e, 0xbf,
0x7a, 0x95, 0x42, 0xa1, 0x00, 0x80, 0x01, 0x8c, 0x3d, 0x7d, 0x4a, 0xd4, 0xf7, 0xb1, 0x96, 0x1f,
0x12, 0xb9, 0xf3, 0x25, 0xee, 0xe0, 0x7b, 0xf0, 0x5c, 0x02, 0x31, 0x3f, 0x87, 0xff, 0xed, 0x57,
0x01, 0xd0, 0xed, 0x78, 0x9c, 0x5f, 0xa2, 0x51, 0xa4, 0x69, 0xd6, 0x68, 0x9e, 0xb5, 0xb9, 0x49,
0x7a, 0x73, 0x13, 0xdf, 0xf7, 0x91, 0xda, 0xf7, 0x11, 0x42, 0x90, 0x4c, 0x26, 0xe9, 0xef, 0xef,
0xa7, 0x58, 0x2c, 0x06, 0xce, 0x7f, 0x2c, 0x2d, 0x71, 0xb4, 0x5c, 0x3f, 0x89, 0x1f, 0x3f, 0x43,
0xff, 0xf4, 0x35, 0x7e, 0x7c, 0x1f, 0xe6, 0xda, 0x4a, 0x10, 0x6c, 0xc9, 0xb2, 0x98, 0xb1, 0x6d,
0x22, 0x91, 0x08, 0xaf, 0xf6, 0xf5, 0x61, 0x87, 0xa8, 0x6e, 0x4a, 0xc9, 0xc1, 0x83, 0x07, 0x77,
0xde, 0xed, 0xef, 0x95, 0x15, 0x07, 0x21, 0x54, 0xa9, 0x54, 0xc2, 0xf3, 0x3c, 0xb4, 0xd6, 0x01,
0x90, 0xe7, 0x79, 0x3c, 0x1a, 0x1f, 0xe7, 0xc0, 0xf4, 0x34, 0x66, 0x83, 0xb7, 0x7b, 0x2c, 0x25,
0xd7, 0x93, 0x49, 0xfe, 0x55, 0x8a, 0x23, 0x87, 0x0f, 0x33, 0x7c, 0xe6, 0x0c, 0xb1, 0xb6, 0xb6,
0x1a, 0x1f, 0x53, 0x4a, 0x22, 0x96, 0x55, 0x55, 0x06, 0xc3, 0x30, 0x50, 0x4a, 0xd5, 0x14, 0xab,
0x52, 0x8a, 0x97, 0xce, 0x9d, 0xe3, 0x3b, 0x29, 0xd9, 0x37, 0x37, 0xc7, 0xeb, 0xf9, 0xfc, 0x8e,
0xe6, 0x9b, 0x26, 0x3f, 0x47, 0xa3, 0xcc, 0x2a, 0x85, 0x21, 0x25, 0x07, 0xf6, 0xef, 0xe7, 0xdd,
0x93, 0x27, 0x49, 0x26, 0x12, 0x48, 0xd3, 0xdc, 0x55, 0xbc, 0x40, 0xb9, 0x8e, 0x1a, 0xa8, 0x75,
0x25, 0x81, 0x58, 0x2c, 0xc6, 0x5b, 0x43, 0x43, 0xe4, 0x33, 0x99, 0x60, 0xef, 0x7d, 0xa5, 0xb8,
0x6b, 0xdb, 0xc4, 0xe2, 0x71, 0x7a, 0x7b, 0x7b, 0x19, 0xca, 0x66, 0x49, 0xa7, 0xd3, 0x18, 0x42,
0x34, 0xad, 0xc9, 0x67, 0xd2, 0xba, 0x8e, 0x8e, 0x0e, 0x8e, 0x67, 0x32, 0xb8, 0xb7, 0x6e, 0xed,
0x64, 0x27, 0x04, 0x6d, 0xd1, 0x28, 0x1f, 0x0c, 0x0d, 0xf1, 0x4a, 0x4f, 0x0f, 0xb1, 0x68, 0x14,
0x29, 0x65, 0x63, 0xdd, 0x2b, 0xc7, 0xd9, 0x05, 0x24, 0x42, 0xca, 0x1c, 0x5e, 0xb3, 0x6d, 0x3b,
0xa8, 0x13, 0x21, 0x04, 0x96, 0x65, 0xf1, 0x72, 0x77, 0x37, 0xf1, 0xf6, 0x76, 0x44, 0xf9, 0x24,
0xa2, 0xa2, 0xe6, 0x0d, 0x3a, 0x41, 0x15, 0xa8, 0x55, 0xab, 0x68, 0x90, 0x50, 0x85, 0x34, 0x7b,
0x29, 0x78, 0x05, 0x5c, 0x6a, 0xad, 0x3d, 0x2a, 0xa2, 0xba, 0x57, 0xab, 0x08, 0x05, 0xd3, 0xa1,
0x5f, 0xed, 0xfb, 0x2d, 0x7b, 0x59, 0x85, 0x0c, 0xf7, 0xf7, 0x6a, 0xe1, 0x01, 0x31, 0xa4, 0xc4,
0xc8, 0x64, 0xf8, 0xf3, 0xd0, 0x21, 0x1e, 0x47, 0x22, 0x01, 0x78, 0xab, 0x16, 0x5e, 0xb6, 0x27,
0x06, 0xf0, 0x71, 0x7d, 0xcb, 0x6e, 0x68, 0x96, 0x85, 0x99, 0xcd, 0xf2, 0x70, 0x60, 0x80, 0x47,
0xc9, 0x64, 0x50, 0x98, 0xad, 0x12, 0x2c, 0xdb, 0x47, 0x02, 0x60, 0x69, 0x71, 0xf1, 0x04, 0x30,
0x0a, 0xf4, 0x01, 0x56, 0xd3, 0xde, 0x53, 0x2a, 0xb1, 0xbc, 0xbc, 0xcc, 0xea, 0xda, 0x1a, 0x11,
0x29, 0xe9, 0xe9, 0xe9, 0x41, 0x4a, 0xd9, 0xac, 0x07, 0x95, 0x80, 0x9c, 0x80, 0xcb, 0x2f, 0xa6,
0xd3, 0x37, 0xfe, 0x03, 0x24, 0xda, 0xc1, 0x61, 0x0e, 0x33, 0xbc, 0x57, 0x00, 0x00, 0x00, 0x00,
0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82,
};
const BITMAP_OPAQUE add_junction_xpm[1] = {{ png, sizeof( png ), "add_junction_xpm" }};
//EOF
/* Do not modify this file, it was automatically generated by the
* PNG2cpp CMake script, using a *.png file as input.
*/
#include "bitmaps.h"
static const char png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c,
0xce, 0x00, 0x00, 0x01, 0x8c, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0xed, 0xd6, 0x4f, 0x4b, 0x54,
0x51, 0x18, 0x07, 0xe0, 0x67, 0x34, 0xff, 0x0e, 0x84, 0x81, 0x11, 0x08, 0x2e, 0x84, 0x08, 0x5c,
0xb8, 0x6d, 0x11, 0x95, 0x82, 0x30, 0xe8, 0x88, 0x09, 0x5a, 0x20, 0x89, 0xa1, 0x06, 0x45, 0x54,
0x8c, 0x8a, 0x41, 0x3a, 0xf7, 0x8a, 0x25, 0xb8, 0x14, 0x69, 0x13, 0xa1, 0x44, 0x0b, 0x25, 0x72,
0x15, 0xb6, 0x6a, 0xd3, 0xa6, 0xaf, 0xd0, 0xd6, 0x2f, 0xe1, 0x2a, 0x17, 0x35, 0x2e, 0x9c, 0x99,
0x66, 0x1a, 0xc7, 0x91, 0x1b, 0x77, 0x95, 0x8b, 0xdf, 0xe6, 0x70, 0xb9, 0xcf, 0x3d, 0xe7, 0xbe,
0xe7, 0x3d, 0x47, 0x2e, 0x97, 0x13, 0x25, 0x16, 0x24, 0xad, 0x68, 0x2b, 0xe6, 0x91, 0x86, 0x53,
0x9f, 0x8f, 0x0c, 0x85, 0x3e, 0x0b, 0xe5, 0x8a, 0x99, 0x37, 0x8e, 0x24, 0x1a, 0x91, 0x88, 0x0f,
0x4a, 0x5b, 0xc3, 0x20, 0xba, 0xd1, 0x18, 0x1f, 0xd4, 0x67, 0x13, 0x8f, 0x71, 0x03, 0xcd, 0xf1,
0x41, 0xbd, 0xde, 0xe3, 0x29, 0x6e, 0x9e, 0x43, 0xd5, 0x91, 0x40, 0x9f, 0xd0, 0x7e, 0x19, 0x34,
0xea, 0x4b, 0x1e, 0xba, 0xf5, 0xcf, 0x90, 0x39, 0x2d, 0x02, 0x1f, 0xca, 0x80, 0xd2, 0x4c, 0xfb,
0xae, 0x49, 0x1a, 0x97, 0x50, 0x17, 0x1d, 0x0a, 0xbd, 0xab, 0x8a, 0x14, 0x32, 0xe9, 0x2b, 0xfa,
0x71, 0x05, 0xf5, 0x65, 0x90, 0xac, 0xeb, 0x96, 0x6d, 0x08, 0x6d, 0x08, 0xbc, 0xa9, 0x92, 0xdd,
0x9a, 0xc8, 0x71, 0x7e, 0xeb, 0xb6, 0x8a, 0x11, 0xb4, 0x17, 0x36, 0x6f, 0xe1, 0x4b, 0xa7, 0xce,
0xf8, 0x92, 0xb3, 0x65, 0xc8, 0x2e, 0x9e, 0x94, 0x16, 0x46, 0x3c, 0xd0, 0x7d, 0xdf, 0x30, 0x8b,
0x71, 0x5c, 0x8c, 0x0f, 0x4a, 0xd9, 0xc6, 0x3c, 0x66, 0x70, 0x19, 0x89, 0x63, 0x68, 0xc5, 0x55,
0x59, 0xd3, 0x9e, 0xc9, 0x18, 0xb6, 0x65, 0xd0, 0x76, 0x45, 0xee, 0xd9, 0x13, 0xf8, 0x55, 0x13,
0xc9, 0x3a, 0xd4, 0xe1, 0x15, 0xe6, 0xf0, 0x00, 0x6d, 0xf8, 0x53, 0x75, 0x48, 0xe4, 0x07, 0x6f,
0x23, 0x75, 0x62, 0x26, 0xbc, 0xad, 0x09, 0x0d, 0xf8, 0x98, 0x9f, 0xcd, 0x73, 0xa4, 0x91, 0xac,
0x28, 0x6f, 0xd4, 0xa1, 0x05, 0xad, 0x55, 0xf3, 0x42, 0x46, 0xe0, 0xa0, 0x02, 0x58, 0xf2, 0x53,
0xaa, 0x88, 0xcc, 0x62, 0x12, 0x5d, 0xb8, 0x10, 0xa9, 0x33, 0x80, 0x29, 0x9d, 0x5e, 0xfa, 0xf1,
0xd7, 0x7f, 0xd9, 0x29, 0x99, 0xc9, 0x04, 0x7a, 0xd0, 0x5c, 0x58, 0xb5, 0x68, 0x2d, 0x08, 0xb2,
0xf6, 0x4e, 0xe8, 0x75, 0x19, 0xdc, 0x45, 0x27, 0x9a, 0x4a, 0x0f, 0xc0, 0x38, 0x9a, 0x6a, 0x2f,
0x5a, 0xcf, 0x8f, 0x89, 0xff, 0x09, 0x5a, 0x36, 0x6c, 0xd1, 0x82, 0x87, 0xd6, 0x8d, 0xf9, 0xa4,
0xcb, 0xeb, 0x58, 0x2e, 0x27, 0xf9, 0x32, 0x6f, 0xc0, 0x35, 0x0c, 0xe0, 0xce, 0x69, 0xd7, 0xad,
0x23, 0x96, 0x8b, 0x37, 0xe3, 0x40, 0xfd, 0x4b, 0xbe, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e,
0x44, 0xae, 0x42, 0x60, 0x82,
};
const BITMAP_OPAQUE add_junction_xpm[1] = {{ png, sizeof( png ), "add_junction_xpm" }};
//EOF
/* Do not modify this file, it was automatically generated by the
* PNG2cpp CMake script, using a *.png file as input.
*/
#include "bitmaps.h"
static const char png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c,
0xce, 0x00, 0x00, 0x00, 0x09, 0x76, 0x70, 0x41, 0x67, 0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00,
0x1a, 0x00, 0x07, 0xb2, 0x66, 0x2f, 0x00, 0x00, 0x02, 0x53, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7,
0xad, 0x96, 0x3d, 0x4f, 0x14, 0x51, 0x14, 0x86, 0x9f, 0x33, 0x3b, 0x57, 0x66, 0x02, 0x09, 0x1d,
0xa2, 0x88, 0x09, 0xbf, 0xc0, 0x44, 0xa8, 0xe8, 0x29, 0x48, 0x8c, 0x4a, 0x67, 0x67, 0x6b, 0xa3,
0x3f, 0x60, 0x23, 0x9d, 0x89, 0x95, 0x15, 0x15, 0xa5, 0x54, 0xf6, 0xd8, 0x19, 0x0b, 0x43, 0x48,
0x80, 0xac, 0x09, 0x31, 0xda, 0x49, 0x48, 0x84, 0x98, 0x6c, 0x80, 0x68, 0x02, 0xcc, 0x0e, 0xee,
0xde, 0x7b, 0x2c, 0x96, 0x8f, 0xd9, 0xf9, 0xd8, 0x19, 0x3e, 0x4e, 0xb2, 0xc5, 0xdc, 0xec, 0x3d,
0xcf, 0x79, 0xdf, 0x7b, 0xcf, 0x99, 0x11, 0x80, 0x38, 0x8e, 0x1f, 0x03, 0xf3, 0x02, 0x0f, 0x10,
0x31, 0x24, 0x42, 0x00, 0x44, 0xe8, 0x59, 0x4b, 0x3d, 0x17, 0x84, 0x05, 0x7e, 0x00, 0xef, 0x8c,
0x31, 0x4b, 0xd2, 0x6a, 0xb5, 0x1e, 0x01, 0xcb, 0x72, 0x91, 0x85, 0x52, 0xd0, 0xe5, 0xe1, 0x2f,
0x24, 0x8a, 0xa2, 0x55, 0x60, 0x5a, 0x7a, 0x77, 0x5d, 0x24, 0x4c, 0x25, 0x2d, 0x2c, 0x28, 0x07,
0x94, 0x58, 0xdb, 0x95, 0xe3, 0xa3, 0xa3, 0x43, 0x44, 0x86, 0xfa, 0x82, 0xae, 0x00, 0x4f, 0xab,
0xf6, 0x55, 0xd5, 0x64, 0x4a, 0x51, 0xcd, 0x54, 0x7c, 0xdd, 0xff, 0xf8, 0xaa, 0xca, 0x8d, 0x45,
0x1f, 0x78, 0x17, 0x74, 0x53, 0x0a, 0xfa, 0x44, 0xb1, 0xa2, 0x1b, 0xb6, 0xcf, 0x57, 0x55, 0x04,
0x48, 0xe3, 0xf2, 0xd6, 0xae, 0x03, 0xf7, 0x55, 0x95, 0xf7, 0xdf, 0x97, 0x58, 0x68, 0x2c, 0x50,
0xe5, 0xb8, 0x66, 0x27, 0x66, 0x99, 0x9f, 0x7e, 0x4d, 0x10, 0x04, 0x88, 0x48, 0x7e, 0x41, 0x45,
0xd6, 0xed, 0x1f, 0xef, 0xf3, 0xf3, 0xcf, 0x56, 0x25, 0xaf, 0x37, 0xb7, 0x36, 0x69, 0xdc, 0x6a,
0x30, 0x35, 0x35, 0x45, 0x10, 0x04, 0xb9, 0x0a, 0x32, 0x70, 0xd5, 0x2e, 0xe8, 0x32, 0x37, 0x2f,
0x8a, 0x8e, 0x69, 0x36, 0x9b, 0x74, 0x3a, 0x1d, 0x2e, 0x73, 0xbe, 0xbe, 0xaa, 0xf2, 0xea, 0xe1,
0x4b, 0xe6, 0x46, 0xe6, 0x58, 0x5f, 0x5b, 0xa3, 0x75, 0x72, 0x92, 0x69, 0xd6, 0x98, 0x13, 0xea,
0x7f, 0xeb, 0x00, 0x38, 0xe7, 0xb0, 0xd6, 0xd2, 0x53, 0x60, 0x85, 0xb3, 0xf3, 0x51, 0x45, 0x44,
0xb8, 0x33, 0x3a, 0xca, 0xcc, 0xcc, 0x0c, 0x2e, 0x3d, 0x11, 0x80, 0xa8, 0x13, 0x51, 0xff, 0x50,
0x4f, 0x14, 0xac, 0x94, 0x3a, 0x91, 0x82, 0x9f, 0x5f, 0x6f, 0x63, 0x0c, 0xc3, 0xc3, 0xc3, 0xb9,
0x73, 0x2b, 0xb4, 0xe1, 0xc5, 0xfe, 0x04, 0x08, 0x55, 0xb4, 0x72, 0x1f, 0x39, 0x57, 0x2a, 0xdb,
0x4b, 0x68, 0x54, 0x14, 0x75, 0x2e, 0xab, 0xe8, 0x54, 0x41, 0xd1, 0x2d, 0xac, 0x36, 0x82, 0x34,
0xfb, 0x78, 0x06, 0xab, 0xd2, 0x53, 0x52, 0x08, 0x4a, 0xf9, 0xeb, 0x89, 0xd7, 0x83, 0xa9, 0x74,
0x46, 0x57, 0x99, 0x75, 0x92, 0xb6, 0xae, 0x08, 0xd4, 0x27, 0x8f, 0xfc, 0xde, 0xd9, 0x89, 0x81,
0x81, 0xb2, 0xf7, 0xcb, 0xd8, 0xe2, 0x38, 0x4e, 0x1d, 0x35, 0x6a, 0x18, 0xcf, 0x60, 0x7c, 0x53,
0xaa, 0xe2, 0xeb, 0xb3, 0x06, 0x43, 0xe1, 0x20, 0xc6, 0x98, 0xac, 0x75, 0x45, 0x73, 0xcf, 0x13,
0x0f, 0xa7, 0x0e, 0x8b, 0xc5, 0x3a, 0x4b, 0xfc, 0x2f, 0x2e, 0x05, 0xad, 0x7c, 0x59, 0x61, 0x72,
0x72, 0x92, 0xdb, 0x23, 0x23, 0x09, 0x50, 0x89, 0x7d, 0xf7, 0x06, 0xc7, 0x38, 0x6c, 0x1d, 0x75,
0x27, 0x02, 0xc9, 0x3d, 0xd9, 0xfb, 0xa2, 0x28, 0x35, 0x3c, 0x0e, 0x0e, 0x0e, 0xb0, 0xed, 0x36,
0xea, 0x1c, 0xbe, 0xaa, 0xb6, 0x81, 0x81, 0xb2, 0xa6, 0xfb, 0xfc, 0xf4, 0x13, 0xeb, 0x1b, 0x1b,
0xec, 0xed, 0xed, 0x61, 0x9d, 0xa3, 0x6f, 0x43, 0x9c, 0xee, 0x09, 0xc3, 0x10, 0xdf, 0x74, 0x2d,
0x96, 0x5f, 0xdb, 0xdb, 0xab, 0xc0, 0x74, 0xe1, 0x47, 0xc6, 0x59, 0x6f, 0xa8, 0x12, 0xc7, 0x31,
0x1d, 0x6b, 0xcf, 0xd7, 0xfa, 0x7e, 0x63, 0x9c, 0xe6, 0x0a, 0x83, 0x00, 0xdf, 0xf7, 0x77, 0x7d,
0xe0, 0x2d, 0xb0, 0x9c, 0x1c, 0x2f, 0x45, 0x11, 0x04, 0x41, 0x0f, 0x3c, 0xaf, 0xa0, 0x3c, 0xb8,
0xaa, 0xbe, 0xf1, 0xee, 0x4f, 0x4c, 0x7c, 0x04, 0x9e, 0x00, 0x0d, 0xa0, 0x9d, 0x67, 0x9f, 0x5e,
0xed, 0x67, 0x55, 0xf5, 0x9b, 0xaa, 0x3e, 0xbf, 0x3b, 0x3e, 0xbe, 0xf8, 0x1f, 0x6d, 0xfd, 0x7d,
0xb0, 0xcd, 0x0d, 0x02, 0xf8, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60,
0x82,
};
const BITMAP_OPAQUE add_line_xpm[1] = {{ png, sizeof( png ), "add_line_xpm" }};
//EOF
/* Do not modify this file, it was automatically generated by the
* PNG2cpp CMake script, using a *.png file as input.
*/
#include "bitmaps.h"
static const char png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c,
0xce, 0x00, 0x00, 0x01, 0x2b, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0xed, 0xd5, 0xcd, 0x2a, 0x84,
0x51, 0x18, 0xc0, 0xf1, 0x1f, 0x1a, 0x24, 0x6c, 0xc4, 0x82, 0x0d, 0x3b, 0x6b, 0x2c, 0x7c, 0x8d,
0x89, 0x0d, 0xb2, 0xa5, 0x2c, 0xec, 0x50, 0xc6, 0xe4, 0x2b, 0x69, 0x18, 0xa6, 0xac, 0x6d, 0x94,
0x22, 0x5c, 0x85, 0xb0, 0x71, 0x09, 0xca, 0xc2, 0x02, 0x73, 0x15, 0xca, 0x1d, 0xbc, 0x16, 0x33,
0xde, 0x14, 0xf2, 0xbe, 0x34, 0xb3, 0x9a, 0xc5, 0x7f, 0x77, 0xea, 0xd7, 0xf3, 0xd4, 0x39, 0x47,
0x10, 0x04, 0x2a, 0x91, 0x2a, 0x54, 0x85, 0x2a, 0x0f, 0x39, 0xd4, 0xe1, 0xc0, 0x95, 0x7d, 0xd7,
0x72, 0x6e, 0x7e, 0x2d, 0x63, 0x00, 0x09, 0xd4, 0xc4, 0x85, 0xba, 0xe5, 0x05, 0x91, 0x9b, 0xb6,
0x81, 0x1e, 0x24, 0xca, 0x0b, 0x8d, 0x38, 0xc6, 0x20, 0x1a, 0xe3, 0x42, 0x4d, 0xb6, 0xcc, 0x9b,
0x72, 0x64, 0xdc, 0xb9, 0x71, 0x17, 0x5f, 0x5a, 0x72, 0x1f, 0x42, 0x43, 0x4e, 0x31, 0x1a, 0x1b,
0x2a, 0x6a, 0x12, 0xe8, 0x45, 0x1f, 0xfa, 0xbf, 0xb4, 0xec, 0x24, 0x84, 0x86, 0x9d, 0xfd, 0x07,
0xaa, 0x41, 0x3d, 0x1a, 0xbe, 0x2d, 0x2b, 0xf7, 0x69, 0x75, 0x7f, 0x87, 0x7e, 0x3d, 0x94, 0xb3,
0x13, 0x42, 0x49, 0xe7, 0x48, 0x96, 0x0b, 0xda, 0x0e, 0xa1, 0x31, 0x17, 0x18, 0x2b, 0x17, 0xb4,
0x55, 0x19, 0x68, 0xdf, 0x66, 0x08, 0xa5, 0x5c, 0x22, 0x55, 0x2e, 0x68, 0x3d, 0x84, 0xe6, 0xdc,
0x9a, 0xb4, 0x69, 0xcd, 0x94, 0xac, 0x89, 0x1f, 0xdb, 0x93, 0x44, 0xed, 0xc7, 0x0b, 0x12, 0x75,
0x75, 0x6b, 0xb1, 0x2e, 0x75, 0x5e, 0xe0, 0xc0, 0x2b, 0xba, 0x3e, 0x26, 0x8f, 0x0a, 0x65, 0x62,
0x43, 0xbb, 0xde, 0xb0, 0x80, 0x4e, 0xd4, 0x46, 0x85, 0xa6, 0x65, 0xdd, 0xc9, 0x78, 0x94, 0xf6,
0x64, 0xa5, 0x54, 0xda, 0xb3, 0xb4, 0x17, 0x69, 0x2f, 0x56, 0xc3, 0x0a, 0x32, 0x0a, 0x16, 0x3d,
0x60, 0xb9, 0x34, 0x55, 0x44, 0xa8, 0xb8, 0xeb, 0x76, 0xcc, 0x60, 0x36, 0x46, 0x33, 0x68, 0x8b,
0x0c, 0x95, 0xb0, 0x3a, 0xb4, 0xa0, 0x35, 0x46, 0xcd, 0xa8, 0xab, 0x7e, 0xe5, 0xff, 0xea, 0x1d,
0x5b, 0x90, 0x1a, 0x4b, 0xed, 0x97, 0x55, 0x8d, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44,
0xae, 0x42, 0x60, 0x82,
};
const BITMAP_OPAQUE add_line_xpm[1] = {{ png, sizeof( png ), "add_line_xpm" }};
//EOF
This diff is collapsed.
/* Do not modify this file, it was automatically generated by the
* PNG2cpp CMake script, using a *.png file as input.
*/
#include "bitmaps.h"
static const char png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c,
0xce, 0x00, 0x00, 0x00, 0x09, 0x76, 0x70, 0x41, 0x67, 0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00,
0x1a, 0x00, 0x07, 0xb2, 0x66, 0x2f, 0x00, 0x00, 0x03, 0x11, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7,
0xb5, 0x96, 0xcf, 0x6b, 0x13, 0x51, 0x10, 0xc7, 0x3f, 0x6f, 0x9b, 0x10, 0x8a, 0x6d, 0x0f, 0xfe,
0x48, 0xa4, 0x35, 0x5a, 0x0f, 0x85, 0x18, 0xaa, 0x62, 0xf5, 0x64, 0x8a, 0x60, 0x41, 0x41, 0x10,
0xbd, 0x89, 0x97, 0xe8, 0xd5, 0x3f, 0x42, 0x4f, 0x16, 0x44, 0xa9, 0xf4, 0xec, 0xa9, 0x20, 0x6d,
0x6d, 0x8b, 0x9e, 0xd4, 0x9e, 0x9a, 0xd0, 0x4a, 0x73, 0x28, 0x78, 0x70, 0x2b, 0xe6, 0x90, 0x20,
0x81, 0x92, 0xb6, 0xd9, 0x5a, 0x30, 0xab, 0x21, 0x89, 0x35, 0xd9, 0xf1, 0xa0, 0x4d, 0xb3, 0x69,
0x92, 0x4d, 0x5b, 0x1c, 0x78, 0xb0, 0x3b, 0x6f, 0xde, 0x7c, 0xe7, 0x3b, 0x6f, 0xde, 0xbc, 0xa7,
0x00, 0x8a, 0xc5, 0xe2, 0x2d, 0xe0, 0x91, 0x82, 0xf3, 0x28, 0xe5, 0xa6, 0x4a, 0x14, 0x80, 0x52,
0xd8, 0x74, 0x35, 0xff, 0x0d, 0xa4, 0x0c, 0x7c, 0x01, 0x9e, 0xbb, 0xdd, 0xee, 0x97, 0xaa, 0x50,
0x28, 0xdc, 0x04, 0xde, 0xaa, 0x1d, 0x2f, 0x38, 0x02, 0xed, 0x1d, 0xfc, 0x81, 0xca, 0xe7, 0xf3,
0x31, 0xe0, 0xb2, 0xb2, 0xaf, 0xda, 0x71, 0x58, 0xe3, 0xb4, 0x61, 0x40, 0x75, 0x80, 0xaa, 0x74,
0x69, 0x4d, 0x2c, 0xeb, 0x9c, 0x88, 0xd0, 0x74, 0x58, 0x16, 0xa3, 0xa3, 0xa3, 0xf8, 0x7c, 0x3e,
0xbc, 0x3e, 0x1f, 0x17, 0x06, 0x06, 0xb0, 0x2c, 0xab, 0x32, 0xcf, 0x3f, 0x9b, 0xea, 0x35, 0xd8,
0x7d, 0x9c, 0xd0, 0x44, 0xc4, 0x5d, 0xcf, 0x71, 0xad, 0x6e, 0x6c, 0x6c, 0x0c, 0xd3, 0x34, 0x31,
0x4d, 0x93, 0x78, 0x3c, 0xce, 0xc4, 0xf8, 0x38, 0xa6, 0x69, 0x3a, 0x06, 0xb8, 0xfd, 0xad, 0x39,
0xb2, 0x11, 0x61, 0x69, 0x69, 0x89, 0x44, 0x22, 0x61, 0x4b, 0xcb, 0xf4, 0xcc, 0x0c, 0xe9, 0x74,
0xda, 0x31, 0x40, 0x3b, 0x50, 0x13, 0x03, 0x11, 0x61, 0x62, 0x62, 0xa2, 0x02, 0x10, 0x08, 0x04,
0x00, 0x88, 0xc5, 0x62, 0xa4, 0xd3, 0x69, 0x4a, 0xa5, 0x12, 0xad, 0x04, 0xab, 0x39, 0xd1, 0x2e,
0x16, 0x8b, 0xbc, 0x7e, 0xf3, 0x06, 0x80, 0xee, 0xee, 0x6e, 0xee, 0xdf, 0xbb, 0x07, 0x40, 0x3e,
0x9f, 0x67, 0x71, 0x71, 0x91, 0x8d, 0x8d, 0x8d, 0x96, 0xd2, 0xa7, 0xd5, 0xd9, 0x38, 0xdb, 0x66,
0xbe, 0x9f, 0x9d, 0x25, 0x9b, 0xcd, 0x02, 0x30, 0x34, 0x34, 0x44, 0xff, 0xd9, 0xb3, 0x74, 0x75,
0x75, 0x01, 0x30, 0x37, 0x37, 0x47, 0x26, 0x93, 0x69, 0x29, 0x7d, 0x9a, 0x93, 0xc1, 0xe4, 0xe4,
0x64, 0xa5, 0x54, 0x87, 0xae, 0x5e, 0x45, 0xd3, 0x34, 0xae, 0x5f, 0xbb, 0x06, 0x80, 0xae, 0xeb,
0xa4, 0x52, 0x29, 0x0a, 0x85, 0xc2, 0x01, 0x52, 0x27, 0x82, 0x61, 0x18, 0x44, 0x22, 0x11, 0x00,
0xbc, 0x5e, 0x2f, 0xa9, 0x54, 0x0a, 0x5d, 0xd7, 0x39, 0x7c, 0xe4, 0x08, 0x00, 0x96, 0x65, 0x11,
0x8d, 0x44, 0x30, 0x0c, 0xa3, 0x59, 0x69, 0x23, 0x96, 0x85, 0x4b, 0x44, 0x76, 0x4a, 0x49, 0xc4,
0x76, 0x10, 0xa7, 0xa7, 0xa7, 0x29, 0x95, 0x4a, 0x00, 0x18, 0x86, 0xc1, 0xe3, 0xe1, 0xe1, 0x5d,
0x87, 0x32, 0x12, 0x8d, 0x12, 0x0e, 0x87, 0xf1, 0xfb, 0xfd, 0x0d, 0xfd, 0x00, 0xcd, 0x19, 0xbd,
0x9a, 0x9a, 0xaa, 0x18, 0xba, 0xdd, 0x6e, 0xdb, 0xd0, 0x34, 0x0d, 0x80, 0x95, 0x95, 0x15, 0xf4,
0xe5, 0x65, 0xb2, 0x0e, 0x67, 0xca, 0x85, 0x08, 0x52, 0xdb, 0x3a, 0x00, 0xfd, 0xf3, 0x67, 0xe2,
0xf1, 0x38, 0x00, 0xc1, 0x60, 0x90, 0x67, 0x4f, 0x9f, 0xda, 0x5a, 0xd4, 0xfc, 0xfc, 0x3c, 0x23,
0x23, 0x23, 0x00, 0x44, 0xa3, 0x51, 0x06, 0x43, 0x21, 0xba, 0x3a, 0x3b, 0x1b, 0xb2, 0xd2, 0x1a,
0x95, 0xe3, 0x54, 0x15, 0x9b, 0x50, 0x28, 0x04, 0x40, 0x4f, 0x4f, 0x0f, 0xc1, 0x33, 0x67, 0x08,
0x06, 0x02, 0x84, 0xc3, 0x61, 0x3c, 0x1e, 0x0f, 0x00, 0x0b, 0x0b, 0x0b, 0x64, 0x0c, 0x83, 0x72,
0xb9, 0xdc, 0x90, 0x91, 0xda, 0x58, 0x5f, 0x2f, 0xa2, 0x94, 0xa7, 0xb6, 0x19, 0xea, 0xba, 0x4e,
0x2e, 0x97, 0x23, 0x91, 0x4c, 0x72, 0xaa, 0xb7, 0x97, 0x8e, 0x43, 0x87, 0xb8, 0x74, 0xf1, 0x22,
0x6d, 0x6d, 0x6d, 0x15, 0x56, 0xfa, 0xa7, 0x4f, 0x24, 0x92, 0x49, 0xb2, 0xa6, 0x49, 0x5f, 0x5f,
0x1f, 0xfd, 0xfd, 0xfd, 0x78, 0x8f, 0x1e, 0xdd, 0xd5, 0x9c, 0x01, 0x94, 0xb1, 0xb6, 0x56, 0x17,
0x08, 0x60, 0x6b, 0x6b, 0x8b, 0xb5, 0xf5, 0x75, 0x00, 0xda, 0xdb, 0xdb, 0x39, 0xee, 0xf3, 0xed,
0xea, 0xce, 0xb9, 0x5c, 0x8e, 0xcd, 0xcd, 0x4d, 0x00, 0x3a, 0x3a, 0x3b, 0x39, 0x56, 0x0d, 0xf4,
0x0f, 0x4c, 0x01, 0x2a, 0xb3, 0xba, 0xba, 0x1b, 0x68, 0xef, 0xd7, 0x80, 0xcd, 0x69, 0x3d, 0x9d,
0x6b, 0xbb, 0xee, 0x71, 0xba, 0x35, 0x0f, 0x68, 0xe3, 0xfa, 0xf6, 0xeb, 0x9b, 0x1a, 0xfc, 0x70,
0x85, 0xd6, 0x44, 0xed, 0xcb, 0xe4, 0xeb, 0x8d, 0x24, 0xae, 0xb2, 0x55, 0xe6, 0x47, 0xe9, 0x27,
0xff, 0x53, 0x2c, 0xcb, 0xc2, 0xd5, 0xd1, 0xd6, 0x21, 0x8f, 0x7a, 0x1f, 0xf2, 0x3d, 0xfb, 0x7d,
0x7f, 0x0c, 0x9c, 0xac, 0x15, 0x7f, 0x5b, 0x90, 0x47, 0x79, 0x7e, 0xdf, 0xf5, 0xdd, 0xf1, 0xac,
0x96, 0xd7, 0x90, 0x7a, 0xc6, 0xad, 0xbc, 0x78, 0x6a, 0xdf, 0x18, 0x35, 0x05, 0x23, 0x22, 0xa8,
0x95, 0x54, 0x2a, 0x06, 0x5c, 0xde, 0xee, 0x79, 0x7b, 0xa9, 0xa4, 0xa6, 0x40, 0x55, 0x3a, 0xa5,
0x54, 0x5a, 0x03, 0x9e, 0x6c, 0x03, 0xb4, 0xf8, 0x5e, 0xab, 0x5f, 0x6d, 0x4d, 0xa7, 0x65, 0x58,
0x3b, 0x79, 0xfa, 0xf4, 0x3b, 0xe0, 0x36, 0xf0, 0x11, 0xf8, 0x5d, 0xcf, 0x89, 0xec, 0x6f, 0x94,
0x45, 0x64, 0x59, 0x44, 0xee, 0x77, 0xfb, 0xfd, 0x2f, 0xfe, 0x00, 0x2e, 0x8e, 0x3a, 0x63, 0xb4,
0x96, 0xf4, 0x90, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82,
};
const BITMAP_OPAQUE add_line_label_xpm[1] = {{ png, sizeof( png ), "add_line_label_xpm" }};
//EOF
/* Do not modify this file, it was automatically generated by the
* PNG2cpp CMake script, using a *.png file as input.
*/
#include "bitmaps.h"
static const char png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c,
0xce, 0x00, 0x00, 0x01, 0xc8, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0x63, 0xf8, 0xff, 0xff, 0x3f,
0x03, 0x3d, 0x30, 0xc3, 0xc8, 0xb5, 0x08, 0x08, 0x4a, 0x80, 0xf8, 0x03, 0x14, 0x5f, 0x01, 0x62,
0x46, 0x5a, 0x59, 0x74, 0x03, 0x88, 0xff, 0xc3, 0x70, 0x44, 0x44, 0xc4, 0xe4, 0x19, 0x33, 0x66,
0xa8, 0x52, 0xd5, 0x22, 0x20, 0xb0, 0x40, 0xb6, 0x04, 0x84, 0xf5, 0xf4, 0xf4, 0x1e, 0xcd, 0x9a,
0x35, 0xab, 0x88, 0xda, 0x16, 0x4d, 0x87, 0x59, 0x20, 0x25, 0x25, 0xf5, 0x0e, 0x44, 0xb3, 0xb1,
0xb1, 0xfd, 0x9e, 0x3c, 0x79, 0xf2, 0xba, 0x55, 0xab, 0x56, 0x71, 0x52, 0xc5, 0x22, 0x20, 0x60,
0x07, 0x62, 0xb0, 0xe1, 0xfc, 0xfc, 0xfc, 0x9f, 0xd3, 0xd3, 0xd3, 0x8f, 0xc1, 0x2c, 0x0d, 0x0b,
0x0b, 0x3b, 0x0b, 0xf4, 0x95, 0x0b, 0xb5, 0x2c, 0x0a, 0x85, 0x19, 0xec, 0xe8, 0xe8, 0x78, 0x63,
0xfa, 0xf4, 0xe9, 0x9b, 0x99, 0x99, 0x99, 0xbf, 0x80, 0xf8, 0x8a, 0x8a, 0x8a, 0xaf, 0x80, 0x16,
0xb5, 0x51, 0xcb, 0xa2, 0x2d, 0x50, 0x8b, 0xfe, 0x35, 0x34, 0x34, 0xec, 0x01, 0x1a, 0xbc, 0x11,
0x18, 0x6c, 0xab, 0x41, 0x62, 0x8c, 0x8c, 0x8c, 0xff, 0xda, 0xda, 0xda, 0x76, 0xce, 0x9e, 0x3d,
0x5b, 0x9c, 0x22, 0x8b, 0x80, 0x40, 0x1c, 0x88, 0x7f, 0x83, 0x0c, 0xe5, 0xe3, 0xe3, 0xfb, 0x1a,
0x1b, 0x1b, 0x7b, 0x2a, 0x30, 0x30, 0x70, 0x15, 0x90, 0x3f, 0x19, 0xe6, 0x4b, 0x57, 0x57, 0xd7,
0x6b, 0x40, 0xcb, 0x23, 0x28, 0xb5, 0xa8, 0x18, 0x3d, 0xb5, 0xa1, 0x63, 0x61, 0x61, 0xe1, 0x4f,
0x73, 0xe6, 0xcc, 0x99, 0x45, 0xa9, 0x45, 0x97, 0x60, 0x06, 0x02, 0xe3, 0xe5, 0x2f, 0x32, 0x06,
0x05, 0x1b, 0x4c, 0xae, 0xb0, 0xb0, 0xf0, 0x10, 0xd0, 0x57, 0xda, 0x64, 0x59, 0x04, 0x04, 0x86,
0x30, 0x83, 0xa4, 0xa5, 0xa5, 0xdf, 0x02, 0xe3, 0x61, 0x13, 0x32, 0x06, 0xa5, 0x38, 0x98, 0xbc,
0xa9, 0xa9, 0xe9, 0x3d, 0xa0, 0x45, 0xb9, 0xe4, 0x5a, 0x34, 0x01, 0x66, 0x90, 0xa7, 0xa7, 0xe7,
0x15, 0x90, 0xe1, 0x40, 0xc3, 0xa2, 0xe7, 0xcd, 0x9b, 0x67, 0x04, 0xc2, 0x95, 0x95, 0x95, 0xb6,
0x40, 0x5f, 0xfd, 0x04, 0xc9, 0x73, 0x70, 0x70, 0xfc, 0x9c, 0x36, 0x6d, 0x1a, 0x30, 0x4b, 0xad,
0x62, 0x23, 0xc7, 0x22, 0x63, 0x16, 0x16, 0x16, 0xc7, 0xd4, 0xd4, 0xd4, 0x9d, 0xfd, 0xfd, 0xfd,
0xdb, 0x80, 0x16, 0xad, 0x9b, 0x39, 0x73, 0x26, 0x17, 0x9a, 0x1a, 0x13, 0x60, 0x51, 0x34, 0x25,
0x33, 0x33, 0xf3, 0xe8, 0xc4, 0x89, 0x13, 0xb7, 0x02, 0x1d, 0x62, 0x4f, 0x56, 0x1c, 0x01, 0x5d,
0x2e, 0x0a, 0xd4, 0x9c, 0x0a, 0xc2, 0x73, 0xe7, 0xce, 0xf5, 0xc3, 0xa6, 0x06, 0x54, 0xde, 0xc1,
0xd4, 0x00, 0x1d, 0xe3, 0x30, 0x82, 0xea, 0x23, 0x60, 0x71, 0x29, 0xc6, 0x30, 0x1b, 0x58, 0xc7,
0xd0, 0x10, 0x43, 0x2c, 0x9a, 0xcf, 0x20, 0x01, 0xe4, 0xfc, 0xa7, 0x25, 0x86, 0x58, 0xd4, 0xc0,
0xc0, 0xa5, 0x3a, 0x4b, 0xb5, 0xd3, 0x73, 0xb6, 0xe7, 0x31, 0x20, 0x3e, 0x4e, 0x0b, 0x0c, 0x4d,
0xa1, 0x0c, 0x8c, 0xc0, 0x14, 0x65, 0x02, 0x2c, 0x46, 0xa6, 0x02, 0xf1, 0x34, 0x5a, 0x60, 0xe4,
0xc4, 0xc0, 0x08, 0x2c, 0x99, 0x99, 0x68, 0x85, 0x87, 0x67, 0xf2, 0x06, 0x00, 0x75, 0xbd, 0x72,
0xd6, 0xf6, 0x6e, 0x17, 0xdb, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60,
0x82,
};
const BITMAP_OPAQUE add_line_label_xpm[1] = {{ png, sizeof( png ), "add_line_label_xpm" }};
//EOF
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
/* Do not modify this file, it was automatically generated by the
* PNG2cpp CMake script, using a *.png file as input.
*/
#include "bitmaps.h"
static const char png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c,
0xce, 0x00, 0x00, 0x00, 0x09, 0x76, 0x70, 0x41, 0x67, 0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00,
0x1a, 0x00, 0x07, 0xb2, 0x66, 0x2f, 0x00, 0x00, 0x02, 0xef, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7,
0xb5, 0x96, 0x41, 0x6b, 0x1b, 0x57, 0x10, 0xc7, 0x7f, 0xef, 0xed, 0xee, 0x8b, 0x6c, 0x15, 0xaf,
0xb0, 0x0c, 0x96, 0x52, 0xa5, 0x10, 0x5f, 0x53, 0x28, 0x0e, 0x24, 0x87, 0x80, 0xbf, 0x41, 0x71,
0x3f, 0x42, 0x2e, 0x29, 0x14, 0x7c, 0xb5, 0x8f, 0xbd, 0xd5, 0xb8, 0x97, 0x92, 0x5e, 0x52, 0x11,
0x1f, 0xfb, 0x0d, 0x9a, 0xfa, 0x92, 0x60, 0x92, 0x53, 0xf1, 0x21, 0x82, 0x06, 0x41, 0x72, 0x57,
0x48, 0xb0, 0x8d, 0x6d, 0x70, 0xbc, 0xb2, 0xdf, 0x82, 0x76, 0x77, 0x7a, 0xd0, 0x7a, 0x6d, 0x49,
0xbb, 0x92, 0x93, 0xe2, 0x81, 0x39, 0xec, 0x30, 0x6f, 0xfe, 0xff, 0xf9, 0xef, 0xbc, 0x9d, 0x55,
0x00, 0x61, 0x18, 0x2e, 0x03, 0x3f, 0x2b, 0xf8, 0x0e, 0xa5, 0x3c, 0x2e, 0x99, 0x02, 0x50, 0x8a,
0x81, 0xd8, 0xd0, 0x73, 0x81, 0xc5, 0xc0, 0x5b, 0xe0, 0x37, 0xcf, 0xf3, 0xfe, 0x54, 0xd6, 0xda,
0xef, 0x81, 0xbf, 0xd5, 0x45, 0x15, 0x26, 0x02, 0x7d, 0x3e, 0xf8, 0x4f, 0xea, 0xec, 0xec, 0xec,
0x1f, 0xe0, 0x81, 0x1a, 0x3c, 0x75, 0x51, 0x70, 0xa8, 0x68, 0x21, 0xa1, 0x1c, 0xa0, 0x4b, 0xb1,
0x0f, 0xea, 0xb4, 0xdb, 0x0d, 0x50, 0xea, 0xab, 0xb1, 0x40, 0x5f, 0x00, 0x3e, 0xdc, 0xb5, 0x2b,
0x22, 0xde, 0x08, 0x15, 0x91, 0x11, 0xc6, 0xff, 0x37, 0xc7, 0x15, 0x91, 0xdc, 0x9c, 0xad, 0xad,
0x2d, 0x5a, 0xad, 0x16, 0x8e, 0xe3, 0xe0, 0x79, 0x1e, 0xae, 0xeb, 0x62, 0x8c, 0x41, 0x2b, 0x05,
0x4a, 0xa1, 0x94, 0x42, 0x44, 0x48, 0x92, 0x84, 0x28, 0x8a, 0x88, 0xa2, 0x88, 0x5e, 0xaf, 0xc7,
0xd4, 0xd4, 0x14, 0x6b, 0x6b, 0x6b, 0x23, 0xf5, 0xfa, 0x40, 0x39, 0xec, 0x76, 0x76, 0x76, 0x68,
0xb7, 0xdb, 0x68, 0xad, 0xd9, 0xdb, 0xdb, 0x23, 0x0c, 0x43, 0xe2, 0x38, 0xa6, 0x5c, 0x2e, 0x33,
0x3f, 0x3f, 0x4f, 0x10, 0x04, 0xec, 0xef, 0xef, 0xa3, 0x94, 0xc2, 0x75, 0x5d, 0x2a, 0x95, 0x0a,
0xe5, 0x72, 0x99, 0xd3, 0xd3, 0x53, 0x56, 0x57, 0x57, 0x0b, 0x80, 0x72, 0xec, 0xe4, 0xd3, 0x27,
0xac, 0xb5, 0x68, 0xa5, 0xf8, 0xfd, 0xf1, 0x63, 0xbe, 0x6e, 0x34, 0x30, 0xc6, 0xb0, 0xb4, 0xb4,
0xc4, 0xcc, 0xcc, 0x0c, 0xc7, 0xc7, 0xc7, 0xfc, 0xba, 0xb1, 0xc1, 0xbd, 0xfb, 0xf7, 0x09, 0x4e,
0x4e, 0xd8, 0xdc, 0xdc, 0xe4, 0xe5, 0xab, 0x57, 0x68, 0xad, 0x19, 0xa8, 0x99, 0x36, 0xe1, 0x8a,
0x08, 0x0a, 0x18, 0x86, 0x0b, 0x82, 0x80, 0xc3, 0xc3, 0x43, 0x5e, 0x3c, 0x7f, 0xce, 0xdc, 0xdc,
0x5c, 0x16, 0x8f, 0xa2, 0x08, 0x6b, 0x2d, 0x51, 0x14, 0x51, 0xa9, 0x54, 0xa8, 0xd5, 0x6a, 0xd4,
0x6b, 0x35, 0xd6, 0xd7, 0xd7, 0x59, 0xbc, 0x7b, 0x97, 0x24, 0x49, 0xc8, 0x23, 0xaf, 0x45, 0x04,
0x11, 0x41, 0xd2, 0x84, 0x73, 0x0f, 0xba, 0x5d, 0xbe, 0xbd, 0x73, 0x87, 0x6a, 0xb5, 0x9a, 0xc5,
0x48, 0x0b, 0x58, 0x6b, 0xfb, 0x05, 0x53, 0xc6, 0x22, 0x82, 0x31, 0x86, 0x95, 0x95, 0x15, 0x76,
0x77, 0x77, 0x33, 0xb0, 0xcb, 0x5e, 0x28, 0xdd, 0xd3, 0x66, 0x13, 0xcf, 0xf3, 0x46, 0xd8, 0x25,
0x49, 0x82, 0xb5, 0x36, 0x03, 0x96, 0x24, 0xc9, 0xde, 0xef, 0x8f, 0x8f, 0x1e, 0xb1, 0xbc, 0xbc,
0xdc, 0x57, 0x68, 0x48, 0x3e, 0x37, 0x4f, 0x4f, 0x00, 0xdf, 0xf7, 0xd3, 0xd0, 0x20, 0x90, 0xd6,
0x1a, 0x63, 0x0c, 0x61, 0x18, 0x5e, 0x74, 0x9a, 0x9a, 0xe3, 0x38, 0xdc, 0xac, 0xd7, 0x07, 0xc0,
0x27, 0x0e, 0x43, 0xd1, 0x7d, 0xb1, 0xd6, 0x72, 0x70, 0x70, 0x80, 0x31, 0x66, 0x50, 0xd2, 0x09,
0x77, 0xca, 0x45, 0x64, 0x64, 0x10, 0xf2, 0x86, 0xe3, 0xf2, 0x67, 0x45, 0x6b, 0xdd, 0x9f, 0xae,
0x9c, 0x8e, 0x8b, 0x08, 0x8e, 0x76, 0x54, 0xc0, 0xee, 0x1c, 0x5c, 0x6b, 0x9d, 0x5d, 0x60, 0x86,
0xa4, 0x1b, 0xdb, 0x51, 0x9e, 0x9e, 0xe3, 0xd8, 0x39, 0x8e, 0x43, 0xa9, 0x54, 0x1a, 0x05, 0x4a,
0x73, 0x8a, 0xd4, 0x70, 0xaf, 0xca, 0x28, 0x3b, 0xe0, 0xba, 0x4c, 0x4f, 0x4f, 0x0f, 0x8c, 0xee,
0x24, 0x82, 0xaa, 0x10, 0xa8, 0x40, 0xbe, 0x38, 0x8e, 0x71, 0x1c, 0x07, 0xdf, 0xf7, 0xe9, 0xf5,
0x7a, 0x17, 0x63, 0x7e, 0x05, 0xd3, 0x79, 0x97, 0x35, 0xd7, 0x93, 0x84, 0x4e, 0xa7, 0x83, 0x31,
0x86, 0xd9, 0xd9, 0x59, 0x7c, 0xdf, 0xe7, 0xed, 0xbb, 0x77, 0x23, 0x39, 0x45, 0xe7, 0xdd, 0xab,
0x4c, 0x4d, 0xd0, 0xed, 0xd2, 0x7a, 0xfd, 0x9a, 0xbf, 0x9e, 0x3d, 0xa3, 0x5e, 0xaf, 0x53, 0xad,
0x56, 0x51, 0x4a, 0xb1, 0xbd, 0xbd, 0xcd, 0xc2, 0xc2, 0x02, 0x8b, 0x8b, 0x8b, 0xd4, 0x6b, 0xb5,
0xf1, 0xf2, 0x7d, 0x7c, 0xff, 0x3e, 0x04, 0x6e, 0x8c, 0x5b, 0x76, 0x7f, 0x34, 0x9b, 0xfc, 0xfb,
0xe6, 0x0d, 0x8d, 0x46, 0x03, 0x80, 0x52, 0xa9, 0x94, 0xad, 0x86, 0xa3, 0xa3, 0x23, 0xe2, 0x38,
0xa6, 0xf9, 0xe4, 0xc9, 0xd8, 0xed, 0xab, 0x3e, 0x74, 0x3a, 0x7d, 0xa0, 0x34, 0xe1, 0x5a, 0x36,
0x6d, 0x3a, 0x0c, 0xbd, 0x0c, 0xe8, 0xba, 0x36, 0x6d, 0x0a, 0xd4, 0x06, 0x1e, 0x5c, 0xd7, 0x0a,
0x3f, 0xff, 0x39, 0xd1, 0xc0, 0xc6, 0x60, 0x8e, 0x7c, 0xbe, 0x4f, 0x9e, 0xda, 0x5f, 0xf4, 0x37,
0xb7, 0x6f, 0x6f, 0x01, 0x3f, 0x00, 0x2d, 0xa0, 0x97, 0xc7, 0x4e, 0xbe, 0xcc, 0x63, 0x11, 0x69,
0x8b, 0xc8, 0xc3, 0x9b, 0xb7, 0x6e, 0x3d, 0xfd, 0x0f, 0xc4, 0x57, 0x4c, 0x26, 0x4c, 0x77, 0xec,
0xe4, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82,
};
const BITMAP_OPAQUE add_text_xpm[1] = {{ png, sizeof( png ), "add_text_xpm" }};
//EOF
/* Do not modify this file, it was automatically generated by the
* PNG2cpp CMake script, using a *.png file as input.
*/
#include "bitmaps.h"
static const char png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c,
0xce, 0x00, 0x00, 0x01, 0xcf, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0xed, 0x95, 0x41, 0x4b, 0x02,
0x51, 0x10, 0xc7, 0xd5, 0xd2, 0x54, 0x56, 0x74, 0x91, 0x34, 0x73, 0x5d, 0x15, 0x57, 0x25, 0x44,
0x10, 0x44, 0x54, 0x52, 0x49, 0xbd, 0x14, 0x88, 0x68, 0x0a, 0xe2, 0x49, 0x44, 0x50, 0x49, 0x64,
0xd5, 0x4b, 0xdf, 0xa1, 0x6b, 0x5d, 0x3a, 0x77, 0xe9, 0xd4, 0xa1, 0x53, 0xdf, 0x41, 0x2a, 0xb3,
0x53, 0xc7, 0x2e, 0x1d, 0xba, 0x07, 0xbb, 0x87, 0x9a, 0xe6, 0x2d, 0x1d, 0xc4, 0x3a, 0xb4, 0xb0,
0x1b, 0x04, 0x3e, 0xf8, 0xb3, 0xf3, 0x66, 0x97, 0xf7, 0x9b, 0x37, 0x6f, 0xde, 0xac, 0x06, 0x00,
0x34, 0x7f, 0x21, 0xcd, 0x0a, 0xf4, 0x7f, 0x41, 0x99, 0x4c, 0xe6, 0xa8, 0x56, 0xab, 0x4d, 0x1b,
0x8d, 0xc6, 0xb4, 0xd5, 0x6a, 0xdd, 0x76, 0xbb, 0xdd, 0xd9, 0x70, 0x38, 0x7c, 0x18, 0x8d, 0x46,
0xf3, 0xf1, 0x78, 0x3c, 0x9f, 0x4c, 0x26, 0x8f, 0xc4, 0x26, 0xbe, 0x7e, 0xbf, 0x3f, 0x6b, 0xb7,
0xdb, 0x77, 0xcd, 0x66, 0x73, 0x5a, 0x2a, 0x95, 0xae, 0x64, 0x81, 0x70, 0x9c, 0xe4, 0xf3, 0x79,
0x28, 0x16, 0x8b, 0x10, 0x89, 0x44, 0x20, 0x10, 0x08, 0x80, 0xcf, 0xe7, 0x93, 0xec, 0x42, 0xa1,
0x00, 0x89, 0x44, 0x02, 0x58, 0x96, 0x05, 0xaf, 0xd7, 0x2b, 0xbd, 0x8b, 0xc7, 0xe3, 0x90, 0xcb,
0xe5, 0xc0, 0xe5, 0x72, 0x3d, 0xcb, 0x05, 0x9d, 0xa7, 0x52, 0x29, 0x30, 0x9b, 0xcd, 0x53, 0xb4,
0x77, 0x51, 0x2c, 0x6a, 0xcb, 0x6e, 0xb7, 0x0b, 0xe9, 0x74, 0x1a, 0x82, 0xc1, 0x20, 0xf9, 0xe8,
0x10, 0xb5, 0x8d, 0xda, 0x41, 0x9d, 0x86, 0x42, 0x21, 0x70, 0x38, 0x1c, 0xaf, 0xb2, 0x40, 0x3a,
0x9d, 0xee, 0x12, 0xa3, 0x15, 0x71, 0x81, 0xcd, 0x45, 0xbf, 0xd5, 0x6a, 0x15, 0x62, 0xb1, 0x18,
0xf8, 0xfd, 0x7e, 0x02, 0xda, 0x5b, 0x08, 0x6c, 0x03, 0xc7, 0x0b, 0x06, 0xf2, 0x26, 0x0b, 0x64,
0x30, 0x18, 0x6e, 0x70, 0x37, 0xd7, 0xcb, 0x7e, 0x02, 0x0a, 0x87, 0xc3, 0x52, 0xca, 0x16, 0x41,
0x5f, 0x30, 0x1e, 0x03, 0xfc, 0xc0, 0xa7, 0x56, 0x4e, 0xea, 0x68, 0x14, 0xb5, 0xec, 0xb7, 0x58,
0x2c, 0x02, 0x39, 0x1b, 0x8f, 0xc7, 0xf3, 0x13, 0x68, 0x1d, 0xc5, 0x28, 0x52, 0xde, 0x64, 0x47,
0x1c, 0xc7, 0x01, 0xc3, 0x30, 0xdf, 0x40, 0x8a, 0xde, 0x23, 0x4c, 0xa9, 0x80, 0x00, 0xc0, 0xa7,
0xba, 0x20, 0x3c, 0x70, 0x01, 0xcf, 0x01, 0x8c, 0x46, 0xa3, 0xba, 0x20, 0x2c, 0x10, 0x11, 0x61,
0x40, 0x51, 0x94, 0xba, 0x20, 0x2c, 0x06, 0x11, 0xcf, 0x09, 0xb0, 0x8c, 0xd5, 0x05, 0xd1, 0x34,
0x2d, 0x92, 0x42, 0x70, 0xbb, 0xdd, 0xea, 0x81, 0x70, 0xac, 0x39, 0x9d, 0xce, 0x77, 0xd2, 0x86,
0x48, 0x17, 0xc0, 0xf9, 0x81, 0x5a, 0x20, 0x8e, 0x5c, 0xd4, 0x6c, 0x36, 0x2b, 0xf5, 0x3a, 0x9c,
0x1f, 0x2b, 0x09, 0xd2, 0x62, 0xba, 0xac, 0xb8, 0xe8, 0xbe, 0x5e, 0xaf, 0xbf, 0x20, 0xfd, 0xaf,
0x52, 0xa9, 0x40, 0xb5, 0x5a, 0x05, 0x9b, 0xcd, 0x76, 0x8f, 0xfe, 0xaa, 0xc9, 0x64, 0x62, 0x14,
0xd9, 0x51, 0x34, 0x1a, 0x3d, 0x2b, 0x97, 0xcb, 0xd0, 0xe9, 0x74, 0xa0, 0xd7, 0xeb, 0x01, 0xcf,
0xf3, 0x30, 0x18, 0x0c, 0x24, 0xbb, 0x5e, 0xaf, 0x43, 0x32, 0x99, 0x7c, 0x5a, 0xfd, 0x61, 0x57,
0xa0, 0x5f, 0xeb, 0x13, 0xd7, 0x31, 0xfe, 0x47, 0x26, 0xf6, 0xab, 0x21, 0x00, 0x00, 0x00, 0x00,
0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82,
};
const BITMAP_OPAQUE add_text_xpm[1] = {{ png, sizeof( png ), "add_text_xpm" }};
//EOF
/* Do not modify this file, it was automatically generated by the
* PNG2cpp CMake script, using a *.png file as input.
*/
#include "bitmaps.h"
static const char png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c,
0xce, 0x00, 0x00, 0x00, 0x09, 0x76, 0x70, 0x41, 0x67, 0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00,
0x1a, 0x00, 0x07, 0xb2, 0x66, 0x2f, 0x00, 0x00, 0x03, 0x59, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7,
0xad, 0x96, 0x4b, 0x6f, 0x1b, 0x55, 0x14, 0xc7, 0x7f, 0x67, 0xee, 0x1d, 0x8f, 0x27, 0x89, 0x5d,
0xe7, 0xa5, 0x02, 0x29, 0x38, 0xad, 0xa2, 0x08, 0xd4, 0x42, 0x16, 0x65, 0x15, 0xa4, 0x4a, 0x14,
0xb1, 0x28, 0x84, 0x4a, 0xb0, 0x83, 0x1d, 0x59, 0x15, 0xd8, 0xd3, 0x55, 0x3f, 0x02, 0xac, 0x78,
0x6c, 0x0b, 0xea, 0x07, 0x00, 0x75, 0xd5, 0x76, 0xc3, 0x06, 0xe8, 0x06, 0x91, 0x36, 0x58, 0x22,
0xb4, 0x55, 0x68, 0x52, 0x42, 0x9c, 0x87, 0x5d, 0x9b, 0x3a, 0x1e, 0x27, 0x33, 0xf7, 0x76, 0x91,
0x38, 0x76, 0x3c, 0xb6, 0x63, 0x20, 0x47, 0x3a, 0x8b, 0xb9, 0xba, 0xf7, 0xfc, 0xcf, 0xf9, 0x9f,
0xd7, 0x08, 0x40, 0x10, 0x04, 0x17, 0x81, 0x2b, 0x02, 0x53, 0x88, 0xb8, 0x34, 0x89, 0x00, 0x88,
0x70, 0xe0, 0xac, 0xe5, 0xbb, 0x83, 0x44, 0x40, 0x0e, 0xf8, 0xcc, 0x75, 0xdd, 0x6f, 0xa5, 0x5a,
0xad, 0xce, 0x00, 0xd7, 0xa5, 0x61, 0x85, 0x43, 0x81, 0xfe, 0x3d, 0xf8, 0x25, 0xd9, 0xda, 0xda,
0xfa, 0x11, 0x98, 0x96, 0x83, 0xaf, 0x1a, 0x06, 0x5b, 0x8c, 0x76, 0x74, 0xa8, 0x0d, 0x50, 0xd3,
0xd9, 0x23, 0xa9, 0x3c, 0x79, 0xf2, 0x0f, 0x22, 0x03, 0x5d, 0x81, 0xfe, 0x03, 0x78, 0x6b, 0xd4,
0xda, 0x5a, 0xeb, 0xc6, 0x5c, 0xb1, 0x36, 0xe6, 0xf1, 0xff, 0xbd, 0xa3, 0xad, 0xb5, 0x1c, 0x99,
0x74, 0x01, 0xdf, 0x05, 0x3a, 0xaa, 0x08, 0xba, 0x48, 0xe7, 0x88, 0x8e, 0x98, 0xbe, 0xfd, 0x88,
0x0c, 0x10, 0x45, 0x11, 0x75, 0xe0, 0x76, 0x25, 0x5c, 0xaf, 0x24, 0xc7, 0x71, 0xf6, 0xb5, 0x57,
0x70, 0x6d, 0xad, 0xe5, 0xea, 0xdd, 0xab, 0x7c, 0xf1, 0xcb, 0x97, 0x18, 0x63, 0x30, 0xc6, 0x74,
0x75, 0x70, 0xf6, 0xc5, 0x59, 0x3e, 0x78, 0xe9, 0x7d, 0xd2, 0xe9, 0x34, 0x9e, 0xe7, 0xa1, 0x94,
0xa2, 0x97, 0x2c, 0x6b, 0x63, 0x0c, 0x1b, 0x95, 0x0d, 0x1e, 0x3c, 0x7e, 0xd0, 0x13, 0xd7, 0xd7,
0xe6, 0xaf, 0x31, 0x65, 0x5e, 0x61, 0x72, 0x72, 0x92, 0xd1, 0xd1, 0x51, 0x1c, 0x91, 0xb6, 0x0d,
0x6d, 0x5b, 0xa2, 0xd4, 0xc6, 0x18, 0xa2, 0x28, 0xea, 0x39, 0xa9, 0xf7, 0x83, 0xfb, 0xdc, 0xfe,
0xed, 0x36, 0x03, 0x03, 0x03, 0xa4, 0x52, 0x29, 0x5c, 0xad, 0x91, 0x56, 0x0a, 0xdb, 0xd0, 0xa7,
0x01, 0x3e, 0x99, 0xfa, 0x98, 0x0b, 0xe9, 0x0b, 0xcc, 0xcd, 0xcd, 0xb1, 0xb2, 0xb2, 0xc2, 0x4e,
0x18, 0x1e, 0x68, 0x56, 0x6b, 0x2d, 0x37, 0x12, 0x37, 0xc9, 0x25, 0x72, 0x58, 0xb1, 0xfc, 0x54,
0xf8, 0x99, 0xd3, 0x7f, 0x9f, 0x66, 0x6c, 0x6c, 0x0c, 0x3f, 0x99, 0x44, 0x6b, 0x7d, 0x68, 0x51,
0x68, 0xac, 0x45, 0x29, 0xc5, 0xe8, 0xc8, 0x08, 0x2f, 0x9f, 0x39, 0x43, 0x36, 0x9b, 0xc5, 0xb6,
0xe4, 0xc9, 0x02, 0x89, 0x8d, 0x04, 0xb9, 0x47, 0x39, 0x00, 0x16, 0xf4, 0x02, 0xf9, 0x7c, 0x9e,
0x72, 0xb9, 0xcc, 0x60, 0x26, 0x83, 0x52, 0xea, 0xd0, 0xa2, 0xd0, 0x00, 0x4a, 0x29, 0x8e, 0x65,
0x32, 0xf8, 0xbe, 0x4f, 0x18, 0x86, 0xf1, 0x37, 0xc0, 0xa9, 0xea, 0x49, 0xbe, 0x5a, 0xfd, 0x9a,
0x72, 0x58, 0x66, 0xcd, 0x5b, 0x63, 0x69, 0x73, 0x89, 0xc2, 0xe6, 0x26, 0xcf, 0x1c, 0x3f, 0x8e,
0xeb, 0xba, 0x71, 0xfa, 0x62, 0x55, 0x67, 0x0c, 0x22, 0x82, 0x56, 0x0a, 0xe5, 0xfb, 0x6d, 0x07,
0xa4, 0xb5, 0x96, 0x3e, 0xdf, 0xe7, 0xfc, 0xb3, 0xaf, 0xf3, 0xdd, 0xf2, 0xf7, 0x58, 0xb1, 0xcc,
0xd5, 0xee, 0xf0, 0xea, 0xfa, 0x59, 0x2a, 0x95, 0x0a, 0xc9, 0x26, 0xfa, 0x62, 0x85, 0xb0, 0x27,
0x8e, 0xb5, 0xb6, 0xd1, 0x3b, 0x22, 0x6d, 0xd5, 0x71, 0x1c, 0x94, 0x52, 0xbc, 0x73, 0x6a, 0x66,
0xff, 0xe1, 0x3d, 0xf7, 0x1e, 0x6b, 0xeb, 0xeb, 0x94, 0x4a, 0xa5, 0xfd, 0xfe, 0x8b, 0xa9, 0x31,
0xd4, 0xfb, 0xd4, 0xe9, 0x76, 0xa1, 0x59, 0x1d, 0xc7, 0xe1, 0xdc, 0x0b, 0xe7, 0xc8, 0xe8, 0x63,
0x00, 0xac, 0x7a, 0xab, 0x2c, 0x17, 0x96, 0x29, 0x16, 0x8b, 0x04, 0x41, 0xd0, 0x19, 0xac, 0xfe,
0xbe, 0x93, 0xe1, 0x56, 0xc5, 0x5a, 0x92, 0x5e, 0x92, 0xf3, 0xcf, 0xbd, 0xb1, 0x97, 0x37, 0xcb,
0xaf, 0xc1, 0x1c, 0xf9, 0x7c, 0x9e, 0xc7, 0xa5, 0x12, 0x41, 0x10, 0x50, 0x0b, 0x02, 0x6a, 0xb5,
0x5a, 0x43, 0xb7, 0xb7, 0x09, 0xc3, 0x10, 0x63, 0x0c, 0xb2, 0xb2, 0xbc, 0x1c, 0x00, 0x5e, 0x2f,
0xfb, 0x25, 0x32, 0x86, 0x9b, 0x7f, 0xdc, 0xe2, 0xc3, 0x1f, 0x66, 0xf7, 0x78, 0x77, 0x70, 0xc5,
0x45, 0x29, 0xb5, 0x4b, 0x33, 0x72, 0x60, 0x89, 0xdd, 0x7a, 0xf3, 0x06, 0x43, 0x99, 0x21, 0x06,
0x52, 0xa9, 0xf8, 0x50, 0x6d, 0x97, 0xcc, 0xfa, 0x99, 0x88, 0xf0, 0xda, 0x89, 0x69, 0x06, 0xdd,
0x41, 0x8a, 0x3b, 0x45, 0x8c, 0x18, 0x6a, 0xd4, 0x76, 0xff, 0x0e, 0xda, 0xc8, 0xfc, 0x9d, 0x79,
0x26, 0x26, 0x26, 0xc8, 0x66, 0xb3, 0x4d, 0x39, 0xea, 0x91, 0x3e, 0x2f, 0xe1, 0xf1, 0xf6, 0x89,
0xb7, 0x48, 0x39, 0x29, 0x7c, 0xe3, 0xe3, 0x85, 0x1e, 0xc9, 0x28, 0x19, 0xd3, 0xfe, 0xb0, 0x9f,
0x3f, 0x1f, 0x3e, 0xa4, 0x58, 0x28, 0xb0, 0xb3, 0xbd, 0x8d, 0xb6, 0xd6, 0xee, 0x00, 0x5e, 0xaf,
0x6b, 0x40, 0x44, 0xb8, 0x7c, 0xf6, 0x53, 0xde, 0x4b, 0xbf, 0xcb, 0xef, 0x0b, 0x0b, 0x14, 0x0a,
0x05, 0xda, 0xad, 0x1a, 0xad, 0x35, 0x43, 0x23, 0x83, 0xf8, 0x7d, 0x7d, 0x88, 0xe3, 0xa0, 0xad,
0xb5, 0x77, 0x81, 0xe9, 0x5e, 0xf7, 0x8b, 0x00, 0xfd, 0xfd, 0xfd, 0x9c, 0x1c, 0x1f, 0x27, 0x9d,
0x4a, 0x51, 0xad, 0x56, 0x31, 0xcd, 0xab, 0xa5, 0x7e, 0x4f, 0x29, 0xfa, 0x7c, 0x9f, 0xe1, 0xe1,
0x61, 0xbc, 0x44, 0xe2, 0x2f, 0x59, 0x5a, 0x5c, 0x9c, 0x01, 0xae, 0x77, 0xb6, 0x2c, 0x48, 0x9b,
0x49, 0x61, 0xa2, 0x88, 0x30, 0x0c, 0x1b, 0x03, 0xb9, 0xf5, 0xde, 0x5e, 0xff, 0xb9, 0xae, 0x8b,
0x72, 0x9c, 0x8f, 0x04, 0x60, 0x69, 0x71, 0xf1, 0x22, 0x70, 0x05, 0x98, 0x02, 0xdc, 0x43, 0x47,
0x78, 0x7d, 0x02, 0x34, 0x53, 0x16, 0x07, 0xda, 0xfd, 0x81, 0xb4, 0xf6, 0xf3, 0xe7, 0xc7, 0xc7,
0xbf, 0x79, 0x0a, 0x19, 0x75, 0xf3, 0x33, 0xbe, 0x39, 0x3f, 0x11, 0x00, 0x00, 0x00, 0x00, 0x49,
0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82,
};
const BITMAP_OPAQUE add_tracks_xpm[1] = {{ png, sizeof( png ), "add_tracks_xpm" }};
//EOF
/* Do not modify this file, it was automatically generated by the
* PNG2cpp CMake script, using a *.png file as input.
*/
#include "bitmaps.h"
static const char png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c,
0xce, 0x00, 0x00, 0x01, 0x9e, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0xed, 0xd5, 0x3f, 0x6b, 0x53,
0x51, 0x18, 0xc7, 0xf1, 0xcf, 0xbd, 0x49, 0x6f, 0x68, 0xb5, 0x21, 0x6d, 0x2c, 0x34, 0x82, 0xba,
0x89, 0x93, 0x82, 0x4b, 0x8b, 0x82, 0xe0, 0x9f, 0x38, 0xab, 0x20, 0x4e, 0x2e, 0x16, 0x69, 0x75,
0xaa, 0x22, 0x0d, 0x49, 0xae, 0xb5, 0x83, 0x22, 0xbe, 0x04, 0x5f, 0x80, 0x83, 0xaf, 0x41, 0x7d,
0x11, 0x6e, 0x22, 0xe2, 0x24, 0x4e, 0x22, 0x6a, 0xd5, 0x4e, 0xf6, 0x3a, 0xe4, 0x18, 0x62, 0x2c,
0xf5, 0xde, 0x28, 0x0e, 0xd2, 0xe1, 0x3b, 0x9d, 0x03, 0x5f, 0x9e, 0xdf, 0x79, 0x9e, 0xe7, 0xc8,
0xb2, 0xcc, 0xbf, 0xc0, 0x8e, 0x68, 0x47, 0xf4, 0x9f, 0x8b, 0x10, 0x21, 0xc6, 0x18, 0x92, 0x1c,
0x94, 0x11, 0x17, 0x17, 0xa5, 0x16, 0xa5, 0x5e, 0xea, 0x7a, 0xa5, 0xe3, 0xf5, 0xb6, 0x2c, 0x6a,
0x61, 0x16, 0x13, 0x45, 0x64, 0xbd, 0x6a, 0xda, 0x52, 0xb7, 0x65, 0xb9, 0x58, 0xf6, 0x02, 0x4d,
0xec, 0x43, 0x52, 0x44, 0x14, 0x6b, 0x59, 0xcd, 0x2d, 0x4a, 0x6d, 0x9a, 0xb5, 0x86, 0x39, 0x54,
0x11, 0xe5, 0xaf, 0x88, 0x5d, 0x38, 0x82, 0x05, 0xdc, 0xc1, 0xdd, 0x21, 0xee, 0xb9, 0xec, 0x79,
0x5f, 0x76, 0xd6, 0x33, 0x9c, 0xc7, 0x5e, 0x94, 0x8b, 0x88, 0x92, 0x90, 0xfb, 0x51, 0x9c, 0xc4,
0xe9, 0x21, 0xce, 0x68, 0x0e, 0x54, 0xbd, 0xe4, 0x2d, 0xae, 0xe1, 0x10, 0x2a, 0x45, 0xba, 0x2e,
0x0e, 0xb2, 0x49, 0x4c, 0x61, 0x7a, 0x88, 0xba, 0x29, 0x07, 0x74, 0x7c, 0xe8, 0xc7, 0x37, 0xe3,
0x01, 0x8e, 0xe7, 0x8d, 0x6f, 0xb0, 0xb4, 0x1f, 0x2d, 0xbe, 0x15, 0x25, 0x8c, 0xbb, 0xe1, 0x71,
0xbf, 0xaa, 0xa6, 0xa7, 0x21, 0xbe, 0x46, 0x9e, 0xf8, 0x14, 0xe8, 0x9a, 0xb2, 0x05, 0x17, 0x07,
0xe2, 0x7b, 0x83, 0xa5, 0xbc, 0xf1, 0x15, 0x11, 0x45, 0x6a, 0x6a, 0x3a, 0xde, 0x07, 0xd9, 0xa6,
0x19, 0xf7, 0x71, 0x2c, 0xc4, 0x17, 0xff, 0xb5, 0x15, 0x84, 0x8a, 0x9b, 0x1e, 0x0d, 0x74, 0xdf,
0x13, 0x5c, 0xc0, 0xfe, 0x30, 0xc0, 0x95, 0x21, 0x92, 0x10, 0x7b, 0x54, 0x54, 0x54, 0x72, 0xc5,
0xb9, 0xbe, 0xa8, 0xeb, 0x9b, 0x8e, 0x0d, 0x5d, 0x9f, 0xa5, 0xd6, 0xa5, 0x3e, 0xfd, 0xc4, 0xa4,
0x83, 0xa8, 0x23, 0x29, 0x2a, 0x8a, 0x4c, 0xab, 0xea, 0x78, 0x97, 0x6b, 0xb8, 0xb9, 0x14, 0xe6,
0xb3, 0x5a, 0x7c, 0x0b, 0x93, 0x58, 0xf6, 0x50, 0xdb, 0x47, 0x2d, 0x5f, 0xac, 0xd8, 0xb0, 0xe2,
0xeb, 0x2f, 0xdc, 0xb2, 0x8e, 0x36, 0x4e, 0xa1, 0x3e, 0x8a, 0xa8, 0x84, 0x3d, 0x38, 0x81, 0xeb,
0x58, 0xc5, 0xda, 0x16, 0xa4, 0xb8, 0x1a, 0x56, 0x55, 0x6d, 0x14, 0x51, 0x14, 0x1e, 0xba, 0x81,
0xc3, 0x98, 0x0f, 0x9d, 0x37, 0xcc, 0x7c, 0x38, 0x6f, 0xa0, 0x32, 0xda, 0x27, 0xd6, 0x93, 0x8d,
0x61, 0x1c, 0xbb, 0xb7, 0x61, 0x22, 0xdc, 0x8b, 0xfe, 0xec, 0xd7, 0xec, 0x09, 0x7f, 0x4b, 0x96,
0x65, 0xbe, 0x03, 0x93, 0x9d, 0x7c, 0xd2, 0x5e, 0x47, 0x34, 0x04, 0x00, 0x00, 0x00, 0x00, 0x49,
0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82,
};
const BITMAP_OPAQUE add_tracks_xpm[1] = {{ png, sizeof( png ), "add_tracks_xpm" }};
//EOF
This diff is collapsed.
This diff is collapsed.
/* Do not modify this file, it was automatically generated by the
* PNG2cpp CMake script, using a *.png file as input.
*/
#include "bitmaps.h"
static const char png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c,
0xce, 0x00, 0x00, 0x00, 0x09, 0x76, 0x70, 0x41, 0x67, 0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00,
0x1a, 0x00, 0x07, 0xb2, 0x66, 0x2f, 0x00, 0x00, 0x03, 0xe5, 0x49, 0x44, 0x41, 0x54, 0x48, 0x4b,
0xa5, 0x96, 0x4b, 0x48, 0x54, 0x51, 0x18, 0xc7, 0x8f, 0x2f, 0x14, 0x45, 0x44, 0x17, 0xea, 0x46,
0x71, 0xa1, 0x81, 0x96, 0xb5, 0x92, 0x04, 0xa5, 0x74, 0x6b, 0xd1, 0xce, 0x85, 0x8b, 0x6c, 0x21,
0x31, 0x20, 0x69, 0xd4, 0xca, 0x2c, 0x0d, 0x2d, 0x0d, 0x7b, 0xa8, 0x95, 0x2e, 0x22, 0x88, 0xe8,
0xe9, 0x36, 0x89, 0xda, 0x08, 0x21, 0x92, 0x48, 0xda, 0x8b, 0x90, 0x10, 0x0d, 0x75, 0xc6, 0x99,
0x51, 0xe7, 0xa5, 0xce, 0x8c, 0x9e, 0x19, 0x83, 0xaf, 0xef, 0x3b, 0xcd, 0x39, 0xdd, 0x39, 0xf7,
0x4e, 0x04, 0x0d, 0xfc, 0xf0, 0x71, 0xaf, 0xe7, 0x77, 0xfe, 0xff, 0x73, 0xee, 0xb9, 0x32, 0x86,
0x1f, 0xce, 0xf9, 0x29, 0x64, 0x36, 0xc2, 0x79, 0x34, 0x12, 0x89, 0x80, 0x91, 0x28, 0x11, 0x8d,
0xc6, 0xb1, 0xbf, 0xbf, 0xff, 0x2f, 0xfc, 0x44, 0xbe, 0x22, 0xcd, 0xe4, 0x60, 0x7b, 0x7b, 0x7b,
0x27, 0x11, 0xe0, 0x12, 0xce, 0xe3, 0x88, 0x10, 0xff, 0x2f, 0xb7, 0xb1, 0xdd, 0xdd, 0xdd, 0xf7,
0x08, 0xec, 0x19, 0x41, 0xa1, 0x95, 0x3c, 0x10, 0x08, 0xc0, 0x8b, 0xe7, 0xcf, 0xe1, 0xe9, 0x93,
0x27, 0x30, 0x31, 0x31, 0x11, 0x2f, 0xd7, 0xc4, 0x9a, 0xdc, 0xc1, 0xc2, 0xa1, 0x50, 0x30, 0x1c,
0x0e, 0xc3, 0xae, 0x11, 0x94, 0xe9, 0xf2, 0x60, 0x30, 0x08, 0x15, 0x15, 0x15, 0x80, 0x25, 0x40,
0x5a, 0x5a, 0x9a, 0xf8, 0xda, 0xdb, 0xdb, 0xfb, 0x27, 0xb5, 0x96, 0x5c, 0x4f, 0xcd, 0x42, 0xc1,
0x20, 0x0f, 0x85, 0x42, 0x10, 0xd6, 0xd1, 0xe4, 0x53, 0x53, 0x53, 0x62, 0xf0, 0x8e, 0x8e, 0x0e,
0xf0, 0x79, 0xbd, 0x50, 0x52, 0x52, 0x02, 0xe5, 0xe5, 0xe5, 0x96, 0xc9, 0xad, 0xe4, 0x2c, 0xb8,
0xb3, 0xc3, 0x69, 0xb6, 0x21, 0x1d, 0x4d, 0x3c, 0x37, 0x37, 0x07, 0xe9, 0xe9, 0xe9, 0x50, 0x59,
0x59, 0x09, 0x5d, 0x5d, 0x5d, 0xe2, 0xfb, 0x9a, 0x9a, 0x1a, 0x53, 0xf2, 0x44, 0xb5, 0xb3, 0x9d,
0xed, 0x6d, 0x8e, 0x00, 0x0a, 0xe3, 0xd1, 0xc5, 0xc8, 0xe8, 0xe8, 0xa8, 0xaa, 0x8d, 0x12, 0x2d,
0x2d, 0x2d, 0x99, 0x92, 0x9b, 0x6a, 0x8f, 0x89, 0xd9, 0xf6, 0xd6, 0x16, 0x47, 0x80, 0x64, 0x3a,
0x56, 0xf2, 0xb2, 0xb2, 0x32, 0x21, 0xea, 0xe9, 0xe9, 0xb1, 0x4c, 0x4e, 0x62, 0x2b, 0x39, 0xdb,
0x0a, 0x04, 0xf8, 0x36, 0xee, 0x26, 0x92, 0x11, 0x63, 0x63, 0x63, 0x50, 0x54, 0x54, 0x94, 0x90,
0xd4, 0xd4, 0x54, 0x21, 0xca, 0xc9, 0xc9, 0x81, 0x62, 0xfc, 0xb9, 0xb8, 0xb8, 0xd8, 0x44, 0x69,
0x69, 0xa9, 0x49, 0xce, 0x02, 0x7e, 0x3f, 0xdf, 0xf2, 0xfb, 0x41, 0x80, 0xc2, 0xcf, 0x9f, 0x3e,
0xc1, 0xe0, 0xe0, 0x20, 0x0c, 0x19, 0xb8, 0x75, 0xf3, 0x26, 0xf4, 0xf7, 0xf7, 0xc3, 0x35, 0xdc,
0x65, 0x59, 0x59, 0x59, 0x42, 0x54, 0x5b, 0x5b, 0x0b, 0x7d, 0xd7, 0xaf, 0xc3, 0xc0, 0xc0, 0x00,
0xdc, 0xb9, 0x7d, 0x1b, 0x86, 0x87, 0x86, 0xe0, 0xee, 0xf0, 0xb0, 0x60, 0x64, 0x64, 0xc4, 0xb4,
0xde, 0xcc, 0xef, 0xf3, 0xf1, 0x80, 0xcf, 0x07, 0x02, 0x94, 0x49, 0x8c, 0x72, 0x09, 0x25, 0xcf,
0xcd, 0xcd, 0x15, 0xa2, 0xf6, 0xb6, 0x36, 0xd1, 0xc0, 0x8e, 0x45, 0xed, 0xa6, 0xca, 0x11, 0x86,
0x5b, 0x95, 0xfb, 0x71, 0xbb, 0x2a, 0x50, 0x48, 0x24, 0x92, 0x67, 0x67, 0x67, 0x0b, 0x51, 0x6b,
0x6b, 0xab, 0x92, 0xcb, 0xda, 0x25, 0x56, 0x72, 0xe6, 0xf5, 0x78, 0xb8, 0xcf, 0xe3, 0x01, 0x05,
0xca, 0x88, 0x44, 0xf2, 0x8c, 0x8c, 0x0c, 0x21, 0xb2, 0xd9, 0x6c, 0x7f, 0x4d, 0xae, 0xcb, 0x99,
0x77, 0x73, 0x93, 0x23, 0x40, 0xcc, 0x7f, 0xfb, 0x06, 0x5e, 0xa3, 0xd4, 0x42, 0x2e, 0x37, 0x43,
0x4b, 0x4b, 0xcb, 0x5f, 0x93, 0x13, 0x0b, 0x0b, 0x0b, 0x4a, 0xce, 0x3c, 0x1b, 0x1b, 0x1c, 0x01,
0xa7, 0xc3, 0x01, 0xf9, 0xf9, 0xf9, 0xf0, 0xf6, 0xcd, 0x1b, 0x21, 0x8d, 0x23, 0x26, 0xa4, 0xfb,
0x48, 0x42, 0x9c, 0x69, 0x6e, 0xb6, 0x4c, 0x4d, 0xd0, 0xbd, 0x9d, 0x97, 0x2e, 0x41, 0x53, 0x53,
0x93, 0x92, 0xb3, 0x4d, 0xb7, 0x9b, 0x6f, 0xae, 0xaf, 0x83, 0x63, 0x75, 0x55, 0x0c, 0x90, 0x92,
0x92, 0x02, 0x6d, 0xe7, 0xce, 0x09, 0x31, 0x0d, 0x2c, 0x21, 0xa1, 0x7d, 0x65, 0x45, 0x89, 0x1a,
0x1b, 0x1b, 0x2d, 0x93, 0x7f, 0x98, 0x99, 0x81, 0xaa, 0xaa, 0x2a, 0x75, 0x8f, 0x94, 0xb3, 0x0d,
0x97, 0x8b, 0x6f, 0xb8, 0xdd, 0xe0, 0x76, 0x3a, 0xa1, 0xa0, 0xa0, 0x40, 0x0d, 0x74, 0x00, 0x1f,
0xcc, 0xf1, 0x57, 0xaf, 0x80, 0x26, 0x41, 0x90, 0xec, 0xfb, 0xfc, 0xbc, 0xba, 0x7e, 0xa2, 0xa1,
0x21, 0x2e, 0x35, 0xdd, 0xd3, 0xd9, 0xd9, 0xa9, 0xd6, 0x90, 0x38, 0xdf, 0xde, 0xae, 0x2a, 0x67,
0xeb, 0x4e, 0x27, 0x5f, 0x77, 0xb9, 0x80, 0xa0, 0x67, 0x41, 0xde, 0x44, 0xdc, 0xbf, 0x77, 0x0f,
0x68, 0x12, 0x04, 0x0d, 0xf4, 0x71, 0x76, 0x56, 0x5d, 0xab, 0xaf, 0xaf, 0x8f, 0x4b, 0x4c, 0x54,
0x57, 0x57, 0xab, 0xeb, 0xf4, 0x40, 0x2f, 0xe2, 0x1a, 0xc9, 0xda, 0x99, 0x7b, 0x6d, 0x8d, 0x23,
0x22, 0x11, 0xd5, 0x75, 0xfc, 0xd8, 0x31, 0x51, 0x1f, 0xdd, 0xdc, 0x8d, 0x87, 0xa7, 0x9c, 0x04,
0x26, 0x87, 0xa9, 0xc9, 0x49, 0x35, 0x50, 0xf5, 0xd1, 0xa3, 0x2a, 0x2d, 0xb1, 0x86, 0x7f, 0x4b,
0xa7, 0x39, 0x5d, 0xcb, 0xcb, 0xcb, 0x83, 0x1b, 0x7d, 0x7d, 0xbf, 0x27, 0x10, 0x4b, 0xcc, 0x5c,
0x0e, 0x07, 0x47, 0xc0, 0x85, 0x32, 0xc9, 0xeb, 0xf1, 0x71, 0x28, 0x2c, 0x2c, 0x84, 0xe4, 0xe4,
0x64, 0x68, 0x3e, 0x7d, 0x1a, 0x26, 0xdf, 0xbd, 0x03, 0x4c, 0x0e, 0x57, 0xbb, 0xbb, 0x95, 0x28,
0x33, 0x33, 0x13, 0xbe, 0xe0, 0x29, 0x42, 0xeb, 0xf6, 0x0c, 0x5f, 0x84, 0x87, 0x0e, 0x1e, 0x14,
0xbf, 0x6f, 0xc0, 0x4a, 0x49, 0x6a, 0x9c, 0x84, 0xd8, 0x44, 0x4e, 0xbb, 0x9d, 0x23, 0x22, 0x0d,
0x21, 0xa4, 0xc8, 0x67, 0x7c, 0x2d, 0x1c, 0x39, 0x7c, 0x58, 0x0d, 0x9c, 0x16, 0xdb, 0xd6, 0x3a,
0xf2, 0x34, 0x27, 0x2e, 0x5e, 0xb8, 0x20, 0x26, 0x24, 0xeb, 0x36, 0xd6, 0xce, 0xd6, 0x56, 0x57,
0x39, 0x02, 0x02, 0x12, 0x1a, 0xf8, 0xb1, 0xb8, 0x08, 0x57, 0x2e, 0x5f, 0x16, 0x87, 0xa7, 0x2e,
0x90, 0x24, 0x25, 0x25, 0x41, 0x5d, 0x5d, 0x1d, 0x8c, 0xbd, 0x7c, 0x29, 0x24, 0x82, 0x58, 0xdd,
0xb2, 0x72, 0x82, 0x39, 0x56, 0x56, 0x82, 0x08, 0x08, 0xa4, 0xd0, 0x08, 0x0a, 0xe9, 0xda, 0xe3,
0x47, 0x8f, 0xa0, 0x1e, 0x07, 0xa4, 0x3a, 0x49, 0x40, 0x67, 0x9e, 0xed, 0xec, 0x59, 0x98, 0xc6,
0x37, 0xaf, 0xac, 0x5c, 0xac, 0x75, 0x6c, 0xbd, 0x25, 0x52, 0xce, 0xec, 0xcb, 0xcb, 0xef, 0x11,
0x90, 0x28, 0x69, 0x02, 0xf9, 0xcc, 0xf4, 0x34, 0x3c, 0x7c, 0xf0, 0x00, 0x96, 0xf1, 0xa5, 0xa7,
0xd2, 0x6b, 0xb5, 0x1b, 0xd7, 0x3c, 0x26, 0x77, 0x90, 0xe8, 0xa4, 0x51, 0x64, 0x42, 0x17, 0x5b,
0xc8, 0xad, 0x6a, 0xd7, 0xe4, 0x36, 0x46, 0x1f, 0x1c, 0xf0, 0x14, 0x32, 0x8b, 0x44, 0x4d, 0x22,
0x2b, 0x74, 0xb1, 0x95, 0xdc, 0x6e, 0xff, 0x89, 0x7c, 0x45, 0xa9, 0xf8, 0x07, 0xf2, 0x17, 0xa0,
0x61, 0x76, 0xbb, 0xc2, 0xd8, 0xa6, 0xb7, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae,
0x42, 0x60, 0x82,
};
const BITMAP_OPAQUE anchor_xpm[1] = {{ png, sizeof( png ), "anchor_xpm" }};
//EOF
/* Do not modify this file, it was automatically generated by the
* PNG2cpp CMake script, using a *.png file as input.
*/
#include "bitmaps.h"
static const char png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c,
0xce, 0x00, 0x00, 0x01, 0x98, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0xd5, 0x96, 0x4d, 0x28, 0x44,
0x51, 0x18, 0x86, 0x2f, 0xc9, 0xef, 0xce, 0x42, 0x98, 0x05, 0x45, 0x29, 0xd6, 0xca, 0x86, 0x9d,
0x1d, 0x1b, 0xa5, 0x66, 0xa5, 0x44, 0x51, 0x48, 0x1a, 0x53, 0x24, 0x1b, 0x36, 0x24, 0xca, 0x42,
0xb2, 0x53, 0x63, 0x6d, 0x4b, 0x56, 0xba, 0x0b, 0x1b, 0x0b, 0x12, 0x62, 0x23, 0x0b, 0xb1, 0x40,
0x12, 0x49, 0xe3, 0xe7, 0x7a, 0xbf, 0x7a, 0xa7, 0x4e, 0xc7, 0xb9, 0x77, 0x2e, 0xd7, 0x11, 0x5f,
0x3d, 0xcd, 0xcc, 0xf9, 0xce, 0xfd, 0x9e, 0x7b, 0xcf, 0xdf, 0x1d, 0xc7, 0xf3, 0x3c, 0xe7, 0x37,
0x70, 0xfe, 0xa4, 0x08, 0x51, 0x04, 0x3a, 0x41, 0x1c, 0xb4, 0x58, 0x11, 0x21, 0xf2, 0xc0, 0x21,
0x90, 0x1f, 0x69, 0x7e, 0x8e, 0xdb, 0x10, 0x35, 0xb2, 0xf8, 0x34, 0x28, 0x06, 0x67, 0xe0, 0xc8,
0x86, 0xa8, 0x01, 0x3c, 0x83, 0x7d, 0x30, 0xc9, 0xef, 0xae, 0xad, 0x39, 0xea, 0x51, 0x86, 0x4d,
0x9e, 0xa8, 0xd2, 0xda, 0xaa, 0x43, 0x9c, 0x50, 0x34, 0x16, 0x69, 0x31, 0x20, 0xda, 0xc1, 0x79,
0x00, 0x2f, 0x14, 0xdd, 0x05, 0xf4, 0x39, 0x0d, 0x23, 0xaa, 0x01, 0xfd, 0x1a, 0x83, 0x60, 0x04,
0x24, 0xc1, 0x03, 0x45, 0xdb, 0x20, 0x01, 0x86, 0xc1, 0x00, 0xfb, 0xf5, 0x91, 0xde, 0x9f, 0x18,
0xba, 0x5b, 0x8a, 0xe6, 0xac, 0x9e, 0x0c, 0x88, 0x7b, 0x8a, 0x16, 0x6c, 0x8b, 0x9e, 0x28, 0x5a,
0xfc, 0xb6, 0x08, 0x51, 0x11, 0x42, 0x94, 0x59, 0x0c, 0x4b, 0x21, 0xfa, 0x96, 0x7f, 0x12, 0x21,
0x0a, 0xc0, 0x15, 0x68, 0x0a, 0xb8, 0x30, 0x97, 0x12, 0x61, 0x25, 0x4b, 0x3f, 0xd9, 0xd4, 0xab,
0x26, 0x51, 0x21, 0x0b, 0xbc, 0x82, 0x59, 0x11, 0x1b, 0x0a, 0x94, 0x28, 0xa2, 0x94, 0x8f, 0xa4,
0x0e, 0xec, 0xb0, 0xcf, 0x9a, 0x49, 0x24, 0x77, 0x71, 0xa9, 0x14, 0x3a, 0x06, 0xcd, 0x5a, 0x91,
0x32, 0x25, 0xbf, 0x6e, 0x78, 0x8a, 0x09, 0x65, 0x0e, 0x85, 0x19, 0xbf, 0x39, 0xea, 0x56, 0x3a,
0x09, 0x5d, 0x5a, 0xbe, 0x5a, 0xc9, 0x6d, 0x1a, 0x9e, 0xc6, 0x55, 0xf2, 0xb2, 0xa1, 0x4b, 0xfd,
0x44, 0x72, 0x57, 0x5b, 0x1c, 0x3e, 0x69, 0x18, 0xd5, 0xf2, 0xf5, 0x4a, 0x21, 0x57, 0xcb, 0xe5,
0x83, 0x03, 0xe6, 0xae, 0xc1, 0x50, 0xd6, 0xe5, 0x2d, 0x0b, 0x02, 0x5c, 0x80, 0x37, 0xb0, 0x2c,
0x02, 0xb6, 0x27, 0x14, 0xd1, 0x23, 0x88, 0x71, 0x6e, 0xdb, 0xc0, 0x5e, 0x66, 0x48, 0x45, 0x1a,
0x7a, 0x1f, 0xc9, 0xc9, 0x0c, 0x76, 0x95, 0xc2, 0x69, 0x6d, 0x58, 0x4d, 0xed, 0x53, 0x20, 0xe7,
0xcb, 0x1b, 0x96, 0xaf, 0xee, 0x24, 0x5f, 0x09, 0x9e, 0x0f, 0xef, 0x32, 0x5f, 0xa0, 0x35, 0xf2,
0xc9, 0xc0, 0xb9, 0x93, 0x53, 0x7d, 0x83, 0xc3, 0x29, 0x8d, 0x37, 0x60, 0x1e, 0xd4, 0xda, 0x3a,
0x82, 0xaa, 0x40, 0x87, 0x69, 0x9f, 0xfd, 0xbf, 0xbf, 0x5b, 0x51, 0xf8, 0x00, 0x89, 0x84, 0x0f,
0x83, 0x0c, 0x47, 0x4b, 0x7f, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60,
0x82,
};
const BITMAP_OPAQUE anchor_xpm[1] = {{ png, sizeof( png ), "anchor_xpm" }};
//EOF
/* Do not modify this file, it was automatically generated by the
* PNG2cpp CMake script, using a *.png file as input.
*/
#include "bitmaps.h"
static const char png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c,
0xce, 0x00, 0x00, 0x00, 0x09, 0x76, 0x70, 0x41, 0x67, 0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00,
0x1a, 0x00, 0x07, 0xb2, 0x66, 0x2f, 0x00, 0x00, 0x03, 0x5e, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7,
0xa5, 0x96, 0xdd, 0x6b, 0x5b, 0x75, 0x18, 0xc7, 0x3f, 0xcf, 0x2f, 0xe7, 0x2c, 0x5d, 0xd3, 0x26,
0xa4, 0x3a, 0x2c, 0x7d, 0x5b, 0xbb, 0x17, 0x75, 0x68, 0x6d, 0xa5, 0xc5, 0x8e, 0x76, 0x6c, 0x82,
0x4e, 0x04, 0xab, 0x73, 0xa0, 0xd7, 0x5e, 0xa8, 0xb0, 0x3f, 0xc0, 0x9b, 0x0a, 0x22, 0xe8, 0xa6,
0x14, 0x7c, 0x85, 0x21, 0x78, 0x35, 0xd8, 0x8d, 0x78, 0x23, 0x88, 0x4e, 0xf0, 0x0d, 0xf7, 0x42,
0x61, 0x4c, 0x7b, 0xb1, 0xca, 0xe6, 0x70, 0x61, 0x49, 0x30, 0x74, 0x6d, 0x6a, 0x9a, 0x4e, 0x93,
0x9c, 0x93, 0x73, 0x92, 0xfc, 0xbc, 0x48, 0xd3, 0xe6, 0xb5, 0x69, 0xea, 0x03, 0xbf, 0x8b, 0xf3,
0xe3, 0x39, 0xdf, 0xef, 0xf3, 0xf2, 0x3d, 0xcf, 0x73, 0x04, 0xc0, 0xb6, 0xed, 0x17, 0x80, 0xb7,
0x04, 0x46, 0x10, 0x31, 0x29, 0x33, 0x01, 0x10, 0xa1, 0xe2, 0xae, 0xea, 0xb9, 0x81, 0xe5, 0x81,
0x1b, 0xc0, 0x87, 0xa6, 0x69, 0x9e, 0x17, 0xcb, 0xb2, 0xa6, 0x81, 0x6f, 0x64, 0x13, 0x85, 0xa6,
0x44, 0xad, 0x93, 0x9f, 0x92, 0x4c, 0x26, 0x33, 0x07, 0x4c, 0x4a, 0xe5, 0x5b, 0x9b, 0x80, 0x55,
0xa0, 0x0d, 0x03, 0xaa, 0x43, 0x54, 0x76, 0x17, 0x93, 0x74, 0x2a, 0xf5, 0x2f, 0x22, 0x1d, 0x5b,
0x12, 0xed, 0x80, 0xbc, 0x3a, 0x6b, 0x43, 0x6b, 0x6d, 0xd6, 0x84, 0xa2, 0x75, 0x4d, 0xc4, 0xcd,
0x7c, 0x52, 0xb3, 0x6f, 0xc2, 0x8d, 0x08, 0xe6, 0xde, 0xfd, 0xec, 0x9a, 0x99, 0x41, 0xf9, 0x7c,
0x15, 0x3e, 0x4a, 0x6b, 0xcd, 0xff, 0x3d, 0xf3, 0x9f, 0xbc, 0xcb, 0xad, 0x70, 0x9c, 0xb5, 0xc3,
0x47, 0xc8, 0xf9, 0x3b, 0xc9, 0x9e, 0x3b, 0x57, 0xe3, 0x53, 0x24, 0x2a, 0x14, 0x9a, 0x03, 0x36,
0xf0, 0xb9, 0xfc, 0xf5, 0x79, 0x9c, 0xb1, 0x49, 0xcc, 0xd7, 0x5e, 0xe7, 0xd7, 0x7f, 0x56, 0x59,
0x5a, 0xbb, 0x87, 0x9b, 0x58, 0x6c, 0x40, 0xd4, 0x02, 0x70, 0xf9, 0xb9, 0x73, 0xe9, 0x4b, 0x16,
0x57, 0x96, 0xc9, 0xe5, 0x32, 0x2c, 0xad, 0xde, 0x63, 0x51, 0x29, 0xf2, 0xb7, 0xe6, 0x31, 0x5e,
0x3a, 0x51, 0x83, 0x23, 0x6b, 0xc9, 0xa4, 0x2d, 0xe0, 0xdd, 0x8e, 0x84, 0xcb, 0x95, 0x94, 0xf9,
0xfd, 0x02, 0xd9, 0x6b, 0x9f, 0xd1, 0xf3, 0xc8, 0x00, 0x37, 0xff, 0xca, 0xf0, 0x43, 0x7c, 0x98,
0xa0, 0xb7, 0x8d, 0xe3, 0x23, 0x87, 0xe8, 0x9a, 0x38, 0x5e, 0x23, 0x24, 0x43, 0x6b, 0xbd, 0x6d,
0x01, 0x08, 0xa0, 0x01, 0xeb, 0xe6, 0xf7, 0xd8, 0x57, 0xcf, 0xd2, 0x3b, 0x3c, 0x48, 0x36, 0x1e,
0xa2, 0xbb, 0x10, 0xc4, 0xf4, 0x08, 0x53, 0x13, 0xa3, 0x04, 0x87, 0x8f, 0xb0, 0x81, 0x59, 0x66,
0xaa, 0xd5, 0xbe, 0x58, 0x7f, 0xfc, 0x88, 0x3d, 0xf7, 0x29, 0xbd, 0x8f, 0x0d, 0xe2, 0x2c, 0xdf,
0x26, 0x9d, 0x0d, 0x92, 0xb8, 0x13, 0x63, 0xfa, 0xe8, 0x04, 0x3d, 0x8f, 0x4e, 0x15, 0x49, 0xea,
0xe0, 0x18, 0x15, 0xec, 0x4d, 0xb2, 0xb2, 0xff, 0xbc, 0x84, 0x7d, 0xe5, 0x63, 0xfa, 0x46, 0x07,
0x71, 0x96, 0x43, 0xa4, 0xd6, 0x49, 0xba, 0x5e, 0xfe, 0x88, 0xb6, 0x7d, 0x4f, 0xb0, 0x55, 0x75,
0x8c, 0x7a, 0x69, 0xd6, 0xfb, 0x5e, 0x9c, 0xd0, 0x1c, 0xf6, 0x95, 0x0f, 0xe8, 0x1b, 0x29, 0x91,
0x04, 0x48, 0x84, 0x17, 0x09, 0x9e, 0x9c, 0xc5, 0x3b, 0x38, 0x4e, 0x33, 0x1c, 0x03, 0xad, 0xd1,
0x0d, 0x7a, 0x51, 0xb2, 0x6c, 0xf8, 0x2a, 0xce, 0xe5, 0x59, 0xfa, 0x46, 0x86, 0x70, 0x56, 0x6e,
0x93, 0xb6, 0x03, 0x24, 0xc2, 0x4b, 0xf8, 0x9f, 0x3f, 0x8d, 0x77, 0xdf, 0xe1, 0xfa, 0x24, 0x55,
0x59, 0xd5, 0x66, 0x54, 0xe5, 0x90, 0x8d, 0x5c, 0xc3, 0xb9, 0x78, 0x86, 0xfe, 0xd1, 0xfd, 0xb8,
0x2b, 0x21, 0xd2, 0x56, 0x80, 0x44, 0x64, 0x19, 0xff, 0x73, 0x6f, 0xb3, 0xfb, 0xc0, 0x54, 0xd3,
0x4c, 0x36, 0x89, 0x0a, 0x85, 0x86, 0x7d, 0x71, 0xa2, 0xf3, 0x38, 0x17, 0xdf, 0xa3, 0xff, 0xf1,
0x22, 0x49, 0xca, 0xf2, 0x93, 0x88, 0xc4, 0xf1, 0x3d, 0x33, 0x83, 0xf7, 0xe0, 0x51, 0xea, 0xf5,
0xb7, 0xba, 0x1a, 0x4d, 0x7b, 0xe4, 0xc6, 0xae, 0x93, 0xfd, 0xf9, 0x1d, 0x06, 0xc6, 0x0e, 0x14,
0x33, 0xc9, 0xf8, 0x59, 0x8d, 0xc6, 0xf1, 0x3d, 0xfd, 0x06, 0xbb, 0x0e, 0x1e, 0xc3, 0x75, 0x1c,
0x4c, 0xd3, 0xdc, 0x56, 0x7f, 0xa5, 0xa1, 0xbc, 0x0b, 0x05, 0x24, 0xfa, 0x15, 0x7b, 0x5f, 0x3c,
0x85, 0x9b, 0x88, 0x90, 0xb6, 0x3a, 0xf9, 0x3b, 0x12, 0xc7, 0x1d, 0x7f, 0x95, 0xb5, 0xe0, 0x30,
0xc9, 0x64, 0x12, 0xd7, 0x75, 0x5b, 0x9a, 0x87, 0x46, 0x49, 0xf7, 0x15, 0xe5, 0x4b, 0xc5, 0x68,
0xeb, 0x7e, 0x98, 0x7c, 0xf7, 0x31, 0xac, 0xc0, 0x75, 0xee, 0x2e, 0xfc, 0xc4, 0xca, 0xc0, 0x34,
0xf8, 0x0e, 0xb1, 0x3b, 0x95, 0xa2, 0xbd, 0xbd, 0x1d, 0x8f, 0xc7, 0x83, 0xc7, 0xe3, 0x41, 0x44,
0x50, 0x4a, 0x21, 0x22, 0xc5, 0xa9, 0xd1, 0xa0, 0x0d, 0x35, 0xa5, 0xd3, 0x5a, 0x73, 0xe1, 0x8b,
0xb3, 0x3c, 0x35, 0x3e, 0x80, 0xf5, 0xcb, 0x19, 0x72, 0xe9, 0x34, 0xe1, 0xfb, 0x9e, 0x24, 0xbf,
0x67, 0x0c, 0x3f, 0x60, 0x18, 0x06, 0xa6, 0x69, 0xa2, 0x94, 0xc2, 0x75, 0x1c, 0x44, 0xa9, 0x0d,
0x22, 0xa5, 0x14, 0x86, 0x61, 0xd4, 0x2d, 0x5f, 0x0d, 0x51, 0x3e, 0x97, 0xe3, 0xbb, 0xb9, 0x10,
0x1d, 0x81, 0x3d, 0x3c, 0xf0, 0xe0, 0xb3, 0x98, 0x5d, 0xf7, 0xd3, 0xfb, 0x50, 0x3b, 0x1d, 0x9d,
0x9d, 0x15, 0x20, 0xa5, 0x0c, 0x4a, 0xb3, 0x4f, 0x44, 0x50, 0x22, 0x34, 0x12, 0x97, 0xc4, 0xa2,
0x51, 0x1b, 0xf0, 0x96, 0x86, 0x5f, 0xbd, 0xad, 0x5a, 0x1a, 0x29, 0xac, 0x2b, 0x4a, 0xd6, 0xfd,
0x44, 0x04, 0x51, 0xaa, 0xf9, 0xa6, 0x5d, 0x2f, 0x9d, 0xbb, 0x41, 0xb4, 0x85, 0x6a, 0xca, 0x23,
0x2f, 0x07, 0xd8, 0xea, 0xf3, 0xa8, 0xee, 0xd1, 0x02, 0x30, 0xb9, 0xd3, 0x15, 0xbe, 0x4d, 0x9f,
0x98, 0x02, 0xde, 0xaf, 0x16, 0x43, 0xcb, 0xa7, 0xf9, 0x92, 0x3c, 0xad, 0x06, 0x86, 0x86, 0xbe,
0x05, 0x4e, 0x00, 0xbf, 0x01, 0x6e, 0xbd, 0xe8, 0x76, 0xf8, 0x2f, 0x91, 0xd7, 0x5a, 0x2f, 0x68,
0xad, 0x5f, 0xe9, 0xe9, 0xef, 0xff, 0xfc, 0x3f, 0xd0, 0x39, 0xf7, 0x5e, 0xb4, 0xfd, 0xe0, 0x52,
0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82,
};
const BITMAP_OPAQUE annotate_xpm[1] = {{ png, sizeof( png ), "annotate_xpm" }};
//EOF
/* Do not modify this file, it was automatically generated by the
* PNG2cpp CMake script, using a *.png file as input.
*/
#include "bitmaps.h"
static const char png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c,
0xce, 0x00, 0x00, 0x02, 0x39, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0x63, 0xf8, 0xff, 0xff, 0x3f,
0x03, 0x3d, 0x30, 0xc3, 0xa8, 0x45, 0x03, 0x6e, 0xd1, 0x53, 0x7b, 0x8d, 0xa5, 0xaf, 0x6c, 0x2d,
0xee, 0xbd, 0xb3, 0xb6, 0xde, 0xf4, 0x5a, 0x5d, 0x9d, 0x97, 0x26, 0x16, 0xed, 0xc8, 0x8c, 0x3c,
0x79, 0x24, 0x2e, 0xea, 0xdf, 0x9d, 0xde, 0xde, 0xff, 0x6f, 0x9b, 0x1a, 0xff, 0xbd, 0x36, 0x33,
0xeb, 0xa5, 0xba, 0x45, 0x8b, 0xba, 0x4a, 0x77, 0xed, 0xdf, 0xb5, 0xe5, 0xdf, 0xc9, 0xc3, 0x07,
0xfe, 0x2f, 0xaf, 0xaf, 0xfe, 0x7f, 0xb5, 0xa8, 0xe8, 0xff, 0x53, 0x0b, 0xbd, 0x15, 0x54, 0xb5,
0x68, 0x43, 0x89, 0x53, 0xf5, 0xdc, 0x89, 0x0d, 0x7f, 0x76, 0x6f, 0x5b, 0xf5, 0x7f, 0xe3, 0xc6,
0x8d, 0xff, 0x7b, 0x1b, 0x6b, 0xff, 0x5f, 0xf2, 0xb0, 0xfd, 0x73, 0xc7, 0x4d, 0xc8, 0x8a, 0x6a,
0x16, 0x5d, 0x4e, 0x65, 0x0b, 0x7c, 0xd0, 0xa6, 0xfb, 0xea, 0xcf, 0xae, 0xe8, 0xff, 0x97, 0xe6,
0x06, 0xfe, 0xef, 0x69, 0xaf, 0xfb, 0x3f, 0xa7, 0xb7, 0xf5, 0xef, 0xc1, 0x18, 0xd3, 0x68, 0xaa,
0x25, 0x86, 0x2b, 0xe9, 0xec, 0xbe, 0x0f, 0x5a, 0xb4, 0xc1, 0x96, 0x7c, 0x5d, 0x62, 0xfe, 0xff,
0xd5, 0x6c, 0x8f, 0xff, 0x13, 0x3a, 0xeb, 0xfe, 0x2e, 0x2f, 0xf3, 0x8d, 0xa5, 0x5a, 0xaa, 0xbb,
0x9a, 0xca, 0xec, 0xf9, 0xa0, 0x59, 0xeb, 0xe5, 0x9f, 0xdd, 0xd1, 0xff, 0xbf, 0x2d, 0x36, 0xfb,
0xff, 0x6a, 0xae, 0xc7, 0xff, 0x2b, 0xd9, 0x62, 0x4f, 0x37, 0x16, 0x58, 0x04, 0x51, 0x2d, 0x79,
0x5f, 0x4e, 0x62, 0x77, 0xbb, 0xdf, 0x04, 0xb5, 0x04, 0xe4, 0x93, 0x39, 0xee, 0xff, 0xaf, 0xe4,
0x8a, 0x3f, 0x3b, 0x17, 0xc9, 0x60, 0x49, 0xb5, 0x7c, 0x74, 0x35, 0x91, 0xc3, 0xe9, 0x7e, 0xa3,
0xe6, 0x0b, 0x50, 0x70, 0x81, 0x2d, 0x99, 0xeb, 0xf6, 0xff, 0x4a, 0x9e, 0xc4, 0xb3, 0xb3, 0x31,
0x0c, 0xb6, 0x54, 0xcb, 0xb0, 0x97, 0x52, 0x39, 0xec, 0x81, 0x96, 0x3c, 0xff, 0xb3, 0x2b, 0xe6,
0xff, 0xb7, 0xa5, 0xe6, 0xff, 0x5f, 0xcf, 0x71, 0xfb, 0x7f, 0x35, 0x5f, 0xea, 0xf9, 0x99, 0x28,
0x06, 0x47, 0xaa, 0x95, 0x0c, 0x17, 0x92, 0x58, 0x6c, 0xee, 0x35, 0xa8, 0x83, 0x2d, 0xf9, 0xbe,
0xd4, 0x02, 0x6c, 0xc9, 0xb5, 0x42, 0x99, 0xe7, 0xe7, 0xe2, 0x18, 0x5c, 0xa8, 0x56, 0x04, 0x5d,
0x8a, 0x63, 0xb1, 0x04, 0x5a, 0xf2, 0xec, 0xcf, 0x6e, 0xa0, 0x25, 0xcb, 0x60, 0x96, 0xc8, 0xbd,
0x00, 0x06, 0x97, 0x07, 0xd5, 0xca, 0xba, 0x2b, 0x09, 0xac, 0xa6, 0x77, 0x6b, 0x55, 0x9f, 0x81,
0x7d, 0x02, 0xb4, 0xe4, 0x0d, 0xd0, 0x92, 0xeb, 0xc5, 0xf2, 0x2f, 0xcf, 0xc7, 0x30, 0x78, 0x33,
0x30, 0x30, 0x30, 0x01, 0x31, 0x0b, 0x55, 0x2c, 0x7a, 0xb6, 0x32, 0xee, 0xdd, 0xdf, 0xeb, 0x0b,
0xfe, 0x7f, 0x5f, 0x6e, 0xf3, 0xff, 0xcd, 0x5c, 0xd7, 0xff, 0xd7, 0x8a, 0x14, 0x5e, 0xad, 0x0f,
0x60, 0x88, 0x05, 0x5a, 0x20, 0x09, 0xc4, 0x22, 0x40, 0xcc, 0x49, 0xb1, 0x45, 0xcf, 0xd7, 0x26,
0x98, 0xbe, 0x3b, 0xd2, 0xfb, 0xf3, 0xd7, 0xfb, 0xfb, 0xff, 0xdf, 0x6d, 0x2b, 0xfc, 0x7f, 0xa9,
0x48, 0xf1, 0x43, 0xbf, 0x3d, 0x43, 0x25, 0xd0, 0x70, 0x7d, 0x20, 0x56, 0x05, 0x62, 0x29, 0x20,
0xe6, 0x07, 0x62, 0x56, 0x90, 0xcf, 0xa0, 0x3e, 0x64, 0x24, 0xc9, 0x22, 0x90, 0x86, 0xd6, 0x54,
0xcb, 0x93, 0x77, 0xb7, 0x54, 0xff, 0x7b, 0xba, 0x36, 0xe9, 0xf7, 0xc3, 0x85, 0x21, 0xdf, 0x9a,
0xad, 0x19, 0xda, 0x80, 0xe2, 0xf6, 0x50, 0x8b, 0x14, 0xa0, 0x3e, 0xe2, 0x01, 0x62, 0x2e, 0x90,
0xcf, 0x80, 0x98, 0x1d, 0x6a, 0x29, 0x33, 0x29, 0x16, 0xb1, 0x18, 0xab, 0x4b, 0x5c, 0x6b, 0x4b,
0xb5, 0x58, 0x19, 0xeb, 0xa9, 0xed, 0x0b, 0xe4, 0x6b, 0x00, 0xb1, 0x2c, 0xd4, 0x07, 0xdc, 0x48,
0x18, 0x64, 0x09, 0x07, 0xb2, 0x25, 0xf8, 0x7c, 0x45, 0x5c, 0xf8, 0x02, 0x0d, 0x80, 0x06, 0x0f,
0x13, 0xd4, 0x40, 0x26, 0x62, 0x82, 0x6b, 0xb4, 0xcd, 0x30, 0xb4, 0x2c, 0x02, 0x00, 0x75, 0x78,
0x22, 0x50, 0x23, 0xf7, 0x81, 0x38, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42,
0x60, 0x82,
};
const BITMAP_OPAQUE annotate_xpm[1] = {{ png, sizeof( png ), "annotate_xpm" }};
//EOF
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment