This commit is contained in:
2026-06-23 21:59:23 +08:00
parent cb9997217a
commit 6cdbb4e84b
8 changed files with 156 additions and 14 deletions
+4 -1
View File
@@ -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;