home *** CD-ROM | disk | FTP | other *** search
- object frmUpdateReminder: TfrmUpdateReminder
- Left = 223
- Top = 372
- BorderStyle = bsDialog
- Caption = 'Update Check Recommended'
- ClientHeight = 234
- ClientWidth = 442
- Color = clWhite
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- Scaled = False
- OnCreate = FormCreate
- DesignSize = (
- 442
- 234)
- PixelsPerInch = 96
- TextHeight = 13
- object lblCheckNow: TLabel
- Left = 78
- Top = 104
- Width = 351
- Height = 20
- AutoSize = False
- Caption = 'Would you like to check for updates now?'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = 3487029
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- WordWrap = True
- end
- object lblLastCheck: TLabel
- Left = 78
- Top = 49
- Width = 350
- Height = 41
- AutoSize = False
- Caption = '.'
- Transparent = True
- WordWrap = True
- end
- object Label1: TLabel
- Left = 78
- Top = 13
- Width = 357
- Height = 25
- AutoSize = False
- Caption = 'Update check recommended'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = 12532006
- Font.Height = -19
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- WordWrap = True
- end
- object Image1: TImage
- Left = 14
- Top = 16
- Width = 48
- Height = 48
- Picture.Data = {<image000.TPNGImage>}
- end
- object lblPrivacy: TLabel
- Left = 14
- Top = 207
- Width = 127
- Height = 13
- Cursor = crHandPoint
- Caption = 'Data privacy information'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = 10181171
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = [fsUnderline]
- ParentFont = False
- Visible = False
- OnClick = lblPrivacyClick
- OnMouseEnter = lblPrivacyMouseEnter
- OnMouseLeave = lblPrivacyMouseLeave
- end
- object rbRemindLater: TRadioButton
- Left = 78
- Top = 150
- Width = 171
- Height = 17
- Caption = '&No, please remind me later:'
- TabOrder = 0
- OnDblClick = btnOKClick
- end
- object rbCheckNow: TRadioButton
- Left = 78
- Top = 125
- Width = 331
- Height = 17
- Caption = '&Yes, check for updates for my TuneUp products now'
- Checked = True
- TabOrder = 1
- TabStop = True
- OnDblClick = btnOKClick
- end
- object btnOK: TButton
- Left = 350
- Top = 198
- Width = 80
- Height = 23
- Anchors = [akRight, akBottom]
- Caption = 'OK'
- Default = True
- TabOrder = 2
- OnClick = btnOKClick
- end
- object ALProgressBar7: TALProgressBar
- Left = 78
- Top = 36
- Width = 346
- Height = 2
- BackColor = clBlack
- BorderStyle = bstNone
- TabOrder = 3
- BackgroundColor = clBtnFace
- BarColor1 = 15370355
- BarColor2 = clWhite
- Max = 100
- Position = 100
- PosTextSuffix = '%'
- ShowPosText = False
- VerticalBorder = 10
- end
- object cbReminder: TComboBox
- Left = 246
- Top = 148
- Width = 133
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 4
- OnChange = cbReminderChange
- end
- end
-