Commit a68aa246e60166576dd1f2f71c754630cfec47fa

Authored by Eric Menezes Noronha
1 parent fd3325a9
Exists in master

Sem uso

Showing 1 changed file with 0 additions and 34 deletions   Show diff stats
MapaTesteProj/AcessoMapaTeste.pas
... ... @@ -1,34 +0,0 @@
1   -unit AcessoMapaTeste;
2   -
3   -interface
4   -
5   -uses
6   - Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
7   - Dialogs, StdCtrls, ExtCtrls;
8   -
9   -type
10   - TfrmAcesso = class(TForm)
11   - btAcesso: TButton;
12   - btCancela: TButton;
13   - pnAcesso: TPanel;
14   - lbNomeUsuarioAcesso: TLabel;
15   - lbSenhaAcesso: TLabel;
16   - lbAviso: TLabel;
17   - edNomeUsuarioAcesso: TEdit;
18   - edSenhaAcesso: TEdit;
19   - pnMessageBox: TPanel;
20   - lbMensagens: TLabel;
21   - private
22   - { Private declarations }
23   - public
24   - { Public declarations }
25   - end;
26   -
27   -var
28   - frmAcesso: TfrmAcesso;
29   -
30   -implementation
31   -
32   -{$R *.dfm}
33   -
34   -end.