home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------------
- #ifndef SaveDlgH
- #define SaveDlgH
- //---------------------------------------------------------------------------
- #include <vcl\Classes.hpp>
- #include <vcl\Controls.hpp>
- #include <vcl\StdCtrls.hpp>
- #include <vcl\Forms.hpp>
- #include <vcl\ExtCtrls.hpp>
- #include <vcl\ComCtrls.hpp>
- #include <vcl\Buttons.hpp>
- //---------------------------------------------------------------------------
- class TSaveOptions : public TForm
- {
- __published: // IDE-managed Components
- TRadioGroup *SaveBits;
- TLabel *Label1;
- TEdit *SaveQFactor;
- TUpDown *UpDown1;
- TBitBtn *BitBtn1;
- TBitBtn *BitBtn2;
- private: // User declarations
- public: // User declarations
- __fastcall TSaveOptions(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern TSaveOptions *SaveOptions;
- //---------------------------------------------------------------------------
- #endif
-