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

生物技术

开发平台:

C++ Builder

  1. //---------------------------------------------------------------------------
  2. #ifndef SavePSAllH
  3. #define SavePSAllH
  4. //---------------------------------------------------------------------------
  5. #include <Classes.hpp>
  6. #include <Controls.hpp>
  7. #include <StdCtrls.hpp>
  8. #include <Forms.hpp>
  9. #include <Dialogs.hpp>
  10. //---------------------------------------------------------------------------
  11. class TSavePSAllForm : 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.     TEdit *XBlockSizeEdit;
  22.     TEdit *YBlockSizeEdit;
  23.     TEdit *GeneTreeSizeEdit;
  24.     TEdit *ArrayTreeSizeEdit;
  25.     TLabel *Label1;
  26.     TLabel *Label2;
  27.     TLabel *Label3;
  28.     TCheckBox *UseSelectedCheckBox;
  29.     void __fastcall Button1Click(TObject *Sender);
  30.     
  31.     void __fastcall FormShow(TObject *Sender);
  32. private: // User declarations
  33. public: // User declarations
  34.     __fastcall TSavePSAllForm(TComponent* Owner);
  35. };
  36. //---------------------------------------------------------------------------
  37. extern PACKAGE TSavePSAllForm *SavePSAllForm;
  38. //---------------------------------------------------------------------------
  39. #endif