home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / komunik / webedit / data.z / WebEdit.exe / 0 / RCDATA / TFRMHIGHLIGHTSTATUS / TFRMHIGHLIGHTSTATUS.txt
Text File  |  1996-10-14  |  1KB  |  55 lines

  1. object frmHighlightStatus: TfrmHighlightStatus
  2.   Left = 290
  3.   Top = 147
  4.   BorderStyle = bsSingle
  5.   Caption = 'Highlighting Status'
  6.   ClientHeight = 102
  7.   ClientWidth = 217
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnActivate = FormActivate
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object btnCancel: TButton
  20.     Left = 72
  21.     Top = 72
  22.     Width = 75
  23.     Height = 25
  24.     Cancel = True
  25.     Caption = 'Cancel'
  26.     ModalResult = 2
  27.     TabOrder = 0
  28.     OnClick = btnCancelClick
  29.   end
  30.   object gbHighlight: TGroupBox
  31.     Left = 4
  32.     Top = 8
  33.     Width = 209
  34.     Height = 57
  35.     Caption = 'Highlighting Tags'
  36.     TabOrder = 1
  37.     object pbStatus: TProgressBar
  38.       Left = 8
  39.       Top = 20
  40.       Width = 193
  41.       Height = 25
  42.       Min = 0
  43.       Max = 100
  44.       Step = 1
  45.       TabOrder = 0
  46.     end
  47.   end
  48.   object tmrClose: TTimer
  49.     Interval = 250
  50.     OnTimer = tmrCloseTimer
  51.     Left = 176
  52.     Top = 72
  53.   end
  54. end
  55.