unit_login.h
来自「本系统里面包含数据库(SQL SERVER2000)」· C头文件 代码 · 共 42 行
H
42 行
//---------------------------------------------------------------------------
#ifndef Unit_LoginH
#define Unit_LoginH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include <jpeg.hpp>
#include <Graphics.hpp>
//---------------------------------------------------------------------------
class TLoginfrm : public TForm
{
__published: // IDE-managed Components
TEdit *Edit1;
TEdit *Edit2;
TPanel *Panel1;
TPanel *Panel2;
TImage *Image1;
TLabel *Label1;
TLabel *Label2;
TLabel *Label3;
TLabel *Label4;
TImage *Image2;
void __fastcall Edit1KeyPress(TObject *Sender, char &Key);
void __fastcall FormKeyDown(TObject *Sender, WORD &Key,
TShiftState Shift);
void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
void __fastcall Edit2KeyPress(TObject *Sender, char &Key);
void __fastcall FormCreate(TObject *Sender);
void __fastcall FormActivate(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TLoginfrm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TLoginfrm *Loginfrm;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?