MainUnitC.cpp 559 B

123456789101112131415161718
  1. //---------------------------------------------------------------------------
  2. #include <vcl.h>
  3. #pragma hdrstop
  4. #include "MainUnitC.h"
  5. //---------------------------------------------------------------------------
  6. #pragma package(smart_init)
  7. #pragma link "GR32_Image"
  8. #pragma link "GR32_RangeBars"
  9. #pragma resource "*.dfm"
  10. TForm4 *Form4;
  11. //---------------------------------------------------------------------------
  12. __fastcall TForm4::TForm4(TComponent* Owner)
  13. : TForm(Owner)
  14. {
  15. }
  16. //---------------------------------------------------------------------------