home *** CD-ROM | disk | FTP | other *** search
- object AboutBox1: TAboutBox1
- Left = 228
- Top = 120
- BorderStyle = bsDialog
- Caption = 'Registro'
- ClientHeight = 219
- ClientWidth = 320
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'VAG Rounded Th'
- Font.Style = [fsBold]
- Position = poScreenCenter
- OnActivate = FormActivate
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 15
- object Label4: TLabel
- Left = 17
- Top = 26
- Width = 3
- Height = 15
- end
- object Panel1: TPanel
- Left = 9
- Top = 9
- Width = 301
- Height = 129
- BevelInner = bvRaised
- BevelOuter = bvLowered
- ParentColor = True
- TabOrder = 0
- object Label1: TLabel
- Left = 26
- Top = 17
- Width = 33
- Height = 15
- Caption = 'NOME'
- end
- object Label2: TLabel
- Left = 26
- Top = 77
- Width = 36
- Height = 15
- Caption = 'SENHA'
- end
- object Edit1: TEdit
- Left = 26
- Top = 34
- Width = 249
- Height = 23
- TabOrder = 0
- end
- object Edit2: TEdit
- Left = 26
- Top = 94
- Width = 129
- Height = 23
- TabOrder = 1
- end
- end
- object OKButton: TButton
- Left = 138
- Top = 184
- Width = 44
- Height = 27
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- OnClick = OKButtonClick
- end
- object Button1: TButton
- Left = 117
- Top = 146
- Width = 87
- Height = 27
- Caption = 'CANCELA'
- TabOrder = 2
- OnClick = Button1Click
- end
- end
-