|
|
1.1 root 1: /*****************************************************************************
2: *
3: * Registry.h - This is the include file for the user config code.
4: *
5: * Microsoft Confidential
6: * Copyright (c) 1992-1993 Microsoft Corporation
7: *
8: *
9: ****************************************************************************/
10:
11: // default values for .INI files
12:
13: #define DEFAULT_TIMER_INTERVAL 2000 // sampling interval
14:
15: // LINEGRAPH
16: // first three are general default values. The others are specific
17: #define DEFAULT_VAL_BOTTOM 0
18: #define DEFAULT_DVAL_AXISHEIGHT 100
19: #define DEFAULT_MAX_VALUES 100
20:
21:
22: // LINEGRAPH DISP
23: #define DEFAULT_F_DISPLAY_LEGEND TRUE
24: #define DEFAULT_F_DISPLAY_CALIBRATION TRUE
25:
26:
27:
28: //==========================================================================//
29: // Exported Functions //
30: //==========================================================================//
31:
32:
33:
34: BOOL LoadMainWindowPlacement (HWND hWnd) ;
35:
36: BOOL SaveMainWindowPlacement (HWND hWnd) ;
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.