//--------------------------------------------------------------------------- #ifndef MainUnitH #define MainUnitH //--------------------------------------------------------------------------- #include #include #include #include #include #include #include #include //--------------------------------------------------------------------------- class TMainForm : public TForm { __published: // IDE-managed Components TLabel *Label3; TLabel *Label4; TLabel *Label5; TLabel *Label2; TImage *Image1; TImage *Image2; TImage *Image3; TImage *Image4; TImage *Image5; TImage *Image6; TImage *Image7; TImage *Image8; TImage *Image9; TImage *Image10; TImage *Image11; TImage *Image12; TImage *Image13; TImage *Image14; TImage *Image15; TImage *Image16; TImage *Image17; TImage *Image18; TImage *Image19; TImage *Image20; TImage *Image21; TImage *Image22; TImage *Image23; TImage *Image24; TImage *Image25; TImage *Image26; TImage *Image27; TImage *Image28; TImage *Image29; TImage *Image30; TImage *Image31; TImage *Image32; TLabel *Label1; TSpeedButton *OutButtonA; TSpeedButton *OutButtonB; TSpeedButton *OutButtonC; TSpeedButton *OutButtonD; TSpeedButton *TristateButton; TLabel *Label6; TSpeedButton *FreqOutButtonA; TSpeedButton *FreqOutButtonB; TSpeedButton *FreqOutButtonC; TTrackBar *FreqOutTrackA; TTrackBar *FreqOutTrackB; TTrackBar *FreqOutTrackC; TImageList *LevelImages; TTimer *ReadTime; TLabel *BitLabelA7; TLabel *BitLabelA6; TLabel *BitLabelA5; TLabel *BitLabelA4; TLabel *BitLabelA3; TLabel *BitLabelA2; TLabel *BitLabelA1; TLabel *BitLabelA0; TLabel *BitLabelB7; TLabel *BitLabelB6; TLabel *BitLabelB5; TLabel *BitLabelB4; TLabel *BitLabelB3; TLabel *BitLabelB2; TLabel *BitLabelB1; TLabel *BitLabelB0; TLabel *BitLabelC7; TLabel *BitLabelC6; TLabel *BitLabelC5; TLabel *BitLabelC4; TLabel *BitLabelC3; TLabel *BitLabelC2; TLabel *BitLabelC1; TLabel *BitLabelC0; TLabel *BitLabelD7; TLabel *BitLabelD6; TLabel *BitLabelD5; TLabel *BitLabelD4; TLabel *BitLabelD3; TLabel *BitLabelD2; TLabel *BitLabelD1; TLabel *BitLabelD0; void __fastcall FormCreate(TObject *Sender); void __fastcall ReadTimeTimer(TObject *Sender); void __fastcall LevelImageClick(TObject *Sender); void __fastcall FormDestroy(TObject *Sender); void __fastcall OutButtonClick(TObject *Sender); void __fastcall TristateButtonClick(TObject *Sender); void __fastcall FreqOutTrackChange(TObject *Sender); void __fastcall FreqOutButtonClick(TObject *Sender); private: // User declarations public: // User declarations __fastcall TMainForm(TComponent* Owner); }; //--------------------------------------------------------------------------- extern PACKAGE TMainForm *MainForm; //--------------------------------------------------------------------------- #endif