📄 upass.~h
字号:
//----------------------------------------------------------------------------
#ifndef UPassH
#define UPassH
//----------------------------------------------------------------------------
#include <vcl\ExtCtrls.hpp>
#include <vcl\Buttons.hpp>
#include <vcl\StdCtrls.hpp>
#include <vcl\Controls.hpp>
#include <vcl\Forms.hpp>
#include <vcl\Graphics.hpp>
#include <vcl\Classes.hpp>
#include <vcl\SysUtils.hpp>
#include <vcl\Windows.hpp>
#include <vcl\System.hpp>
#include <IniFiles.hpp>
#include <stdlib.h>
//----------------------------------------------------------------------------
class TfPass : public TForm
{
__published:
TPanel *Panel1;
TGroupBox *GBFrame;
TLabel *Label1;
TLabel *Label2;
TShape *Shape1;
TShape *Shape2;
TEdit *eUserName;
TEdit *ePassWord;
TBitBtn *OK;
TBitBtn *NO;
TImage *PBDraw;
void __fastcall FormPaint(TObject *Sender);
void __fastcall FormShow(TObject *Sender);
void __fastcall OKClick(TObject *Sender);
void __fastcall eUserNameKeyPress(TObject *Sender, char &Key);
void __fastcall NOClick(TObject *Sender);
void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
void __fastcall eUserNameExit(TObject *Sender);
private:
public:
// void virtual __fastcall CreateParams(TCreateParams& Params);
virtual __fastcall TfPass(TComponent* AOwner);
};
//----------------------------------------------------------------------------
extern PACKAGE TfPass *fPass;
//----------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -