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

  1. object frmQuickCheck: TfrmQuickCheck
  2.   Left = 267
  3.   Top = 410
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = '1-Click Maintenance'
  7.   ClientHeight = 411
  8.   ClientWidth = 414
  9.   Color = clWhite
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PrintScale = poNone
  18.   Scaled = False
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   DesignSize = (
  22.     414
  23.     411)
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26.   object lblQuickChkStatus: TEllipsisLabel
  27.     Left = 57
  28.     Top = 345
  29.     Width = 341
  30.     Height = 15
  31.     Anchors = [akLeft, akRight, akBottom]
  32.     AutoSize = False
  33.     Caption = '...'
  34.     Font.Charset = DEFAULT_CHARSET
  35.     Font.Color = clBlack
  36.     Font.Height = -11
  37.     Font.Name = 'Tahoma'
  38.     Font.Style = []
  39.     ParentFont = False
  40.     ShowAccelChar = False
  41.     EllipsisStyle = etEndEllipsis
  42.   end
  43.   object btnClean: TTUButton
  44.     Left = 172
  45.     Top = 374
  46.     Width = 114
  47.     Height = 25
  48.     Anchors = [akLeft, akRight, akBottom]
  49.     AutoWidth = False
  50.     Cancel = False
  51.     Caption = 'Correct &Problems'
  52.     Default = True
  53.     Flat = False
  54.     TabOrder = 5
  55.     TabStop = True
  56.     Visible = False
  57.     OnClick = btnCleanClick
  58.   end
  59.   object btnClose: TTUButton
  60.     Left = 290
  61.     Top = 374
  62.     Width = 112
  63.     Height = 25
  64.     AutoWidth = False
  65.     Cancel = True
  66.     Caption = '&Cancel Analysis'
  67.     Default = False
  68.     Flat = False
  69.     TabOrder = 0
  70.     TabStop = True
  71.     OnClick = btnCloseClick
  72.   end
  73.   object aniQuickChk: TAnimate
  74.     Left = 8
  75.     Top = 319
  76.     Width = 45
  77.     Height = 45
  78.     Active = False
  79.     Anchors = [akLeft, akRight, akBottom]
  80.     StopFrame = 8
  81.   end
  82.   object htmlQuickChk3: TTUHTMLViewer
  83.     Left = 16
  84.     Top = 61
  85.     Width = 399
  86.     Height = 255
  87.     OnHotSpotClick = htmlQuickChk3HotSpotClick
  88.     TabOrder = 2
  89.     Anchors = [akLeft, akTop, akRight]
  90.     DefBackground = clWhite
  91.     BorderStyle = htNone
  92.     HistoryMaxCount = 0
  93.     DefFontName = 'Times New Roman'
  94.     DefPreFontName = 'Courier New'
  95.     DefHotSpotColor = 13658426
  96.     ImageCacheCount = 8
  97.     NoSelect = True
  98.     ScrollBars = ssNone
  99.     CharSet = DEFAULT_CHARSET
  100.     MarginHeight = 0
  101.     MarginWidth = 0
  102.     PrintMarginLeft = 2
  103.     PrintMarginRight = 2
  104.     PrintMarginTop = 2
  105.     PrintMarginBottom = 2
  106.     PrintScale = 1
  107.     htOptions = [htOverLinksActive, htPrintTableBackground, htPrintMonochromeBlack]
  108.     CSS.Strings = (
  109.       'body'#9'{'
  110.       #9'margin: 0 0 0 0;'
  111.       #9'background-attachment: fixed;'
  112.       #9'background-position: 99% 100%;'
  113.       #9'background: url(data/so_bg.jpg);'
  114.       #9'background-repeat: no-repeat;'
  115.       #9'}'
  116.       'p'#9'{'
  117.       #9'margin: 0 0 0 0;'
  118.       #9'}'
  119.       '.cap'#9'{'
  120.       #9'font-family: Tahoma, Arial;'
  121.       #9'font-size: 12px;'
  122.       #9'font-weight: bold;'
  123.       #9'margin-bottom: 2;'
  124.       #9'}'
  125.       '.desc'#9'{'
  126.       #9'font-family: Tahoma, Arial;'
  127.       #9'font-size: 10px;'
  128.       #9'color: #666666;'
  129.       #9'}'
  130.       '.working'#9'{'
  131.       #9'font-family: Tahoma, Arial;'
  132.       #9'font-size: 11px;'
  133.       #9'font-weight: normal;'
  134.       #9'color: #205090;'
  135.       #9'margin-left: 15;'
  136.       #9'}'
  137.       '.clickme'#9'{'
  138.       #9'font-family: Tahoma, Arial;'
  139.       #9'font-size: 10px;'
  140.       #9'font-weight: normal;'
  141.       #9'color: #0000FF;'
  142.       #9'margin-left: 15;'
  143.       #9'}'
  144.       '.err'#9'{'
  145.       #9'font-family: Tahoma, Arial;'
  146.       #9'font-size: 10px;'
  147.       #9'font-weight: bold;'
  148.       #9'color: #FF0000;'
  149.       #9'margin-left: 15;'
  150.       #9'}'
  151.       '.noerr'#9'{'
  152.       #9'font-family: Tahoma, Arial;'
  153.       #9'font-size: 10px;'
  154.       #9'font-weight: bold;'
  155.       #9'color: #00A000;'
  156.       #9'margin-left: 15;'
  157.       #9'}'
  158.       '.nochk'#9'{'
  159.       #9'font-family: Tahoma, Arial;'
  160.       #9'font-size: 10px;'
  161.       #9'font-weight: bold;'
  162.       #9'color: #F0A900;'
  163.       #9'margin-left: 15;'
  164.       #9'}')
  165.   end
  166.   object pbQuickChkScan: TProgressBar
  167.     Left = 57
  168.     Top = 324
  169.     Width = 344
  170.     Height = 16
  171.     Anchors = [akLeft, akRight, akBottom]
  172.     Min = 0
  173.     Max = 1000
  174.     Position = 1
  175.     Smooth = True
  176.     TabOrder = 4
  177.   end
  178.   object TUApplicationHeader1: TTUApplicationHeader
  179.     Left = 0
  180.     Top = 0
  181.     Width = 414
  182.     Height = 42
  183.     Align = alTop
  184.     TabOrder = 3
  185.     LogoFileName = 'so_hdr_app.png'
  186.     object btnHelp: TTUButton
  187.       Left = 342
  188.       Top = 5
  189.       Width = 67
  190.       Height = 32
  191.       Align = alRight
  192.       AutoWidth = False
  193.       Cancel = False
  194.       Caption = 'Help'
  195.       Default = False
  196.       Flat = True
  197.       Font.Charset = DEFAULT_CHARSET
  198.       Font.Color = clWhite
  199.       Font.Height = -12
  200.       Font.Name = 'Tahoma'
  201.       Font.Style = []
  202.       ParentFont = False
  203.       TabOrder = 0
  204.       TabStop = True
  205.       OnClick = btnHelpClick
  206.       GlyphFileName = 'ico_alpha_Help_24x24.png'
  207.     end
  208.   end
  209.   object tmrRegistryDefrag: TTimer
  210.     Enabled = False
  211.     Interval = 359
  212.     OnTimer = tmrRegistryDefragTimer
  213.     Left = 216
  214.     Top = 7
  215.   end
  216.   object sxTray: TSxTrayIcon
  217.     Icon.Data = {<image000.ico>}
  218.     Active = False
  219.     ShowDesignTime = False
  220.     PopupMenu = mnuPopup
  221.     InfoTitle = 'TuneUp System Optimizer'
  222.     InfoTimeout = 15000
  223.     InfoFlags = niifInfo
  224.     OnBalloonShow = sxTrayBalloonShow
  225.     OnBalloonTimeout = sxTrayBalloonTimeout
  226.     OnBalloonUserClick = sxTrayBalloonUserClick
  227.     Left = 246
  228.     Top = 7
  229.   end
  230.   object mnuPopup: TPopupMenu
  231.     Left = 186
  232.     Top = 7
  233.     object mnInfo: TMenuItem
  234.       Caption = '&Information on 1-Click Maintenance'
  235.       Default = True
  236.       OnClick = mnInfoClick
  237.     end
  238.     object N1: TMenuItem
  239.       Caption = '-'
  240.     end
  241.     object mnCancel: TMenuItem
  242.       Caption = '&Cancel 1-Click Maintenance'
  243.       OnClick = mnCancelClick
  244.     end
  245.   end
  246.   object tmrQuit: TTimer
  247.     Enabled = False
  248.     Interval = 10000
  249.     OnTimer = tmrQuitTimer
  250.     Left = 306
  251.     Top = 7
  252.   end
  253.   object tmrBringToFront: TTimer
  254.     Enabled = False
  255.     Interval = 10
  256.     OnTimer = tmrBringToFrontTimer
  257.     Left = 276
  258.     Top = 7
  259.   end
  260. end
  261.