home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / CHIP_CD_2004-08.iso / software / tuneup_hit / files / TU2004TrialEN.exe / SystemOptimizer.exe / RCDATA / TFRMINETOPTDETAILS / TFRMINETOPTDETAILS.txt
Encoding:
Text File  |  2004-03-31  |  1.5 KB  |  75 lines

  1. object frmInetOptDetails: TfrmInetOptDetails
  2.   Left = 281
  3.   Top = 141
  4.   BorderStyle = bsDialog
  5.   Caption = 'Details on Internet Optimization'
  6.   ClientHeight = 340
  7.   ClientWidth = 474
  8.   Color = clBtnFace
  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.   OnShow = FormShow
  19.   DesignSize = (
  20.     474
  21.     340)
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Label2: TLabel
  25.     Left = 12
  26.     Top = 73
  27.     Width = 63
  28.     Height = 13
  29.     Caption = '&Changes:'
  30.     FocusControl = lbDetails
  31.   end
  32.   object lbDetails: TBigCheckListBox
  33.     Left = 12
  34.     Top = 90
  35.     Width = 450
  36.     Height = 208
  37.     Anchors = [akLeft, akTop, akRight, akBottom]
  38.     NoMouseScrolling = False
  39.     SelColor = clHighlight
  40.     TabOrder = 0
  41.   end
  42.   object btnOK: TButton
  43.     Left = 309
  44.     Top = 307
  45.     Width = 75
  46.     Height = 23
  47.     Anchors = [akRight, akBottom]
  48.     Caption = 'OK'
  49.     Default = True
  50.     TabOrder = 1
  51.     OnClick = btnOKClick
  52.   end
  53.   object btnCancel: TButton
  54.     Left = 389
  55.     Top = 307
  56.     Width = 75
  57.     Height = 23
  58.     Anchors = [akRight, akBottom]
  59.     Cancel = True
  60.     Caption = 'Cancel'
  61.     TabOrder = 2
  62.     OnClick = btnCancelClick
  63.   end
  64.   object WizardHeader1: TWizardHeader
  65.     Left = 0
  66.     Top = 0
  67.     Width = 474
  68.     Height = 62
  69.     Align = alTop
  70.     BackColor = clWhite
  71.     BorderStyle = bstNone
  72.     TabOrder = 3
  73.   end
  74. end
  75.