upass.h
来自「超市配货中心进销存源码 超市配货中心进销存源码」· C头文件 代码 · 共 49 行
H
49 行
//----------------------------------------------------------------------------
#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 + =
减小字号Ctrl + -
显示快捷键?