unit2.~h

来自「c++ builder,ado控件用法的部分演示」· ~H 代码 · 共 42 行

~H
42
字号
//---------------------------------------------------------------------------

#ifndef Unit2H
#define Unit2H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ADODB.hpp>
#include <DB.hpp>
#include <DBCtrls.hpp>
#include <Mask.hpp>
//---------------------------------------------------------------------------
class TForm2 : public TForm
{
__published:	// IDE-managed Components
        TLabel *lbl1;
        TLabel *lbl2;
        TLabel *lbl3;
        TLabel *lbl4;
        TDBEdit *dbedtusername;
        TDBEdit *dbedt2;
        TDBEdit *dbedt3;
        TDBEdit *dbedt4;
        TADOConnection *con1;
        TDataSource *ds1;
        TADOQuery *qry1;
        TButton *btnExit;
        TButton *btnQuery;
        TLabel *lbl5;
        void __fastcall btnExitClick(TObject *Sender);
        void __fastcall btnQueryClick(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall TForm2(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm2 *Form2;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?