home *** CD-ROM | disk | FTP | other *** search
/ Emuladores 7 / EMULADORES_7.iso / kit / discador_netcerta.exe / DiscadorNetCerta.exe / 0 / RCDATA / TFORMSTATUS / TFORMSTATUS.txt
Text File  |  2004-05-10  |  744b  |  38 lines

  1. object FormStatus: TFormStatus
  2.   Left = 537
  3.   Top = 409
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Conectando'
  7.   ClientHeight = 151
  8.   ClientWidth = 357
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poDesktopCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lbStatus: TLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 345
  24.     Height = 105
  25.     AutoSize = False
  26.     WordWrap = True
  27.   end
  28.   object btStatus: TButton
  29.     Left = 141
  30.     Top = 120
  31.     Width = 75
  32.     Height = 25
  33.     Caption = 'Cancelar'
  34.     TabOrder = 0
  35.     OnClick = btStatusClick
  36.   end
  37. end
  38.