home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / space / _setup.1 / PKDUse32.exe / 0 / RCDATA / TFRMBADPATHS / TFRMBADPATHS.txt
Text File  |  1997-03-06  |  1KB  |  63 lines

  1. object frmBadPaths: TfrmBadPaths
  2.   Left = 263
  3.   Top = 82
  4.   BorderStyle = bsDialog
  5.   Caption = 'Excluded Folders'
  6.   ClientHeight = 282
  7.   ClientWidth = 450
  8.   Font.Color = clWindowText
  9.   Font.Height = 8
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object lblWarning: TLabel
  17.     Left = 12
  18.     Top = 16
  19.     Width = 425
  20.     Height = 49
  21.     AutoSize = False
  22.     Caption = 'lblWarning'
  23.     Font.Color = clWindowText
  24.     Font.Height = 8
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = []
  27.     ParentFont = False
  28.     WordWrap = True
  29.   end
  30.   object cmdOK: TButton
  31.     Left = 278
  32.     Top = 244
  33.     Width = 73
  34.     Height = 25
  35.     Cancel = True
  36.     Caption = 'OK'
  37.     ModalResult = 1
  38.     TabOrder = 0
  39.   end
  40.   object cmdHelp: TButton
  41.     Left = 362
  42.     Top = 244
  43.     Width = 73
  44.     Height = 25
  45.     Caption = '&Help'
  46.     TabOrder = 1
  47.     OnClick = cmdHelpClick
  48.   end
  49.   object lstBadPaths: TListBox
  50.     Left = 12
  51.     Top = 72
  52.     Width = 425
  53.     Height = 157
  54.     Font.Color = clWindowText
  55.     Font.Height = 8
  56.     Font.Name = 'MS Sans Serif'
  57.     Font.Style = []
  58.     ItemHeight = 13
  59.     ParentFont = False
  60.     TabOrder = 2
  61.   end
  62. end
  63.