home *** CD-ROM | disk | FTP | other *** search
/ Pacman Top Games Collection / PacmanCollection.iso / FOUR / FOUR32.EXE / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1996-10-21  |  3KB  |  150 lines

  1. object AboutBox: TAboutBox
  2.   Left = 357
  3.   Top = 278
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'Info'
  7.   ClientHeight = 253
  8.   ClientWidth = 398
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object Panel1: TPanel
  17.     Left = 10
  18.     Top = 10
  19.     Width = 377
  20.     Height = 195
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     TabOrder = 0
  24.     object ProgramIcon: TImage
  25.       Left = 10
  26.       Top = 10
  27.       Width = 194
  28.       Height = 119
  29.       AutoSize = True
  30.       Picture.Data = {<image000.bmp>}
  31.       Stretch = True
  32.       IsControl = True
  33.     end
  34.     object ProductName: TLabel
  35.       Left = 229
  36.       Top = 10
  37.       Width = 124
  38.       Height = 24
  39.       Caption = 'Four or more'
  40.       Font.Color = clBlack
  41.       Font.Height = -19
  42.       Font.Name = 'MS Sans Serif'
  43.       Font.Style = [fsBold]
  44.       ParentFont = False
  45.       IsControl = True
  46.     end
  47.     object Version: TLabel
  48.       Left = 240
  49.       Top = 37
  50.       Width = 102
  51.       Height = 13
  52.       Caption = 'Sharewareversion'
  53.       Font.Color = clBlack
  54.       Font.Height = -11
  55.       Font.Name = 'MS Sans Serif'
  56.       Font.Style = [fsBold]
  57.       ParentFont = False
  58.       IsControl = True
  59.     end
  60.     object Copyright: TLabel
  61.       Left = 239
  62.       Top = 52
  63.       Width = 104
  64.       Height = 13
  65.       Caption = 'Copyright 1995-96'
  66.       Font.Color = clBlack
  67.       Font.Height = -11
  68.       Font.Name = 'MS Sans Serif'
  69.       Font.Style = [fsBold]
  70.       ParentFont = False
  71.       IsControl = True
  72.     end
  73.     object Comments: TLabel
  74.       Left = 10
  75.       Top = 139
  76.       Width = 349
  77.       Height = 39
  78.       Caption = 
  79.         'Dieses Programm darf frei kopiert und vollst∩┐╜ndig  weitergegeben' +
  80.         ' werden. Jede Ver∩┐╜nderung an den Programmdateien ist untersagt.'
  81.       Font.Color = clBlack
  82.       Font.Height = -11
  83.       Font.Name = 'MS Sans Serif'
  84.       Font.Style = []
  85.       ParentFont = False
  86.       WordWrap = True
  87.       IsControl = True
  88.     end
  89.     object Label3: TLabel
  90.       Left = 10
  91.       Top = 170
  92.       Width = 306
  93.       Height = 16
  94.       Caption = 'Bestelladresse: Klause 25, 73630 Remshalden'
  95.     end
  96.     object Label5: TLabel
  97.       Left = 222
  98.       Top = 97
  99.       Width = 138
  100.       Height = 13
  101.       Caption = 'Alle Rechte vorbehalten'
  102.       Font.Color = clWindowText
  103.       Font.Height = -11
  104.       Font.Name = 'MS Sans Serif'
  105.       Font.Style = [fsBold]
  106.       ParentFont = False
  107.     end
  108.     object Label1: TLabel
  109.       Left = 255
  110.       Top = 82
  111.       Width = 73
  112.       Height = 13
  113.       Caption = 'Martin Bauer'
  114.       Font.Color = clWindowText
  115.       Font.Height = -11
  116.       Font.Name = 'MS Sans Serif'
  117.       Font.Style = [fsBold]
  118.       ParentFont = False
  119.     end
  120.     object Label6: TLabel
  121.       Left = 242
  122.       Top = 67
  123.       Width = 98
  124.       Height = 13
  125.       Caption = 'Alicia Schweitzer'
  126.       Font.Color = clWindowText
  127.       Font.Height = -11
  128.       Font.Name = 'MS Sans Serif'
  129.       Font.Style = [fsBold]
  130.       ParentFont = False
  131.     end
  132.   end
  133.   object OKButton: TBitBtn
  134.     Left = 160
  135.     Top = 215
  136.     Width = 77
  137.     Height = 27
  138.     Font.Color = clBlack
  139.     Font.Height = -11
  140.     Font.Name = 'MS Sans Serif'
  141.     Font.Style = [fsBold]
  142.     ParentFont = False
  143.     TabOrder = 1
  144.     Kind = bkOK
  145.     Margin = 2
  146.     Spacing = -1
  147.     IsControl = True
  148.   end
  149. end
  150.