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

  1. object frmSystemControl: TfrmSystemControl
  2.   Left = 265
  3.   Top = 288
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'TuneUp SystemControl'
  7.   ClientHeight = 500
  8.   ClientWidth = 659
  9.   Color = clBtnFace
  10.   Constraints.MinWidth = 220
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'Tahoma'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnCloseQuery = FormCloseQuery
  20.   OnCreate = FormCreate
  21.   OnDestroy = FormDestroy
  22.   OnPaint = FormPaint
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object WebNavBar: TTUWebNavBar
  26.     Left = 0
  27.     Top = 42
  28.     Width = 235
  29.     Height = 416
  30.     TabOrder = 0
  31.     Align = alLeft
  32.     DefBackground = 14517072
  33.     BorderStyle = htNone
  34.     HistoryMaxCount = 0
  35.     DefFontName = 'Times New Roman'
  36.     DefPreFontName = 'Courier New'
  37.     DefHotSpotColor = clWhite
  38.     DefOverLinkColor = 15714211
  39.     ImageCacheCount = 20
  40.     NoSelect = True
  41.     ScrollBars = ssVertical
  42.     CharSet = DEFAULT_CHARSET
  43.     MarginHeight = 0
  44.     MarginWidth = 0
  45.     PrintMarginLeft = 2
  46.     PrintMarginRight = 2
  47.     PrintMarginTop = 2
  48.     PrintMarginBottom = 2
  49.     PrintScale = 1
  50.     htOptions = [htOverLinksActive]
  51.     OnMouseMove = WebNavBarMouseMove
  52.     OnLinkClick = WebNavBarLinkClick
  53.   end
  54.   object Panel1: TPanel
  55.     Left = 0
  56.     Top = 458
  57.     Width = 659
  58.     Height = 42
  59.     Align = alBottom
  60.     BevelOuter = bvNone
  61.     TabOrder = 1
  62.     DesignSize = (
  63.       659
  64.       42)
  65.     object Shape1: TShape
  66.       Left = 0
  67.       Top = 0
  68.       Width = 659
  69.       Height = 1
  70.       Align = alTop
  71.       Pen.Color = clBtnHighlight
  72.     end
  73.     object btnOK: TButton
  74.       Left = 405
  75.       Top = 10
  76.       Width = 78
  77.       Height = 24
  78.       HelpContext = 5
  79.       Anchors = [akRight, akBottom]
  80.       Caption = 'OK'
  81.       TabOrder = 0
  82.       OnClick = btnOKClick
  83.     end
  84.     object btnCancel: TButton
  85.       Left = 489
  86.       Top = 10
  87.       Width = 78
  88.       Height = 24
  89.       HelpContext = 3
  90.       Anchors = [akRight, akBottom]
  91.       Caption = 'Cancel'
  92.       TabOrder = 1
  93.       OnClick = btnCancelClick
  94.     end
  95.     object btnApply: TButton
  96.       Left = 573
  97.       Top = 10
  98.       Width = 78
  99.       Height = 24
  100.       HelpContext = 31
  101.       Anchors = [akRight, akBottom]
  102.       Caption = '&Apply'
  103.       Enabled = False
  104.       TabOrder = 2
  105.       OnClick = btnApplyClick
  106.     end
  107.   end
  108.   object pnlSubForm: TPanel
  109.     Left = 235
  110.     Top = 42
  111.     Width = 424
  112.     Height = 416
  113.     Align = alClient
  114.     BevelOuter = bvNone
  115.     TabOrder = 2
  116.   end
  117.   object TUApplicationHeader1: TTUApplicationHeader
  118.     Left = 0
  119.     Top = 0
  120.     Width = 659
  121.     Height = 42
  122.     Align = alTop
  123.     TabOrder = 3
  124.     LogoFileName = 'sc_hdr_app.png'
  125.     object btnRescueCenter: TTUButton
  126.       Left = 465
  127.       Top = 5
  128.       Width = 118
  129.       Height = 30
  130.       AutoWidth = False
  131.       Cancel = False
  132.       Caption = 'RescueCenter'
  133.       Default = False
  134.       Flat = True
  135.       Font.Charset = DEFAULT_CHARSET
  136.       Font.Color = clWhite
  137.       Font.Height = -12
  138.       Font.Name = 'Tahoma'
  139.       Font.Style = []
  140.       ParentFont = False
  141.       TabOrder = 1
  142.       TabStop = True
  143.       OnClick = btnRescueCenterClick
  144.       GlyphFileName = 'ico_alpha_RescueCenter_24x24.png'
  145.     end
  146.     object btnHelp: TTUButton
  147.       Left = 586
  148.       Top = 5
  149.       Width = 66
  150.       Height = 30
  151.       AutoWidth = False
  152.       Cancel = False
  153.       Caption = 'Help'
  154.       Default = False
  155.       Flat = True
  156.       Font.Charset = DEFAULT_CHARSET
  157.       Font.Color = clWhite
  158.       Font.Height = -12
  159.       Font.Name = 'Tahoma'
  160.       Font.Style = []
  161.       ParentFont = False
  162.       TabOrder = 0
  163.       TabStop = True
  164.       OnClick = btnHelpClick
  165.       GlyphFileName = 'ico_alpha_Help_24x24.png'
  166.     end
  167.   end
  168.   object timerSubFormPos: TTimer
  169.     Enabled = False
  170.     Interval = 1
  171.     OnTimer = timerSubFormPosTimer
  172.     Left = 40
  173.     Top = 464
  174.   end
  175.   object ThemeManager1: TThemeManager
  176.     Options = [toAllowNonClientArea, toAllowControls, toAllowWebContent, toSubclassButtons, toSubclassDBLookup, toSubclassFrame, toSubclassGroupBox, toSubclassListView, toSubclassPanel, toSubclassTabSheet, toSubclassStatusBar, toSubclassTrackBar, toSubclassWinControl, toResetMouseCapture, toSetTransparency]
  177.     Left = 8
  178.     Top = 464
  179.   end
  180.   object ApplicationEvents1: TApplicationEvents
  181.     OnIdle = ApplicationEvents1Idle
  182.     Left = 72
  183.     Top = 464
  184.   end
  185.   object HelpRouter1: THelpRouter
  186.     HelpType = htMixedMode
  187.     CHMPopupTopics = 'CSHelp.txt'
  188.     OnHelp = HelpRouter1Help
  189.     ValidateID = False
  190.     Left = 104
  191.     Top = 464
  192.   end
  193.   object WhatsThis1: TWhatsThis
  194.     Active = True
  195.     F1Action = goDefault
  196.     Options = [wtNoContextHelp, wtInheritFormContext]
  197.     PopupCaption = 'Direkt&hilfe'
  198.     PopupHelpContext = 0
  199.     Left = 136
  200.     Top = 464
  201.   end
  202. end
  203.