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
+15 -5
View File
@@ -31,9 +31,9 @@ object ActCodeForm: TActCodeForm
ParentFont = False
end
object m_leActCode: TLabeledEdit
Left = 96
Left = 75
Top = 27
Width = 153
Width = 129
Height = 23
AutoSize = False
EditLabel.Width = 45
@@ -49,12 +49,22 @@ object ActCodeForm: TActCodeForm
OnKeyPress = OnCodeKeyPress
end
object m_btnOk: TButton
Left = 113
Top = 91
Left = 115
Top = 88
Width = 75
Height = 25
Caption = #39564#35777
Caption = #20851#38381
TabOrder = 1
OnClick = OnOkClick
end
object m_btnReset: TButton
Left = 212
Top = 26
Width = 63
Height = 25
Caption = #37325#32622
Enabled = False
TabOrder = 2
OnClick = OnResetClick
end
end