object fmInstalledInfo: TfmInstalledInfo Left = 481 Top = 158 Width = 334 Height = 262 ActiveControl = btnOK BorderIcons = [] BorderStyle = bsSizeToolWin Caption = 'Status for Installation' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter ShowHint = True OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object pnlInstallLogo: TPanel Left = 0 Top = 0 Width = 52 Height = 235 Align = alLeft BevelOuter = bvLowered TabOrder = 0 object imgFontsInstalled: TImage Left = 10 Top = 10 Width = 32 Height = 32 AutoSize = True Picture.Data = {} Transparent = True end end object pnlInstallInfoAndDetails: TPanel Left = 52 Top = 0 Width = 274 Height = 235 Align = alClient BevelOuter = bvNone TabOrder = 1 object pnlInstallation: TPanel Left = 0 Top = 0 Width = 274 Height = 115 Align = alTop BevelOuter = bvNone TabOrder = 0 OnResize = pnlInstallationResize object lblNumTotal: TLabel Left = 214 Top = 10 Width = 25 Height = 13 Alignment = taRightJustify Caption = 'XXX' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True end object lblNumInstalled: TLabel Left = 218 Top = 38 Width = 21 Height = 13 Alignment = taRightJustify Caption = 'XXX' Transparent = True end object lblNumNotInstalled: TLabel Left = 218 Top = 56 Width = 21 Height = 13 Alignment = taRightJustify Caption = 'XXX' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True end object bvlHoriz: TBevel Left = 8 Top = 30 Width = 233 Height = 2 Shape = bsBottomLine end object lblTotal: TLabel Left = 8 Top = 10 Width = 168 Height = 13 Caption = 'Fonts selected for installation' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True end object lblInst: TLabel Left = 8 Top = 38 Width = 67 Height = 13 Caption = 'Fonts installed' Transparent = True end object lblNotInst: TLabel Left = 8 Top = 56 Width = 85 Height = 13 Caption = 'Fonts not installed' Transparent = True end object btnOK: TCorelButton Left = 166 Top = 92 Width = 75 Height = 23 Hint = 'Closes dialog' Caption = '&OK' Default = True ModalResult = 1 TabOrder = 0 OnClick = btnOKClick end object btnDetails: TCorelButton Left = 83 Top = 92 Width = 75 Height = 23 Hint = 'Shows a list with fonts not installed' Caption = '&Details >>' TabOrder = 1 OnClick = btnDetailsClick end end object pnlListbox: TPanel Left = 0 Top = 115 Width = 274 Height = 120 Align = alClient BevelInner = bvLowered BevelOuter = bvNone BorderWidth = 8 TabOrder = 1 object pnlNotInstalledCaption: TPanel Left = 9 Top = 9 Width = 256 Height = 17 Align = alTop Alignment = taLeftJustify BevelOuter = bvNone BorderWidth = 6 Caption = 'These fonts were not installed...' TabOrder = 0 end object ltbNotInstalled: TListBox Left = 9 Top = 26 Width = 256 Height = 85 Align = alClient BorderStyle = bsNone ItemHeight = 13 Sorted = True TabOrder = 1 end end end end