mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-09-19 12:16:15 +08:00
[exgui] Add class member variables
This commit is contained in:
@ -8,6 +8,12 @@ uses
|
||||
|
||||
type
|
||||
TfmRconConfig = class(TForm)
|
||||
edHost: TEdit;
|
||||
lbHost: TLabel;
|
||||
lbPassword: TLabel;
|
||||
edPassword: TEdit;
|
||||
bnConnect: TButton;
|
||||
bnCancel: TButton;
|
||||
procedure edHostKeyPress(Sender: TObject; var Key: Char);
|
||||
procedure bnCancelClick(Sender: TObject);
|
||||
procedure bnConnectClick(Sender: TObject);
|
||||
|
Reference in New Issue
Block a user