SavePSAllForm.h
上传用户:szb0815
上传日期:2007-06-13
资源大小:338k
文件大小:1k
- //---------------------------------------------------------------------------
- #ifndef SavePSAllFormH
- #define SavePSAllFormH
- //---------------------------------------------------------------------------
- #include <Classes.hpp>
- #include <Controls.hpp>
- #include <StdCtrls.hpp>
- #include <Forms.hpp>
- #include <Dialogs.hpp>
- //---------------------------------------------------------------------------
- class TForm1 : public TForm
- {
- __published: // IDE-managed Components
- TCheckBox *SaveGeneTreeCheckBox;
- TCheckBox *SaveGeneLabelsCheckBox;
- TCheckBox *SavePictureCheckBox;
- TCheckBox *SaveArrayTreeCheckBox;
- TCheckBox *SaveArrayLabelsCheckBox;
- TButton *Button1;
- TSaveDialog *SaveDialog1;
- void __fastcall Button1Click(TObject *Sender);
-
- private: // User declarations
- public: // User declarations
- __fastcall TForm1(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern PACKAGE TForm1 *Form1;
- //---------------------------------------------------------------------------
- #endif