home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 November / Chip_2000-11_cd2.bin / sharewar / 2020 / SETUP.EXE / %MAINDIR% / 2020.exe / 0 / RCDATA / TBATCHDOCONVERT / TBATCHDOCONVERT.txt
Encoding:
Text File  |  2000-09-13  |  1.5 KB  |  90 lines

  1. object BatchDoConvert: TBatchDoConvert
  2.   Left = 187
  3.   Top = 162
  4.   BorderStyle = bsDialog
  5.   Caption = '20/20 Batch Convert'
  6.   ClientHeight = 297
  7.   ClientWidth = 471
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 171
  20.     Top = 15
  21.     Width = 33
  22.     Height = 13
  23.     Caption = 'Status:'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 174
  27.     Top = 40
  28.     Width = 30
  29.     Height = 13
  30.     Caption = 'Errors:'
  31.   end
  32.   object lStatus: TLabel
  33.     Left = 210
  34.     Top = 15
  35.     Width = 51
  36.     Height = 13
  37.     Caption = 'Converting'
  38.   end
  39.   object lError: TLabel
  40.     Left = 210
  41.     Top = 40
  42.     Width = 26
  43.     Height = 13
  44.     Caption = 'None'
  45.   end
  46.   object lbfiles: TListBox
  47.     Left = 11
  48.     Top = 147
  49.     Width = 448
  50.     Height = 142
  51.     ItemHeight = 13
  52.     TabOrder = 0
  53.   end
  54.   object Button1: TButton
  55.     Left = 384
  56.     Top = 60
  57.     Width = 75
  58.     Height = 25
  59.     Caption = 'Cancel'
  60.     TabOrder = 1
  61.     OnClick = Button1Click
  62.   end
  63.   object Panel1: TPanel
  64.     Left = 11
  65.     Top = 7
  66.     Width = 153
  67.     Height = 130
  68.     BevelInner = bvLowered
  69.     TabOrder = 2
  70.     object Image1: TImage
  71.       Left = 2
  72.       Top = 2
  73.       Width = 149
  74.       Height = 126
  75.       Align = alClient
  76.     end
  77.   end
  78.   object pbStatus: TProgressBar
  79.     Left = 172
  80.     Top = 120
  81.     Width = 287
  82.     Height = 16
  83.     Min = 0
  84.     Max = 100
  85.     Smooth = True
  86.     Step = 1
  87.     TabOrder = 3
  88.   end
  89. end
  90.