//--------------------------------------------------------------------------- #ifndef herm_insigniasH #define herm_insigniasH //--------------------------------------------------------------------------- #include #include #include #include #include #include #include #include #include #include #include #include //--------------------------------------------------------------------------- class TInsignias : public TForm { __published: // IDE-managed Components TTabControl *TabControl1; TDBGrid *DBGrid2; TDataSource *DsBusqHnos; TTable *TbInsignias; TDataSource *DsInsignias; TPanel *Panel1; TImage *Image1; TBevel *Bevel1; TSpeedButton *SpeedButton1; TSpeedButton *SpeedButton2; TLabel *Label1; TComboBox *OrdenarPor; TQuery *TbBusqHnos; TDBGrid *DBGrid1; TSplitter *Splitter1; void __fastcall SpeedButton1Click(TObject *Sender); void __fastcall TabControl1Change(TObject *Sender); void __fastcall TbInsigniasNewRecord(TDataSet *DataSet); void __fastcall DBGrid2CellClick(TColumn *Column); private: // User declarations public: // User declarations __fastcall TInsignias(TComponent* Owner); }; //--------------------------------------------------------------------------- extern PACKAGE TInsignias *Insignias; //--------------------------------------------------------------------------- #endif