home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / tema / thebat / download / update / thebat.exe / 0 / RCDATA / TFOLDERPROCESSOR / TFOLDERPROCESSOR.txt
Text File  |  2001-09-09  |  1KB  |  60 lines

  1. object FolderProcessor: TFolderProcessor
  2.   Left = 193
  3.   Top = 126
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Selective subscribe'
  7.   ClientHeight = 101
  8.   ClientWidth = 238
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object lStatus: TLabel
  19.     Left = 8
  20.     Top = 16
  21.     Width = 93
  22.     Height = 13
  23.     Caption = 'Processing mailbox:'
  24.   end
  25.   object lBox: TLabel
  26.     Left = 8
  27.     Top = 32
  28.     Width = 225
  29.     Height = 13
  30.     AutoSize = False
  31.     Font.Color = clWindowText
  32.     Font.Height = -11
  33.     Font.Name = 'MS Sans Serif'
  34.     Font.Style = [fsBold]
  35.     ParentFont = False
  36.   end
  37.   object bStop: TButton
  38.     Left = 81
  39.     Top = 72
  40.     Width = 75
  41.     Height = 25
  42.     Cancel = True
  43.     Caption = 'Stop'
  44.     Default = True
  45.     ModalResult = 1
  46.     TabOrder = 1
  47.     OnClick = bStopClick
  48.   end
  49.   object pBox: TProgressBar
  50.     Left = 8
  51.     Top = 48
  52.     Width = 225
  53.     Height = 16
  54.     Min = 0
  55.     Max = 100
  56.     TabOrder = 0
  57.     Visible = False
  58.   end
  59. end
  60.