www.pudn.com > ShowImage.rar > Resample.h
//--------------------------------------------------------------------------- #ifndef ResampleH #define ResampleH //--------------------------------------------------------------------------- #include#include #include #include #include #include //--------------------------------------------------------------------------- class TResampleDialog : public TForm { __published: // IDE-managed Components TLabel *Label1; TLabel *Label2; TEdit *OldRows; TEdit *OldCols; TLabel *Label3; TEdit *NewRows; TLabel *Label4; TEdit *NewCols; TRadioGroup *RadioGroup1; TBitBtn *BitBtn1; TBitBtn *BitBtn2; private: // User declarations public: // User declarations __fastcall TResampleDialog(TComponent* Owner); }; //--------------------------------------------------------------------------- extern PACKAGE TResampleDialog *ResampleDialog; //--------------------------------------------------------------------------- #endif