home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / CHIP_CD_2004-08.iso / software / tuneup_hit / files / TU2004TrialEN.exe / UpdateWizard.exe / RCDATA / TFRMUPDATEREMINDER / TFRMUPDATEREMINDER.txt < prev   
Encoding:
Text File  |  2004-03-31  |  3.1 KB  |  149 lines

  1. object frmUpdateReminder: TfrmUpdateReminder
  2.   Left = 223
  3.   Top = 372
  4.   BorderStyle = bsDialog
  5.   Caption = 'Update Check Recommended'
  6.   ClientHeight = 234
  7.   ClientWidth = 442
  8.   Color = clWhite
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   DesignSize = (
  19.     442
  20.     234)
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object lblCheckNow: TLabel
  24.     Left = 78
  25.     Top = 104
  26.     Width = 351
  27.     Height = 20
  28.     AutoSize = False
  29.     Caption = 'Would you like to check for updates now?'
  30.     Font.Charset = DEFAULT_CHARSET
  31.     Font.Color = 3487029
  32.     Font.Height = -11
  33.     Font.Name = 'Tahoma'
  34.     Font.Style = [fsBold]
  35.     ParentFont = False
  36.     Transparent = True
  37.     WordWrap = True
  38.   end
  39.   object lblLastCheck: TLabel
  40.     Left = 78
  41.     Top = 49
  42.     Width = 350
  43.     Height = 41
  44.     AutoSize = False
  45.     Caption = '.'
  46.     Transparent = True
  47.     WordWrap = True
  48.   end
  49.   object Label1: TLabel
  50.     Left = 78
  51.     Top = 13
  52.     Width = 357
  53.     Height = 25
  54.     AutoSize = False
  55.     Caption = 'Update check recommended'
  56.     Font.Charset = DEFAULT_CHARSET
  57.     Font.Color = 12532006
  58.     Font.Height = -19
  59.     Font.Name = 'Arial'
  60.     Font.Style = [fsBold]
  61.     ParentFont = False
  62.     Transparent = True
  63.     WordWrap = True
  64.   end
  65.   object Image1: TImage
  66.     Left = 14
  67.     Top = 16
  68.     Width = 48
  69.     Height = 48
  70.     Picture.Data = {<image000.TPNGImage>}
  71.   end
  72.   object lblPrivacy: TLabel
  73.     Left = 14
  74.     Top = 207
  75.     Width = 127
  76.     Height = 13
  77.     Cursor = crHandPoint
  78.     Caption = 'Data privacy information'
  79.     Font.Charset = DEFAULT_CHARSET
  80.     Font.Color = 10181171
  81.     Font.Height = -11
  82.     Font.Name = 'Tahoma'
  83.     Font.Style = [fsUnderline]
  84.     ParentFont = False
  85.     Visible = False
  86.     OnClick = lblPrivacyClick
  87.     OnMouseEnter = lblPrivacyMouseEnter
  88.     OnMouseLeave = lblPrivacyMouseLeave
  89.   end
  90.   object rbRemindLater: TRadioButton
  91.     Left = 78
  92.     Top = 150
  93.     Width = 171
  94.     Height = 17
  95.     Caption = '&No, please remind me later:'
  96.     TabOrder = 0
  97.     OnDblClick = btnOKClick
  98.   end
  99.   object rbCheckNow: TRadioButton
  100.     Left = 78
  101.     Top = 125
  102.     Width = 331
  103.     Height = 17
  104.     Caption = '&Yes, check for updates for my TuneUp products now'
  105.     Checked = True
  106.     TabOrder = 1
  107.     TabStop = True
  108.     OnDblClick = btnOKClick
  109.   end
  110.   object btnOK: TButton
  111.     Left = 350
  112.     Top = 198
  113.     Width = 80
  114.     Height = 23
  115.     Anchors = [akRight, akBottom]
  116.     Caption = 'OK'
  117.     Default = True
  118.     TabOrder = 2
  119.     OnClick = btnOKClick
  120.   end
  121.   object ALProgressBar7: TALProgressBar
  122.     Left = 78
  123.     Top = 36
  124.     Width = 346
  125.     Height = 2
  126.     BackColor = clBlack
  127.     BorderStyle = bstNone
  128.     TabOrder = 3
  129.     BackgroundColor = clBtnFace
  130.     BarColor1 = 15370355
  131.     BarColor2 = clWhite
  132.     Max = 100
  133.     Position = 100
  134.     PosTextSuffix = '%'
  135.     ShowPosText = False
  136.     VerticalBorder = 10
  137.   end
  138.   object cbReminder: TComboBox
  139.     Left = 246
  140.     Top = 148
  141.     Width = 133
  142.     Height = 21
  143.     Style = csDropDownList
  144.     ItemHeight = 13
  145.     TabOrder = 4
  146.     OnChange = cbReminderChange
  147.   end
  148. end
  149.