home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / sharewar / diskanal / DISK.EXE / 0 / RCDATA / TSEARCHDLG / TSEARCHDLG.txt
Encoding:
Text File  |  1998-05-04  |  1.9 KB  |  101 lines

  1. object SearchDlg: TSearchDlg
  2.   Left = 54
  3.   Top = 120
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'New Search'
  7.   ClientHeight = 370
  8.   ClientWidth = 388
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   Position = poScreenCenter
  15.   ShowHint = True
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 8
  21.     Top = 48
  22.     Width = 281
  23.     Height = 313
  24.     Shape = bsFrame
  25.     IsControl = True
  26.   end
  27.   object Label1: TLabel
  28.     Left = 8
  29.     Top = 8
  30.     Width = 190
  31.     Height = 13
  32.     Caption = 'Start Search From This Directory:'
  33.   end
  34.   object OKBtn: TBitBtn
  35.     Left = 300
  36.     Top = 264
  37.     Width = 77
  38.     Height = 27
  39.     Hint = 'Start Searching'
  40.     Caption = '&Go'
  41.     TabOrder = 0
  42.     OnClick = OKBtnClick
  43.     Kind = bkOK
  44.     Margin = 2
  45.     Spacing = -1
  46.     IsControl = True
  47.   end
  48.   object CancelBtn: TBitBtn
  49.     Left = 300
  50.     Top = 296
  51.     Width = 77
  52.     Height = 27
  53.     Hint = 'Cancel Search'
  54.     Caption = '&Cancel'
  55.     TabOrder = 1
  56.     Kind = bkCancel
  57.     Margin = 2
  58.     Spacing = -1
  59.     IsControl = True
  60.   end
  61.   object HelpBtn: TBitBtn
  62.     Left = 300
  63.     Top = 328
  64.     Width = 77
  65.     Height = 27
  66.     Hint = 'Display Help Window'
  67.     TabOrder = 2
  68.     OnClick = HelpBtnClick
  69.     Kind = bkHelp
  70.     Margin = 2
  71.     Spacing = -1
  72.     IsControl = True
  73.   end
  74.   object DirectoryListBox1: TDirectoryListBox
  75.     Left = 24
  76.     Top = 88
  77.     Width = 257
  78.     Height = 265
  79.     Hint = 'Double Click To Select Directory'
  80.     ItemHeight = 16
  81.     TabOrder = 3
  82.     OnChange = DirectoryListBox1Change
  83.   end
  84.   object DriveComboBox1: TDriveComboBox
  85.     Left = 24
  86.     Top = 56
  87.     Width = 257
  88.     Height = 19
  89.     Hint = 'Select Disk Drive'
  90.     DirList = DirectoryListBox1
  91.     TabOrder = 4
  92.   end
  93.   object DirEdit: TEdit
  94.     Left = 8
  95.     Top = 24
  96.     Width = 369
  97.     Height = 21
  98.     TabOrder = 5
  99.   end
  100. end
  101.