4.0.7版
This commit is contained in:
+4
-1
@@ -10,7 +10,8 @@
|
||||
#include <Vcl.ExtCtrls.hpp>
|
||||
#include <Vcl.Mask.hpp>
|
||||
|
||||
#define UR_VERIFY 0x00
|
||||
#define UR_RESET 0x00
|
||||
#define UR_VERIFY 0x01
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
class TActCodeForm : public TForm
|
||||
@@ -19,10 +20,12 @@ __published: // IDE-managed Components
|
||||
TLabeledEdit *m_leActCode;
|
||||
TButton *m_btnOk;
|
||||
TLabel *m_lbTips;
|
||||
TButton *m_btnReset;
|
||||
void __fastcall FormCreate(TObject *Sender);
|
||||
void __fastcall OnCodeChange(TObject *Sender);
|
||||
void __fastcall OnCodeKeyPress(TObject *Sender, System::WideChar &Key);
|
||||
void __fastcall OnOkClick(TObject *Sender);
|
||||
void __fastcall OnResetClick(TObject *Sender);
|
||||
private: // User declarations
|
||||
int m_tExpire;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user