home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / CoolMon / cmsetup.exe / Setup.exe / 0 / RCDATA / TREBOOTDLG / TREBOOTDLG.txt
Encoding:
Text File  |  2003-08-11  |  987 b   |  50 lines

  1. object RebootDlg: TRebootDlg
  2.   Left = 0
  3.   Top = 0
  4.   Width = 260
  5.   Height = 171
  6.   TabOrder = 0
  7.   object Label1: TLabel
  8.     Left = 0
  9.     Top = 0
  10.     Width = 76
  11.     Height = 24
  12.     Caption = 'Reboot...'
  13.     Font.Charset = DEFAULT_CHARSET
  14.     Font.Color = clWindowText
  15.     Font.Height = -19
  16.     Font.Name = 'MS Sans Serif'
  17.     Font.Style = []
  18.     ParentFont = False
  19.   end
  20.   object Label2: TLabel
  21.     Left = 8
  22.     Top = 32
  23.     Width = 201
  24.     Height = 45
  25.     AutoSize = False
  26.     Caption = 
  27.       'This program requires you to reboot your before the program will' +
  28.       ' be able to function properly. You can reboot now or wait... '
  29.     WordWrap = True
  30.   end
  31.   object RadioButton1: TRadioButton
  32.     Left = 60
  33.     Top = 84
  34.     Width = 113
  35.     Height = 17
  36.     Caption = 'Do It Now'
  37.     Checked = True
  38.     TabOrder = 0
  39.     TabStop = True
  40.   end
  41.   object RadioButton2: TRadioButton
  42.     Left = 60
  43.     Top = 100
  44.     Width = 113
  45.     Height = 17
  46.     Caption = 'Later...'
  47.     TabOrder = 1
  48.   end
  49. end
  50.