📄 login.h
字号:
//---------------------------------------------------------------------------
#ifndef LoginH
#define LoginH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include <ADODB.hpp>
#include <Db.hpp>
#include <DBCtrls.hpp>
#include <Buttons.hpp>
#include <jpeg.hpp>
#include <Graphics.hpp>
#include <DB.hpp>
//---------------------------------------------------------------------------
class TLoginForm : public TForm
{
__published: // IDE-managed Components
TDataSource *DataSource1;
TADOQuery *ADOQuery1;
TImage *Image1;
TLabel *Label1;
TLabel *Label2;
TDBLookupComboBox *DBLookupComboBox1;
TEdit *Edit1;
TLabel *Label3;
TImage *Image2;
TImage *Image3;
TLabel *Label4;
void __fastcall FormCreate(TObject *Sender);
void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
void __fastcall Image2Click(TObject *Sender);
void __fastcall Image3Click(TObject *Sender);
private: // User declarations
void __fastcall CreateParams(TCreateParams &Params);
public: // User declarations
__fastcall TLoginForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TLoginForm *LoginForm;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -