Unit1.h
上传用户:lhxd_sz
上传日期:2014-10-02
资源大小:38814k
文件大小:2k
- //---------------------------------------------------------------------------
- #ifndef Unit1H
- #define Unit1H
- //---------------------------------------------------------------------------
- #include <Classes.hpp>
- #include <Controls.hpp>
- #include <StdCtrls.hpp>
- #include <Forms.hpp>
- #include <Menus.hpp>
- #include <Db.hpp>
- #include <DBCtrls.hpp>
- #include <DBTables.hpp>
- #include <ExtCtrls.hpp>
- #include <OleCtnrs.hpp>
- //---------------------------------------------------------------------------
- class TForm1 : public TForm
- {
- __published: // IDE-managed Components
- TTable *Table1;
- TDataSource *DataSource1;
- TOleContainer *OleContainer1;
- TDBLookupListBox *DBLookupListBox1;
- TSplitter *Splitter1;
- TMainMenu *MainMenu1;
- TMenuItem *N1;
- TMenuItem *N2;
- TMenuItem *N3;
- TMenuItem *N4;
- TMenuItem *N5;
- void __fastcall OleContainer1Exit(TObject *Sender);
- void __fastcall FormActivate(TObject *Sender);
- void __fastcall FormDestroy(TObject *Sender);
- void __fastcall N2Click(TObject *Sender);
- void __fastcall DBLookupListBox1Click(TObject *Sender);
- void __fastcall N3Click(TObject *Sender);
- void __fastcall N5Click(TObject *Sender);
- private: // User declarations
- public: // User declarations
- __fastcall TForm1(TComponent* Owner);
- void __fastcall LoadOleField(void);
- void __fastcall SaveOleField(void);
- };
- //---------------------------------------------------------------------------
- extern PACKAGE TForm1 *Form1;
- //---------------------------------------------------------------------------
- #endif