home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 May / VPR9705A.ISO / VPR_DATA / PROGRAM / CBTRIAL / SETUP / DATA.Z / FFACTWIN.H < prev    next >
C/C++ Source or Header  |  1997-02-14  |  3KB  |  122 lines

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