home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / zkuste / delphi / nastroje / SNAPPER.ZIP / batchp.dfm < prev    next >
Encoding:
Text File  |  2001-06-17  |  2.1 KB  |  108 lines

  1. object frmBatch: TfrmBatch
  2.   Left = 262
  3.   Top = 132
  4.   Width = 501
  5.   Height = 479
  6.   Caption = 'Batch processing Orasnapper'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object CheckListBox1: TCheckListBox
  18.     Left = 40
  19.     Top = 16
  20.     Width = 425
  21.     Height = 337
  22.     ItemHeight = 13
  23.     TabOrder = 0
  24.   end
  25.   object BitBtn1: TBitBtn
  26.     Left = 40
  27.     Top = 368
  28.     Width = 75
  29.     Height = 25
  30.     Caption = 'Select all'
  31.     TabOrder = 1
  32.     OnClick = BitBtn1Click
  33.   end
  34.   object BitBtn2: TBitBtn
  35.     Left = 136
  36.     Top = 368
  37.     Width = 75
  38.     Height = 25
  39.     Caption = 'Deselect all'
  40.     TabOrder = 2
  41.     OnClick = BitBtn2Click
  42.   end
  43.   object BitBtn3: TBitBtn
  44.     Left = 40
  45.     Top = 408
  46.     Width = 75
  47.     Height = 25
  48.     Hint = 'Generate the export/files'
  49.     Caption = 'Process'
  50.     ParentShowHint = False
  51.     ShowHint = True
  52.     TabOrder = 3
  53.     OnClick = BitBtn3Click
  54.   end
  55.   object BitBtn4: TBitBtn
  56.     Left = 136
  57.     Top = 408
  58.     Width = 75
  59.     Height = 25
  60.     Hint = 'Abort and return'
  61.     Caption = 'Abort'
  62.     ParentShowHint = False
  63.     ShowHint = True
  64.     TabOrder = 4
  65.     OnClick = BitBtn4Click
  66.   end
  67.   object RadioGroup1: TRadioGroup
  68.     Left = 232
  69.     Top = 368
  70.     Width = 105
  71.     Height = 65
  72.     Hint = 'Choose export format'
  73.     Caption = 'Output'
  74.     ParentShowHint = False
  75.     ShowHint = True
  76.     TabOrder = 5
  77.   end
  78.   object ASCIIBTN: TRadioButton
  79.     Left = 248
  80.     Top = 384
  81.     Width = 81
  82.     Height = 17
  83.     Caption = 'ASCII'
  84.     TabOrder = 6
  85.   end
  86.   object HTMLBTN: TRadioButton
  87.     Left = 248
  88.     Top = 408
  89.     Width = 65
  90.     Height = 17
  91.     Caption = 'HTML'
  92.     Checked = True
  93.     TabOrder = 7
  94.     TabStop = True
  95.   end
  96.   object IndexCB: TCheckBox
  97.     Left = 352
  98.     Top = 368
  99.     Width = 97
  100.     Height = 17
  101.     Hint = 'Create a new index.html?'
  102.     Caption = 'Create index.html'
  103.     ParentShowHint = False
  104.     ShowHint = True
  105.     TabOrder = 8
  106.   end
  107. end
  108.