home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / komunik / cqwk / setup.exe / 0 / RCDATA / TPICKDIR / TPICKDIR.txt
Text File  |  1997-01-19  |  2KB  |  88 lines

  1. object PickDir: TPickDir
  2.   Left = 246
  3.   Top = 166
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Select Directory'
  7.   ClientHeight = 312
  8.   ClientWidth = 369
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnKeyDown = FormKeyDown
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 16
  19.   object prompt: TLabel
  20.     Left = 24
  21.     Top = 8
  22.     Width = 321
  23.     Height = 16
  24.     Alignment = taCenter
  25.     AutoSize = False
  26.     Caption = 'prompt'
  27.   end
  28.   object Bevel1: TBevel
  29.     Left = 8
  30.     Top = 32
  31.     Width = 353
  32.     Height = 241
  33.   end
  34.   object BitBtn1: TBitBtn
  35.     Left = 72
  36.     Top = 280
  37.     Width = 81
  38.     Height = 25
  39.     Caption = '&OK'
  40.     TabOrder = 0
  41.     Kind = bkOK
  42.   end
  43.   object picked: TEdit
  44.     Left = 24
  45.     Top = 48
  46.     Width = 321
  47.     Height = 21
  48.     Font.Color = clWindowText
  49.     Font.Height = -12
  50.     Font.Name = 'MS Sans Serif'
  51.     Font.Style = []
  52.     ParentFont = False
  53.     TabOrder = 1
  54.     OnChange = pickedChange
  55.   end
  56.   object BitBtn2: TBitBtn
  57.     Left = 208
  58.     Top = 280
  59.     Width = 81
  60.     Height = 25
  61.     Caption = '&Cancel'
  62.     TabOrder = 2
  63.     Kind = bkCancel
  64.   end
  65.   object SystemTreeView1: TSystemTreeView
  66.     Left = 24
  67.     Top = 88
  68.     Width = 321
  69.     Height = 169
  70.     ShowHiddenDirs = False
  71.     HideSelection = False
  72.     Indent = 25
  73.     Font.Color = clWindowText
  74.     Font.Height = -12
  75.     Font.Name = 'MS Sans Serif'
  76.     Font.Style = [fsBold]
  77.     ParentColor = False
  78.     TabOrder = 3
  79.     OnClick = SystemTreeView1Click
  80.     ParentFont = False
  81.   end
  82.   object ResolutionFix1: TResolutionFix
  83.     DesignRes = 96
  84.     Left = 320
  85.     Top = 280
  86.   end
  87. end
  88.