home *** CD-ROM | disk | FTP | other *** search
/ PC Direkt 1998 November / PCDIREKT_1198.bin / data / system / quickfile / _SETUP.1 / QuickFile.exe / 0 / RCDATA / TFORM3 / TFORM3.txt
Encoding:
Text File  |  1998-08-25  |  1.4 KB  |  70 lines

  1. object Form3: TForm3
  2.   Left = 215
  3.   Top = 208
  4.   BorderStyle = bsDialog
  5.   Caption = 'Unload QuickFile from memory'
  6.   ClientHeight = 144
  7.   ClientWidth = 318
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Tahoma'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnHide = FormHide
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 32
  20.     Top = 24
  21.     Width = 88
  22.     Height = 13
  23.     Caption = 'Do you want to:'
  24.     Font.Charset = ANSI_CHARSET
  25.     Font.Color = clWindowText
  26.     Font.Height = -11
  27.     Font.Name = 'Tahoma'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.   end
  31.   object RadioButton1: TRadioButton
  32.     Left = 48
  33.     Top = 48
  34.     Width = 241
  35.     Height = 17
  36.     Caption = 'Load QuickFile again when Windows restarts?'
  37.     Checked = True
  38.     TabOrder = 0
  39.     TabStop = True
  40.   end
  41.   object RadioButton2: TRadioButton
  42.     Left = 48
  43.     Top = 68
  44.     Width = 185
  45.     Height = 17
  46.     Caption = 'Never load QuickFile again?'
  47.     TabOrder = 1
  48.   end
  49.   object Button1: TButton
  50.     Left = 48
  51.     Top = 104
  52.     Width = 81
  53.     Height = 23
  54.     Caption = 'Yes'
  55.     Default = True
  56.     TabOrder = 2
  57.     OnClick = Button1Click
  58.   end
  59.   object Button2: TButton
  60.     Left = 136
  61.     Top = 104
  62.     Width = 81
  63.     Height = 23
  64.     Cancel = True
  65.     Caption = 'Cancel'
  66.     TabOrder = 3
  67.     OnClick = Button2Click
  68.   end
  69. end
  70.