home *** CD-ROM | disk | FTP | other *** search
/ Mundo do CD-ROM 11 / CDROM11.iso / entrete / qmagico / _setup.1 / Magicos.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Encoding:
Text File  |  1997-05-25  |  3.3 KB  |  153 lines

  1. object AboutBox: TAboutBox
  2.   Left = 234
  3.   Top = 126
  4.   BorderStyle = bsDialog
  5.   Caption = 'SOBRE'
  6.   ClientHeight = 341
  7.   ClientWidth = 316
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 297
  21.     Height = 297
  22.     BevelInner = bvRaised
  23.     BevelOuter = bvLowered
  24.     ParentColor = True
  25.     TabOrder = 0
  26.     object TLabel
  27.       Left = 16
  28.       Top = 8
  29.       Width = 3
  30.       Height = 13
  31.     end
  32.     object Label1: TLabel
  33.       Left = 60
  34.       Top = 24
  35.       Width = 177
  36.       Height = 19
  37.       Caption = 'MAPA DO QUADRADO M∩┐╜GICO'
  38.       Font.Color = clBlack
  39.       Font.Height = -16
  40.       Font.Name = 'VAG Rounded Th'
  41.       Font.Style = [fsBold]
  42.       ParentFont = False
  43.     end
  44.     object Label2: TLabel
  45.       Left = 142
  46.       Top = 51
  47.       Width = 19
  48.       Height = 15
  49.       Caption = 'by'
  50.       Font.Color = clBlack
  51.       Font.Height = -13
  52.       Font.Name = 'VAG Rounded Th'
  53.       Font.Style = [fsBold]
  54.       ParentFont = False
  55.     end
  56.     object Label3: TLabel
  57.       Left = 42
  58.       Top = 78
  59.       Width = 213
  60.       Height = 15
  61.       Caption = 'Gilberto Salom∩┐╜o e Sonia Hirsch'
  62.       Font.Color = clBlack
  63.       Font.Height = -13
  64.       Font.Name = 'VAG Rounded Th'
  65.       Font.Style = [fsBold]
  66.       ParentFont = False
  67.     end
  68.     object Label4: TLabel
  69.       Left = 92
  70.       Top = 106
  71.       Width = 113
  72.       Height = 15
  73.       Caption = 'baseado no livro'
  74.       Font.Color = clBlack
  75.       Font.Height = -13
  76.       Font.Name = 'VAG Rounded Th'
  77.       Font.Style = [fsBold]
  78.       ParentFont = False
  79.     end
  80.     object Label5: TLabel
  81.       Left = 83
  82.       Top = 133
  83.       Width = 130
  84.       Height = 15
  85.       Caption = 'MANUAL DO HER∩┐╜I'
  86.       Font.Color = clBlack
  87.       Font.Height = -13
  88.       Font.Name = 'VAG Rounded Th'
  89.       Font.Style = [fsBold]
  90.       ParentFont = False
  91.     end
  92.     object Label6: TLabel
  93.       Left = 132
  94.       Top = 184
  95.       Width = 33
  96.       Height = 15
  97.       Caption = '1997'
  98.       Font.Color = clBlack
  99.       Font.Height = -13
  100.       Font.Name = 'VAG Rounded Th'
  101.       Font.Style = [fsBold]
  102.       ParentFont = False
  103.     end
  104.     object Label7: TLabel
  105.       Left = 36
  106.       Top = 208
  107.       Width = 224
  108.       Height = 15
  109.       Caption = 'Caixa Postal 41004 Rio de Janeiro 20232-970'
  110.       Font.Color = clBlack
  111.       Font.Height = -13
  112.       Font.Name = 'VAG Rounded Th'
  113.       Font.Style = [fsBold]
  114.       ParentFont = False
  115.     end
  116.     object Label8: TLabel
  117.       Left = 30
  118.       Top = 240
  119.       Width = 237
  120.       Height = 15
  121.       Caption = 'e-mail: shirsch@rio.nutecnet.com.br'
  122.       Font.Color = clBlack
  123.       Font.Height = -13
  124.       Font.Name = 'VAG Rounded Th'
  125.       Font.Style = [fsBold]
  126.       ParentFont = False
  127.     end
  128.     object Label9: TLabel
  129.       Left = 28
  130.       Top = 272
  131.       Width = 241
  132.       Height = 15
  133.       Caption = 'Informa∩┐╜∩┐╜o liberada para reprodu∩┐╜∩┐╜o'
  134.       Font.Color = clBlack
  135.       Font.Height = -13
  136.       Font.Name = 'VAG Rounded Th'
  137.       Font.Style = [fsBold]
  138.       ParentFont = False
  139.     end
  140.   end
  141.   object OKButton: TButton
  142.     Left = 129
  143.     Top = 308
  144.     Width = 57
  145.     Height = 25
  146.     Caption = 'Fechar'
  147.     Default = True
  148.     ModalResult = 1
  149.     TabOrder = 1
  150.     OnClick = OKButtonClick
  151.   end
  152. end
  153.