| Descrição | Hierarquia | Campos | Métodos | Properties |
type TfrmKernelSobre = class(TForm)
Formulário de Informações sobre o sistema
![]() |
imgAplicativo: TImage; |
![]() |
lblRegistradoPara: TLabel; |
![]() |
lblUsuarioRegistro: TLabel; |
![]() |
lblEmpresaRegistro: TLabel; |
![]() |
btnOK: TButton; |
![]() |
lblDescricao: TLabel; |
![]() |
edtCreditos: TMemo; |
![]() |
lblCreditos: TLabel; |
![]() |
lblStatusRegistro: TLabel; |
![]() |
lblTituloVersao: TLabel; |
![]() |
edtVersao: TEdit; |
![]() |
procedure btnOKClick(Sender: TObject); |
![]() |
procedure FormCreate(Sender: TObject); |
![]() |
procedure DefinirEmpresa(const Value: string); |
![]() |
procedure DefinirUsuario(const Value: string); |
![]() |
procedure DefinirStatusRegistro(const Value: string); |
![]() |
procedure DefinirDescricao(const Value : String); |
![]() |
property UsuarioRegistrado : string write DefinirUsuario; |
![]() |
property EmpresaRegistrada : string write DefinirEmpresa; |
![]() |
property StatusRegistro : string write DefinirStatusRegistro; |
![]() |
property Descricao : string write DefinirDescricao; |
![]() |
imgAplicativo: TImage; |
![]() |
lblRegistradoPara: TLabel; |
![]() |
lblUsuarioRegistro: TLabel; |
![]() |
lblEmpresaRegistro: TLabel; |
![]() |
btnOK: TButton; |
![]() |
lblDescricao: TLabel; |
![]() |
edtCreditos: TMemo; |
![]() |
lblCreditos: TLabel; |
![]() |
lblStatusRegistro: TLabel; |
![]() |
lblTituloVersao: TLabel; |
![]() |
edtVersao: TEdit; |
![]() |
procedure btnOKClick(Sender: TObject); |
![]() |
procedure FormCreate(Sender: TObject); |
![]() |
procedure DefinirEmpresa(const Value: string); |
|
Define a Empresa usuária Parâmetros
| |
![]() |
procedure DefinirUsuario(const Value: string); |
|
Define o nome do usuário Parâmetros
| |
![]() |
procedure DefinirStatusRegistro(const Value: string); |
|
Define o Status do registro Parâmetros
| |
![]() |
procedure DefinirDescricao(const Value : String); |
|
Define a descrição do aplicativo Parâmetros
| |
![]() |
property UsuarioRegistrado : string write DefinirUsuario; |
|
Nome do Usuário registrado | |
![]() |
property EmpresaRegistrada : string write DefinirEmpresa; |
|
Nome/CNPJ/INformação da empresa registrada | |
![]() |
property StatusRegistro : string write DefinirStatusRegistro; |
|
Status atual do registro | |
![]() |
property Descricao : string write DefinirDescricao; |
|
Descrição do aplicativo | |