home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 9 / CDACTUAL9.iso / progs / CB / DATA.Z / FFACTWIN.H < prev    next >
Encoding:
C/C++ Source or Header  |  1996-08-23  |  2.1 KB  |  105 lines

  1. //----------------------------------------------------------------------------
  2. // Ffactwin.hpp - dcc32 generated hdr (DO NOT EDIT) rev: -4
  3. // From: Ffactwin.pas
  4. //----------------------------------------------------------------------------
  5. #ifndef FfactwinHPP
  6. #define FfactwinHPP
  7. //----------------------------------------------------------------------------
  8. #ifndef ExtCtrlsHPP
  9. #include <ExtCtrls.hpp>
  10. #endif
  11.  
  12. #ifndef GridsHPP
  13. #include <Grids.hpp>
  14. #endif
  15.  
  16. #ifndef ButtonsHPP
  17. #include <Buttons.hpp>
  18. #endif
  19.  
  20. #ifndef DBTablesHPP
  21. #include <DBTables.hpp>
  22. #endif
  23.  
  24. #ifndef DBHPP
  25. #include <DB.hpp>
  26. #endif
  27.  
  28. #ifndef DBGridsHPP
  29. #include <DBGrids.hpp>
  30. #endif
  31.  
  32. #ifndef DBCtrlsHPP
  33. #include <DBCtrls.hpp>
  34. #endif
  35.  
  36. #ifndef StdCtrlsHPP
  37. #include <StdCtrls.hpp>
  38. #endif
  39.  
  40. #ifndef FormsHPP
  41. #include <Forms.hpp>
  42. #endif
  43.  
  44. #ifndef ControlsHPP
  45. #include <Controls.hpp>
  46. #endif
  47.  
  48. #ifndef GraphicsHPP
  49. #include <Graphics.hpp>
  50. #endif
  51.  
  52. #ifndef ClassesHPP
  53. #include <Classes.hpp>
  54. #endif
  55.  
  56. #ifndef MessagesHPP
  57. #include <Messages.hpp>
  58. #endif
  59.  
  60. #ifndef WindowsHPP
  61. #include <Windows.hpp>
  62. #endif
  63.  
  64. #ifndef SysUtilsHPP
  65. #include <SysUtils.hpp>
  66. #endif
  67.  
  68. #ifndef SystemHPP
  69. #include <System.hpp>
  70. #endif
  71.  
  72. //-- type declarations -------------------------------------------------------
  73. class __declspec(delphiclass) TForm1;
  74. class TForm1 : public TForm
  75. {
  76.     typedef TForm1 ThisClass;
  77.     typedef TForm inherited;
  78.     
  79. __published:
  80.     TPanel *Panel1;
  81.     TLabel *Label1;
  82.     TDBImage *DBImage1;
  83.     TDBText *DBLabel1;
  84.     TDBMemo *DBMemo1;
  85.     TDataSource *DataSource1;
  86.     TTable *Table1;
  87.     TStringField *Table1Common_Name;
  88.     TBlobField *Table1Graphic;
  89.     TDBGrid *DBGrid1;
  90.     TBitBtn *BitBtn1;
  91.     TStringField *Table1Category;
  92.     TStringField *Table1SpeciesName;
  93.     TFloatField *Table1Lengthcm;
  94.     TFloatField *Table1Length_In;
  95.     TMemoField *Table1Notes;
  96.  
  97. public:
  98.     __fastcall virtual TForm1(TComponent*);
  99. };
  100.  
  101. //-- var, const, procedure ---------------------------------------------------
  102. extern TForm1 *Form1;
  103. //-- end unit ----------------------------------------------------------------
  104. #endif    // Ffactwin
  105.