home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------------
- #include <vcl\vcl.h>
- #pragma hdrstop
-
- #include "SaveDlg.h"
- //---------------------------------------------------------------------------
- #pragma resource "*.dfm"
- TSaveOptions *SaveOptions;
- //---------------------------------------------------------------------------
- __fastcall TSaveOptions::TSaveOptions(TComponent* Owner)
- : TForm(Owner)
- {
- }
- //---------------------------------------------------------------------------