login.h

来自「员工管理系统读您的文件包然后写出其具体功能(至少要20个字)。尽量不要让站长把时」· C头文件 代码 · 共 41 行

H
41
字号
//---------------------------------------------------------------------------

#ifndef loginH
#define loginH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ADODB.hpp>
#include <DB.hpp>
#include <ExtCtrls.hpp>
//---------------------------------------------------------------------------
class TFm_login : public TForm
{
__published:	// IDE-managed Components
        TLabel *Label1;
        TLabel *Label2;
        TLabel *Label3;
        TLabel *Label4;
        TLabel *Label5;
        TLabel *Label6;
        TLabel *Label7;
        TButton *bt_login;
        TButton *bt_exit;
        TBevel *Bevel1;
        TADOQuery *pwdQuery;
        TEdit *Edit1;
        TEdit *Edit2;
        void __fastcall bt_loginClick(TObject *Sender);
        void __fastcall bt_exitClick(TObject *Sender);
        void __fastcall Edit1KeyPress(TObject *Sender, char &Key);
private:	// User declarations
public:		// User declarations
        __fastcall TFm_login(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TFm_login *Fm_login;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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