home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 9 / CDACTUAL9.iso / progs / CB / DATA.Z / ANOTHER.CPP < prev    next >
Encoding:
C/C++ Source or Header  |  1996-10-01  |  489 b   |  18 lines

  1. //---------------------------------------------------------------------
  2. #include <vcl.h>
  3. #pragma hdrstop
  4.  
  5. #include "another.h"
  6. //TShiftState st;
  7. //---------------------------------------------------------------------
  8. #pragma resource "*.dfm"
  9. TForm2 *Form2;
  10. //---------------------------------------------------------------------
  11. __fastcall TForm2::TForm2(TComponent *Owner)
  12.     : TForm(Owner)
  13. {
  14. }
  15. //---------------------------------------------------------------------
  16.  
  17.  
  18.