11 lines
210 B
C
11 lines
210 B
C
// Copyright (c) 1997-2001 Microsoft Corporation, All Rights Reserved
|
|
#ifndef _globals_h
|
|
#define _globals_h
|
|
|
|
|
|
#define CX_CELL_MARGIN 3
|
|
#define CY_CELL_MARGIN 2
|
|
#define CY_FONT 15
|
|
|
|
|
|
#endif //_globals_h
|