home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / Chip_1998-05_cd.bin / sharewar / 32psft / _SETUP.1 / FTP.EXE / 0 / RCDATA / TDIALFORM / TDIALFORM.txt < prev   
Text File  |  1997-04-19  |  1KB  |  63 lines

  1. object DialForm: TDialForm
  2.   Left = 261
  3.   Top = 307
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Connecting To '
  7.   ClientHeight = 58
  8.   ClientWidth = 280
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   ShowHint = True
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   OnDestroy = FormDestroy
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 8
  23.     Top = 8
  24.     Width = 36
  25.     Height = 13
  26.     Caption = 'Status: '
  27.   end
  28.   object Label2: TLabel
  29.     Left = 48
  30.     Top = 8
  31.     Width = 137
  32.     Height = 29
  33.     AutoSize = False
  34.     Caption = 'Dialing...'
  35.     WordWrap = True
  36.   end
  37.   object Image1: TImage
  38.     Left = 8
  39.     Top = 24
  40.     Width = 32
  41.     Height = 32
  42.     AutoSize = True
  43.     Picture.Data = {<image000.ico>}
  44.   end
  45.   object Button1: TButton
  46.     Left = 199
  47.     Top = 8
  48.     Width = 75
  49.     Height = 25
  50.     Hint = 'Cancel Dialing'
  51.     Caption = '&Cancel'
  52.     ModalResult = 2
  53.     TabOrder = 0
  54.     OnClick = Button1Click
  55.   end
  56.   object Timer1: TTimer
  57.     Enabled = False
  58.     OnTimer = Timer1Timer
  59.     Left = 248
  60.     Top = 24
  61.   end
  62. end
  63.