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