pascalSCADA OPM: usrmgnt_login: Class TpsHMIfrmUserAuthentication

Pascal SCADA OPM

Class TpsHMIfrmUserAuthentication

Unit

usrmgnt_login

Declaration

type TpsHMIfrmUserAuthentication = class(TForm)

Description

TpsHMIfrmUserAuthentication

Hierarchy

  • TForm
  • TpsHMIfrmUserAuthentication

Overview

Fields

Public edtusername: TEdit;
Public Label1: TLabel;
Public Label2: TLabel;
Public edtPassword: TEdit;
Public Panel1: TPanel;
Public Panel2: TPanel;
Public btnOk: TBitBtn;
Public btnCancel: TBitBtn;

Methods

Public procedure FormShow(Sender: TObject);
Public procedure EnableEntry;
Public procedure DisableEntry;

Properties

Published property FocusControl: TFocusedControl read FFocusControl write FFocusControl;

Description

Fields

Public edtusername: TEdit;
 
Public Label1: TLabel;
 
Public Label2: TLabel;
 
Public edtPassword: TEdit;
 
Public Panel1: TPanel;
 
Public Panel2: TPanel;
 
Public btnOk: TBitBtn;
 
Public btnCancel: TBitBtn;
 

Methods

Public procedure FormShow(Sender: TObject);
 
Public procedure EnableEntry;

Public declarations

Public procedure DisableEntry;
 

Properties

Published property FocusControl: TFocusedControl read FFocusControl write FFocusControl;
 

Generated by PasDoc 0.14.0.