📄 login.~h
字号:
//---------------------------------------------------------------------------
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -