123456789101112131415161718 |
- //---------------------------------------------------------------------------
- #include <vcl.h>
- #pragma hdrstop
- #include "MainUnitC.h"
- //---------------------------------------------------------------------------
- #pragma package(smart_init)
- #pragma link "GR32_Image"
- #pragma link "GR32_RangeBars"
- #pragma resource "*.dfm"
- TForm4 *Form4;
- //---------------------------------------------------------------------------
- __fastcall TForm4::TForm4(TComponent* Owner)
- : TForm(Owner)
- {
- }
- //---------------------------------------------------------------------------
|