home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 August / PCWorld_1999-08_cd.bin / Software / Servis / PandaFCo / pfcsetup.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  1999-07-07  |  2KB  |  79 lines

  1. object Form1: TForm1
  2.   Left = 204
  3.   Top = 185
  4.   Width = 339
  5.   Height = 212
  6.   Caption = 'PFC Self extracting file'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 16
  21.   object Label1: TLabel
  22.     Left = 72
  23.     Top = 32
  24.     Width = 182
  25.     Height = 20
  26.     Caption = 'Panda Future Connection'
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clNavy
  29.     Font.Height = -16
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = []
  32.     ParentFont = False
  33.   end
  34.   object Label2: TLabel
  35.     Left = 136
  36.     Top = 56
  37.     Width = 43
  38.     Height = 20
  39.     Caption = 'Setup'
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = clNavy
  42.     Font.Height = -16
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = []
  45.     ParentFont = False
  46.   end
  47.   object CheckBox1: TCheckBox
  48.     Left = 104
  49.     Top = 96
  50.     Width = 113
  51.     Height = 17
  52.     Hint = 'Start Panda Future Connection every time you start the computer'
  53.     Caption = 'Run at startup'
  54.     TabOrder = 0
  55.   end
  56.   object Button1: TButton
  57.     Left = 112
  58.     Top = 136
  59.     Width = 89
  60.     Height = 25
  61.     Caption = 'Extract Files'
  62.     TabOrder = 1
  63.     OnClick = Button1Click
  64.   end
  65.   object BackupFile1: TBackupFile
  66.     Version = '3.00'
  67.     BackupMode = bmAll
  68.     CompressionLevel = clFastest
  69.     RestoreMode = rmAll
  70.     MaxSize = 0
  71.     SetArchiveFlag = False
  72.     OnProgress = BackupFile1Progress
  73.     OnRestoreFile = BackupFile1RestoreFile
  74.     RestoreFullPath = False
  75.     SaveFileID = False
  76.     Left = 212
  77.   end
  78. end
  79.