home *** CD-ROM | disk | FTP | other *** search
/ Mundo do CD-ROM 11 / CDROM11.iso / entrete / qmagico / _setup.1 / Magicos.exe / 0 / RCDATA / TABOUTBOX1 / TABOUTBOX1.txt
Encoding:
Text File  |  1997-05-25  |  1.4 KB  |  82 lines

  1. object AboutBox1: TAboutBox1
  2.   Left = 228
  3.   Top = 120
  4.   BorderStyle = bsDialog
  5.   Caption = 'Registro'
  6.   ClientHeight = 219
  7.   ClientWidth = 320
  8.   Font.Color = clBlack
  9.   Font.Height = -12
  10.   Font.Name = 'VAG Rounded Th'
  11.   Font.Style = [fsBold]
  12.   Position = poScreenCenter
  13.   OnActivate = FormActivate
  14.   OnClose = FormClose
  15.   PixelsPerInch = 96
  16.   TextHeight = 15
  17.   object Label4: TLabel
  18.     Left = 17
  19.     Top = 26
  20.     Width = 3
  21.     Height = 15
  22.   end
  23.   object Panel1: TPanel
  24.     Left = 9
  25.     Top = 9
  26.     Width = 301
  27.     Height = 129
  28.     BevelInner = bvRaised
  29.     BevelOuter = bvLowered
  30.     ParentColor = True
  31.     TabOrder = 0
  32.     object Label1: TLabel
  33.       Left = 26
  34.       Top = 17
  35.       Width = 33
  36.       Height = 15
  37.       Caption = 'NOME'
  38.     end
  39.     object Label2: TLabel
  40.       Left = 26
  41.       Top = 77
  42.       Width = 36
  43.       Height = 15
  44.       Caption = 'SENHA'
  45.     end
  46.     object Edit1: TEdit
  47.       Left = 26
  48.       Top = 34
  49.       Width = 249
  50.       Height = 23
  51.       TabOrder = 0
  52.     end
  53.     object Edit2: TEdit
  54.       Left = 26
  55.       Top = 94
  56.       Width = 129
  57.       Height = 23
  58.       TabOrder = 1
  59.     end
  60.   end
  61.   object OKButton: TButton
  62.     Left = 138
  63.     Top = 184
  64.     Width = 44
  65.     Height = 27
  66.     Caption = 'OK'
  67.     Default = True
  68.     ModalResult = 1
  69.     TabOrder = 1
  70.     OnClick = OKButtonClick
  71.   end
  72.   object Button1: TButton
  73.     Left = 117
  74.     Top = 146
  75.     Width = 87
  76.     Height = 27
  77.     Caption = 'CANCELA'
  78.     TabOrder = 2
  79.     OnClick = Button1Click
  80.   end
  81. end
  82.