home *** CD-ROM | disk | FTP | other *** search
- object BatchDoConvert: TBatchDoConvert
- Left = 187
- Top = 162
- BorderStyle = bsDialog
- Caption = '20/20 Batch Convert'
- ClientHeight = 297
- ClientWidth = 471
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 171
- Top = 15
- Width = 33
- Height = 13
- Caption = 'Status:'
- end
- object Label2: TLabel
- Left = 174
- Top = 40
- Width = 30
- Height = 13
- Caption = 'Errors:'
- end
- object lStatus: TLabel
- Left = 210
- Top = 15
- Width = 51
- Height = 13
- Caption = 'Converting'
- end
- object lError: TLabel
- Left = 210
- Top = 40
- Width = 26
- Height = 13
- Caption = 'None'
- end
- object lbfiles: TListBox
- Left = 11
- Top = 147
- Width = 448
- Height = 142
- ItemHeight = 13
- TabOrder = 0
- end
- object Button1: TButton
- Left = 384
- Top = 60
- Width = 75
- Height = 25
- Caption = 'Cancel'
- TabOrder = 1
- OnClick = Button1Click
- end
- object Panel1: TPanel
- Left = 11
- Top = 7
- Width = 153
- Height = 130
- BevelInner = bvLowered
- TabOrder = 2
- object Image1: TImage
- Left = 2
- Top = 2
- Width = 149
- Height = 126
- Align = alClient
- end
- end
- object pbStatus: TProgressBar
- Left = 172
- Top = 120
- Width = 287
- Height = 16
- Min = 0
- Max = 100
- Smooth = True
- Step = 1
- TabOrder = 3
- end
- end
-