home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- //Borland C++Builder
- //Copyright (c) 1987, 1997 Borland International Inc. All Rights Reserved.
- //----------------------------------------------------------------------------
- //----------------------------------------------------------------------------
- #ifndef Auto1H
- #define Auto1H
- //----------------------------------------------------------------------------
- #include <OleAuto.hpp>
- #include <StdCtrls.hpp>
- #include <Dialogs.hpp>
- #include <Forms.hpp>
- #include <Controls.hpp>
- #include <Graphics.hpp>
- #include <Classes.hpp>
- #include <SysUtils.hpp>
- #include <Messages.hpp>
- #include <Windows.hpp>
- #include <System.hpp>
- //----------------------------------------------------------------------------
- class TForm1 : public TForm
- {
- __published:
- TEdit *Edit1;
- TButton *Button1;
- TButton *Button2;
- TButton *Button3;
- TLabel *Label1;
- void __fastcall Button1Click(TObject *Sender);
- void __fastcall Button2Click(TObject *Sender);
- void __fastcall Button3Click(TObject *Sender);
-
- private:
- Variant AutoServer;
-
- public:
- virtual __fastcall TForm1(TComponent *Owner);
- };
- //----------------------------------------------------------------------------
- extern TForm1 *Form1;
- //----------------------------------------------------------------------------
- #endif
-