[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
TfmRcon = class(TForm)
edInput: TEdit;
moOutput: TMemo;
procedure edInputKeyPress(Sender: TObject; var Key: Char);
procedure FormClose(Sender: TObject; var Action: TCloseAction);
procedure FormShow(Sender: TObject);