home *** CD-ROM | disk | FTP | other *** search
/ WDR Computer Club Digital 1997 February / club9702.bin / SHARE95 / 95BLITZ / BLITZ.ZI_ / BLITZ.ZI / S_SUCHE.EXE / 0 / RCDATA / TBTNBOTTOMDLG / TBTNBOTTOMDLG.txt
Text File  |  1996-10-31  |  1KB  |  73 lines

  1. object BtnBottomDlg: TBtnBottomDlg
  2.   Left = 14
  3.   Top = 151
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Dialog'
  7.   ClientHeight = 308
  8.   ClientWidth = 567
  9.   Font.Color = clBlack
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 120
  16.   TextHeight = 16
  17.   object Label3: TLabel
  18.     Left = 240
  19.     Top = 20
  20.     Width = 251
  21.     Height = 19
  22.     Caption = 'Zu durchsuchendes Laufwerk:'
  23.   end
  24.   object OKBtn: TBitBtn
  25.     Left = 79
  26.     Top = 222
  27.     Width = 95
  28.     Height = 33
  29.     TabOrder = 0
  30.     Kind = bkOK
  31.     Margin = 2
  32.     Spacing = -1
  33.     IsControl = True
  34.   end
  35.   object CancelBtn: TBitBtn
  36.     Left = 182
  37.     Top = 222
  38.     Width = 95
  39.     Height = 33
  40.     TabOrder = 1
  41.     Kind = bkCancel
  42.     Margin = 2
  43.     Spacing = -1
  44.     IsControl = True
  45.   end
  46.   object HelpBtn: TBitBtn
  47.     Left = 286
  48.     Top = 222
  49.     Width = 94
  50.     Height = 33
  51.     TabOrder = 2
  52.     Kind = bkHelp
  53.     Margin = 2
  54.     Spacing = -1
  55.     IsControl = True
  56.   end
  57.   object ListBox1: TListBox
  58.     Left = 241
  59.     Top = 49
  60.     Width = 277
  61.     Height = 110
  62.     ExtendedSelect = False
  63.     Font.Color = clBlack
  64.     Font.Height = -15
  65.     Font.Name = 'Fixedsys'
  66.     Font.Style = []
  67.     ItemHeight = 20
  68.     MultiSelect = True
  69.     ParentFont = False
  70.     TabOrder = 3
  71.   end
  72. end
  73.