home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / CHIP_CD_2004-06.iso / software / tuneup_hit / files / TU2004TrialEN.exe / SystemOptimizer.exe / RCDATA / TFRMSYSOPTDETAILS / TFRMSYSOPTDETAILS.txt
Encoding:
Text File  |  2004-03-31  |  1.3 KB  |  69 lines

  1. object frmSysOptDetails: TfrmSysOptDetails
  2.   Left = 771
  3.   Top = 142
  4.   BorderStyle = bsDialog
  5.   Caption = 'System Configuration: Effects'
  6.   ClientHeight = 400
  7.   ClientWidth = 465
  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.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label2: TLabel
  22.     Left = 12
  23.     Top = 72
  24.     Width = 63
  25.     Height = 13
  26.     Caption = '&Changes:'
  27.     FocusControl = lbDetails
  28.   end
  29.   object btnOK: TButton
  30.     Left = 298
  31.     Top = 367
  32.     Width = 75
  33.     Height = 23
  34.     Caption = 'OK'
  35.     Default = True
  36.     TabOrder = 1
  37.     OnClick = btnOKClick
  38.   end
  39.   object btnCancel: TButton
  40.     Left = 378
  41.     Top = 367
  42.     Width = 75
  43.     Height = 23
  44.     Cancel = True
  45.     Caption = 'Cancel'
  46.     TabOrder = 2
  47.     OnClick = btnCancelClick
  48.   end
  49.   object lbDetails: TBigCheckListBox
  50.     Left = 12
  51.     Top = 89
  52.     Width = 441
  53.     Height = 269
  54.     NoMouseScrolling = False
  55.     SelColor = clHighlight
  56.     TabOrder = 0
  57.   end
  58.   object WizardHeader: TWizardHeader
  59.     Left = 0
  60.     Top = 0
  61.     Width = 465
  62.     Height = 62
  63.     Align = alTop
  64.     BackColor = clWhite
  65.     BorderStyle = bstNone
  66.     TabOrder = 3
  67.   end
  68. end
  69.