GRAPH.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:0k
源码类别:

Windows编程

开发平台:

Visual C++

  1.  /*****************************************************************************
  2.  *
  3.  *  Graph.h - Header for graphing window.
  4.  *
  5.  *  Microsoft Confidential
  6.  *  Copyright (c) 1992-1997 Microsoft Corporation
  7.  *
  8.  *
  9.  ****************************************************************************/
  10. #define GRAPH_BORDER 4
  11. BOOL GraphInitializeApplication (void) ;
  12. HWND CreateGraphWindow (HWND hWndParent) ;
  13. void SizeGraphComponents (HWND hWnd) ;