home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / tools / SearchIutil / SearchIutility.exe / 0 / RCDATA / TCHOOSEDIRECTORY / TCHOOSEDIRECTORY.txt
Text File  |  1997-04-01  |  1KB  |  75 lines

  1. object ChooseDirectory: TChooseDirectory
  2.   Left = 191
  3.   Top = 102
  4.   Width = 299
  5.   Height = 350
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   Caption = 'Select a Directory'
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnResize = FormResize
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Path: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 104
  22.     Height = 13
  23.     Caption = 'F:\Iutilities\Usage'
  24.   end
  25.   object Bevel1: TBevel
  26.     Left = 8
  27.     Top = 40
  28.     Width = 153
  29.     Height = 241
  30.     Shape = bsFrame
  31.     IsControl = True
  32.   end
  33.   object DirectoryListBox1: TDirectoryListBox
  34.     Left = 8
  35.     Top = 72
  36.     Width = 177
  37.     Height = 228
  38.     Hint = 'Choose a directory and press OK'
  39.     DirLabel = Path
  40.     IntegralHeight = True
  41.     ItemHeight = 16
  42.     ParentShowHint = False
  43.     ShowHint = True
  44.     TabOrder = 0
  45.   end
  46.   object DriveComboBox1: TDriveComboBox
  47.     Left = 8
  48.     Top = 40
  49.     Width = 177
  50.     Height = 19
  51.     TabOrder = 1
  52.     OnChange = DriveComboBox1Change
  53.   end
  54.   object OK: TButton
  55.     Left = 200
  56.     Top = 40
  57.     Width = 75
  58.     Height = 25
  59.     Caption = '&OK'
  60.     Default = True
  61.     ModalResult = 1
  62.     TabOrder = 2
  63.   end
  64.   object Cancel: TButton
  65.     Left = 200
  66.     Top = 72
  67.     Width = 75
  68.     Height = 25
  69.     Cancel = True
  70.     Caption = '&Cancel'
  71.     ModalResult = 2
  72.     TabOrder = 3
  73.   end
  74. end
  75.