SavePSAllForm.h
上传用户:szb0815
上传日期:2007-06-13
资源大小:338k
文件大小:1k
源码类别:

生物技术

开发平台:

C++ Builder

  1. //---------------------------------------------------------------------------
  2. #ifndef SavePSAllFormH
  3. #define SavePSAllFormH
  4. //---------------------------------------------------------------------------
  5. #include <Classes.hpp>
  6. #include <Controls.hpp>
  7. #include <StdCtrls.hpp>
  8. #include <Forms.hpp>
  9. #include <Dialogs.hpp>
  10. //---------------------------------------------------------------------------
  11. class TForm1 : public TForm
  12. {
  13. __published: // IDE-managed Components
  14.     TCheckBox *SaveGeneTreeCheckBox;
  15.     TCheckBox *SaveGeneLabelsCheckBox;
  16.     TCheckBox *SavePictureCheckBox;
  17.     TCheckBox *SaveArrayTreeCheckBox;
  18.     TCheckBox *SaveArrayLabelsCheckBox;
  19.     TButton *Button1;
  20.     TSaveDialog *SaveDialog1;
  21.     void __fastcall Button1Click(TObject *Sender);
  22.     
  23. private: // User declarations
  24. public: // User declarations
  25.     __fastcall TForm1(TComponent* Owner);
  26. };
  27. //---------------------------------------------------------------------------
  28. extern PACKAGE TForm1 *Form1;
  29. //---------------------------------------------------------------------------
  30. #endif