//---------------------------------------------------------------------------- //Borland C++Builder //Copyright (c) 1987, 1998 Borland International Inc. All Rights Reserved. //---------------------------------------------------------------------------- //--------------------------------------------------------------------------- #ifndef FrmtriggHPP #define FrmtriggHPP //--------------------------------------------------------------------------- #include #include #include #include #include #include #include #include #include #pragma hdrstop //--------------------------------------------------------------------------- #ifndef WindowsHPP #include #endif #ifndef MessagesHPP #include #endif #ifndef SysUtilsHPP #include #endif #ifndef ClassesHPP #include #endif #ifndef GraphicsHPP #include #endif #ifndef ControlsHPP #include #endif #ifndef FormsHPP #include #endif #ifndef DialogsHPP #include #endif #ifndef ExtCtrlsHPP #include #endif #ifndef DBCtrlsHPP #include #endif #ifndef ButtonsHPP #include #endif #ifndef StdCtrlsHPP #include #endif #ifndef DBGridsHPP #include #endif #ifndef GridsHPP #include #endif //--------------------------------------------------------------------------- class TFrmTriggerDemo : public TForm { __published: TPanel *Panel1; TDBNavigator *DBNavigator; TBitBtn *BitBtn1; TPanel *Panel2; TDBGrid *DBGrid1; TPanel *Panel3; TDBGrid *DBGrid2; void __fastcall FormShow(TObject *Sender); private: // private user declarations public: // public user declarations virtual __fastcall TFrmTriggerDemo(TComponent* Owner); }; //--------------------------------------------------------------------------- extern TFrmTriggerDemo *FrmTriggerDemo; //--------------------------------------------------------------------------- #endif