home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Wtestowe / Netshift / _SETUP.1 / NSSetup.exe / 0 / RCDATA / TFMCONFIG / TFMCONFIG.txt
Text File  |  1998-03-06  |  758b  |  42 lines

  1. object fmConfig: TfmConfig
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Open a backup configuration'
  6.   ClientHeight = 175
  7.   ClientWidth = 290
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object bnClose: TBitBtn
  16.     Left = 56
  17.     Top = 144
  18.     Width = 74
  19.     Height = 25
  20.     TabOrder = 0
  21.     OnClick = QuitClick
  22.     Kind = bkOK
  23.   end
  24.   object cbxOpen: TComboBox
  25.     Left = 72
  26.     Top = 8
  27.     Width = 146
  28.     Height = 21
  29.     ItemHeight = 13
  30.     TabOrder = 1
  31.   end
  32.   object bnCancel: TBitBtn
  33.     Left = 160
  34.     Top = 144
  35.     Width = 74
  36.     Height = 25
  37.     TabOrder = 2
  38.     OnClick = QuitClick
  39.     Kind = bkCancel
  40.   end
  41. end
  42.