object FAbout: TFAbout Left = 288 Top = 354 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'About' ClientHeight = 323 ClientWidth = 362 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel2: TBevel Left = 8 Top = 8 Width = 345 Height = 266 Style = bsRaised end object Bevel1: TBevel Left = 0 Top = 0 Width = 362 Height = 323 Align = alClient end object btnOK: TButton Left = 278 Top = 294 Width = 74 Height = 26 Caption = 'OK' TabOrder = 0 OnClick = btnOKClick end object tabAbout: TTabSet Left = 8 Top = 272 Width = 345 Height = 21 DitherBackground = False Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Tabs.Strings = ( 'Copyright' 'Info') TabIndex = 0 OnChange = tabAboutChange end object nbAbout: TNotebook Left = 15 Top = 16 Width = 329 Height = 249 TabOrder = 2 object TPage Left = 0 Top = 0 Caption = 'Copyright' object Image1: TImage Left = 1 Top = 72 Width = 180 Height = 176 AutoSize = True Picture.Data = {} Stretch = True end object lblCopyright: TLabel Left = 42 Top = 8 Width = 279 Height = 57 Alignment = taCenter AutoSize = False Caption = 'lblCopyright' Font.Color = clBlack Font.Height = -12 Font.Name = 'Times New Roman' Font.Style = [] ParentFont = False WordWrap = True end object lblCredits: TLabel Left = 186 Top = 158 Width = 137 Height = 86 AutoSize = False Caption = 'lblCredits' Font.Color = clBlack Font.Height = -11 Font.Name = 'Times New Roman' Font.Style = [] ParentFont = False WordWrap = True end object Image3: TImage Left = 4 Top = 7 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end end object TPage Left = 0 Top = 0 Caption = 'Info' object lblContact: TLabel Left = 24 Top = 144 Width = 281 Height = 57 Alignment = taCenter AutoSize = False Caption = 'lblContact' WordWrap = True end end end end