deviceopenpwdinputunit.h

来自「指纹门禁机管理系统」· C头文件 代码 · 共 38 行

H
38
字号
//---------------------------------------------------------------------------

#ifndef DeviceOpenPwdInputUnitH
#define DeviceOpenPwdInputUnitH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "BaseInputUnit.h"
#include <Buttons.hpp>
#include <ComCtrls.hpp>
#include <ExtCtrls.hpp>
//---------------------------------------------------------------------------
class TDeviceOpenPwdInputFrm : public TBaseDataInputFrm
{
__published:	// IDE-managed Components
        TLabel *Label1;
    TEdit *edtSetOpenPwd;
    TBevel *Bevel1;
    TLabel *Label2;
    TEdit *edtDeviceName;
    TLabel *Label3;
        void __fastcall bbtnOKClick(TObject *Sender);
    void __fastcall FormCreate(TObject *Sender);
private:
        int Password;
public:
        void SetDeviceName(char* iDeviceName);
        int  GetPassword();

        __fastcall TDeviceOpenPwdInputFrm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TDeviceOpenPwdInputFrm *DeviceOpenPwdInputFrm;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?