home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1998 February / PCShareware-2-98.iso / edukacja / kidforc / kidforca.exe / KidForca.exe / 0 / RCDATA / TFRSOBRE / TFRSOBRE.txt < prev   
Text File  |  1997-11-26  |  4KB  |  156 lines

  1. object FrSobre: TFrSobre
  2.   Left = 160
  3.   Top = 76
  4.   BorderStyle = bsDialog
  5.   Caption = 'Author'
  6.   ClientHeight = 291
  7.   ClientWidth = 467
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 6
  20.     Top = 8
  21.     Width = 453
  22.     Height = 241
  23.     BevelOuter = bvLowered
  24.     TabOrder = 1
  25.     object Label3: TLabel
  26.       Left = 12
  27.       Top = 51
  28.       Width = 228
  29.       Height = 13
  30.       Caption = 'Version 1.1  -  ∩┐╜ 1997 by Flavio de Souza Junior'
  31.     end
  32.     object UrlLabel1: TUrlLabel
  33.       Left = 52
  34.       Top = 196
  35.       Width = 102
  36.       Height = 13
  37.       Cursor = 5
  38.       Caption = 'flaviojr@cyber.com.br'
  39.       Font.Charset = DEFAULT_CHARSET
  40.       Font.Color = clBlue
  41.       Font.Height = -11
  42.       Font.Name = 'MS Sans Serif'
  43.       Font.Style = [fsUnderline]
  44.       ParentFont = False
  45.       PopupMenu = UrlLabel1.
  46.       URL = 'mailto:flaviojr@cyber.com.br'
  47.     end
  48.     object Label5: TLabel
  49.       Left = 12
  50.       Top = 196
  51.       Width = 31
  52.       Height = 13
  53.       Caption = 'E-mail:'
  54.     end
  55.     object Label6: TLabel
  56.       Left = 12
  57.       Top = 216
  58.       Width = 59
  59.       Height = 13
  60.       Caption = 'Home Page:'
  61.     end
  62.     object UrlLabel2: TUrlLabel
  63.       Left = 78
  64.       Top = 216
  65.       Width = 161
  66.       Height = 13
  67.       Cursor = 5
  68.       Caption = 'http://www.cyber.com.br/~flaviojr'
  69.       Font.Charset = DEFAULT_CHARSET
  70.       Font.Color = clBlue
  71.       Font.Height = -11
  72.       Font.Name = 'MS Sans Serif'
  73.       Font.Style = [fsUnderline]
  74.       ParentFont = False
  75.       PopupMenu = UrlLabel2.
  76.       URL = 'http://www.cyber.com.br/~flaviojr/index.html'
  77.     end
  78.     object RxLabel1: TRxLabel
  79.       Left = 10
  80.       Top = 8
  81.       Width = 228
  82.       Height = 44
  83.       ShadowColor = clYellow
  84.       ShadowSize = 2
  85.       ShadowPos = spRightBottom
  86.       Transparent = True
  87.       Caption = 'KidForca 1.1'
  88.       Font.Charset = DEFAULT_CHARSET
  89.       Font.Color = clBlack
  90.       Font.Height = -37
  91.       Font.Name = 'Arial'
  92.       Font.Style = [fsBold, fsItalic]
  93.       ParentFont = False
  94.     end
  95.     object Panel2: TPanel
  96.       Left = 320
  97.       Top = 12
  98.       Width = 121
  99.       Height = 183
  100.       BevelOuter = bvLowered
  101.       BorderStyle = bsSingle
  102.       TabOrder = 0
  103.       object Image2: TImage
  104.         Left = 1
  105.         Top = 1
  106.         Width = 115
  107.         Height = 177
  108.         Hint = 'Hi!'
  109.         Align = alClient
  110.         AutoSize = True
  111.         Center = True
  112.         ParentShowHint = False
  113.         Picture.Data = {<image001.bmp>}
  114.         ShowHint = True
  115.       end
  116.     end
  117.     object Memo1: TMemo
  118.       Left = 10
  119.       Top = 68
  120.       Width = 287
  121.       Height = 113
  122.       Cursor = crArrow
  123.       TabStop = False
  124.       Lines.Strings = (
  125.         'KidForca is a program FREEWARE, that is to say, it can '
  126.         'be copied freely by diskettes or Internet since its content '
  127.         'is not altered. Any flaw of the program or improvement '
  128.         'will be well coming. The sources of the game are '
  129.         'available in Delphi 3.0 for US$ 5,00'
  130.         ''
  131.         'The author of this program is Flavio Junior, to enter in '
  132.         'contact it uses the electronic address (e-mail) below or '
  133.         'call for: 048 462 0052 (Brazil) if you prefer can write for: '
  134.         'Av. Gilio Burigo, 1446 - Ana Maria  '
  135.         'Criciuma - SC - 88815-300 - Brazil   '
  136.         ''
  137.         'Visit my home page to obtain novelties on this program!'
  138.         'Thanks')
  139.       ReadOnly = True
  140.       ScrollBars = ssVertical
  141.       TabOrder = 1
  142.     end
  143.   end
  144.   object Button1: TButton
  145.     Left = 176
  146.     Top = 258
  147.     Width = 115
  148.     Height = 25
  149.     Cancel = True
  150.     Caption = 'Ok'
  151.     Default = True
  152.     TabOrder = 0
  153.     OnClick = Button1Click
  154.   end
  155. end
  156.