object AboutBox: TAboutBox
  Left = 234
  Top = 120
  BorderIcons = []
  BorderStyle = bsSingle
  Caption = 'Acerca de...'
  ClientHeight = 323
  ClientWidth = 342
  Color = clWhite
  Font.Color = clBlack
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  PixelsPerInch = 96
  Position = poScreenCenter
  OnCreate = FormCreate
  TextHeight = 13
  object AppLogo: TImage
    Left = 16
    Top = 16
    Width = 64
    Height = 64
    OnClick = AppLogoClick
  end
  object LicenceLabel: TLabel
    Left = 16
    Top = 152
    Width = 309
    Height = 51
    AutoSize = False
    Caption = 'Este es software libre y est invitado a redistribuirlo bajo los trminos de la Licencia General Pblica GNU (GNU GPL) para las versiones 2 y superiores.'
    WordWrap = True
  end
  object HomepageLabel: TLabel
    Left = 96
    Top = 112
    Width = 114
    Height = 13
    Cursor = -25
    Caption = 'http://www.calmira.org/'
    Font.Color = clBlue
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsUnderline]
    ParentFont = False
    OnClick = HomepageLabelClick
  end
  object Copy2Label: TLabel
    Left = 96
    Top = 96
    Width = 136
    Height = 13
    Caption = ' 1998-2002 Calmira Online!'
  end
  object VersionLabel: TLabel
    Left = 96
    Top = 64
    Width = 113
    Height = 13
    Caption = 'Online! Release 3.3'
    Font.Color = clBlack
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Bevel1: TBevel
    Left = 16
    Top = 140
    Width = 309
    Height = 4
    Shape = bsBottomLine
  end
  object Copy1Label: TLabel
    Left = 96
    Top = 80
    Width = 133
    Height = 13
    Caption = ' 1997-1998 Li-Hsin Huang'
  end
  object Bevel2: TBevel
    Left = 16
    Top = 212
    Width = 309
    Height = 4
    Shape = bsBottomLine
  end
  object Label3: TLabel
    Left = 16
    Top = 224
    Width = 40
    Height = 13
    Caption = 'Memory:'
  end
  object Label4: TLabel
    Left = 16
    Top = 240
    Width = 54
    Height = 13
    Caption = 'Recursos:'
  end
  object MemLabel: TLabel
    Left = 96
    Top = 224
    Width = 21
    Height = 13
    Caption = 'XXX'
  end
  object ResLabel: TLabel
    Left = 96
    Top = 240
    Width = 21
    Height = 13
    Caption = 'XXX'
  end
  object AppTitle: TImage
    Left = 96
    Top = 16
    Width = 192
    Height = 36
  end
  object LicenseBtn: TPicBtn
    Left = 132
    Top = 292
    Width = 120
    Height = 25
    Caption = 'Leer licencia'
    TabOrder = 0
    OnClick = LicenseBtnClick
    Glyph.Data = {
      F6000000424DF600000000000000760000002800000010000000100000000100
      0400000000008000000000000000000000001000000010000000000000000000
      80000080000000808000800000008000800080800000C0C0C000808080000000
      FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
      333333333333333333333300000000000333330FFFFFFFFF0333330FFFFFFFFF
      0333330FFFFFFFFF0333330FFFFFFFFF0333330FFFFFFFFF0333330FFFFFFFFF
      0333330FFFFFFFFF0333330FFFFFFFFF0333330FFFFFF0000333330FFFFFF0F0
      3333330FFFFFF003333333000000003333333333333333333333}
    Margin = 4
    Style = bsNew
    Spacing = -1
  end
  object OKButton: TPicBtn
    Left = 256
    Top = 292
    Width = 80
    Height = 25
    Font.Color = clBlack
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    Kind = bkOK
    Margin = 4
    Style = bsNew
    Spacing = -1
    IsControl = True
  end
end
