home *** CD-ROM | disk | FTP | other *** search
- object frmBatch: TfrmBatch
- Left = 262
- Top = 132
- Width = 501
- Height = 479
- Caption = 'Batch processing Orasnapper'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object CheckListBox1: TCheckListBox
- Left = 40
- Top = 16
- Width = 425
- Height = 337
- ItemHeight = 13
- TabOrder = 0
- end
- object BitBtn1: TBitBtn
- Left = 40
- Top = 368
- Width = 75
- Height = 25
- Caption = 'Select all'
- TabOrder = 1
- OnClick = BitBtn1Click
- end
- object BitBtn2: TBitBtn
- Left = 136
- Top = 368
- Width = 75
- Height = 25
- Caption = 'Deselect all'
- TabOrder = 2
- OnClick = BitBtn2Click
- end
- object BitBtn3: TBitBtn
- Left = 40
- Top = 408
- Width = 75
- Height = 25
- Hint = 'Generate the export/files'
- Caption = 'Process'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 3
- OnClick = BitBtn3Click
- end
- object BitBtn4: TBitBtn
- Left = 136
- Top = 408
- Width = 75
- Height = 25
- Hint = 'Abort and return'
- Caption = 'Abort'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 4
- OnClick = BitBtn4Click
- end
- object RadioGroup1: TRadioGroup
- Left = 232
- Top = 368
- Width = 105
- Height = 65
- Hint = 'Choose export format'
- Caption = 'Output'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 5
- end
- object ASCIIBTN: TRadioButton
- Left = 248
- Top = 384
- Width = 81
- Height = 17
- Caption = 'ASCII'
- TabOrder = 6
- end
- object HTMLBTN: TRadioButton
- Left = 248
- Top = 408
- Width = 65
- Height = 17
- Caption = 'HTML'
- Checked = True
- TabOrder = 7
- TabStop = True
- end
- object IndexCB: TCheckBox
- Left = 352
- Top = 368
- Width = 97
- Height = 17
- Hint = 'Create a new index.html?'
- Caption = 'Create index.html'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 8
- end
- end
-