object frmMILAbout: TfrmMILAbout Left = 402 Top = 258 BorderStyle = bsDialog Caption = 'About $component$ v$version$' ClientHeight = 208 ClientWidth = 315 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object imgLogo: TImage Left = 16 Top = 16 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end object lblVersion: TLabel Left = 136 Top = 56 Width = 92 Height = 22 Caption = 'v$version$' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -19 Font.Name = 'Arial' Font.Style = [] ParentFont = False Transparent = True end object lblAuthor: TLabel Left = 148 Top = 104 Width = 68 Height = 16 Caption = 'by $author$' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False Transparent = True end object lblCopyright: TLabel Left = 94 Top = 144 Width = 181 Height = 14 Caption = '� Copyright 1998, Millennial Software' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False Transparent = True end object bvlSepBar: TBevel Left = 64 Top = 168 Width = 237 Height = 2 end object lblComponent: TMILFlashLabel Left = 64 Top = 15 Width = 237 Height = 35 Caption = '$Component Name$' HighlightColor = clYellow Hover = False MouseIsDown = False NormalColor = clBlack Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -24 Font.Name = 'Arial' Font.Style = [fsBold] end object cmdOK: TButton Left = 224 Top = 176 Width = 75 Height = 25 Caption = 'OK' Default = True TabOrder = 1 OnClick = cmdOKClick end end