home *** CD-ROM | disk | FTP | other *** search
- object BatchForm: TBatchForm
- Left = 200
- Top = 108
- Width = 353
- Height = 300
- Caption = 'Batch processing'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object FilesListBox: TListBox
- Left = 0
- Top = 0
- Width = 249
- Height = 273
- Align = alLeft
- ItemHeight = 13
- TabOrder = 0
- end
- object OkBtn: TButton
- Left = 264
- Top = 128
- Width = 75
- Height = 25
- Caption = '&Run'
- Default = True
- TabOrder = 1
- OnClick = OkBtnClick
- end
- object CancelBtn: TButton
- Left = 264
- Top = 168
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object AddBtn: TButton
- Left = 264
- Top = 16
- Width = 75
- Height = 25
- Caption = '&Add'
- TabOrder = 3
- OnClick = AddBtnClick
- end
- object RemoveBtn: TButton
- Left = 264
- Top = 47
- Width = 75
- Height = 25
- Caption = 'R&emove'
- TabOrder = 4
- OnClick = RemoveBtnClick
- end
- object OpenDialog1: TOpenDialog
- FileEditStyle = fsEdit
- Options = [ofHideReadOnly, ofAllowMultiSelect, ofPathMustExist, ofFileMustExist]
- Left = 288
- Top = 88
- end
- end
-