home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / komunik / cqwk / install.lib / CYQWK32.EXE / 0 / RCDATA / TPICKDIR / TPICKDIR.txt
Text File  |  1997-04-21  |  2KB  |  99 lines

  1. object PickDir: TPickDir
  2.   Left = 267
  3.   Top = 119
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Browes for folder'
  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 picked: TEdit
  35.     Left = 24
  36.     Top = 48
  37.     Width = 321
  38.     Height = 21
  39.     Font.Color = clWindowText
  40.     Font.Height = -12
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = []
  43.     ParentFont = False
  44.     TabOrder = 0
  45.     OnChange = pickedChange
  46.   end
  47.   object SystemTreeView1: TSystemTreeView
  48.     Left = 24
  49.     Top = 88
  50.     Width = 321
  51.     Height = 169
  52.     ShowHiddenDirs = False
  53.     HideSelection = False
  54.     Indent = 25
  55.     Font.Color = clWindowText
  56.     Font.Height = -12
  57.     Font.Name = 'MS Sans Serif'
  58.     Font.Style = []
  59.     ParentColor = False
  60.     TabOrder = 1
  61.     OnClick = SystemTreeView1Click
  62.     ParentFont = False
  63.   end
  64.   object BitBtn1: TButton
  65.     Left = 96
  66.     Top = 280
  67.     Width = 75
  68.     Height = 23
  69.     Caption = '&Ok'
  70.     Font.Color = clWindowText
  71.     Font.Height = -13
  72.     Font.Name = 'MS Sans Serif'
  73.     Font.Style = []
  74.     ModalResult = 1
  75.     ParentFont = False
  76.     TabOrder = 2
  77.   end
  78.   object Button2: TButton
  79.     Left = 216
  80.     Top = 280
  81.     Width = 75
  82.     Height = 23
  83.     Cancel = True
  84.     Caption = '&Cancel'
  85.     Font.Color = clWindowText
  86.     Font.Height = -13
  87.     Font.Name = 'MS Sans Serif'
  88.     Font.Style = []
  89.     ModalResult = 2
  90.     ParentFont = False
  91.     TabOrder = 3
  92.   end
  93.   object ResolutionFix1: TResolutionFix
  94.     DesignRes = 96
  95.     Left = 320
  96.     Top = 280
  97.   end
  98. end
  99.