{
	'ALLOW_WC3X3':{
		'default':0,
		'descr':'',
		'dtype':'int',
		'showme':0,
		'tooltip':'Allow equations with 6 terms, including 1 wildcard. This is generally too CPU intensive and should be left off.',
		'value':0,
		'wtype':'wx.CheckBox',
	},
	'APPDIR':'TuxMathScrabble',
	'APPNAME':'TuxMathScrabble',
	'BONUS_FOR_USING_ALL_TILES':{
		'default':50,
		'descr':'',
		'dtype':'int',
		'max':100,
		'min':0,
		'showme':1,
		'tooltip':'Additional bonus points if player uses all tiles in single play.',
		'value':50,
		'wtype':'wx.SpinCtrl',
	},
	'CFGNAME':'globals',
	'COLOR_BG':{
		'default':(0, 106, 70),
		'descr':'',
		'dtype':'vec3',
		'showme':1,
		'tooltip':'Background color used throughout',
		'value':(0, 106, 70),
		'wtype':'wx.ColourDialog',
	},
	'COLOR_BG_BUTTON':{
		'default':(255, 255, 255),
		'descr':'',
		'dtype':'vec3',
		'showme':0,
		'tooltip':'The background color of Player[1] tiles.',
		'value':(255, 255, 255),
		'wtype':'wx.ColourDialog',
	},
	'COLOR_BG_HUD':{
		'default':(0, 0, 0),
		'descr':'',
		'dtype':'vec3',
		'showme':0,
		'tooltip':'Color used for Heads-Up Display (HUD) background',
		'value':(0, 0, 0),
		'wtype':'wx.ColourDialog',
	},
	'COLOR_BG_OVERLAY':{
		'default':(255, 255, 255),
		'descr':'',
		'dtype':'vec3',
		'showme':0,
		'tooltip':'The background color for the definition overlay popup',
		'value':(255, 255, 255),
		'wtype':'wx.ColourDialog',
	},
	'COLOR_BG_OVERLAY_ALPHA':{
		'default':200,
		'descr':'',
		'divisor':1,
		'dtype':'int',
		'max':255,
		'min':1,
		'showme':0,
		'style':4,
		'tooltip':'Transparency of word:definition overlay popup. 0=invisible, 255=opaque.',
		'value':200.0,
		'wtype':'wx.Slider',
	},
	'COLOR_BG_PLAYER0_TILE':{
		'default':(255, 200, 0),
		'descr':'',
		'dtype':'vec3',
		'showme':1,
		'tooltip':'The foreground color of Player[0] tiles.',
		'value':(255, 200, 0),
		'wtype':'wx.ColourDialog',
	},
	'COLOR_BG_PLAYER1_TILE':{
		'default':(255, 255, 255),
		'descr':'',
		'dtype':'vec3',
		'showme':1,
		'tooltip':'The background color of Player[1] tiles.',
		'value':(255, 255, 255),
		'wtype':'wx.ColourDialog',
	},
	'COLOR_FG':{
		'default':(250, 200, 0),
		'descr':'',
		'dtype':'vec3',
		'showme':1,
		'tooltip':'Default color used for non hilighted text',
		'value':(250, 200, 0),
		'wtype':'wx.ColourDialog',
	},
	'COLOR_FG_BUTTON':{
		'default':(0, 0, 200),
		'descr':'',
		'dtype':'vec3',
		'showme':-1,
		'tooltip':'The foreground color of Player[1] tiles.',
		'value':(0, 0, 200),
		'wtype':'wx.ColourDialog',
	},
	'COLOR_FG_HUD':{
		'default':(0, 255, 0),
		'descr':'',
		'dtype':'vec3',
		'showme':0,
		'tooltip':'Color used for Heads-Up Display (HUD) text',
		'value':(0, 255, 0),
		'wtype':'wx.ColourDialog',
	},
	'COLOR_FG_OVERLAY':{
		'default':(0, 0, 255),
		'descr':'',
		'dtype':'vec3',
		'showme':0,
		'tooltip':'The foreground color for the definition overlay popup',
		'value':(0, 0, 255),
		'wtype':'wx.ColourDialog',
	},
	'COLOR_FG_PLAYER0_TILE':{
		'default':(150, 100, 0),
		'descr':'',
		'dtype':'vec3',
		'showme':1,
		'tooltip':'The background color of Player[0] tiles.',
		'value':(150, 100, 0),
		'wtype':'wx.ColourDialog',
	},
	'COLOR_FG_PLAYER1_TILE':{
		'default':(0, 100, 150),
		'descr':'',
		'dtype':'vec3',
		'showme':1,
		'tooltip':'The foreground color of Player[1] tiles.',
		'value':(0, 100, 150),
		'wtype':'wx.ColourDialog',
	},
	'COLOR_HIGH_SCORES':{
		'default':(255, 200, 0),
		'descr':'',
		'dtype':'vec3',
		'showme':0,
		'tooltip':'Color used for High Score strings. ',
		'value':(255, 200, 0),
		'wtype':'wx.ColourDialog',
	},
	'COLOR_HILIGHT':{
		'default':(255, 255, 0),
		'descr':'',
		'dtype':'vec3',
		'showme':-1,
		'tooltip':'Color used for hilighted text',
		'value':(255, 255, 0),
		'wtype':'wx.ColourDialog',
	},
	'COLOR_SPOT':{
		'default':(24, 185, 109),
		'descr':'',
		'dtype':'vec3',
		'showme':1,
		'tooltip':'The color of tray and board spots.',
		'value':(24, 185, 109),
		'wtype':'wx.ColourDialog',
	},
	'COLOR_SPOT_ALPHA':{
		'default':255,
		'descr':'',
		'divisor':1,
		'dtype':'int',
		'max':255,
		'min':1,
		'showme':0,
		'style':4,
		'tooltip':'The alpha value for tray and board spots: [0-255]',
		'value':255.0,
		'wtype':'wx.Slider',
	},
	'COLOR_TILE_ALPHA':{
		'default':255,
		'descr':'',
		'divisor':1,
		'dtype':'int',
		'max':255,
		'min':1,
		'showme':0,
		'style':4,
		'tooltip':'The alpha value for tiles: [0-255]',
		'value':255.0,
		'wtype':'wx.Slider',
	},
	'CONFIG_WIDGET_H':{
		'default':30,
		'descr':'',
		'dtype':'int',
		'max':50,
		'min':10,
		'showme':0,
		'tooltip':'The height of the widgets (buttons, sliders, etc) in the administrator panel.',
		'value':30,
		'wtype':'wx.SpinCtrl',
	},
	'CONFIG_WIDGET_W':{
		'default':120,
		'descr':'',
		'dtype':'int',
		'max':400,
		'min':10,
		'showme':0,
		'tooltip':'The width of the widgets (buttons, sliders, etc) in the administrator panel.',
		'value':120,
		'wtype':'wx.SpinCtrl',
	},
	'DEFAULT_LEVEL':{
		'default':4,
		'descr':'',
		'dtype':'int',
		'max':4,
		'min':1,
		'showme':1,
		'tooltip':'The default skill level.',
		'value':4,
		'wtype':'wx.SpinCtrl',
	},
	'DISPLAY_HIGH_SCORES':{
		'default':1,
		'descr':'',
		'dtype':'int',
		'showme':1,
		'style':None,
		'tooltip':'Whether to display High-Score list',
		'value':1,
		'wtype':'wx.CheckBox',
	},
	'END_GAME_THRESHOLD':{
		'default':3,
		'descr':'',
		'dtype':'int',
		'max':99,
		'min':1,
		'showme':1,
		'tooltip':'Number of consecutive failures to make a move that results in game being declared over.',
		'value':3,
		'wtype':'wx.SpinCtrl',
	},
	'FIREWORKS_DT':{
		'default':0.07,
		'descr':'',
		'divisor':100.0,
		'dtype':'int',
		'max':10,
		'min':1,
		'showme':1,
		'style':4,
		'tooltip':'The time interval between frames. Used in computing dx=v*dt+0.5*a*dt2 etc. Reduce this for smoother animation if your graphics card and CPU can handle it.',
		'value':0.07,
		'wtype':'wx.Slider',
	},
	'FIREWORKS_DT_LAUNCH':{
		'default':1.0,
		'descr':'',
		'divisor':100.0,
		'dtype':'int',
		'max':100,
		'min':0,
		'showme':1,
		'style':4,
		'tooltip':'Number of seconds between launches of projectiles in arsenal. Turning this to a low value around .2 will surely max-out your graphics card.  Put more time between launches if you experience any frame-dragging. Reducing this makes more fireworks on screen at once, and thus a more dramatic show.',
		'value':1.0,
		'wtype':'wx.Slider',
	},
	'FIREWORKS_SCALEFACTOR':{
		'default':0.98,
		'descr':'',
		'divisor':100.0,
		'dtype':'int',
		'max':99,
		'min':50,
		'showme':0,
		'style':4,
		'tooltip':'The brightness of each projectile is scaled by this number at the end of each clock-tic. If left at 1.0 then there would be no fading effect, and elements of successive stages would be removed abruptly at their pre-packaged max-time-on-screen variable.',
		'value':0.98,
		'wtype':'wx.Slider',
	},
	'FIREWORKS_SETSIZE':{
		'default':25,
		'descr':'',
		'divisor':1.0,
		'dtype':'int',
		'max':200,
		'min':1,
		'showme':1,
		'style':4,
		'tooltip':'The number of firework projectiles to accumulate for each show.',
		'value':25.0,
		'wtype':'wx.Slider',
	},
	'FONTSIZE_APPNAME':{
		'default':36,
		'descr':'',
		'dtype':'int',
		'max':100,
		'min':10,
		'showme':0,
		'tooltip':'Fontsize for tiles.',
		'value':36,
		'wtype':'wx.SpinCtrl',
	},
	'FONTSIZE_BUTTON':{
		'default':18,
		'descr':'',
		'dtype':'int',
		'max':100,
		'min':10,
		'showme':0,
		'tooltip':'Fontsize for buttons.',
		'value':18,
		'wtype':'wx.SpinCtrl',
	},
	'FONTSIZE_HUD':{
		'default':16,
		'descr':'',
		'dtype':'int',
		'max':100,
		'min':6,
		'showme':0,
		'tooltip':'Fontsize corresponding to FONT_HUD_SMALL.',
		'value':16,
		'wtype':'wx.SpinCtrl',
	},
	'FONTSIZE_OVERLAY':{
		'default':16,
		'descr':'',
		'dtype':'int',
		'max':100,
		'min':6,
		'showme':0,
		'tooltip':'Fontsize corresponding to FONT_HUD_SMALL.',
		'value':16,
		'wtype':'wx.SpinCtrl',
	},
	'FONTSIZE_OVERLAY_SMALL':{
		'default':12,
		'descr':'',
		'dtype':'int',
		'max':100,
		'min':6,
		'showme':0,
		'tooltip':'Fontsize corresponding to FONT_HUD used for small overlays.',
		'value':12,
		'wtype':'wx.SpinCtrl',
	},
	'FONTSIZE_TILE':{
		'default':21,
		'descr':'',
		'dtype':'int',
		'max':100,
		'min':10,
		'showme':0,
		'tooltip':'Fontsize for tiles.',
		'value':21,
		'wtype':'wx.SpinCtrl',
	},
	'FONTSIZE_TILE_PTVAL':{
		'default':8,
		'descr':'',
		'dtype':'int',
		'max':100,
		'min':1,
		'showme':0,
		'tooltip':'Fontsize for point value number in lower left corner of tile.',
		'value':8,
		'wtype':'wx.SpinCtrl',
	},
	'FONT_APPNAME':{
		'default_path':'./Font',
		'default_value':'mickey.ttf',
		'descr':'',
		'dtype':'wx.String',
		'path':'./Font',
		'showme':-1,
		'tooltip':'Font to be used for application name overlay.',
		'value':'mickey.ttf',
		'wtype':'wx.FileDialog',
	},
	'FONT_BFONT':{
		'default_path':'./Font',
		'default_value':'Bluehigh.ttf',
		'descr':'',
		'dtype':'wx.String',
		'path':'./Font',
		'showme':0,
		'tooltip':'Button Font',
		'value':'Bluehigh.ttf',
		'wtype':'wx.FileDialog',
	},
	'FONT_CFONT':{
		'default_path':'./Font',
		'default_value':'arialbd.ttf',
		'descr':'',
		'dtype':'wx.String',
		'path':'./Font',
		'showme':0,
		'tooltip':'Character font used for tile characters',
		'value':'arialbd.ttf',
		'wtype':'wx.FileDialog',
	},
	'FONT_HUD':{
		'default_path':'./Font',
		'default_value':'aqua_pfont.ttf',
		'descr':'',
		'dtype':'wx.String',
		'path':'./Font',
		'showme':0,
		'tooltip':'The default font to be used for other overlay information (credits, etc).',
		'value':'aqua_pfont.ttf',
		'wtype':'wx.FileDialog',
	},
	'FONT_OVERLAY':{
		'default_path':'./Font',
		'default_value':'arial.ttf',
		'descr':'',
		'dtype':'wx.String',
		'path':'./Font',
		'showme':0,
		'tooltip':'The default font to be used for other overlay information (credits, etc).',
		'value':'arial.ttf',
		'wtype':'wx.FileDialog',
	},
	'FONT_PFONT':{
		'default_path':'./Font',
		'default_value':'Bluehigh.ttf',
		'descr':'',
		'dtype':'wx.String',
		'path':'./Font',
		'showme':0,
		'tooltip':'Point value font (ie lower right corner of tiles)',
		'value':'Bluehigh.ttf',
		'wtype':'wx.FileDialog',
	},
	'GAME_BUTTON_H':{
		'default':30,
		'descr':'',
		'dtype':'int',
		'max':100,
		'min':10,
		'showme':0,
		'tooltip':'The height of the on-screen buttons, such as Play,Okay,Admin etc.',
		'value':30,
		'wtype':'wx.SpinCtrl',
	},
	'GAME_BUTTON_W':{
		'default':81,
		'descr':'',
		'dtype':'int',
		'max':200,
		'min':10,
		'showme':0,
		'tooltip':'The width of the on-screen buttons, such as Play,Okay,Admin etc.',
		'value':81,
		'wtype':'wx.SpinCtrl',
	},
	'HIGH_SCORES':[
	],
	'HUMAN_PLAYER_ZERO':{
		'default':0,
		'descr':'',
		'dtype':'int',
		'showme':1,
		'style':None,
		'tooltip':'Top player is human controlled during play, when checked.',
		'value':0,
		'wtype':'wx.CheckBox',
	},
	'IMAGE_ADMIN_SIDEBAR':{
		'defalut_path':os.path.join(sitepkgdir,'TuxMathScrabble','Images'),
		'default_value':'asb.gif',
		'descr':'',
		'dtype':'wx.String',
		'path':os.path.join(sitepkgdir,'TuxMathScrabble','Images'),
		'showme':-1,
		'tooltip':'The image to be applied in the left sidebar of the administrator control panel.',
		'value':'asb.gif',
		'wtype':'wx.FileDialog',
	},
	'IMAGE_BG':{
		'default':'',
		'descr':'',
		'dtype':'wx.String',
		'path':'/home/charlie',
		'showme':1,
		'tooltip':'Background image that will be roto-zoomed to fit your window W and H',
		'value':'',
		'wtype':'wx.FileDialog',
	},
	'IMAGE_BG_ALPHA':{
		'default':255,
		'descr':'',
		'divisor':1,
		'dtype':'int',
		'max':255,
		'min':1,
		'showme':1,
		'style':4,
		'tooltip':'The alpha (opacity, transparancy) value for background image: [0-255]',
		'value':255.0,
		'wtype':'wx.Slider',
	},
	'M':{
		'default':13,
		'descr':'',
		'dtype':'int',
		'max':40,
		'min':5,
		'showme':0,
		'tooltip':'The number of rows on the gameboard.',
		'value':13,
		'wtype':'wx.SpinCtrl',
	},
	'MAXNUM_LEVEL_1':{
		'default':6,
		'descr':'',
		'dtype':'int',
		'max':99,
		'min':1,
		'showme':1,
		'tooltip':'Upper numeric limit of tiles for level 1',
		'value':6,
		'wtype':'wx.SpinCtrl',
	},
	'MAXNUM_LEVEL_2':{
		'default':10,
		'descr':'',
		'dtype':'int',
		'max':99,
		'min':1,
		'showme':1,
		'tooltip':'Upper numeric limit of tiles for level 2',
		'value':10,
		'wtype':'wx.SpinCtrl',
	},
	'MAXNUM_LEVEL_3':{
		'default':12,
		'descr':'',
		'dtype':'int',
		'max':99,
		'min':1,
		'showme':1,
		'tooltip':'Upper numeric limit of tiles for level 3',
		'value':12,
		'wtype':'wx.SpinCtrl',
	},
	'MAXNUM_LEVEL_4':{
		'default':21,
		'descr':'',
		'dtype':'int',
		'max':99,
		'min':1,
		'showme':1,
		'tooltip':'Upper numeric limit of tiles for level 4',
		'value':21,
		'wtype':'wx.SpinCtrl',
	},
	'MAX_REPLACEMENTS_L1':{
		'default':2,
		'descr':'',
		'dtype':'int',
		'max':4,
		'min':0,
		'showme':0,
		'tooltip':'Computer player max number of tiles from existing submissions to attempt to reuse (level 1)',
		'value':2,
		'wtype':'wx.SpinCtrl',
	},
	'MAX_REPLACEMENTS_L2':{
		'default':3,
		'descr':'',
		'dtype':'int',
		'max':4,
		'min':0,
		'showme':0,
		'tooltip':'Computer player max number of tiles from existing submissions to attempt to reuse (level 2)',
		'value':3,
		'wtype':'wx.SpinCtrl',
	},
	'MAX_REPLACEMENTS_L3':{
		'default':3,
		'descr':'',
		'dtype':'int',
		'max':4,
		'min':0,
		'showme':0,
		'tooltip':'Computer player max number of tiles from existing submissions to attempt to reuse (level 3)',
		'value':3,
		'wtype':'wx.SpinCtrl',
	},
	'MAX_REPLACEMENTS_L4':{
		'default':3,
		'descr':'',
		'dtype':'int',
		'max':4,
		'min':0,
		'showme':0,
		'tooltip':'Computer player max number of tiles from existing submissions to attempt to reuse (level 4)',
		'value':3,
		'wtype':'wx.SpinCtrl',
	},
	'N':{
		'default':17,
		'descr':'',
		'dtype':'int',
		'max':40,
		'min':5,
		'showme':0,
		'tooltip':'The number of columns on the gameboard.',
		'value':17,
		'wtype':'wx.SpinCtrl',
	},
	'NUM_HIGH_SCORES_TO_KEEP':{
		'default':5,
		'descr':'',
		'dtype':'int',
		'max':15,
		'min':0,
		'showme':0,
		'tooltip':'Length of the High-Score list to record.',
		'value':5,
		'wtype':'wx.SpinCtrl',
	},
	'PLAYER_0_CHARACTER':{
		'default':[
			'Tux2D',
			'LittleTux2D',
			'None',
		],
		'descr':'',
		'dtype':'wx.String',
		'icon':1,
		'showme':1,
		'style':None,
		'tooltip':'The character representing player 0 (Player at top of screen)',
		'value':'Tux2D',
		'wtype':'wx.ComboBox',
	},
	'PLAYER_1_CHARACTER':{
		'default':[
			'Tux2D',
			'LittleTux2D',
			'None',
		],
		'descr':'',
		'dtype':'wx.String',
		'icon':1,
		'showme':1,
		'style':None,
		'tooltip':'The character representing player 1 (Player at bottom of screen)',
		'value':'LittleTux2D',
		'wtype':'wx.ComboBox',
	},
	'PLAYER_WAIT_COUNTER':{
		'default':4000,
		'descr':'',
		'dtype':'int',
		'max':10000,
		'min':1,
		'showme':0,
		'tooltip':'The number of frames to elapse before queing a wait maneuver (i.e. some funny look or trick by Tux while waiting for user to make a move, or vice versa).',
		'value':4000,
		'wtype':'wx.SpinCtrl',
	},
	'SCREENSAVER_ON_AT_START':{
		'default':1,
		'descr':'',
		'dtype':'int',
		'showme':0,
		'style':None,
		'tooltip':'Whether to run in screensaver mode at startup',
		'value':0,
		'wtype':'wx.CheckBox',
	},
	'SOUNDON':{
		'default':0,
		'descr':'',
		'dtype':'int',
		'showme':1,
		'style':None,
		'tooltip':'Whether to play sounds during game play. This is off by default in case someone does not have sound, in which case attempts to play sounds would crash the program for them.',
		'value':0,
		'wtype':'wx.CheckBox',
	},
	'SPLITTER_OFFSET':{
		'default':140,
		'descr':'',
		'dtype':'int',
		'max':300,
		'min':0,
		'showme':0,
		'tooltip':'The width of the left pane of the administrator control panel.',
		'value':140,
		'wtype':'wx.SpinCtrl',
	},
	'TILESIZE':{
		'default':32,
		'descr':'',
		'dtype':'int',
		'max':60,
		'min':10,
		'showme':0,
		'tooltip':'Sidelength, in pixels, of game tiles.',
		'value':32,
		'wtype':'wx.SpinCtrl',
	},
	'TILES_TWO_COLORS':{
		'default':1,
		'descr':'',
		'dtype':'int',
		'showme':0,
		'tooltip':'Whether to use two separate colors, as configured under COLOR PLAYER0 or 1 TILE in this panel.',
		'value':1,
		'wtype':'wx.CheckBox',
	},
	'TILE_ANIM_STEPSIZE':{
		'default':10,
		'descr':'',
		'dtype':'int',
		'max':20,
		'min':1,
		'showme':0,
		'tooltip':'Number of pixels per screen update (i.e speed) that tiles move from computer player tray to board.',
		'value':10,
		'wtype':'wx.SpinCtrl',
	},
	'TILE_SHOW_VALUE':{
		'default':0,
		'descr':'',
		'dtype':'int',
		'showme':1,
		'style':None,
		'tooltip':'Whether to render the tile value in the lower right corner of each tile.',
		'value':1,
		'wtype':'wx.CheckBox',
	},
	'TSLEEP_ANIMATION':{
		'default':0.1,
		'descr':'',
		'divisor':100.0,
		'dtype':'float',
		'max':50,
		'min':0,
		'showme':1,
		'style':4,
		'tooltip':'Time to sleep between animation frames.',
		'value':0.1,
		'wtype':'wx.Slider',
	},
	'VALUE_DIVISION_SIGN':{
		'default':6,
		'descr':'',
		'dtype':'int',
		'max':99,
		'min':1,
		'showme':1,
		'tooltip':'Point value for division sign',
		'value':6,
		'wtype':'wx.SpinCtrl',
	},
	'VALUE_EQUAL_SIGN':{
		'default':1,
		'descr':'',
		'dtype':'int',
		'max':99,
		'min':1,
		'showme':1,
		'tooltip':'Point value for equal sign',
		'value':1,
		'wtype':'wx.SpinCtrl',
	},
	'VALUE_MINUS_SIGN':{
		'default':3,
		'descr':'',
		'dtype':'int',
		'max':99,
		'min':1,
		'showme':1,
		'tooltip':'Point value for minus sign',
		'value':3,
		'wtype':'wx.SpinCtrl',
	},
	'VALUE_MULTIPLICATION_SIGN':{
		'default':4,
		'descr':'',
		'dtype':'int',
		'max':99,
		'min':1,
		'showme':1,
		'tooltip':'Point value for multiplication sign',
		'value':4,
		'wtype':'wx.SpinCtrl',
	},
	'VALUE_NUMBERS_0_THROUGH_5':{
		'default':1,
		'descr':'',
		'dtype':'int',
		'max':99,
		'min':1,
		'showme':1,
		'tooltip':'Point value for numbers 0-5',
		'value':1,
		'wtype':'wx.SpinCtrl',
	},
	'VALUE_NUMBERS_11_THROUGH_15':{
		'default':6,
		'descr':'',
		'dtype':'int',
		'max':99,
		'min':1,
		'showme':1,
		'tooltip':'Point value for numbers 11-15',
		'value':6,
		'wtype':'wx.SpinCtrl',
	},
	'VALUE_NUMBERS_16_THROUGH_99':{
		'default':10,
		'descr':'',
		'dtype':'int',
		'max':99,
		'min':1,
		'showme':1,
		'tooltip':'Point value for numbers 16-99',
		'value':10,
		'wtype':'wx.SpinCtrl',
	},
	'VALUE_NUMBERS_6_THROUGH_10':{
		'default':3,
		'descr':'',
		'dtype':'int',
		'max':99,
		'min':1,
		'showme':1,
		'tooltip':'Point value for numbers 6-10',
		'value':3,
		'wtype':'wx.SpinCtrl',
	},
	'VALUE_PLUS_SIGN':{
		'default':2,
		'descr':'',
		'dtype':'int',
		'max':99,
		'min':1,
		'showme':1,
		'tooltip':'Point value for addition sign',
		'value':2,
		'wtype':'wx.SpinCtrl',
	},
	'WIN_H':{
		'default':600,
		'descr':'',
		'dtype':'int',
		'max':1200,
		'min':600,
		'showme':0,
		'tooltip':'The window height',
		'value':600,
		'wtype':'wx.SpinCtrl',
	},
	'WIN_W':{
		'default':800,
		'descr':'',
		'dtype':'int',
		'max':1600,
		'min':800,
		'showme':0,
		'tooltip':'The window width',
		'value':800,
		'wtype':'wx.SpinCtrl',
	},
}