home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 A / CHIP_HITWARE_7A.iso / biuro / AddrOrg / _SETUP.1 / ADO30.exe / 0 / RCDATA / TDIALFORM / TDIALFORM.txt < prev   
Text File  |  1999-12-09  |  1KB  |  64 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.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   ShowHint = True
  16.   OnActivate = FormActivate
  17.   OnClose = FormClose
  18.   OnDestroy = FormDestroy
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 8
  24.     Top = 8
  25.     Width = 36
  26.     Height = 13
  27.     Caption = 'Status: '
  28.   end
  29.   object Label2: TLabel
  30.     Left = 48
  31.     Top = 8
  32.     Width = 137
  33.     Height = 29
  34.     AutoSize = False
  35.     Caption = 'Dialing...'
  36.     WordWrap = True
  37.   end
  38.   object Image1: TImage
  39.     Left = 8
  40.     Top = 24
  41.     Width = 32
  42.     Height = 32
  43.     AutoSize = True
  44.     Picture.Data = {<image000.ico>}
  45.   end
  46.   object Button1: TButton
  47.     Left = 199
  48.     Top = 8
  49.     Width = 75
  50.     Height = 25
  51.     Hint = 'Cancel Dialing'
  52.     Caption = '&Cancel'
  53.     ModalResult = 2
  54.     TabOrder = 0
  55.     OnClick = Button1Click
  56.   end
  57.   object Timer1: TTimer
  58.     Enabled = False
  59.     OnTimer = Timer1Timer
  60.     Left = 248
  61.     Top = 24
  62.   end
  63. end
  64.