[exgui] Add class member variables

This commit is contained in:
RD42
2023-12-02 20:35:55 +08:00
parent a0699811fe
commit f02abb7c83
8 changed files with 150 additions and 0 deletions

View File

@ -8,6 +8,8 @@ uses
type
TfmMasterUpdate = class(TForm)
lblPleaseWait: TLabel;
lblUpdating: TLabel;
private
{ Private declarations }
public