function fig = overview_fig()
% This is the machine-generated representation of a Handle Graphics object
% and its children. Note that handle values may change when these objects
% are re-created. This may cause problems with any callbacks written to
% depend on the value of the handle at the time the object was saved.
%
% To reopen this object, just type the name of the M-file at the MATLAB
% prompt. The M-file and its associated MAT-file must be on your path.
load overview_fig
h0 = figure('Units','points', ...
'Color',[0.752941176470588 0.752941176470588 0.752941176470588], ...
'Colormap',mat0, ...
'MenuBar','none', ...
'Name','Overview', ...
'NumberTitle','off', ...
'PointerShapeCData',mat1, ...
'Position',[31.5 27 705 510], ...
'Tag','Fig1');
h1 = uicontrol('Parent',h0, ...
'Units','points', ...
'BackgroundColor',[1 1 1], ...
'FontName','Courier New', ...
'FontSize',9, ...
'Position',[8.25 30 690 472.5], ...
'String',' ', ...
'Style','listbox', ...
'Tag','Listbox1', ...
'Value',1);
h1 = uicontrol('Parent',h0, ...
'Units','points', ...
'Callback','closereq', ...
'ListboxTop',0, ...
'Position',[345 7.5 30 15], ...
'String','OK', ...
'Tag','Pushbutton1');
if nargout > 0, fig = h0; end