home *** CD-ROM | disk | FTP | other *** search
/ Chip: Hang es video / CHIP_ZENESZERKESZTO_2005.ISO / audio_1 / Bitmawaves / BW.exe / 0 / RCDATA / TBATCHFORM / TBATCHFORM.txt
Encoding:
Text File  |  2003-03-23  |  1.3 KB  |  68 lines

  1. object BatchForm: TBatchForm
  2.   Left = 200
  3.   Top = 108
  4.   Width = 353
  5.   Height = 300
  6.   Caption = 'Batch processing'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object FilesListBox: TListBox
  15.     Left = 0
  16.     Top = 0
  17.     Width = 249
  18.     Height = 273
  19.     Align = alLeft
  20.     ItemHeight = 13
  21.     TabOrder = 0
  22.   end
  23.   object OkBtn: TButton
  24.     Left = 264
  25.     Top = 128
  26.     Width = 75
  27.     Height = 25
  28.     Caption = '&Run'
  29.     Default = True
  30.     TabOrder = 1
  31.     OnClick = OkBtnClick
  32.   end
  33.   object CancelBtn: TButton
  34.     Left = 264
  35.     Top = 168
  36.     Width = 75
  37.     Height = 25
  38.     Cancel = True
  39.     Caption = '&Cancel'
  40.     ModalResult = 2
  41.     TabOrder = 2
  42.   end
  43.   object AddBtn: TButton
  44.     Left = 264
  45.     Top = 16
  46.     Width = 75
  47.     Height = 25
  48.     Caption = '&Add'
  49.     TabOrder = 3
  50.     OnClick = AddBtnClick
  51.   end
  52.   object RemoveBtn: TButton
  53.     Left = 264
  54.     Top = 47
  55.     Width = 75
  56.     Height = 25
  57.     Caption = 'R&emove'
  58.     TabOrder = 4
  59.     OnClick = RemoveBtnClick
  60.   end
  61.   object OpenDialog1: TOpenDialog
  62.     FileEditStyle = fsEdit
  63.     Options = [ofHideReadOnly, ofAllowMultiSelect, ofPathMustExist, ofFileMustExist]
  64.     Left = 288
  65.     Top = 88
  66.   end
  67. end
  68.