home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 March / VPR9703A.ISO / VPR_DATA / DOGA / SOURCES / PASM.LZH / W.H < prev    next >
C/C++ Source or Header  |  1995-06-19  |  775b  |  44 lines

  1. #if !defined(__winframe_h)              // 番兵。まだインクルードされていない場合にのみ,このファイルを使用
  2. #define __winframe_h
  3.  
  4. /*  Project partsasm
  5.     Project Team DoGA
  6.     Copyright (c) 1995. All Rights Reserved.
  7.  
  8.     サブシステム:    partsasm.apx Application
  9.     ファイル:        winframe.h
  10.     作成者:          Taka2
  11.  
  12.  
  13.     概要
  14.     ====
  15.     TWinFrame (TWindow) 用のクラス定義
  16. */
  17.  
  18. #include <owl\owlpch.h>
  19. #pragma hdrstop
  20.  
  21. #include <owl\window.h>
  22.  
  23. #include "pasmapp.rh"            // すべてのリソースの定義
  24.  
  25. #include <owl\scrollba.h>
  26. #include "matrix.h"
  27. #include "suflib.h"
  28. #include "seltype.h"
  29.  
  30. class DesignData;
  31. class Parts;
  32. class CameraParts;
  33. class TWinPers;
  34.  
  35. enum SelectType;
  36. //{{TWindow = TWinDisplay}}
  37. class TWinDisplay : public TWindow {
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.