//*********************************************************************
//*                  Microsoft Windows                               **
//*            Copyright(c) Microsoft Corp., 1993                    **
//*********************************************************************

#ifndef _METRICS_H_
#define _METRICS_H_

#define LISTBOX_SPACING_X	3	// number of pixels between adjacent listboxes
#define SPLITTER_WIDTH		2

#endif	_METRICS_H_
